2018-07-22 14:50:32,573 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-175 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-22 14:50:32,578 - 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.28,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FYeAabKygwvWpyTku4KeueGrc 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=f65ca044e22540bca7d76e49c8ced1bf export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=PhAnJuzPXq3efTwJtDjcEBd8a export OS_REGION_NAME=regionOne 2018-07-22 14:50:32,578 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-22 14:50:32,579 - 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-07-22 14:50:32,616 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-22 14:50:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:50:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:50:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:50:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:50:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:50:33,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:50:33,004 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-22 14:50:33,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-22 14:50:33,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:50:33,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f7c8e1-1f6a-46c7-b680-2f36ce6951a5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:50:33,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a9f7c8e1-1f6a-46c7-b680-2f36ce6951a5 2018-07-22 14:50:33,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:50:33,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:50:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Hk3afpUIQf2lGb-xNg4Eqg"], "issued_at": "2018-07-22T14:50:33.000000Z"}} 2018-07-22 14:50:33,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:34,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-ec059628-6f7d-486b-b539-456113157626 x-compute-request-id: req-ec059628-6f7d-486b-b539-456113157626 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-22 14:50:34,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-ec059628-6f7d-486b-b539-456113157626 2018-07-22 14:50:34,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.23068785667s 2018-07-22 14:50:34,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-aggregates used request id req-ec059628-6f7d-486b-b539-456113157626 2018-07-22 14:50:34,236 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-22 14:50:34,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:50:34,254 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:50:34,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:50:34,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:34,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b651d376-0875-41cf-bd0f-d58a94ded81b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 14:50:34,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-b651d376-0875-41cf-bd0f-d58a94ded81b 2018-07-22 14:50:34,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0914590358734s 2018-07-22 14:50:34,348 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-b651d376-0875-41cf-bd0f-d58a94ded81b 2018-07-22 14:50:34,352 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'8ce3dcff32de44dab3e6417b9ecb4220', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-22 14:50:34,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-22 14:50:34,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:34,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0b6bc2-ddfd-4ce5-a502-18c01981bd77 Content-Encoding: gzip Content-Length: 1991 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0433f7e3793a401389766cb182b1a8e8"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0645819fbcfa48bb9d10712bec990ae7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/090fc08431604589b99f24f6cc775e37"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "090fc08431604589b99f24f6cc775e37"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0d0bcd7fc50f48c4a5739f3906090382"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/11eea033759f4b7f8046f9b12eb8a57b"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/166011bc1dc74733a1b38f89eb384932"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "166011bc1dc74733a1b38f89eb384932"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/186541a42f8b45c28cb5ab22b795b2a2"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1d39da9971174dcc8f2cd0a5d930aff1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d457b045904947349122bd987bbac514", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/23d82839a7bb4504a2f7a71aceb6ba97"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/276c1e88e9474ce585d5c73df0083d9a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/27a2b8fb3efe4b75ad2617fc4ba78180"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/471b0868aa504c2298f7f44861b9ed40"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/536d91da5fed406b8fb1bca737622c75"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "536d91da5fed406b8fb1bca737622c75"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/53bac962e3ba49f69a727c284e22640f"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "53bac962e3ba49f69a727c284e22640f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5495df63face43a6a58ac897299d157e"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "5495df63face43a6a58ac897299d157e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/62b11313eaee4b3583a4d0ff4b460417"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/688ccb831f774d8d98cde748230a9739"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "688ccb831f774d8d98cde748230a9739"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6f2c9c85862d4b70a8b37d181efa11c3"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d457b045904947349122bd987bbac514", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7f5105a409db4590850eed0b38f135c3"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "7f5105a409db4590850eed0b38f135c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/86c193d67f08404594566df93294c34e"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "86c193d67f08404594566df93294c34e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8b5dd73cb7ae4b04a80f2c5b36df2bc9"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8bdf88a2ae5c4a5f8fb145141208298e"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/93c102dbda81435dad8500d1d3ac9a3a"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9728ba9b94a84ff38e05340a08a8e4e5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9d85854dfad84993afd7273f92a3df6f"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9dc125e1bf044017b1d0d1d1815c7548"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a0761c19908e49f8bcbf608c1dd974f6"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "a0761c19908e49f8bcbf608c1dd974f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a444da2e028e4079ab037830d449d07e"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "a444da2e028e4079ab037830d449d07e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a6207e15a4da469f8f043a09b18398c9"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "a6207e15a4da469f8f043a09b18398c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/aa9d821ec8cc42da9be287bf0e0b5498"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d457b045904947349122bd987bbac514", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ac39a84e898542ee86387ad1ec22499a"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b697d88d76e34a388ae08bee193bc6dd"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "b697d88d76e34a388ae08bee193bc6dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bb47fccb29d64f0cb441d6b7de9ceea8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bde76fd702b04d15aca5984d66f32b12"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c9970178a1b245bcab7728bb6536a345"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "c9970178a1b245bcab7728bb6536a345"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cb33efb18e2d4bdaab6d1847c60361a9"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc2bcab9307248e4bd362040d9cd6381"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "cc2bcab9307248e4bd362040d9cd6381"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d5b5884f8f144b1b83cba0d6f64e7c86"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7fc48a78c7e47cca2465436102c20bd"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "e7fc48a78c7e47cca2465436102c20bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ebb33a22e1454e3e8ebc791d29c8a335"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f7e929d309e941dea06656c81c860175"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "f7e929d309e941dea06656c81c860175"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-22 14:50:34,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-eb0b6bc2-ddfd-4ce5-a502-18c01981bd77 2018-07-22 14:50:34,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0916221141815s 2018-07-22 14:50:34,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-eb0b6bc2-ddfd-4ce5-a502-18c01981bd77 2018-07-22 14:50:34,457 - 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.28:5000/v3/endpoints/00f2ebf66c8a4fdfabd10ff3f00fd6a5'}, u'url': u'http://172.30.9.28:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1714f934aa5d47dc9b1f86ea9e0d791a', u'id': u'00f2ebf66c8a4fdfabd10ff3f00fd6a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0433f7e3793a401389766cb182b1a8e8'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1b52eba3461243f7b3a5201e8e001d42', u'id': u'0433f7e3793a401389766cb182b1a8e8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0645819fbcfa48bb9d10712bec990ae7'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f2e21686cd50476793f24fb1d0b32168', u'id': u'0645819fbcfa48bb9d10712bec990ae7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/090fc08431604589b99f24f6cc775e37'}, u'url': u'http://172.30.9.28:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9ba831539d0c4f60a24684a96759c839', u'id': u'090fc08431604589b99f24f6cc775e37'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/0d0bcd7fc50f48c4a5739f3906090382'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e5abccc207344d60abbf759ba93cb38d', u'id': u'0d0bcd7fc50f48c4a5739f3906090382'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/11eea033759f4b7f8046f9b12eb8a57b'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e2103418d916425bba77fb780ac8563e', u'id': u'11eea033759f4b7f8046f9b12eb8a57b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/166011bc1dc74733a1b38f89eb384932'}, u'url': u'http://172.30.9.28:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1b52eba3461243f7b3a5201e8e001d42', u'id': u'166011bc1dc74733a1b38f89eb384932'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/186541a42f8b45c28cb5ab22b795b2a2'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f118cf0ea368460181662c3b5984607f', u'id': u'186541a42f8b45c28cb5ab22b795b2a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/1d39da9971174dcc8f2cd0a5d930aff1'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd457b045904947349122bd987bbac514', u'id': u'1d39da9971174dcc8f2cd0a5d930aff1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/23d82839a7bb4504a2f7a71aceb6ba97'}, u'url': u'http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e5cb657002df4ae696858cea0b6eacb2', u'id': u'23d82839a7bb4504a2f7a71aceb6ba97'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/276c1e88e9474ce585d5c73df0083d9a'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9ba831539d0c4f60a24684a96759c839', u'id': u'276c1e88e9474ce585d5c73df0083d9a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/27a2b8fb3efe4b75ad2617fc4ba78180'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd07405a2d4744a5b956eb640a51337a7', u'id': u'27a2b8fb3efe4b75ad2617fc4ba78180'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/471b0868aa504c2298f7f44861b9ed40'}, u'url': u'http://172.30.9.28:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f2e21686cd50476793f24fb1d0b32168', u'id': u'471b0868aa504c2298f7f44861b9ed40'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/536d91da5fed406b8fb1bca737622c75'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0026f334295c43f88ecc771414a3a6b5', u'id': u'536d91da5fed406b8fb1bca737622c75'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/53bac962e3ba49f69a727c284e22640f'}, u'url': u'http://172.30.9.28:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'63a3603f3e2a4d8e837a90643df389fa', u'id': u'53bac962e3ba49f69a727c284e22640f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/5495df63face43a6a58ac897299d157e'}, u'url': u'http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e5cb657002df4ae696858cea0b6eacb2', u'id': u'5495df63face43a6a58ac897299d157e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/62b11313eaee4b3583a4d0ff4b460417'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1714f934aa5d47dc9b1f86ea9e0d791a', u'id': u'62b11313eaee4b3583a4d0ff4b460417'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/688ccb831f774d8d98cde748230a9739'}, u'url': u'http://172.30.9.28:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'be233f6ee4b7491987283a4b948879f8', u'id': u'688ccb831f774d8d98cde748230a9739'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/6f2c9c85862d4b70a8b37d181efa11c3'}, u'url': u'http://172.30.9.28:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd457b045904947349122bd987bbac514', u'id': u'6f2c9c85862d4b70a8b37d181efa11c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/7f5105a409db4590850eed0b38f135c3'}, u'url': u'http://172.30.9.28:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0026f334295c43f88ecc771414a3a6b5', u'id': u'7f5105a409db4590850eed0b38f135c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/86c193d67f08404594566df93294c34e'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e5abccc207344d60abbf759ba93cb38d', u'id': u'86c193d67f08404594566df93294c34e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8b5dd73cb7ae4b04a80f2c5b36df2bc9'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1714f934aa5d47dc9b1f86ea9e0d791a', u'id': u'8b5dd73cb7ae4b04a80f2c5b36df2bc9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/8bdf88a2ae5c4a5f8fb145141208298e'}, u'url': u'http://172.30.9.28:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e5abccc207344d60abbf759ba93cb38d', u'id': u'8bdf88a2ae5c4a5f8fb145141208298e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/93c102dbda81435dad8500d1d3ac9a3a'}, u'url': u'http://172.30.9.28:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3f96379a30f6492ebec25d0623634774', u'id': u'93c102dbda81435dad8500d1d3ac9a3a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9728ba9b94a84ff38e05340a08a8e4e5'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1b52eba3461243f7b3a5201e8e001d42', u'id': u'9728ba9b94a84ff38e05340a08a8e4e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9d85854dfad84993afd7273f92a3df6f'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f118cf0ea368460181662c3b5984607f', u'id': u'9d85854dfad84993afd7273f92a3df6f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/9dc125e1bf044017b1d0d1d1815c7548'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e2103418d916425bba77fb780ac8563e', u'id': u'9dc125e1bf044017b1d0d1d1815c7548'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a0761c19908e49f8bcbf608c1dd974f6'}, u'url': u'http://12.0.0.23:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e5cb657002df4ae696858cea0b6eacb2', u'id': u'a0761c19908e49f8bcbf608c1dd974f6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a444da2e028e4079ab037830d449d07e'}, u'url': u'http://172.30.9.28:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e2103418d916425bba77fb780ac8563e', u'id': u'a444da2e028e4079ab037830d449d07e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/a6207e15a4da469f8f043a09b18398c9'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9ba831539d0c4f60a24684a96759c839', u'id': u'a6207e15a4da469f8f043a09b18398c9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/aa9d821ec8cc42da9be287bf0e0b5498'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd457b045904947349122bd987bbac514', u'id': u'aa9d821ec8cc42da9be287bf0e0b5498'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/ac39a84e898542ee86387ad1ec22499a'}, u'url': u'http://192.30.9.7:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3f96379a30f6492ebec25d0623634774', u'id': u'ac39a84e898542ee86387ad1ec22499a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/b697d88d76e34a388ae08bee193bc6dd'}, u'url': u'http://172.30.9.28:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f118cf0ea368460181662c3b5984607f', u'id': u'b697d88d76e34a388ae08bee193bc6dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/bb47fccb29d64f0cb441d6b7de9ceea8'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd07405a2d4744a5b956eb640a51337a7', u'id': u'bb47fccb29d64f0cb441d6b7de9ceea8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/bde76fd702b04d15aca5984d66f32b12'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'63a3603f3e2a4d8e837a90643df389fa', u'id': u'bde76fd702b04d15aca5984d66f32b12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/c9970178a1b245bcab7728bb6536a345'}, u'url': u'http://172.30.9.28:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd07405a2d4744a5b956eb640a51337a7', u'id': u'c9970178a1b245bcab7728bb6536a345'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/cb33efb18e2d4bdaab6d1847c60361a9'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'be233f6ee4b7491987283a4b948879f8', u'id': u'cb33efb18e2d4bdaab6d1847c60361a9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/cc2bcab9307248e4bd362040d9cd6381'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0026f334295c43f88ecc771414a3a6b5', u'id': u'cc2bcab9307248e4bd362040d9cd6381'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/d5b5884f8f144b1b83cba0d6f64e7c86'}, u'url': u'http://192.30.9.7:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3f96379a30f6492ebec25d0623634774', u'id': u'd5b5884f8f144b1b83cba0d6f64e7c86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/e7fc48a78c7e47cca2465436102c20bd'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'be233f6ee4b7491987283a4b948879f8', u'id': u'e7fc48a78c7e47cca2465436102c20bd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/ebb33a22e1454e3e8ebc791d29c8a335'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f2e21686cd50476793f24fb1d0b32168', u'id': u'ebb33a22e1454e3e8ebc791d29c8a335'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.28:5000/v3/endpoints/f7e929d309e941dea06656c81c860175'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'63a3603f3e2a4d8e837a90643df389fa', u'id': u'f7e929d309e941dea06656c81c860175'})] 2018-07-22 14:50:34,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-22 14:50:34,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:34,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e213ce92-9d58-452a-9571-036970f0309b x-compute-request-id: req-e213ce92-9d58-452a-9571-036970f0309b 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-07-22 14:50:34,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-e213ce92-9d58-452a-9571-036970f0309b 2018-07-22 14:50:34,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.113903999329s 2018-07-22 14:50:34,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/extensions used request id req-e213ce92-9d58-452a-9571-036970f0309b 2018-07-22 14:50:34,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-22 14:50:34,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:35,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-e2521e9e-bb29-47a0-89e9-f0cb757a5e31 x-compute-request-id: req-e2521e9e-bb29-47a0-89e9-f0cb757a5e31 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-22 14:50:35,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-e2521e9e-bb29-47a0-89e9-f0cb757a5e31 2018-07-22 14:50:35,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.07654213905s 2018-07-22 14:50:35,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-floating-ip-pools used request id req-e2521e9e-bb29-47a0-89e9-f0cb757a5e31 2018-07-22 14:50:35,667 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-22 14:50:35,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:50:35,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:35,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-37438d56-4ddc-421f-9173-f719745af208 Date: Sun, 22 Jul 2018 14:50:35 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:50:35,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-37438d56-4ddc-421f-9173-f719745af208 2018-07-22 14:50:35,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.026123046875s 2018-07-22 14:50:35,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-37438d56-4ddc-421f-9173-f719745af208 2018-07-22 14:50:35,699 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-22 14:50:35,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-22 14:50:35,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:35,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4cee5c1-2086-409e-a6a1-49923964737d x-compute-request-id: req-d4cee5c1-2086-409e-a6a1-49923964737d Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-22 14:50:35,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-d4cee5c1-2086-409e-a6a1-49923964737d 2018-07-22 14:50:35,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.202494859695s 2018-07-22 14:50:35,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-d4cee5c1-2086-409e-a6a1-49923964737d 2018-07-22 14:50:35,904 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 4}, 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.8', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, 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})] 2018-07-22 14:50:35,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-22 14:50:35,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:35,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb86a190-e3d5-4b07-91df-97abd110f3d8 x-compute-request-id: req-cb86a190-e3d5-4b07-91df-97abd110f3d8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 14:50:35,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-cb86a190-e3d5-4b07-91df-97abd110f3d8 2018-07-22 14:50:35,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0235500335693s 2018-07-22 14:50:35,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-cb86a190-e3d5-4b07-91df-97abd110f3d8 2018-07-22 14:50:35,929 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-22 14:50:35,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:50:35,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:36,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f6737add-cdb2-4085-ae96-d49372c8488e Date: Sun, 22 Jul 2018 14:50:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:50:36,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f6737add-cdb2-4085-ae96-d49372c8488e 2018-07-22 14:50:36,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0805368423462s 2018-07-22 14:50:36,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f6737add-cdb2-4085-ae96-d49372c8488e 2018-07-22 14:50:36,010 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'37fadfff-aeda-4b93-b28d-1525d53b106f'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-22T14:48:19Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', 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'4f6b8e23382d43da87cfdf731a8abb23', u'created_at': u'2018-07-22T14:48:14Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4f6b8e23382d43da87cfdf731a8abb23'})] 2018-07-22 14:50:36,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:50:36,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:36,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-432be316-bd94-4c24-a15d-fa55f67ee37d Date: Sun, 22 Jul 2018 14:50:36 GMT RESP BODY: {"ports":[]} 2018-07-22 14:50:36,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-432be316-bd94-4c24-a15d-fa55f67ee37d 2018-07-22 14:50:36,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0358998775482s 2018-07-22 14:50:36,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json used request id req-432be316-bd94-4c24-a15d-fa55f67ee37d 2018-07-22 14:50:36,047 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-22 14:50:36,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 14:50:36,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:36,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c49582-8eda-4814-a334-0da1ed551e13 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "09ef637b4e04456db7956bfcba373b9b"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/09ef637b4e04456db7956bfcba373b9b/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "41fbf025e3634b1ab9679307e11e483e"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/41fbf025e3634b1ab9679307e11e483e/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "455f25d4009f4affa096e00765fc147c"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/455f25d4009f4affa096e00765fc147c/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "482cfd686b8e45e1a5df2dee06c4de0f"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/482cfd686b8e45e1a5df2dee06c4de0f/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "5a0f2950ba5a46ec99ca5ab963e33480"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/5a0f2950ba5a46ec99ca5ab963e33480/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "6206d8abfb774c87949dd77b7e515004"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/6206d8abfb774c87949dd77b7e515004/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "6bc308f753ee4b51b61584c81bda2c72"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/6bc308f753ee4b51b61584c81bda2c72/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "9526e228a98243af944b06d876883b96"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/9526e228a98243af944b06d876883b96/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "a979a43840ec427a9910bf398b4dda1b"}, "user": {"id": "a3fa15c102aa4f28aaece53b3e51d826"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/a3fa15c102aa4f28aaece53b3e51d826/roles/a979a43840ec427a9910bf398b4dda1b"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "a3fa15c102aa4f28aaece53b3e51d826"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/a3fa15c102aa4f28aaece53b3e51d826/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "f65ca044e22540bca7d76e49c8ced1bf"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "e4227d46953b40858f903170fa2ab282"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf/users/e4227d46953b40858f903170fa2ab282/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "ebb34f13423c45cfb0a4ee07040734b6"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/ebb34f13423c45cfb0a4ee07040734b6/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "ee9322f901e1471c8d07212c9e08acaf"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/ee9322f901e1471c8d07212c9e08acaf/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"project": {"id": "4f6b8e23382d43da87cfdf731a8abb23"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "fbe5024207ae48088b51bec88e8e88b2"}, "links": {"assignment": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23/users/fbe5024207ae48088b51bec88e8e88b2/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"domain": {"id": "8ce3dcff32de44dab3e6417b9ecb4220"}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "dc330ca9fad34f71b9bb5980bec6976e"}, "links": {"assignment": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220/users/dc330ca9fad34f71b9bb5980bec6976e/roles/d70d9356b3514aafaf74dcf89c56992f"}}, {"scope": {"system": {"all": true}}, "role": {"id": "d70d9356b3514aafaf74dcf89c56992f"}, "user": {"id": "e4227d46953b40858f903170fa2ab282"}, "links": {"assignment": "http://172.30.9.28:5000/v3/system/users/e4227d46953b40858f903170fa2ab282/roles/d70d9356b3514aafaf74dcf89c56992f"}}], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-22 14:50:36,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-b2c49582-8eda-4814-a334-0da1ed551e13 2018-07-22 14:50:36,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.165359020233s 2018-07-22 14:50:36,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments used request id req-b2c49582-8eda-4814-a334-0da1ed551e13 2018-07-22 14:50:36,219 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'09ef637b4e04456db7956bfcba373b9b'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'41fbf025e3634b1ab9679307e11e483e'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'455f25d4009f4affa096e00765fc147c'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'482cfd686b8e45e1a5df2dee06c4de0f'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'5a0f2950ba5a46ec99ca5ab963e33480'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'6206d8abfb774c87949dd77b7e515004'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'6bc308f753ee4b51b61584c81bda2c72'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'9526e228a98243af944b06d876883b96'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'a979a43840ec427a9910bf398b4dda1b', 'user': u'a3fa15c102aa4f28aaece53b3e51d826'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'a3fa15c102aa4f28aaece53b3e51d826'}), Munch({'project': u'f65ca044e22540bca7d76e49c8ced1bf', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'e4227d46953b40858f903170fa2ab282'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'ebb34f13423c45cfb0a4ee07040734b6'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'ee9322f901e1471c8d07212c9e08acaf'}), Munch({'project': u'4f6b8e23382d43da87cfdf731a8abb23', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'fbe5024207ae48088b51bec88e8e88b2'}), Munch({'domain': u'8ce3dcff32de44dab3e6417b9ecb4220', 'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'dc330ca9fad34f71b9bb5980bec6976e'}), Munch({'id': u'd70d9356b3514aafaf74dcf89c56992f', 'user': u'e4227d46953b40858f903170fa2ab282'})] 2018-07-22 14:50:36,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:50:36,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:36,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c96c8f-3f7b-42eb-8d43-b9ce7f2e3124 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:50:36,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-58c96c8f-3f7b-42eb-8d43-b9ce7f2e3124 2018-07-22 14:50:36,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0872211456299s 2018-07-22 14:50:36,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-58c96c8f-3f7b-42eb-8d43-b9ce7f2e3124 2018-07-22 14:50:36,312 - 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'_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'ResellerAdmin', 'id': u'a979a43840ec427a9910bf398b4dda1b'}), 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'c7f8d560bc9b4c988d3808f80e0f7f7e'}), 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'd70d9356b3514aafaf74dcf89c56992f'}), 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'f925da4760154a3b904c2f8830a1574f'})] 2018-07-22 14:50:36,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:50:36,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:36,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f4694204-e938-4d08-a275-0f9ba73aaf36 Date: Sun, 22 Jul 2018 14:50:36 GMT RESP BODY: {"routers": []} 2018-07-22 14:50:36,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f4694204-e938-4d08-a275-0f9ba73aaf36 2018-07-22 14:50:36,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0479848384857s 2018-07-22 14:50:36,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f4694204-e938-4d08-a275-0f9ba73aaf36 2018-07-22 14:50:36,361 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-22 14:50:36,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:50:36,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:36,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50: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-f804a0e5-ef58-47d1-8706-d365a4be57ad x-compute-request-id: req-f804a0e5-ef58-47d1-8706-d365a4be57ad Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 14:50:36,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f804a0e5-ef58-47d1-8706-d365a4be57ad 2018-07-22 14:50:36,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202370882034s 2018-07-22 14:50:36,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f804a0e5-ef58-47d1-8706-d365a4be57ad 2018-07-22 14:50:36,564 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-22 14:50:36,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-22 14:50:36,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-07-22 14:50:36,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:50: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://192.30.9.7: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.7:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:50:36,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:36,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e3d67e1-b05d-46a7-bb6a-ee333e1deb07 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0026f334295c43f88ecc771414a3a6b5"}, "enabled": true, "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/1714f934aa5d47dc9b1f86ea9e0d791a"}, "enabled": true, "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1b52eba3461243f7b3a5201e8e001d42"}, "enabled": true, "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/3f96379a30f6492ebec25d0623634774"}, "enabled": true, "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/63a3603f3e2a4d8e837a90643df389fa"}, "enabled": true, "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9ba831539d0c4f60a24684a96759c839"}, "enabled": true, "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/be233f6ee4b7491987283a4b948879f8"}, "enabled": true, "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/d07405a2d4744a5b956eb640a51337a7"}, "enabled": true, "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d457b045904947349122bd987bbac514"}, "enabled": true, "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de5eabb256814d1c96d76e93595e24a7"}, "enabled": true, "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e2103418d916425bba77fb780ac8563e"}, "enabled": true, "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e5abccc207344d60abbf759ba93cb38d"}, "enabled": true, "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e5cb657002df4ae696858cea0b6eacb2"}, "enabled": true, "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f118cf0ea368460181662c3b5984607f"}, "enabled": true, "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f2e21686cd50476793f24fb1d0b32168"}, "enabled": true, "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-07-22 14:50:36,664 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-3e3d67e1-b05d-46a7-bb6a-ee333e1deb07 2018-07-22 14:50:36,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0968089103699s 2018-07-22 14:50:36,665 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-3e3d67e1-b05d-46a7-bb6a-ee333e1deb07 2018-07-22 14:50:36,670 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'0026f334295c43f88ecc771414a3a6b5', 'name': u'cinder'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'1714f934aa5d47dc9b1f86ea9e0d791a', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'1b52eba3461243f7b3a5201e8e001d42', 'name': u'glance'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'3f96379a30f6492ebec25d0623634774', 'name': u'keystone'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'63a3603f3e2a4d8e837a90643df389fa', 'name': u'placement'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'9ba831539d0c4f60a24684a96759c839', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'be233f6ee4b7491987283a4b948879f8', 'name': u'panko'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'd07405a2d4744a5b956eb640a51337a7', 'name': u'cinderv3'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'd457b045904947349122bd987bbac514', 'name': u'neutron'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'de5eabb256814d1c96d76e93595e24a7', 'name': u'ceilometer'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'e2103418d916425bba77fb780ac8563e', 'name': u'nova'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'e5abccc207344d60abbf759ba93cb38d', 'name': u'heat'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'e5cb657002df4ae696858cea0b6eacb2', 'name': u'swift'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'f118cf0ea368460181662c3b5984607f', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'f2e21686cd50476793f24fb1d0b32168', 'name': u'aodh'})] 2018-07-22 14:50:36,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:50:36,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e21e6b480c467d28c5509a049c8884ee730ca94" 2018-07-22 14:50:36,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6021ef28-e402-4d8a-b01d-9f531b39ed41 Date: Sun, 22 Jul 2018 14:50:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 14:50:36,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6021ef28-e402-4d8a-b01d-9f531b39ed41 2018-07-22 14:50:36,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0418200492859s 2018-07-22 14:50:36,713 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6021ef28-e402-4d8a-b01d-9f531b39ed41 2018-07-22 14:50:36,714 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:48:19Z', 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'37fadfff-aeda-4b93-b28d-1525d53b106f', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'tenant_id': u'4f6b8e23382d43da87cfdf731a8abb23', u'created_at': u'2018-07-22T14:48:19Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'4f6b8e23382d43da87cfdf731a8abb23'})] 2018-07-22 14:50:36,843 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:50:36,843 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-22 14:50:36,899 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-22 14:50:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:50:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:50:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:50:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:50:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:50:37,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:50:37,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70494baa-4743-47cb-8d2e-23b1e07a9af4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:50:37,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-70494baa-4743-47cb-8d2e-23b1e07a9af4 2018-07-22 14:50:37,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:50:37,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["0twn_3POSjOfjxfbVbU4UQ"], "issued_at": "2018-07-22T14:50:37.000000Z"}} 2018-07-22 14:50:37,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:50:37,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" 2018-07-22 14:50:38,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-28307cc1-cd01-4ec2-94c3-4e8893a51d24 Date: Sun, 22 Jul 2018 14:50:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:50:38,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-28307cc1-cd01-4ec2-94c3-4e8893a51d24 2018-07-22 14:50:38,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.905865192413s 2018-07-22 14:50:38,306 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-28307cc1-cd01-4ec2-94c3-4e8893a51d24 2018-07-22 14:50:38,307 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-22 14:50:38,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:50:38,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" -d '{"network": {"name": "tenantnetwork1-net_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918", "admin_state_up": true}}' 2018-07-22 14:50:38,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4caa8e7c-dd8a-4efe-8e0d-41dca934ac26 Date: Sun, 22 Jul 2018 14:50:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2b1958e2-5724-4696-8b1e-1586a9033ae4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:50:38Z","is_default":false,"provider:segmentation_id":64,"name":"tenantnetwork1-net_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:50:38Z","mtu":1450}} 2018-07-22 14:50:38,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4caa8e7c-dd8a-4efe-8e0d-41dca934ac26 2018-07-22 14:50:38,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.594672203064s 2018-07-22 14:50:38,903 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4caa8e7c-dd8a-4efe-8e0d-41dca934ac26 2018-07-22 14:50:38,903 - 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-07-22T14:50:38Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2b1958e2-5724-4696-8b1e-1586a9033ae4', u'provider:segmentation_id': 64, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918', u'admin_state_up': True, u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:50:38Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 14:50:38,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:50:38,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" 2018-07-22 14:50:39,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-b56ec803-8ef8-444b-85e2-3b9426cc1a6b Date: Sun, 22 Jul 2018 14:50:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2b1958e2-5724-4696-8b1e-1586a9033ae4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:50:38Z","provider:segmentation_id":64,"name":"tenantnetwork1-net_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:50:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:50:39,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b56ec803-8ef8-444b-85e2-3b9426cc1a6b 2018-07-22 14:50:39,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.159578800201s 2018-07-22 14:50:39,064 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b56ec803-8ef8-444b-85e2-3b9426cc1a6b 2018-07-22 14:50:39,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:50:39,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" -d '{"subnet": {"name": "tenantnetwork1-subnet_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918", "enable_dhcp": true, "network_id": "2b1958e2-5724-4696-8b1e-1586a9033ae4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:50:39,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f473b007-867b-4af5-8122-0c05a2f2b1c4 Date: Sun, 22 Jul 2018 14:50:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2b1958e2-5724-4696-8b1e-1586a9033ae4","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:50:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:50:39Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"8bee9c79-9585-4100-adea-1cff9c9a3575","subnetpool_id":null,"name":"tenantnetwork1-subnet_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918"}} 2018-07-22 14:50:39,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f473b007-867b-4af5-8122-0c05a2f2b1c4 2018-07-22 14:50:39,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.61871099472s 2018-07-22 14:50:39,684 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f473b007-867b-4af5-8122-0c05a2f2b1c4 2018-07-22 14:50:39,685 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:50:39Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8bee9c79-9585-4100-adea-1cff9c9a3575', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918', u'enable_dhcp': True, u'network_id': u'2b1958e2-5724-4696-8b1e-1586a9033ae4', u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:50:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 14:50:39,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:50:39,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "tenantnetwork1-router_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918", "admin_state_up": true}}' 2018-07-22 14:50:41,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-a8c596f8-db23-4aae-ab80-5aa658b0ff20 Date: Sun, 22 Jul 2018 14:50:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:50:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "261d814e-bc8d-453b-9570-2989b578bf8d", "name": "tenantnetwork1-router_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918"}} 2018-07-22 14:50:41,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a8c596f8-db23-4aae-ab80-5aa658b0ff20 2018-07-22 14:50:41,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.3571870327s 2018-07-22 14:50:41,043 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a8c596f8-db23-4aae-ab80-5aa658b0ff20 2018-07-22 14:50:41,043 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:50:39Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T14:50:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'id': u'261d814e-bc8d-453b-9570-2989b578bf8d', u'name': u'tenantnetwork1-router_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918'}) 2018-07-22 14:50:41,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:50:41,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d/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}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" -d '{"subnet_id": "8bee9c79-9585-4100-adea-1cff9c9a3575"}' 2018-07-22 14:50:42,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6721eef5-61b1-4372-b6c7-f0c947f72eb1 Date: Sun, 22 Jul 2018 14:50:42 GMT RESP BODY: {"network_id": "2b1958e2-5724-4696-8b1e-1586a9033ae4", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "8bee9c79-9585-4100-adea-1cff9c9a3575", "subnet_ids": ["8bee9c79-9585-4100-adea-1cff9c9a3575"], "port_id": "1b75f844-d707-465a-b351-d683be29583f", "id": "261d814e-bc8d-453b-9570-2989b578bf8d"} 2018-07-22 14:50:42,956 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d/add_router_interface.json used request id req-6721eef5-61b1-4372-b6c7-f0c947f72eb1 2018-07-22 14:50:42,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.91203212738s 2018-07-22 14:50:42,956 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d/add_router_interface.json used request id req-6721eef5-61b1-4372-b6c7-f0c947f72eb1 returning object 261d814e-bc8d-453b-9570-2989b578bf8d 2018-07-22 14:50:43,068 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:50:43,069 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-22 14:50:43,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:50:43,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d/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}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" -d '{"subnet_id": "8bee9c79-9585-4100-adea-1cff9c9a3575"}' 2018-07-22 14:50:44,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1d6ec728-67ec-482e-8ab4-c6a375dbe6a0 Date: Sun, 22 Jul 2018 14:50:44 GMT RESP BODY: {"network_id": "2b1958e2-5724-4696-8b1e-1586a9033ae4", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "8bee9c79-9585-4100-adea-1cff9c9a3575", "subnet_ids": ["8bee9c79-9585-4100-adea-1cff9c9a3575"], "port_id": "1b75f844-d707-465a-b351-d683be29583f", "id": "261d814e-bc8d-453b-9570-2989b578bf8d"} 2018-07-22 14:50:44,355 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d/remove_router_interface.json used request id req-1d6ec728-67ec-482e-8ab4-c6a375dbe6a0 2018-07-22 14:50:44,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.28147912025s 2018-07-22 14:50:44,355 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d/remove_router_interface.json used request id req-1d6ec728-67ec-482e-8ab4-c6a375dbe6a0 returning object 261d814e-bc8d-453b-9570-2989b578bf8d 2018-07-22 14:50:44,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:50:44,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" 2018-07-22 14:50:44,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-ab9c231e-8685-4fc0-956e-6245681883dc Date: Sun, 22 Jul 2018 14:50:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:50:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:50:43Z", "revision_number": 4, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "261d814e-bc8d-453b-9570-2989b578bf8d", "name": "tenantnetwork1-router_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918"}]} 2018-07-22 14:50:44,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-ab9c231e-8685-4fc0-956e-6245681883dc 2018-07-22 14:50:44,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.101323843002s 2018-07-22 14:50:44,457 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-ab9c231e-8685-4fc0-956e-6245681883dc 2018-07-22 14:50:44,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:50:44,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" 2018-07-22 14:50:45,686 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c865bd96-fb3e-4aa6-8cb0-f34f6a2b097a Content-Length: 0 Date: Sun, 22 Jul 2018 14:50:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:50:45,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d.json used request id req-c865bd96-fb3e-4aa6-8cb0-f34f6a2b097a 2018-07-22 14:50:45,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.22766590118s 2018-07-22 14:50:45,687 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/261d814e-bc8d-453b-9570-2989b578bf8d.json used request id req-c865bd96-fb3e-4aa6-8cb0-f34f6a2b097a 2018-07-22 14:50:45,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:50:45,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" 2018-07-22 14:50:45,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-20e147a6-2082-4aaa-b72a-b3e913a93e78 Date: Sun, 22 Jul 2018 14:50:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2b1958e2-5724-4696-8b1e-1586a9033ae4","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:50:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:50:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"8bee9c79-9585-4100-adea-1cff9c9a3575","subnetpool_id":null,"name":"tenantnetwork1-subnet_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918"}]} 2018-07-22 14:50:45,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-20e147a6-2082-4aaa-b72a-b3e913a93e78 2018-07-22 14:50:45,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.103630065918s 2018-07-22 14:50:45,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-20e147a6-2082-4aaa-b72a-b3e913a93e78 2018-07-22 14:50:45,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:50:45,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/8bee9c79-9585-4100-adea-1cff9c9a3575.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" 2018-07-22 14:50:46,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc97fed0-783f-44e2-b6a8-116ef65cee48 Date: Sun, 22 Jul 2018 14:50:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:50:46,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8bee9c79-9585-4100-adea-1cff9c9a3575.json used request id req-dc97fed0-783f-44e2-b6a8-116ef65cee48 2018-07-22 14:50:46,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.840211868286s 2018-07-22 14:50:46,634 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8bee9c79-9585-4100-adea-1cff9c9a3575.json used request id req-dc97fed0-783f-44e2-b6a8-116ef65cee48 2018-07-22 14:50:46,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:50:46,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" 2018-07-22 14:50:46,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-410b036b-a3cf-4c1c-b625-a7525c2b7b48 Date: Sun, 22 Jul 2018 14:50:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2b1958e2-5724-4696-8b1e-1586a9033ae4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:50:46Z","provider:segmentation_id":64,"name":"tenantnetwork1-net_1e9e10de-8ffc-4e9b-9a6b-729dc07b3918","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:50:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:50:46,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-410b036b-a3cf-4c1c-b625-a7525c2b7b48 2018-07-22 14:50:46,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0982480049133s 2018-07-22 14:50:46,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-410b036b-a3cf-4c1c-b625-a7525c2b7b48 2018-07-22 14:50:46,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:50:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/2b1958e2-5724-4696-8b1e-1586a9033ae4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6392a2ef1acbf9c5e59239bbde6d625d2fd340fb" 2018-07-22 14:50:48,130 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba80676a-c568-4791-8454-3d001d74b067 Date: Sun, 22 Jul 2018 14:50:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:50:48,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2b1958e2-5724-4696-8b1e-1586a9033ae4.json used request id req-ba80676a-c568-4791-8454-3d001d74b067 2018-07-22 14:50:48,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39615893364s 2018-07-22 14:50:48,130 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2b1958e2-5724-4696-8b1e-1586a9033ae4.json used request id req-ba80676a-c568-4791-8454-3d001d74b067 2018-07-22 14:50:48,162 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:50:48,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:50:48,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:50:48,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:50:48,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fd5a3b8-5663-4668-b684-82dd45bb6cd7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:50:48,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8fd5a3b8-5663-4668-b684-82dd45bb6cd7 2018-07-22 14:50:48,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:50:48,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:50:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_GmRB6d0R0W94Nqg77eFwQ"], "issued_at": "2018-07-22T14:50:48.000000Z"}} 2018-07-22 14:50:48,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:50:48,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:48,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-eaec9eba-bc73-43a7-b9a8-ec7d5f049995 Date: Sun, 22 Jul 2018 14:50:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:50:48,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eaec9eba-bc73-43a7-b9a8-ec7d5f049995 2018-07-22 14:50:48,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2530169487s 2018-07-22 14:50:48,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-eaec9eba-bc73-43a7-b9a8-ec7d5f049995 2018-07-22 14:50:48,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:50:48,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:50:48,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:50:48,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:48,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d048f939-00b4-4960-a95d-f17b36105f83 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 14:50:48,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d048f939-00b4-4960-a95d-f17b36105f83 2018-07-22 14:50:48,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0823888778687s 2018-07-22 14:50:48,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d048f939-00b4-4960-a95d-f17b36105f83 2018-07-22 14:50:49,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 14:50:49,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}}' 2018-07-22 14:50:49,233 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed2ffd82-8d1d-4fd6-b5cb-7485b1dbfa0b 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.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a"}, "tags": [], "enabled": true, "id": "3d964132bbf349779815820cf8e5a56a", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}} 2018-07-22 14:50:49,233 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ed2ffd82-8d1d-4fd6-b5cb-7485b1dbfa0b 2018-07-22 14:50:49,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.230057001114s 2018-07-22 14:50:49,234 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ed2ffd82-8d1d-4fd6-b5cb-7485b1dbfa0b 2018-07-22 14:50:49,234 - 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'3d964132bbf349779815820cf8e5a56a', '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_9726ae8c-9367-4ef5-8e03-8e95fe8873cd'}) 2018-07-22 14:50:49,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 14:50:49,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "bb88630c-7dcc-4cf7-9882-2eed2d2b9cbf", "email": null, "name": "tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}}' 2018-07-22 14:50:49,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-375b601b-81dc-494d-805f-8f3c6ab4b866 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd", "links": {"self": "http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28c1b722954a42958893c3b9eec33430", "domain_id": "default", "password_expires_at": null}} 2018-07-22 14:50:49,646 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-375b601b-81dc-494d-805f-8f3c6ab4b866 2018-07-22 14:50:49,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.407386779785s 2018-07-22 14:50:49,646 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-375b601b-81dc-494d-805f-8f3c6ab4b866 2018-07-22 14:50:49,647 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'28c1b722954a42958893c3b9eec33430', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd'}) 2018-07-22 14:50:49,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:50:49,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:49,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9c31ec5-e1cb-46bb-a755-1136fcba6301 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:50:49,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b9c31ec5-e1cb-46bb-a755-1136fcba6301 2018-07-22 14:50:49,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.151583194733s 2018-07-22 14:50:49,803 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b9c31ec5-e1cb-46bb-a755-1136fcba6301 2018-07-22 14:50:49,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:50:49,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:49,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f871e7c5-9c54-4a00-a0b1-fd783e3d0f1f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:50:49,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f871e7c5-9c54-4a00-a0b1-fd783e3d0f1f 2018-07-22 14:50:49,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0879909992218s 2018-07-22 14:50:49,897 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f871e7c5-9c54-4a00-a0b1-fd783e3d0f1f 2018-07-22 14:50:49,898 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 14:50:49,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 14:50:49,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" -d '{"role": {"name": "Member"}}' 2018-07-22 14:50:50,046 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c87eadf9-5d1e-4c54-96dd-ea66f8549fdd Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8edd5e7ef6f64633a51496cd66f93cb9", "links": {"self": "http://172.30.9.28:5000/v3/roles/8edd5e7ef6f64633a51496cd66f93cb9"}, "name": "Member"}} 2018-07-22 14:50:50,047 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c87eadf9-5d1e-4c54-96dd-ea66f8549fdd 2018-07-22 14:50:50,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.145821809769s 2018-07-22 14:50:50,047 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c87eadf9-5d1e-4c54-96dd-ea66f8549fdd 2018-07-22 14:50:50,048 - 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'8edd5e7ef6f64633a51496cd66f93cb9'}) 2018-07-22 14:50:50,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:50:50,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:50,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fdd9635-a97d-41db-886b-ce53127ae45d Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8edd5e7ef6f64633a51496cd66f93cb9", "links": {"self": "http://172.30.9.28:5000/v3/roles/8edd5e7ef6f64633a51496cd66f93cb9"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:50:50,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3fdd9635-a97d-41db-886b-ce53127ae45d 2018-07-22 14:50:50,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0260090827942s 2018-07-22 14:50:50,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3fdd9635-a97d-41db-886b-ce53127ae45d 2018-07-22 14:50:50,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:50:50,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:50,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9c0133-45e9-4b64-927f-397b5211c76d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 14:50:50,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2d9c0133-45e9-4b64-927f-397b5211c76d 2018-07-22 14:50:50,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.024188041687s 2018-07-22 14:50:50,107 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2d9c0133-45e9-4b64-927f-397b5211c76d 2018-07-22 14:50:50,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:50:50,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:50,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-600d0627-1191-407f-8485-c590aa7e7c00 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd", "links": {"self": "http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28c1b722954a42958893c3b9eec33430", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:50:50,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-600d0627-1191-407f-8485-c590aa7e7c00 2018-07-22 14:50:50,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108459949493s 2018-07-22 14:50:50,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-600d0627-1191-407f-8485-c590aa7e7c00 2018-07-22 14:50:50,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:50:50,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:50,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca2fffe8-93a2-4dcc-9a51-8d510b04ab9a Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a"}, "tags": [], "enabled": true, "id": "3d964132bbf349779815820cf8e5a56a", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:50:50,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ca2fffe8-93a2-4dcc-9a51-8d510b04ab9a 2018-07-22 14:50:50,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1066801548s 2018-07-22 14:50:50,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ca2fffe8-93a2-4dcc-9a51-8d510b04ab9a 2018-07-22 14:50:50,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 14:50:50,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=28c1b722954a42958893c3b9eec33430&role.id=8edd5e7ef6f64633a51496cd66f93cb9&scope.project.id=3d964132bbf349779815820cf8e5a56a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:50,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6049c08-c632-45e6-a950-6ac383044132 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=28c1b722954a42958893c3b9eec33430&role.id=8edd5e7ef6f64633a51496cd66f93cb9&scope.project.id=3d964132bbf349779815820cf8e5a56a", "previous": null, "next": null}} 2018-07-22 14:50:50,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=28c1b722954a42958893c3b9eec33430&role.id=8edd5e7ef6f64633a51496cd66f93cb9&scope.project.id=3d964132bbf349779815820cf8e5a56a used request id req-f6049c08-c632-45e6-a950-6ac383044132 2018-07-22 14:50:50,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0832350254059s 2018-07-22 14:50:50,425 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=28c1b722954a42958893c3b9eec33430&role.id=8edd5e7ef6f64633a51496cd66f93cb9&scope.project.id=3d964132bbf349779815820cf8e5a56a used request id req-f6049c08-c632-45e6-a950-6ac383044132 2018-07-22 14:50:50,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 14:50:50,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a/users/28c1b722954a42958893c3b9eec33430/roles/8edd5e7ef6f64633a51496cd66f93cb9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:50:50,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f5d6137-b60b-4039-abbb-aa2074ad8e9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:50:50,599 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a/users/28c1b722954a42958893c3b9eec33430/roles/8edd5e7ef6f64633a51496cd66f93cb9 used request id req-4f5d6137-b60b-4039-abbb-aa2074ad8e9d 2018-07-22 14:50:50,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.172307014465s 2018-07-22 14:50:50,599 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a/users/28c1b722954a42958893c3b9eec33430/roles/8edd5e7ef6f64633a51496cd66f93cb9 used request id req-4f5d6137-b60b-4039-abbb-aa2074ad8e9d 2018-07-22 14:50:50,600 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_9726ae8c-9367-4ef5-8e03-8e95fe8873cd', 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'3d964132bbf349779815820cf8e5a56a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'bb88630c-7dcc-4cf7-9882-2eed2d2b9cbf', 'username': u'tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 14:50:50,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:50:50,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:50:50,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:50:50,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:50:50,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:50:50,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:50:50,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:50:50,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:50:50,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:50:50,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:50:50,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:50:50,604 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd', 'password': 'bb88630c-7dcc-4cf7-9882-2eed2d2b9cbf', 'project_name': 'tenantnetwork2-project_9726ae8c-9367-4ef5-8e03-8e95fe8873cd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': '3d964132bbf349779815820cf8e5a56a', 'project_domain_name': 'Default'} 2018-07-22 14:50:50,604 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-22 14:50:50,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:50:50,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7debad6b-c804-439a-93af-8f364aab91d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:50:50,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7debad6b-c804-439a-93af-8f364aab91d9 2018-07-22 14:50:50,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:50:50,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8edd5e7ef6f64633a51496cd66f93cb9", "name": "Member"}], "expires_at": "2018-07-22T15:50:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d964132bbf349779815820cf8e5a56a", "name": "tenantnetwork2-project_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/3d964132bbf349779815820cf8e5a56a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/3d964132bbf349779815820cf8e5a56a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/3d964132bbf349779815820cf8e5a56a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d964132bbf349779815820cf8e5a56a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/3d964132bbf349779815820cf8e5a56a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/3d964132bbf349779815820cf8e5a56a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3d964132bbf349779815820cf8e5a56a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/3d964132bbf349779815820cf8e5a56a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/3d964132bbf349779815820cf8e5a56a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3d964132bbf349779815820cf8e5a56a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/3d964132bbf349779815820cf8e5a56a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/3d964132bbf349779815820cf8e5a56a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_3d964132bbf349779815820cf8e5a56a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_3d964132bbf349779815820cf8e5a56a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd", "id": "28c1b722954a42958893c3b9eec33430"}, "audit_ids": ["gEn3Vci6TRCLC68AS68zGw"], "issued_at": "2018-07-22T14:50:50.000000Z"}} 2018-07-22 14:50:50,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:50:50,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" -d '{"network": {"name": "tenantnetwork2-net_9726ae8c-9367-4ef5-8e03-8e95fe8873cd", "admin_state_up": true}}' 2018-07-22 14:50:52,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-90e7918f-b03f-4c7f-b50b-b83215076224 Date: Sun, 22 Jul 2018 14:50:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3d964132bbf349779815820cf8e5a56a","created_at":"2018-07-22T14:50:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T14:50:52Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3d964132bbf349779815820cf8e5a56a","id":"9d35ab76-87f5-4fd3-b252-1e9283c33e36","name":"tenantnetwork2-net_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}} 2018-07-22 14:50:52,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-90e7918f-b03f-4c7f-b50b-b83215076224 2018-07-22 14:50:52,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.3766720295s 2018-07-22 14:50:52,368 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-90e7918f-b03f-4c7f-b50b-b83215076224 2018-07-22 14:50:52,368 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:50:52Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'9d35ab76-87f5-4fd3-b252-1e9283c33e36', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_9726ae8c-9367-4ef5-8e03-8e95fe8873cd', u'admin_state_up': True, u'tenant_id': u'3d964132bbf349779815820cf8e5a56a', u'created_at': u'2018-07-22T14:50:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3d964132bbf349779815820cf8e5a56a'}) 2018-07-22 14:50:52,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:50:52,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" 2018-07-22 14:50:52,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-865cbe95-9602-41fb-88c5-5ff61c70561d Date: Sun, 22 Jul 2018 14:50: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T14:50:52Z","tenant_id":"3d964132bbf349779815820cf8e5a56a","created_at":"2018-07-22T14:50:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3d964132bbf349779815820cf8e5a56a","id":"9d35ab76-87f5-4fd3-b252-1e9283c33e36","name":"tenantnetwork2-net_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}]} 2018-07-22 14:50:52,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-865cbe95-9602-41fb-88c5-5ff61c70561d 2018-07-22 14:50:52,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.148335933685s 2018-07-22 14:50:52,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-865cbe95-9602-41fb-88c5-5ff61c70561d 2018-07-22 14:50:52,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:50:52,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" -d '{"subnet": {"name": "tenantnetwork2-subnet_9726ae8c-9367-4ef5-8e03-8e95fe8873cd", "enable_dhcp": true, "network_id": "9d35ab76-87f5-4fd3-b252-1e9283c33e36", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:50:53,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e5391c21-e3b8-4bb9-a83c-75233e8427da Date: Sun, 22 Jul 2018 14:50:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d35ab76-87f5-4fd3-b252-1e9283c33e36","tenant_id":"3d964132bbf349779815820cf8e5a56a","created_at":"2018-07-22T14:50:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:50:52Z","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":"3d964132bbf349779815820cf8e5a56a","id":"adfdefb8-b91b-4e3c-b078-12ae00a91c05","subnetpool_id":null,"name":"tenantnetwork2-subnet_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}} 2018-07-22 14:50:53,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e5391c21-e3b8-4bb9-a83c-75233e8427da 2018-07-22 14:50:53,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.794576883316s 2018-07-22 14:50:53,315 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e5391c21-e3b8-4bb9-a83c-75233e8427da 2018-07-22 14:50:53,315 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:50:52Z', 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'adfdefb8-b91b-4e3c-b078-12ae00a91c05', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_9726ae8c-9367-4ef5-8e03-8e95fe8873cd', u'enable_dhcp': True, u'network_id': u'9d35ab76-87f5-4fd3-b252-1e9283c33e36', u'tenant_id': u'3d964132bbf349779815820cf8e5a56a', u'created_at': u'2018-07-22T14:50:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3d964132bbf349779815820cf8e5a56a'}) 2018-07-22 14:50:53,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:50:53,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "tenantnetwork2-router_9726ae8c-9367-4ef5-8e03-8e95fe8873cd", "admin_state_up": true}}' 2018-07-22 14:50:54,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-74ce403c-1e2d-4590-acb7-98422fbd4f72 Date: Sun, 22 Jul 2018 14:50:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:53Z", "admin_state_up": true, "updated_at": "2018-07-22T14:50:54Z", "revision_number": 2, "routes": [], "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "1b881b40-e4a8-4291-97de-dab5c93e5e3c", "name": "tenantnetwork2-router_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}} 2018-07-22 14:50:54,412 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-74ce403c-1e2d-4590-acb7-98422fbd4f72 2018-07-22 14:50:54,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.09620904922s 2018-07-22 14:50:54,412 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-74ce403c-1e2d-4590-acb7-98422fbd4f72 2018-07-22 14:50:54,413 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3d964132bbf349779815820cf8e5a56a', u'created_at': u'2018-07-22T14:50:53Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T14:50:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'3d964132bbf349779815820cf8e5a56a', u'id': u'1b881b40-e4a8-4291-97de-dab5c93e5e3c', u'name': u'tenantnetwork2-router_9726ae8c-9367-4ef5-8e03-8e95fe8873cd'}) 2018-07-22 14:50:54,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:50:54,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c/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}1a337bb6010863f007a1b926c17f2230d2c5bbee" -d '{"subnet_id": "adfdefb8-b91b-4e3c-b078-12ae00a91c05"}' 2018-07-22 14:50:56,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-70b15bcf-67e8-42f0-9f2e-027094e1a96c Date: Sun, 22 Jul 2018 14:50:56 GMT RESP BODY: {"network_id": "9d35ab76-87f5-4fd3-b252-1e9283c33e36", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "subnet_id": "adfdefb8-b91b-4e3c-b078-12ae00a91c05", "subnet_ids": ["adfdefb8-b91b-4e3c-b078-12ae00a91c05"], "port_id": "1dded34d-46dd-4f05-bebf-5c4188c20ca9", "id": "1b881b40-e4a8-4291-97de-dab5c93e5e3c"} 2018-07-22 14:50:56,661 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c/add_router_interface.json used request id req-70b15bcf-67e8-42f0-9f2e-027094e1a96c 2018-07-22 14:50:56,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24740314484s 2018-07-22 14:50:56,661 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c/add_router_interface.json used request id req-70b15bcf-67e8-42f0-9f2e-027094e1a96c returning object 1b881b40-e4a8-4291-97de-dab5c93e5e3c 2018-07-22 14:50:56,785 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:50:56,785 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-22 14:50:56,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:50:56,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c/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}1a337bb6010863f007a1b926c17f2230d2c5bbee" -d '{"subnet_id": "adfdefb8-b91b-4e3c-b078-12ae00a91c05"}' 2018-07-22 14:50:58,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8850799a-88f2-4d96-bfbd-d613ffe7e32d Date: Sun, 22 Jul 2018 14:50:58 GMT RESP BODY: {"network_id": "9d35ab76-87f5-4fd3-b252-1e9283c33e36", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "subnet_id": "adfdefb8-b91b-4e3c-b078-12ae00a91c05", "subnet_ids": ["adfdefb8-b91b-4e3c-b078-12ae00a91c05"], "port_id": "1dded34d-46dd-4f05-bebf-5c4188c20ca9", "id": "1b881b40-e4a8-4291-97de-dab5c93e5e3c"} 2018-07-22 14:50:58,116 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c/remove_router_interface.json used request id req-8850799a-88f2-4d96-bfbd-d613ffe7e32d 2018-07-22 14:50:58,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.3251709938s 2018-07-22 14:50:58,116 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c/remove_router_interface.json used request id req-8850799a-88f2-4d96-bfbd-d613ffe7e32d returning object 1b881b40-e4a8-4291-97de-dab5c93e5e3c 2018-07-22 14:50:58,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:50:58,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" 2018-07-22 14:50:58,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7b25b391-5d05-4e9c-9497-1f3561b5bc77 Date: Sun, 22 Jul 2018 14:50:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:53Z", "admin_state_up": true, "updated_at": "2018-07-22T14:50:57Z", "revision_number": 4, "routes": [], "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "1b881b40-e4a8-4291-97de-dab5c93e5e3c", "name": "tenantnetwork2-router_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}]} 2018-07-22 14:50:58,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7b25b391-5d05-4e9c-9497-1f3561b5bc77 2018-07-22 14:50:58,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.29022192955s 2018-07-22 14:50:58,407 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7b25b391-5d05-4e9c-9497-1f3561b5bc77 2018-07-22 14:50:58,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:50:58,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" 2018-07-22 14:50:59,467 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d5513c17-c076-4e08-93e7-b77d4a2e1164 Content-Length: 0 Date: Sun, 22 Jul 2018 14:50:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:50:59,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c.json used request id req-d5513c17-c076-4e08-93e7-b77d4a2e1164 2018-07-22 14:50:59,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.05830693245s 2018-07-22 14:50:59,468 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/1b881b40-e4a8-4291-97de-dab5c93e5e3c.json used request id req-d5513c17-c076-4e08-93e7-b77d4a2e1164 2018-07-22 14:50:59,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:50:59,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" 2018-07-22 14:50:59,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4e71a03f-c93c-4808-bd7a-c3a529b74bbe Date: Sun, 22 Jul 2018 14:50:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d35ab76-87f5-4fd3-b252-1e9283c33e36","tenant_id":"3d964132bbf349779815820cf8e5a56a","created_at":"2018-07-22T14:50:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:50:52Z","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":"3d964132bbf349779815820cf8e5a56a","id":"adfdefb8-b91b-4e3c-b078-12ae00a91c05","subnetpool_id":null,"name":"tenantnetwork2-subnet_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}]} 2018-07-22 14:50:59,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e71a03f-c93c-4808-bd7a-c3a529b74bbe 2018-07-22 14:50:59,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0810148715973s 2018-07-22 14:50:59,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e71a03f-c93c-4808-bd7a-c3a529b74bbe 2018-07-22 14:50:59,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:50:59,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/adfdefb8-b91b-4e3c-b078-12ae00a91c05.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" 2018-07-22 14:51:00,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bef58a37-5db2-40c6-a500-e6a1d54716cb Date: Sun, 22 Jul 2018 14:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:51:00,669 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/adfdefb8-b91b-4e3c-b078-12ae00a91c05.json used request id req-bef58a37-5db2-40c6-a500-e6a1d54716cb 2018-07-22 14:51:00,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11863207817s 2018-07-22 14:51:00,669 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/adfdefb8-b91b-4e3c-b078-12ae00a91c05.json used request id req-bef58a37-5db2-40c6-a500-e6a1d54716cb 2018-07-22 14:51:00,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:00,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" 2018-07-22 14:51:00,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-13b06b91-b207-49a2-ad2b-1f67ed35b6d8 Date: Sun, 22 Jul 2018 14:51: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T14:51:00Z","tenant_id":"3d964132bbf349779815820cf8e5a56a","created_at":"2018-07-22T14:50:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d964132bbf349779815820cf8e5a56a","id":"9d35ab76-87f5-4fd3-b252-1e9283c33e36","name":"tenantnetwork2-net_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}]} 2018-07-22 14:51:00,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-13b06b91-b207-49a2-ad2b-1f67ed35b6d8 2018-07-22 14:51:00,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118604898453s 2018-07-22 14:51:00,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-13b06b91-b207-49a2-ad2b-1f67ed35b6d8 2018-07-22 14:51:00,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:51:00,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/9d35ab76-87f5-4fd3-b252-1e9283c33e36.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a337bb6010863f007a1b926c17f2230d2c5bbee" 2018-07-22 14:51:02,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd22642d-5b6f-4a5a-970c-1bfcd06edbce Date: Sun, 22 Jul 2018 14:51:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:51:02,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9d35ab76-87f5-4fd3-b252-1e9283c33e36.json used request id req-fd22642d-5b6f-4a5a-970c-1bfcd06edbce 2018-07-22 14:51:02,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.44653201103s 2018-07-22 14:51:02,237 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9d35ab76-87f5-4fd3-b252-1e9283c33e36.json used request id req-fd22642d-5b6f-4a5a-970c-1bfcd06edbce 2018-07-22 14:51:02,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:51:02,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:51:02,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6436bf55-3953-4c4b-83f2-d8db77c9708d Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd", "links": {"self": "http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28c1b722954a42958893c3b9eec33430", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:51:02,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6436bf55-3953-4c4b-83f2-d8db77c9708d 2018-07-22 14:51:02,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108870983124s 2018-07-22 14:51:02,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6436bf55-3953-4c4b-83f2-d8db77c9708d 2018-07-22 14:51:02,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:51:02,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:51:02,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ff14c4-c1a8-4d9b-96bf-be491259ab2f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_9726ae8c-9367-4ef5-8e03-8e95fe8873cd", "links": {"self": "http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "28c1b722954a42958893c3b9eec33430", "description": null}} 2018-07-22 14:51:02,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430 used request id req-64ff14c4-c1a8-4d9b-96bf-be491259ab2f 2018-07-22 14:51:02,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105245113373s 2018-07-22 14:51:02,457 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430 used request id req-64ff14c4-c1a8-4d9b-96bf-be491259ab2f 2018-07-22 14:51:02,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 14:51:02,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:51:02,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ee20f63-be0f-477b-bd66-99cb7658404f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:51:02,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430 used request id req-3ee20f63-be0f-477b-bd66-99cb7658404f 2018-07-22 14:51:02,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.213982820511s 2018-07-22 14:51:02,672 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/28c1b722954a42958893c3b9eec33430 used request id req-3ee20f63-be0f-477b-bd66-99cb7658404f 2018-07-22 14:51:02,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:51:02,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:51:02,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f59c3e0-1aa6-4923-ac1b-23ef6dd8d69d Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a"}, "tags": [], "enabled": true, "id": "3d964132bbf349779815820cf8e5a56a", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_9726ae8c-9367-4ef5-8e03-8e95fe8873cd"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:51:02,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-8f59c3e0-1aa6-4923-ac1b-23ef6dd8d69d 2018-07-22 14:51:02,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.156430959702s 2018-07-22 14:51:02,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-8f59c3e0-1aa6-4923-ac1b-23ef6dd8d69d 2018-07-22 14:51:02,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 14:51:02,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:51:03,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9edfbb19-c793-44d7-b01a-7b4e2945abcb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:51:03,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-9edfbb19-c793-44d7-b01a-7b4e2945abcb 2018-07-22 14:51:03,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.197240829468s 2018-07-22 14:51:03,034 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-9edfbb19-c793-44d7-b01a-7b4e2945abcb 2018-07-22 14:51:03,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:51:03,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:51:03,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c3b11f9-f02d-4d69-bb15-181ce5f413ad Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8edd5e7ef6f64633a51496cd66f93cb9", "links": {"self": "http://172.30.9.28:5000/v3/roles/8edd5e7ef6f64633a51496cd66f93cb9"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:51:03,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c3b11f9-f02d-4d69-bb15-181ce5f413ad 2018-07-22 14:51:03,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.087021112442s 2018-07-22 14:51:03,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c3b11f9-f02d-4d69-bb15-181ce5f413ad 2018-07-22 14:51:03,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 14:51:03,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/8edd5e7ef6f64633a51496cd66f93cb9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}67775c4a905df9c1862a3c8efee0e4742173b84f" 2018-07-22 14:51:03,246 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69547cd3-be32-489b-bed8-820d364e0c2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:51:03,246 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8edd5e7ef6f64633a51496cd66f93cb9 used request id req-69547cd3-be32-489b-bed8-820d364e0c2e 2018-07-22 14:51:03,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.116288900375s 2018-07-22 14:51:03,246 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8edd5e7ef6f64633a51496cd66f93cb9 used request id req-69547cd3-be32-489b-bed8-820d364e0c2e 2018-07-22 14:51:03,301 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-22 14:51:03,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:51:03,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:51:03,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:51:03,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:51:03,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:51:03,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:51:03,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:51:03,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:51:03,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:51:03,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:51:03,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:51:03,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:51:03,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe403e9a-2af8-4b91-93d2-b5cdd8a99f4d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:51:03,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fe403e9a-2af8-4b91-93d2-b5cdd8a99f4d 2018-07-22 14:51:03,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:51:03,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:51:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["hPxWq7siQxqV5c6gLb3xSQ"], "issued_at": "2018-07-22T14:51:03.000000Z"}} 2018-07-22 14:51:03,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:03,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:04,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b5e1a9c6-9867-4fdb-a50f-b50ef3cd375a Date: Sun, 22 Jul 2018 14:51:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:51:04,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b5e1a9c6-9867-4fdb-a50f-b50ef3cd375a 2018-07-22 14:51:04,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239257097244s 2018-07-22 14:51:04,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b5e1a9c6-9867-4fdb-a50f-b50ef3cd375a 2018-07-22 14:51:04,058 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-22 14:51:04,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:51:04,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '{"network": {"name": "vmready1-net_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "admin_state_up": true}}' 2018-07-22 14:51:04,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-3b4a08ad-e154-4f1a-9186-281e255f455c Date: Sun, 22 Jul 2018 14:51:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"76aed2e5-cb0e-47f6-88e9-ec0558ad43e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:51:04Z","is_default":false,"provider:segmentation_id":47,"name":"vmready1-net_1b44e0ed-8850-4979-b89d-d2cbc0b7d076","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:04Z","mtu":1450}} 2018-07-22 14:51:04,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3b4a08ad-e154-4f1a-9186-281e255f455c 2018-07-22 14:51:04,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.289251089096s 2018-07-22 14:51:04,348 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3b4a08ad-e154-4f1a-9186-281e255f455c 2018-07-22 14:51:04,348 - 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-07-22T14:51:04Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'76aed2e5-cb0e-47f6-88e9-ec0558ad43e7', u'provider:segmentation_id': 47, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_1b44e0ed-8850-4979-b89d-d2cbc0b7d076', u'admin_state_up': True, u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:51:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 14:51:04,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:04,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:04,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-d4994553-5c2b-49dd-b0fd-cebf9b70cb94 Date: Sun, 22 Jul 2018 14:51:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"76aed2e5-cb0e-47f6-88e9-ec0558ad43e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:51:04Z","provider:segmentation_id":47,"name":"vmready1-net_1b44e0ed-8850-4979-b89d-d2cbc0b7d076","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:04Z","provider:network_type":"vxlan"}]} 2018-07-22 14:51:04,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d4994553-5c2b-49dd-b0fd-cebf9b70cb94 2018-07-22 14:51:04,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106207132339s 2018-07-22 14:51:04,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d4994553-5c2b-49dd-b0fd-cebf9b70cb94 2018-07-22 14:51:04,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:51:04,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '{"subnet": {"name": "vmready1-subnet_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "enable_dhcp": true, "network_id": "76aed2e5-cb0e-47f6-88e9-ec0558ad43e7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:51:04,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a3f62193-0ff3-4b4a-81ee-a0a0b38d5dd1 Date: Sun, 22 Jul 2018 14:51:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76aed2e5-cb0e-47f6-88e9-ec0558ad43e7","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:51:04Z","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":"f65ca044e22540bca7d76e49c8ced1bf","id":"16acdcf0-f815-440c-9ff8-a368ce001218","subnetpool_id":null,"name":"vmready1-subnet_1b44e0ed-8850-4979-b89d-d2cbc0b7d076"}} 2018-07-22 14:51:04,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a3f62193-0ff3-4b4a-81ee-a0a0b38d5dd1 2018-07-22 14:51:04,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.408308029175s 2018-07-22 14:51:04,866 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a3f62193-0ff3-4b4a-81ee-a0a0b38d5dd1 2018-07-22 14:51:04,866 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:51:04Z', 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'16acdcf0-f815-440c-9ff8-a368ce001218', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_1b44e0ed-8850-4979-b89d-d2cbc0b7d076', u'enable_dhcp': True, u'network_id': u'76aed2e5-cb0e-47f6-88e9-ec0558ad43e7', u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:51:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 14:51:04,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:51:04,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "vmready1-router_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "admin_state_up": true}}' 2018-07-22 14:51:05,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-c290f2e4-bb8e-4c9b-932a-7a148c87cece Date: Sun, 22 Jul 2018 14:51:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:51:05Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "501d7b55-9cc9-4955-baa0-b08d472706c8", "name": "vmready1-router_1b44e0ed-8850-4979-b89d-d2cbc0b7d076"}} 2018-07-22 14:51:05,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c290f2e4-bb8e-4c9b-932a-7a148c87cece 2018-07-22 14:51:05,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.1283659935s 2018-07-22 14:51:05,996 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-c290f2e4-bb8e-4c9b-932a-7a148c87cece 2018-07-22 14:51:05,996 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:51:04Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T14:51:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'id': u'501d7b55-9cc9-4955-baa0-b08d472706c8', u'name': u'vmready1-router_1b44e0ed-8850-4979-b89d-d2cbc0b7d076'}) 2018-07-22 14:51:05,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:51:05,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8/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}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '{"subnet_id": "16acdcf0-f815-440c-9ff8-a368ce001218"}' 2018-07-22 14:51:07,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-92e99353-dec9-4bb3-a182-9c6c8621ec2d Date: Sun, 22 Jul 2018 14:51:07 GMT RESP BODY: {"network_id": "76aed2e5-cb0e-47f6-88e9-ec0558ad43e7", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "16acdcf0-f815-440c-9ff8-a368ce001218", "subnet_ids": ["16acdcf0-f815-440c-9ff8-a368ce001218"], "port_id": "c5e4b6bc-a471-44e0-acb4-9785af41f715", "id": "501d7b55-9cc9-4955-baa0-b08d472706c8"} 2018-07-22 14:51:07,939 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8/add_router_interface.json used request id req-92e99353-dec9-4bb3-a182-9c6c8621ec2d 2018-07-22 14:51:07,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.9420940876s 2018-07-22 14:51:07,939 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8/add_router_interface.json used request id req-92e99353-dec9-4bb3-a182-9c6c8621ec2d returning object 501d7b55-9cc9-4955-baa0-b08d472706c8 2018-07-22 14:51:07,940 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 14:51:08,072 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 14:51:08,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:51:08,077 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 14:51:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 14:51:08,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:51:08,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:08,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e7feb770-c839-4f69-921a-9b7cfbffc2ab Date: Sun, 22 Jul 2018 14:51:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:51:08,702 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e7feb770-c839-4f69-921a-9b7cfbffc2ab 2018-07-22 14:51:08,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.622088909149s 2018-07-22 14:51:08,702 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e7feb770-c839-4f69-921a-9b7cfbffc2ab 2018-07-22 14:51:08,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 14:51:08,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_1b44e0ed-8850-4979-b89d-d2cbc0b7d076"}' 2018-07-22 14:51:08,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-77c04d4c-f8ed-41af-9c57-310af535609a Date: Sun, 22 Jul 2018 14:51:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "df0b49ad-7352-4fc5-9292-bc76e4a6733b", "size": null, "self": "/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:51:08Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "checksum": null, "created_at": "2018-07-22T14:51:08Z", "protected": false} 2018-07-22 14:51:08,781 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-77c04d4c-f8ed-41af-9c57-310af535609a 2018-07-22 14:51:08,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0717189311981s 2018-07-22 14:51:08,782 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-77c04d4c-f8ed-41af-9c57-310af535609a returning object df0b49ad-7352-4fc5-9292-bc76e4a6733b 2018-07-22 14:51:08,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 14:51:08,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b/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}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '' 2018-07-22 14:51:11,910 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70d21dd7-de9b-4f03-9671-d551fc289e98 Date: Sun, 22 Jul 2018 14:51:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:51:11,910 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b/file used request id req-70d21dd7-de9b-4f03-9671-d551fc289e98 2018-07-22 14:51:11,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.12788081169s 2018-07-22 14:51:11,911 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b/file used request id req-70d21dd7-de9b-4f03-9671-d551fc289e98 2018-07-22 14:51:11,911 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_1b44e0ed-8850-4979-b89d-d2cbc0b7d076', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T14:51:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'df0b49ad-7352-4fc5-9292-bc76e4a6733b', u'size': None, u'name': u'vmready1-img_1b44e0ed-8850-4979-b89d-d2cbc0b7d076', u'checksum': None, u'self': u'/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T14:51:08Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 14:51:11,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 14:51:11,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 14:51:12,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51: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-ae4f1b3a-21ee-4680-98a9-9dc9236eea21 x-compute-request-id: req-ae4f1b3a-21ee-4680-98a9-9dc9236eea21 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69", "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": "e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69"}} 2018-07-22 14:51:12,655 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ae4f1b3a-21ee-4680-98a9-9dc9236eea21 2018-07-22 14:51:12,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.743463039398s 2018-07-22 14:51:12,655 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ae4f1b3a-21ee-4680-98a9-9dc9236eea21 2018-07-22 14:51:12,656 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_1b44e0ed-8850-4979-b89d-d2cbc0b7d076', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69', 'swap': 0}) 2018-07-22 14:51:12,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 14:51:12,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69/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}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '{"extra_specs": {}}' 2018-07-22 14:51:12,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9779bf48-16bf-4826-8d32-d6b14bfa8b04 x-compute-request-id: req-9779bf48-16bf-4826-8d32-d6b14bfa8b04 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 14:51:12,781 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69/os-extra_specs used request id req-9779bf48-16bf-4826-8d32-d6b14bfa8b04 2018-07-22 14:51:12,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.124521017075s 2018-07-22 14:51:12,782 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69/os-extra_specs used request id req-9779bf48-16bf-4826-8d32-d6b14bfa8b04 2018-07-22 14:51:12,896 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:51:12,897 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 14:51:12,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:51:12,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8/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}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" -d '{"subnet_id": "16acdcf0-f815-440c-9ff8-a368ce001218"}' 2018-07-22 14:51:14,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0143b3dd-7d22-407e-8993-7bd8af179556 Date: Sun, 22 Jul 2018 14:51:14 GMT RESP BODY: {"network_id": "76aed2e5-cb0e-47f6-88e9-ec0558ad43e7", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "16acdcf0-f815-440c-9ff8-a368ce001218", "subnet_ids": ["16acdcf0-f815-440c-9ff8-a368ce001218"], "port_id": "c5e4b6bc-a471-44e0-acb4-9785af41f715", "id": "501d7b55-9cc9-4955-baa0-b08d472706c8"} 2018-07-22 14:51:14,351 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8/remove_router_interface.json used request id req-0143b3dd-7d22-407e-8993-7bd8af179556 2018-07-22 14:51:14,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.44944286346s 2018-07-22 14:51:14,351 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8/remove_router_interface.json used request id req-0143b3dd-7d22-407e-8993-7bd8af179556 returning object 501d7b55-9cc9-4955-baa0-b08d472706c8 2018-07-22 14:51:14,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:51:14,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:14,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-f4002353-cbe8-4824-a055-2c1d228fb8af Date: Sun, 22 Jul 2018 14:51:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:51:13Z", "revision_number": 4, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "501d7b55-9cc9-4955-baa0-b08d472706c8", "name": "vmready1-router_1b44e0ed-8850-4979-b89d-d2cbc0b7d076"}]} 2018-07-22 14:51:14,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f4002353-cbe8-4824-a055-2c1d228fb8af 2018-07-22 14:51:14,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.101071119308s 2018-07-22 14:51:14,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f4002353-cbe8-4824-a055-2c1d228fb8af 2018-07-22 14:51:14,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:51:14,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:15,849 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73841894-dbfc-42b0-a79d-1aa6637033e4 Content-Length: 0 Date: Sun, 22 Jul 2018 14:51:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:51:15,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8.json used request id req-73841894-dbfc-42b0-a79d-1aa6637033e4 2018-07-22 14:51:15,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39485383034s 2018-07-22 14:51:15,850 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/501d7b55-9cc9-4955-baa0-b08d472706c8.json used request id req-73841894-dbfc-42b0-a79d-1aa6637033e4 2018-07-22 14:51:15,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:51:15,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:15,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-d1d80cb0-39f6-4e7a-959c-bbe2ca445626 Date: Sun, 22 Jul 2018 14:51:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76aed2e5-cb0e-47f6-88e9-ec0558ad43e7","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:51:04Z","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":"f65ca044e22540bca7d76e49c8ced1bf","id":"16acdcf0-f815-440c-9ff8-a368ce001218","subnetpool_id":null,"name":"vmready1-subnet_1b44e0ed-8850-4979-b89d-d2cbc0b7d076"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 14:51:15,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-d1d80cb0-39f6-4e7a-959c-bbe2ca445626 2018-07-22 14:51:15,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0681409835815s 2018-07-22 14:51:15,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-d1d80cb0-39f6-4e7a-959c-bbe2ca445626 2018-07-22 14:51:15,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:51:15,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/16acdcf0-f815-440c-9ff8-a368ce001218.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:16,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cbb0ee36-29ed-4a21-8483-d3b7349e73d0 Date: Sun, 22 Jul 2018 14:51:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:51:16,940 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/16acdcf0-f815-440c-9ff8-a368ce001218.json used request id req-cbb0ee36-29ed-4a21-8483-d3b7349e73d0 2018-07-22 14:51:16,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.01961088181s 2018-07-22 14:51:16,940 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/16acdcf0-f815-440c-9ff8-a368ce001218.json used request id req-cbb0ee36-29ed-4a21-8483-d3b7349e73d0 2018-07-22 14:51:16,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:16,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:17,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-80c88fc4-57fa-42ae-83f4-4eecd0ae723e Date: Sun, 22 Jul 2018 14:51:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"76aed2e5-cb0e-47f6-88e9-ec0558ad43e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:51:16Z","provider:segmentation_id":47,"name":"vmready1-net_1b44e0ed-8850-4979-b89d-d2cbc0b7d076","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:04Z","provider:network_type":"vxlan"}]} 2018-07-22 14:51:17,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-80c88fc4-57fa-42ae-83f4-4eecd0ae723e 2018-07-22 14:51:17,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0885410308838s 2018-07-22 14:51:17,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-80c88fc4-57fa-42ae-83f4-4eecd0ae723e 2018-07-22 14:51:17,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:51:17,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/76aed2e5-cb0e-47f6-88e9-ec0558ad43e7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:18,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9c73434d-eddd-4db1-a8eb-c3dcd7a61d95 Date: Sun, 22 Jul 2018 14:51:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:51:18,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/76aed2e5-cb0e-47f6-88e9-ec0558ad43e7.json used request id req-9c73434d-eddd-4db1-a8eb-c3dcd7a61d95 2018-07-22 14:51:18,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.06587100029s 2018-07-22 14:51:18,097 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/76aed2e5-cb0e-47f6-88e9-ec0558ad43e7.json used request id req-9c73434d-eddd-4db1-a8eb-c3dcd7a61d95 2018-07-22 14:51:18,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:51:18,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:18,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-e698a0e3-91c0-47a4-ac32-dee3c5a8d221 Date: Sun, 22 Jul 2018 14:51:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b/snap", "metadata": {}}], "file": "/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "df0b49ad-7352-4fc5-9292-bc76e4a6733b", "size": 12716032, "self": "/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:51:11Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:51:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:51:18,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e698a0e3-91c0-47a4-ac32-dee3c5a8d221 2018-07-22 14:51:18,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0279488563538s 2018-07-22 14:51:18,129 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e698a0e3-91c0-47a4-ac32-dee3c5a8d221 2018-07-22 14:51:18,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 14:51:18,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:18,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f707fd7e-be30-4f4b-b827-0c4eb6549dba Date: Sun, 22 Jul 2018 14:51:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:51:18,907 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b used request id req-f707fd7e-be30-4f4b-b827-0c4eb6549dba 2018-07-22 14:51:18,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.776153087616s 2018-07-22 14:51:18,908 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/df0b49ad-7352-4fc5-9292-bc76e4a6733b used request id req-f707fd7e-be30-4f4b-b827-0c4eb6549dba 2018-07-22 14:51:18,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:51:18,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:19,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e223defe-3659-47f0-b0e9-3a1b0e68e6c5 x-compute-request-id: req-e223defe-3659-47f0-b0e9-3a1b0e68e6c5 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_1b44e0ed-8850-4979-b89d-d2cbc0b7d076", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69", "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": "e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69"}]} 2018-07-22 14:51:19,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e223defe-3659-47f0-b0e9-3a1b0e68e6c5 2018-07-22 14:51:19,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.127106904984s 2018-07-22 14:51:19,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-e223defe-3659-47f0-b0e9-3a1b0e68e6c5 2018-07-22 14:51:19,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 14:51:19,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5eff9e7c9a8e0a712fd7b1146569e0daee0d0eaa" 2018-07-22 14:51:19,200 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3280863-9b5a-40cc-bc1b-ea6ff22f2050 x-compute-request-id: req-a3280863-9b5a-40cc-bc1b-ea6ff22f2050 Content-Length: 0 Content-Type: application/json 2018-07-22 14:51:19,200 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69 used request id req-a3280863-9b5a-40cc-bc1b-ea6ff22f2050 2018-07-22 14:51:19,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.16258597374s 2018-07-22 14:51:19,200 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e1287b3b-4172-4f4e-8fa2-e14ba6ff1d69 used request id req-a3280863-9b5a-40cc-bc1b-ea6ff22f2050 2018-07-22 14:51:19,252 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:51:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:51:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:51:19,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:51:19,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab8c229f-d037-417e-8eb4-9b5b54e9165e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:51:19,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ab8c229f-d037-417e-8eb4-9b5b54e9165e 2018-07-22 14:51:19,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:51:19,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["sFOp0cXsTdu1l2bgPBa-Ig"], "issued_at": "2018-07-22T14:51:19.000000Z"}} 2018-07-22 14:51:19,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:19,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:19,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5c57016e-56e6-4e5d-bafb-c780cc2f9953 Date: Sun, 22 Jul 2018 14:51:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:51:19,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5c57016e-56e6-4e5d-bafb-c780cc2f9953 2018-07-22 14:51:19,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2681889534s 2018-07-22 14:51:19,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5c57016e-56e6-4e5d-bafb-c780cc2f9953 2018-07-22 14:51:19,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:51:19,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:51:19,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:51:19,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:20,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7700354-df63-41af-b172-50a929575fdf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 14:51:20,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-f7700354-df63-41af-b172-50a929575fdf 2018-07-22 14:51:20,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0789458751678s 2018-07-22 14:51:20,052 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-f7700354-df63-41af-b172-50a929575fdf 2018-07-22 14:51:20,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 14:51:20,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}}' 2018-07-22 14:51:20,286 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d393172-30cb-425f-b611-0fbf601ad49c 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.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0"}, "tags": [], "enabled": true, "id": "e02498ae1a0641b1a46e6157ea90e4c0", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}} 2018-07-22 14:51:20,287 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6d393172-30cb-425f-b611-0fbf601ad49c 2018-07-22 14:51:20,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.228033065796s 2018-07-22 14:51:20,287 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6d393172-30cb-425f-b611-0fbf601ad49c 2018-07-22 14:51:20,288 - 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'e02498ae1a0641b1a46e6157ea90e4c0', '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_3a595a45-a08a-42f0-ac69-ea7fe41f9713'}) 2018-07-22 14:51:20,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 14:51:20,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8689d482-6f44-4d54-9bd1-2eca97133ab9", "email": null, "name": "vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}}' 2018-07-22 14:51:20,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9965387c-df4d-458f-b67c-a8bb1d0686a4 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "links": {"self": "http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "113173bf48b54c809fbbec087fa0f9ae", "domain_id": "default", "password_expires_at": null}} 2018-07-22 14:51:20,733 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-9965387c-df4d-458f-b67c-a8bb1d0686a4 2018-07-22 14:51:20,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.439130067825s 2018-07-22 14:51:20,733 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-9965387c-df4d-458f-b67c-a8bb1d0686a4 2018-07-22 14:51:20,734 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'113173bf48b54c809fbbec087fa0f9ae', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713'}) 2018-07-22 14:51:20,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:51:20,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:20,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90e9099c-68d0-41ac-bcb6-28e45a9f014f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:51:20,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-90e9099c-68d0-41ac-bcb6-28e45a9f014f 2018-07-22 14:51:20,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0899629592896s 2018-07-22 14:51:20,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-90e9099c-68d0-41ac-bcb6-28e45a9f014f 2018-07-22 14:51:20,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:51:20,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:20,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75e76bfb-8d10-49f4-9aa6-55bab88cfe6f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:51:20,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-75e76bfb-8d10-49f4-9aa6-55bab88cfe6f 2018-07-22 14:51:20,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0878601074219s 2018-07-22 14:51:20,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-75e76bfb-8d10-49f4-9aa6-55bab88cfe6f 2018-07-22 14:51:20,921 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 14:51:20,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 14:51:20,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" -d '{"role": {"name": "Member"}}' 2018-07-22 14:51:21,015 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:51:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-460db5a5-9954-4905-a9ee-a7cb46b7fb9d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "31e3defd4e564809946988a33fcf74c3", "links": {"self": "http://172.30.9.28:5000/v3/roles/31e3defd4e564809946988a33fcf74c3"}, "name": "Member"}} 2018-07-22 14:51:21,016 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-460db5a5-9954-4905-a9ee-a7cb46b7fb9d 2018-07-22 14:51:21,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.0905210971832s 2018-07-22 14:51:21,016 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-460db5a5-9954-4905-a9ee-a7cb46b7fb9d 2018-07-22 14:51:21,016 - 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'31e3defd4e564809946988a33fcf74c3'}) 2018-07-22 14:51:21,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:51:21,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:21,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f18f709-2567-4f1c-96bf-443403b1d24f Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "31e3defd4e564809946988a33fcf74c3", "links": {"self": "http://172.30.9.28:5000/v3/roles/31e3defd4e564809946988a33fcf74c3"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:51:21,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9f18f709-2567-4f1c-96bf-443403b1d24f 2018-07-22 14:51:21,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0783219337463s 2018-07-22 14:51:21,098 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9f18f709-2567-4f1c-96bf-443403b1d24f 2018-07-22 14:51:21,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:51:21,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:21,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f0b0ec-ca63-4827-9d3b-d823b442cb99 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 14:51:21,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-e6f0b0ec-ca63-4827-9d3b-d823b442cb99 2018-07-22 14:51:21,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0945229530334s 2018-07-22 14:51:21,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-e6f0b0ec-ca63-4827-9d3b-d823b442cb99 2018-07-22 14:51:21,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:51:21,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:21,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914159fc-3005-4c10-98b2-e006d9cb4b2e Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "links": {"self": "http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "113173bf48b54c809fbbec087fa0f9ae", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:51:21,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-914159fc-3005-4c10-98b2-e006d9cb4b2e 2018-07-22 14:51:21,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105847835541s 2018-07-22 14:51:21,305 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-914159fc-3005-4c10-98b2-e006d9cb4b2e 2018-07-22 14:51:21,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:51:21,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:21,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57449b48-789a-4d9d-a800-6a7bf81ba9ce Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0"}, "tags": [], "enabled": true, "id": "e02498ae1a0641b1a46e6157ea90e4c0", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:51:21,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-57449b48-789a-4d9d-a800-6a7bf81ba9ce 2018-07-22 14:51:21,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0884711742401s 2018-07-22 14:51:21,406 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-57449b48-789a-4d9d-a800-6a7bf81ba9ce 2018-07-22 14:51:21,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 14:51:21,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=113173bf48b54c809fbbec087fa0f9ae&role.id=31e3defd4e564809946988a33fcf74c3&scope.project.id=e02498ae1a0641b1a46e6157ea90e4c0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:21,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678cc8e3-b238-4900-9344-a251404ca9bb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=113173bf48b54c809fbbec087fa0f9ae&role.id=31e3defd4e564809946988a33fcf74c3&scope.project.id=e02498ae1a0641b1a46e6157ea90e4c0", "previous": null, "next": null}} 2018-07-22 14:51:21,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=113173bf48b54c809fbbec087fa0f9ae&role.id=31e3defd4e564809946988a33fcf74c3&scope.project.id=e02498ae1a0641b1a46e6157ea90e4c0 used request id req-678cc8e3-b238-4900-9344-a251404ca9bb 2018-07-22 14:51:21,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0856938362122s 2018-07-22 14:51:21,500 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=113173bf48b54c809fbbec087fa0f9ae&role.id=31e3defd4e564809946988a33fcf74c3&scope.project.id=e02498ae1a0641b1a46e6157ea90e4c0 used request id req-678cc8e3-b238-4900-9344-a251404ca9bb 2018-07-22 14:51:21,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 14:51:21,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0/users/113173bf48b54c809fbbec087fa0f9ae/roles/31e3defd4e564809946988a33fcf74c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:21,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60b53579-19ba-46f2-a341-25f45f7fdbbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:51:21,665 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0/users/113173bf48b54c809fbbec087fa0f9ae/roles/31e3defd4e564809946988a33fcf74c3 used request id req-60b53579-19ba-46f2-a341-25f45f7fdbbc 2018-07-22 14:51:21,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.161807060242s 2018-07-22 14:51:21,665 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0/users/113173bf48b54c809fbbec087fa0f9ae/roles/31e3defd4e564809946988a33fcf74c3 used request id req-60b53579-19ba-46f2-a341-25f45f7fdbbc 2018-07-22 14:51:21,666 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_3a595a45-a08a-42f0-ac69-ea7fe41f9713', 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'e02498ae1a0641b1a46e6157ea90e4c0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '8689d482-6f44-4d54-9bd1-2eca97133ab9', 'username': u'vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 14:51:21,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:51:21,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:51:21,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:51:21,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:51:21,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:51:21,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:51:21,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:51:21,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:51:21,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:51:21,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:51:21,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:51:21,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:51:21,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:51:21,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:51:21,672 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713', 'password': '8689d482-6f44-4d54-9bd1-2eca97133ab9', 'project_name': 'vmready2-project_3a595a45-a08a-42f0-ac69-ea7fe41f9713', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': 'e02498ae1a0641b1a46e6157ea90e4c0', 'project_domain_name': 'Default'} 2018-07-22 14:51:21,672 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-22 14:51:21,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:51:21,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54476a6c-392f-408d-be0c-eee6adbf739e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:51:21,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-54476a6c-392f-408d-be0c-eee6adbf739e 2018-07-22 14:51:21,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:51:22,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31e3defd4e564809946988a33fcf74c3", "name": "Member"}], "expires_at": "2018-07-22T15:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e02498ae1a0641b1a46e6157ea90e4c0", "name": "vmready2-project_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e02498ae1a0641b1a46e6157ea90e4c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e02498ae1a0641b1a46e6157ea90e4c0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e02498ae1a0641b1a46e6157ea90e4c0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "id": "113173bf48b54c809fbbec087fa0f9ae"}, "audit_ids": ["07z8NkOyQOadtSbwCQEpZw"], "issued_at": "2018-07-22T14:51:22.000000Z"}} 2018-07-22 14:51:22,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:51:22,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" -d '{"network": {"name": "vmready2-net_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "admin_state_up": true}}' 2018-07-22 14:51:23,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-9587b198-efea-4678-b14c-092c5373f68a Date: Sun, 22 Jul 2018 14:51:23 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e02498ae1a0641b1a46e6157ea90e4c0","created_at":"2018-07-22T14:51:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T14:51:22Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e02498ae1a0641b1a46e6157ea90e4c0","id":"21650315-e7c8-477a-a2ce-f14b0c163a7b","name":"vmready2-net_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}} 2018-07-22 14:51:23,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9587b198-efea-4678-b14c-092c5373f68a 2018-07-22 14:51:23,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.06667089462s 2018-07-22 14:51:23,128 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9587b198-efea-4678-b14c-092c5373f68a 2018-07-22 14:51:23,128 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:51:22Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'21650315-e7c8-477a-a2ce-f14b0c163a7b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_3a595a45-a08a-42f0-ac69-ea7fe41f9713', u'admin_state_up': True, u'tenant_id': u'e02498ae1a0641b1a46e6157ea90e4c0', u'created_at': u'2018-07-22T14:51:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e02498ae1a0641b1a46e6157ea90e4c0'}) 2018-07-22 14:51:23,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:23,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:23,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-7980d5be-5ba7-4886-878c-603017cefc84 Date: Sun, 22 Jul 2018 14:51: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-07-22T14:51:22Z","tenant_id":"e02498ae1a0641b1a46e6157ea90e4c0","created_at":"2018-07-22T14:51:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e02498ae1a0641b1a46e6157ea90e4c0","id":"21650315-e7c8-477a-a2ce-f14b0c163a7b","name":"vmready2-net_3a595a45-a08a-42f0-ac69-ea7fe41f9713"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 14:51:23,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7980d5be-5ba7-4886-878c-603017cefc84 2018-07-22 14:51:23,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.180773973465s 2018-07-22 14:51:23,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7980d5be-5ba7-4886-878c-603017cefc84 2018-07-22 14:51:23,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:51:23,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" -d '{"subnet": {"name": "vmready2-subnet_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "enable_dhcp": true, "network_id": "21650315-e7c8-477a-a2ce-f14b0c163a7b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:51:23,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c325c6d3-1b96-4ddc-80ce-2a8c157f3565 Date: Sun, 22 Jul 2018 14:51:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21650315-e7c8-477a-a2ce-f14b0c163a7b","tenant_id":"e02498ae1a0641b1a46e6157ea90e4c0","created_at":"2018-07-22T14:51:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:51: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":"e02498ae1a0641b1a46e6157ea90e4c0","id":"c96f52fb-cd29-4ff7-a001-8f55cb4330d8","subnetpool_id":null,"name":"vmready2-subnet_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}} 2018-07-22 14:51:23,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c325c6d3-1b96-4ddc-80ce-2a8c157f3565 2018-07-22 14:51:23,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.540763139725s 2018-07-22 14:51:23,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c325c6d3-1b96-4ddc-80ce-2a8c157f3565 2018-07-22 14:51:23,853 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:51: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'c96f52fb-cd29-4ff7-a001-8f55cb4330d8', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_3a595a45-a08a-42f0-ac69-ea7fe41f9713', u'enable_dhcp': True, u'network_id': u'21650315-e7c8-477a-a2ce-f14b0c163a7b', u'tenant_id': u'e02498ae1a0641b1a46e6157ea90e4c0', u'created_at': u'2018-07-22T14:51: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'e02498ae1a0641b1a46e6157ea90e4c0'}) 2018-07-22 14:51:23,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:51:23,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "vmready2-router_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "admin_state_up": true}}' 2018-07-22 14:51:25,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-cc542c9e-42f5-4c17-99df-c12f33e2939e Date: Sun, 22 Jul 2018 14:51:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:23Z", "admin_state_up": true, "updated_at": "2018-07-22T14:51:24Z", "revision_number": 2, "routes": [], "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "5aed65ea-874d-4b34-bf69-f103ba143f36", "name": "vmready2-router_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}} 2018-07-22 14:51:25,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-cc542c9e-42f5-4c17-99df-c12f33e2939e 2018-07-22 14:51:25,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.23264694214s 2018-07-22 14:51:25,087 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-cc542c9e-42f5-4c17-99df-c12f33e2939e 2018-07-22 14:51:25,087 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e02498ae1a0641b1a46e6157ea90e4c0', u'created_at': u'2018-07-22T14:51:23Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T14:51:24Z', u'revision_number': 2, u'routes': [], u'project_id': u'e02498ae1a0641b1a46e6157ea90e4c0', u'id': u'5aed65ea-874d-4b34-bf69-f103ba143f36', u'name': u'vmready2-router_3a595a45-a08a-42f0-ac69-ea7fe41f9713'}) 2018-07-22 14:51:25,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:51:25,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36/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}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" -d '{"subnet_id": "c96f52fb-cd29-4ff7-a001-8f55cb4330d8"}' 2018-07-22 14:51:26,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bae0f69d-4bec-4a0a-9513-f535af0e9acc Date: Sun, 22 Jul 2018 14:51:26 GMT RESP BODY: {"network_id": "21650315-e7c8-477a-a2ce-f14b0c163a7b", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "subnet_id": "c96f52fb-cd29-4ff7-a001-8f55cb4330d8", "subnet_ids": ["c96f52fb-cd29-4ff7-a001-8f55cb4330d8"], "port_id": "2bf7eb2f-c715-4def-97a7-4211c004c8a1", "id": "5aed65ea-874d-4b34-bf69-f103ba143f36"} 2018-07-22 14:51:26,956 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36/add_router_interface.json used request id req-bae0f69d-4bec-4a0a-9513-f535af0e9acc 2018-07-22 14:51:26,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.86825704575s 2018-07-22 14:51:26,957 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36/add_router_interface.json used request id req-bae0f69d-4bec-4a0a-9513-f535af0e9acc returning object 5aed65ea-874d-4b34-bf69-f103ba143f36 2018-07-22 14:51:26,957 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 14:51:27,089 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 14:51:27,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:51:27,095 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 14:51:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 14:51:27,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:51:27,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:27,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-bc759a86-b6f0-49c6-b218-a61d70124bc3 Date: Sun, 22 Jul 2018 14:51:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:51:27,733 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-bc759a86-b6f0-49c6-b218-a61d70124bc3 2018-07-22 14:51:27,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.635308027267s 2018-07-22 14:51:27,733 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-bc759a86-b6f0-49c6-b218-a61d70124bc3 2018-07-22 14:51:27,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 14:51:27,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}' 2018-07-22 14:51:27,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3bb9084e-6523-4682-9693-3a1a2a21f9d7 Date: Sun, 22 Jul 2018 14:51:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91/file", "owner": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "63f4a832-ec6e-4f00-a464-7a53b9938f91", "size": null, "self": "/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:51:27Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "checksum": null, "created_at": "2018-07-22T14:51:27Z", "protected": false} 2018-07-22 14:51:27,838 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3bb9084e-6523-4682-9693-3a1a2a21f9d7 2018-07-22 14:51:27,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0972030162811s 2018-07-22 14:51:27,839 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3bb9084e-6523-4682-9693-3a1a2a21f9d7 returning object 63f4a832-ec6e-4f00-a464-7a53b9938f91 2018-07-22 14:51:27,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 14:51:27,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91/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}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" -d '' 2018-07-22 14:51:28,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-483b8d20-8a71-473a-92fe-a17c30cad66b Date: Sun, 22 Jul 2018 14:51:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:51:28,868 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91/file used request id req-483b8d20-8a71-473a-92fe-a17c30cad66b 2018-07-22 14:51:28,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.02894496918s 2018-07-22 14:51:28,869 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91/file used request id req-483b8d20-8a71-473a-92fe-a17c30cad66b 2018-07-22 14:51:28,869 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_3a595a45-a08a-42f0-ac69-ea7fe41f9713', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T14:51:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91/file', u'owner': u'e02498ae1a0641b1a46e6157ea90e4c0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'63f4a832-ec6e-4f00-a464-7a53b9938f91', u'size': None, u'name': u'vmready2-img_3a595a45-a08a-42f0-ac69-ea7fe41f9713', u'checksum': None, u'self': u'/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T14:51:27Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 14:51:28,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 14:51:28,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 14:51:29,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-e99b9064-3f5f-42c1-9df1-ff9a88eb52c2 x-compute-request-id: req-e99b9064-3f5f-42c1-9df1-ff9a88eb52c2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/545357a3-dee7-4f33-a31b-a37c632714ce", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/545357a3-dee7-4f33-a31b-a37c632714ce", "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": "545357a3-dee7-4f33-a31b-a37c632714ce"}} 2018-07-22 14:51:29,455 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e99b9064-3f5f-42c1-9df1-ff9a88eb52c2 2018-07-22 14:51:29,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.585288047791s 2018-07-22 14:51:29,455 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e99b9064-3f5f-42c1-9df1-ff9a88eb52c2 2018-07-22 14:51:29,456 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_3a595a45-a08a-42f0-ac69-ea7fe41f9713', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'545357a3-dee7-4f33-a31b-a37c632714ce', 'swap': 0}) 2018-07-22 14:51:29,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 14:51:29,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/545357a3-dee7-4f33-a31b-a37c632714ce/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}d8bac80d25c6dd2c55e2e49505b98022419102b2" -d '{"extra_specs": {}}' 2018-07-22 14:51:29,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da86218b-07da-4afb-a5a1-deaab60989ec x-compute-request-id: req-da86218b-07da-4afb-a5a1-deaab60989ec Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 14:51:29,588 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/545357a3-dee7-4f33-a31b-a37c632714ce/os-extra_specs used request id req-da86218b-07da-4afb-a5a1-deaab60989ec 2018-07-22 14:51:29,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131125211716s 2018-07-22 14:51:29,588 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/545357a3-dee7-4f33-a31b-a37c632714ce/os-extra_specs used request id req-da86218b-07da-4afb-a5a1-deaab60989ec 2018-07-22 14:51:29,702 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:51:29,702 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 14:51:29,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:51:29,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36/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}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" -d '{"subnet_id": "c96f52fb-cd29-4ff7-a001-8f55cb4330d8"}' 2018-07-22 14:51:31,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c5ff21ad-cc3d-480f-bf72-f981cf820f14 Date: Sun, 22 Jul 2018 14:51:31 GMT RESP BODY: {"network_id": "21650315-e7c8-477a-a2ce-f14b0c163a7b", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "subnet_id": "c96f52fb-cd29-4ff7-a001-8f55cb4330d8", "subnet_ids": ["c96f52fb-cd29-4ff7-a001-8f55cb4330d8"], "port_id": "2bf7eb2f-c715-4def-97a7-4211c004c8a1", "id": "5aed65ea-874d-4b34-bf69-f103ba143f36"} 2018-07-22 14:51:31,276 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36/remove_router_interface.json used request id req-c5ff21ad-cc3d-480f-bf72-f981cf820f14 2018-07-22 14:51:31,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.57000494003s 2018-07-22 14:51:31,277 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36/remove_router_interface.json used request id req-c5ff21ad-cc3d-480f-bf72-f981cf820f14 returning object 5aed65ea-874d-4b34-bf69-f103ba143f36 2018-07-22 14:51:31,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:51:31,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:31,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9361a51d-7d3b-49ca-bd60-e67dba4c1a40 Date: Sun, 22 Jul 2018 14:51:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:23Z", "admin_state_up": true, "updated_at": "2018-07-22T14:51:30Z", "revision_number": 4, "routes": [], "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "5aed65ea-874d-4b34-bf69-f103ba143f36", "name": "vmready2-router_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}]} 2018-07-22 14:51:31,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9361a51d-7d3b-49ca-bd60-e67dba4c1a40 2018-07-22 14:51:31,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.108335018158s 2018-07-22 14:51:31,386 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9361a51d-7d3b-49ca-bd60-e67dba4c1a40 2018-07-22 14:51:31,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:51:31,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:32,563 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2fa663cc-cf1b-4846-9b5c-d836ddb20d9c Content-Length: 0 Date: Sun, 22 Jul 2018 14:51:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:51:32,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36.json used request id req-2fa663cc-cf1b-4846-9b5c-d836ddb20d9c 2018-07-22 14:51:32,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.17562913895s 2018-07-22 14:51:32,563 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5aed65ea-874d-4b34-bf69-f103ba143f36.json used request id req-2fa663cc-cf1b-4846-9b5c-d836ddb20d9c 2018-07-22 14:51:32,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:51:32,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:32,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5ebc8746-5ba2-41b5-ae1b-25887ea82950 Date: Sun, 22 Jul 2018 14:51:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21650315-e7c8-477a-a2ce-f14b0c163a7b","tenant_id":"e02498ae1a0641b1a46e6157ea90e4c0","created_at":"2018-07-22T14:51:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:51: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":"e02498ae1a0641b1a46e6157ea90e4c0","id":"c96f52fb-cd29-4ff7-a001-8f55cb4330d8","subnetpool_id":null,"name":"vmready2-subnet_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}]} 2018-07-22 14:51:32,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5ebc8746-5ba2-41b5-ae1b-25887ea82950 2018-07-22 14:51:32,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0943918228149s 2018-07-22 14:51:32,659 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5ebc8746-5ba2-41b5-ae1b-25887ea82950 2018-07-22 14:51:32,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:51:32,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/c96f52fb-cd29-4ff7-a001-8f55cb4330d8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:33,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85dcfc1e-343f-4e6f-8821-a84d00ebdb78 Date: Sun, 22 Jul 2018 14:51:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:51:33,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c96f52fb-cd29-4ff7-a001-8f55cb4330d8.json used request id req-85dcfc1e-343f-4e6f-8821-a84d00ebdb78 2018-07-22 14:51:33,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.21246790886s 2018-07-22 14:51:33,873 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c96f52fb-cd29-4ff7-a001-8f55cb4330d8.json used request id req-85dcfc1e-343f-4e6f-8821-a84d00ebdb78 2018-07-22 14:51:33,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:33,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:33,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-355dbc75-65df-4155-8ab6-e8593968bd30 Date: Sun, 22 Jul 2018 14:51:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T14:51:33Z","tenant_id":"e02498ae1a0641b1a46e6157ea90e4c0","created_at":"2018-07-22T14:51:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e02498ae1a0641b1a46e6157ea90e4c0","id":"21650315-e7c8-477a-a2ce-f14b0c163a7b","name":"vmready2-net_3a595a45-a08a-42f0-ac69-ea7fe41f9713"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 14:51:33,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-355dbc75-65df-4155-8ab6-e8593968bd30 2018-07-22 14:51:33,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120625019073s 2018-07-22 14:51:33,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-355dbc75-65df-4155-8ab6-e8593968bd30 2018-07-22 14:51:33,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:51:33,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/21650315-e7c8-477a-a2ce-f14b0c163a7b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:35,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-751fcd6b-bee7-4ceb-9740-c8ea68ad886f Date: Sun, 22 Jul 2018 14:51:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:51:35,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/21650315-e7c8-477a-a2ce-f14b0c163a7b.json used request id req-751fcd6b-bee7-4ceb-9740-c8ea68ad886f 2018-07-22 14:51:35,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19564294815s 2018-07-22 14:51:35,192 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/21650315-e7c8-477a-a2ce-f14b0c163a7b.json used request id req-751fcd6b-bee7-4ceb-9740-c8ea68ad886f 2018-07-22 14:51:35,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:51:35,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:35,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-4c021b16-6644-46fd-957f-d4fb4ed8867c Date: Sun, 22 Jul 2018 14:51:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/63f4a832-ec6e-4f00-a464-7a53b9938f91/snap", "metadata": {}}], "file": "/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91/file", "owner": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "63f4a832-ec6e-4f00-a464-7a53b9938f91", "size": 12716032, "self": "/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/63f4a832-ec6e-4f00-a464-7a53b9938f91/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:51:28Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:51:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:51:35,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4c021b16-6644-46fd-957f-d4fb4ed8867c 2018-07-22 14:51:35,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0358901023865s 2018-07-22 14:51:35,232 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4c021b16-6644-46fd-957f-d4fb4ed8867c 2018-07-22 14:51:35,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 14:51:35,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04686584e1f00dadfe8e263d3a6fb5feb009e3cf" 2018-07-22 14:51:35,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ddfd248-32f7-4090-9021-2b8a644494a2 Date: Sun, 22 Jul 2018 14:51:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:51:35,553 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91 used request id req-5ddfd248-32f7-4090-9021-2b8a644494a2 2018-07-22 14:51:35,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.31897687912s 2018-07-22 14:51:35,553 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/63f4a832-ec6e-4f00-a464-7a53b9938f91 used request id req-5ddfd248-32f7-4090-9021-2b8a644494a2 2018-07-22 14:51:35,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:51:35,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:35,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c6978f5-e0be-45d6-870c-9564438d5bfd x-compute-request-id: req-5c6978f5-e0be-45d6-870c-9564438d5bfd Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/545357a3-dee7-4f33-a31b-a37c632714ce", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/545357a3-dee7-4f33-a31b-a37c632714ce", "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": "545357a3-dee7-4f33-a31b-a37c632714ce"}]} 2018-07-22 14:51:35,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5c6978f5-e0be-45d6-870c-9564438d5bfd 2018-07-22 14:51:35,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259869098663s 2018-07-22 14:51:35,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5c6978f5-e0be-45d6-870c-9564438d5bfd 2018-07-22 14:51:35,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 14:51:35,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/545357a3-dee7-4f33-a31b-a37c632714ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:35,643 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:51:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b47aba3-38f7-45f9-91bf-bf4b6c67825c x-compute-request-id: req-8b47aba3-38f7-45f9-91bf-bf4b6c67825c Content-Length: 0 Content-Type: application/json 2018-07-22 14:51:35,644 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/545357a3-dee7-4f33-a31b-a37c632714ce used request id req-8b47aba3-38f7-45f9-91bf-bf4b6c67825c 2018-07-22 14:51:35,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0619838237762s 2018-07-22 14:51:35,644 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/545357a3-dee7-4f33-a31b-a37c632714ce used request id req-8b47aba3-38f7-45f9-91bf-bf4b6c67825c 2018-07-22 14:51:35,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:51:35,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:35,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3be55ca-8249-41af-bf86-c8ddebcfdf32 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "links": {"self": "http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "113173bf48b54c809fbbec087fa0f9ae", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:51:35,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b3be55ca-8249-41af-bf86-c8ddebcfdf32 2018-07-22 14:51:35,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106914043427s 2018-07-22 14:51:35,752 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b3be55ca-8249-41af-bf86-c8ddebcfdf32 2018-07-22 14:51:35,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:51:35,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:35,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-019fb3a7-f478-43ac-8550-5d34126c8d4a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_3a595a45-a08a-42f0-ac69-ea7fe41f9713", "links": {"self": "http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "113173bf48b54c809fbbec087fa0f9ae", "description": null}} 2018-07-22 14:51:35,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae used request id req-019fb3a7-f478-43ac-8550-5d34126c8d4a 2018-07-22 14:51:35,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109312772751s 2018-07-22 14:51:35,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae used request id req-019fb3a7-f478-43ac-8550-5d34126c8d4a 2018-07-22 14:51:35,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 14:51:35,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:36,105 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aa23a32-29df-497b-aea9-184a2076a801 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:51:36,105 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae used request id req-8aa23a32-29df-497b-aea9-184a2076a801 2018-07-22 14:51:36,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.236763954163s 2018-07-22 14:51:36,105 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/113173bf48b54c809fbbec087fa0f9ae used request id req-8aa23a32-29df-497b-aea9-184a2076a801 2018-07-22 14:51:36,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:51:36,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:36,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82bca73-e292-4e03-9e8b-a9b25d1f68fe Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0"}, "tags": [], "enabled": true, "id": "e02498ae1a0641b1a46e6157ea90e4c0", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_3a595a45-a08a-42f0-ac69-ea7fe41f9713"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:51:36,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-f82bca73-e292-4e03-9e8b-a9b25d1f68fe 2018-07-22 14:51:36,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0880720615387s 2018-07-22 14:51:36,200 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-f82bca73-e292-4e03-9e8b-a9b25d1f68fe 2018-07-22 14:51:36,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 14:51:36,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:36,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:51:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed571c8f-4bfb-49b9-925d-7c875cfeb876 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:51:36,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-ed571c8f-4bfb-49b9-925d-7c875cfeb876 2018-07-22 14:51:36,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.177430868149s 2018-07-22 14:51:36,382 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-ed571c8f-4bfb-49b9-925d-7c875cfeb876 2018-07-22 14:51:36,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:51:36,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:36,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47822385-d36e-46dd-a5bd-420a1ea53699 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "31e3defd4e564809946988a33fcf74c3", "links": {"self": "http://172.30.9.28:5000/v3/roles/31e3defd4e564809946988a33fcf74c3"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:51:36,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-47822385-d36e-46dd-a5bd-420a1ea53699 2018-07-22 14:51:36,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0783548355103s 2018-07-22 14:51:36,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-47822385-d36e-46dd-a5bd-420a1ea53699 2018-07-22 14:51:36,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 14:51:36,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/31e3defd4e564809946988a33fcf74c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8bac80d25c6dd2c55e2e49505b98022419102b2" 2018-07-22 14:51:36,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:51:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aad32363-15bd-43c0-ab23-49fbc4e6054d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:51:36,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/31e3defd4e564809946988a33fcf74c3 used request id req-aad32363-15bd-43c0-ab23-49fbc4e6054d 2018-07-22 14:51:36,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.152259111404s 2018-07-22 14:51:36,622 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/31e3defd4e564809946988a33fcf74c3 used request id req-aad32363-15bd-43c0-ab23-49fbc4e6054d 2018-07-22 14:51:36,677 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-22 14:51:36,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:51:36,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:51:36,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:51:36,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:51:36,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27109512-f4af-4bda-8c2e-af83c0a01d85 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:51:36,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-27109512-f4af-4bda-8c2e-af83c0a01d85 2018-07-22 14:51:36,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:51:37,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:51:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["08GNHP0xTH2z13xvtGlcnA"], "issued_at": "2018-07-22T14:51:37.000000Z"}} 2018-07-22 14:51:37,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:37,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:37,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-813116d9-05f7-4f31-afea-8c9e99811514 Date: Sun, 22 Jul 2018 14:51:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:51:37,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-813116d9-05f7-4f31-afea-8c9e99811514 2018-07-22 14:51:37,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265185117722s 2018-07-22 14:51:37,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-813116d9-05f7-4f31-afea-8c9e99811514 2018-07-22 14:51:37,374 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-22 14:51:37,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:51:37,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"network": {"name": "singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465", "admin_state_up": true}}' 2018-07-22 14:51:37,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-21db85a9-d418-4a9b-a4cf-6bd81791deda Date: Sun, 22 Jul 2018 14:51:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:51:37Z","is_default":false,"provider:segmentation_id":79,"name":"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:37Z","mtu":1450}} 2018-07-22 14:51:37,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-21db85a9-d418-4a9b-a4cf-6bd81791deda 2018-07-22 14:51:37,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.401346921921s 2018-07-22 14:51:37,776 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-21db85a9-d418-4a9b-a4cf-6bd81791deda 2018-07-22 14:51:37,777 - 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-07-22T14:51:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f', u'provider:segmentation_id': 79, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465', u'admin_state_up': True, u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:51:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 14:51:37,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:37,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:37,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-39f4f58f-5942-45b0-abc1-266fa5229880 Date: Sun, 22 Jul 2018 14:51:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:51:37Z","provider:segmentation_id":79,"name":"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:51:37,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-39f4f58f-5942-45b0-abc1-266fa5229880 2018-07-22 14:51:37,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111708164215s 2018-07-22 14:51:37,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-39f4f58f-5942-45b0-abc1-266fa5229880 2018-07-22 14:51:37,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:51:37,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"subnet": {"name": "singlevm1-subnet_baa8daa8-e138-4296-83a2-2c429f44a465", "enable_dhcp": true, "network_id": "55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:51:38,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-066261ae-787a-4900-ab11-e307cb372b36 Date: Sun, 22 Jul 2018 14:51:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:51: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"8cff0b98-c3e2-4ebb-9306-1c18cf30d616","subnetpool_id":null,"name":"singlevm1-subnet_baa8daa8-e138-4296-83a2-2c429f44a465"}} 2018-07-22 14:51:38,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-066261ae-787a-4900-ab11-e307cb372b36 2018-07-22 14:51:38,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.621207952499s 2018-07-22 14:51:38,513 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-066261ae-787a-4900-ab11-e307cb372b36 2018-07-22 14:51:38,513 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:51: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'8cff0b98-c3e2-4ebb-9306-1c18cf30d616', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_baa8daa8-e138-4296-83a2-2c429f44a465', u'enable_dhcp': True, u'network_id': u'55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f', u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:51: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'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 14:51:38,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:51:38,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "singlevm1-router_baa8daa8-e138-4296-83a2-2c429f44a465", "admin_state_up": true}}' 2018-07-22 14:51:39,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f6b771e3-4940-4710-8e6f-c31b4752617c Date: Sun, 22 Jul 2018 14:51:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:51:39Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "8b5bd994-3a39-4e31-801d-6c61cabe2e4d", "name": "singlevm1-router_baa8daa8-e138-4296-83a2-2c429f44a465"}} 2018-07-22 14:51:39,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f6b771e3-4940-4710-8e6f-c31b4752617c 2018-07-22 14:51:39,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 0.982571125031s 2018-07-22 14:51:39,496 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f6b771e3-4940-4710-8e6f-c31b4752617c 2018-07-22 14:51:39,497 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T14:51:38Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T14:51:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'id': u'8b5bd994-3a39-4e31-801d-6c61cabe2e4d', u'name': u'singlevm1-router_baa8daa8-e138-4296-83a2-2c429f44a465'}) 2018-07-22 14:51:39,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:51:39,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d/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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"subnet_id": "8cff0b98-c3e2-4ebb-9306-1c18cf30d616"}' 2018-07-22 14:51:41,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ebecd430-e97b-4ead-be2f-cd9d227d0d45 Date: Sun, 22 Jul 2018 14:51:41 GMT RESP BODY: {"network_id": "55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "8cff0b98-c3e2-4ebb-9306-1c18cf30d616", "subnet_ids": ["8cff0b98-c3e2-4ebb-9306-1c18cf30d616"], "port_id": "9c7f7546-2277-42f6-a78e-b29a1621212b", "id": "8b5bd994-3a39-4e31-801d-6c61cabe2e4d"} 2018-07-22 14:51:41,226 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d/add_router_interface.json used request id req-ebecd430-e97b-4ead-be2f-cd9d227d0d45 2018-07-22 14:51:41,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.72855496407s 2018-07-22 14:51:41,226 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d/add_router_interface.json used request id req-ebecd430-e97b-4ead-be2f-cd9d227d0d45 returning object 8b5bd994-3a39-4e31-801d-6c61cabe2e4d 2018-07-22 14:51:41,227 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 14:51:41,360 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 14:51:41,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:51:41,365 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 14:51:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 14:51:41,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:51:41,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:41,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8d14df69-4f1c-438a-a7c9-73dd014f8c56 Date: Sun, 22 Jul 2018 14:51:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:51:41,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8d14df69-4f1c-438a-a7c9-73dd014f8c56 2018-07-22 14:51:41,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.631971120834s 2018-07-22 14:51:42,000 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8d14df69-4f1c-438a-a7c9-73dd014f8c56 2018-07-22 14:51:42,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 14:51:42,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465"}' 2018-07-22 14:51:42,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ff8dbad7-5279-41e5-903d-68a37378f2ee Date: Sun, 22 Jul 2018 14:51:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "size": null, "self": "/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:51:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465", "checksum": null, "created_at": "2018-07-22T14:51:42Z", "protected": false} 2018-07-22 14:51:42,076 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ff8dbad7-5279-41e5-903d-68a37378f2ee 2018-07-22 14:51:42,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0683360099792s 2018-07-22 14:51:42,076 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ff8dbad7-5279-41e5-903d-68a37378f2ee returning object 1908b32c-e694-45fa-87bd-2f926d1d0be5 2018-07-22 14:51:42,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 14:51:42,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '' 2018-07-22 14:51:42,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-34a5f6af-7ac0-499c-a972-60f7bf8b6b9d Date: Sun, 22 Jul 2018 14:51:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:51:42,985 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/file used request id req-34a5f6af-7ac0-499c-a972-60f7bf8b6b9d 2018-07-22 14:51:42,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.908289909363s 2018-07-22 14:51:42,986 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/file used request id req-34a5f6af-7ac0-499c-a972-60f7bf8b6b9d 2018-07-22 14:51:42,986 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T14:51:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1908b32c-e694-45fa-87bd-2f926d1d0be5', u'size': None, u'name': u'singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465', u'checksum': None, u'self': u'/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T14:51:42Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 14:51:42,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 14:51:42,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_baa8daa8-e138-4296-83a2-2c429f44a465", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 14:51:43,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51: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-9c7a374f-d65b-4af5-88b8-3f32789c0fa3 x-compute-request-id: req-9c7a374f-d65b-4af5-88b8-3f32789c0fa3 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_baa8daa8-e138-4296-83a2-2c429f44a465", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "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": "0641202a-0c80-4347-92ef-2176fdf311c4"}} 2018-07-22 14:51:43,327 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9c7a374f-d65b-4af5-88b8-3f32789c0fa3 2018-07-22 14:51:43,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.340381145477s 2018-07-22 14:51:43,327 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9c7a374f-d65b-4af5-88b8-3f32789c0fa3 2018-07-22 14:51:43,328 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_baa8daa8-e138-4296-83a2-2c429f44a465', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'0641202a-0c80-4347-92ef-2176fdf311c4', 'swap': 0}) 2018-07-22 14:51:43,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 14:51:43,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4/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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"extra_specs": {}}' 2018-07-22 14:51:43,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8d5955d5-6f8a-4295-9035-247394b2552c x-compute-request-id: req-8d5955d5-6f8a-4295-9035-247394b2552c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 14:51:43,359 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4/os-extra_specs used request id req-8d5955d5-6f8a-4295-9035-247394b2552c 2018-07-22 14:51:43,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.029904127121s 2018-07-22 14:51:43,359 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4/os-extra_specs used request id req-8d5955d5-6f8a-4295-9035-247394b2552c 2018-07-22 14:51:43,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 14:51:43,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"keypair": {"name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465"}}' 2018-07-22 14:51:43,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c8fb636-07bb-4a33-ad91-aec6ffe94e3d x-compute-request-id: req-5c8fb636-07bb-4a33-ad91-aec6ffe94e3d Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92zAHb0ZjG3HUP6DtItHxqlEOi9p9rEjU08nnKD2W8AghW4IqYtOwGnxNLMKNGSFMxJMtU7U6RTL55qwgbx3NFr5PrLvZbJS54jXiBoukSgqffTfrgl29yqo/0TtGN4jZt6Da3lHVkVNQY/zojrKzPPhrdhbY07j4BGe71dBQXqscmM+AZBl6R0NU79KG7UHEPMnF8gW2EFierqml3k1cJ+yZ0UgzY2DZO959M4aKk/MEqVTlpqucUJp65BwNdUu2YrJC6tK2Uts943bcF48avtCgfzvyuI31QtNdU4RfBeI2ObJBP1cpXmLGN6R2AWoEV8fz3KPKAbBDnki7IYZX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvdswB29GYxtx1D+g7SLR8apRDovafaxI1NPJ5yg9lvAIIVuC\nKmLTsBp8TSzCjRkhTMSTLVO1OkUy+easIG8dzRa+T6y72WyUueI14gaLpEoKn303\n64JdvcqqP9E7RjeI2beg2t5R1ZFTUGP86I6yszz4a3YW2NO4+ARnu9XQUF6rHJjP\ngGQZekdDVO/Shu1BxDzJxfIFthBYnq6ppd5NXCfsmdFIM2Ng2TvefTOGipPzBKlU\n5aarnFCaeuQcDXVLtmKyQurStlLbPeN23BePGr7QoH878riN9ULTXVOEXwXiNjmy\nQT9XKV5ixjekdgFqBFfH89yjygGwQ55IuyGGVwIDAQABAoIBAGBXIYAkTytrec+i\nmh67VJ21N3ySK0Uqb6rP7dyG5vn4w6dpsBuiGpl6VykyVWcUIXm7JpQRrhzrkHqP\nOzkaKZ0wtVHo7Unfd3j7+SvA9otfpxRXjlDLzpXIiavomJOBCsiwDcgCmLQvEn/w\nvR2li7i4b7bYLa/JgEsasSj3zsV440V+nFxopimZrhv8VkkDVYjDB8tKsXu+nxsw\n3g8GPMIAgs/yMFHonHEX8ST8w5yW5lSXaQreMEV5gwtQnxAOd7w0a1+jPwHyUa5m\n0PSblg0kTWisyhY5FYB1XNcagIxmN/xXs/L1C8mjDfdjjzVkYk3e1lpXVZmBZgBj\n6MApmoECgYEA98m+bQ15WzsprF/CbHw7F5IjkYNcuQIipVFs3tvuHzEegdwZIrug\n5Cq6gt3Kpr1U0pnkwWnz+K0iL9hSpa0aE+7iKl02sJhhDTEnXPa+wS4PJJnkr8ae\nKJ+cKeVAS6ZDGOifETKqA+OdurFtJ1oW46WeWS978cODuPew6k1abs8CgYEAxCXx\n1VbbsneG1khrJhPb/aPGscaoyN2uT0b5ysomxnXxTQ38Ib3Fs7k/obpGoSla8IpQ\n0YqLoZnv2Cdfzu1mbXWA143lqAUOCyJoegAZuRqb4l167yyiCMN+KUfcWpnLUAbZ\nAqU1FLbjo4FZjnfU6WC/b295BWbwRIH7dmowEfkCgYBnm5CnMqoarotHSycVi4B9\n45pBvuanaTApZfma2eUgX7582BYegsvMe91O2QRiYeo0wSp4gSAFTAducApmwhGU\nYh9pTV6PyrdR98qYwYeTaPnl+P85TFhXbh2zGuuedh+6K5JPc5rJU4RhSsz0VmQZ\nveePLR6rQXAziEYOQlfc2wKBgQCZ3rZWSFvyJYe2A3tilIOn9llBTnlLkXNTJ3d+\n2JQQbadMbiMTCP7VXQYIxcrwVDPNrIN3zXp52/tlkoW7G0qVpW7cKak15Dk/DM/u\nnLORHMmaiwCMLXQy8cC/e2rl++2dKrIEPDtms43hzu/FLkXsigPC1CyYy0bCR0FP\nhD+PaQKBgAUOyy+/K2dutMU/2Jw1ayw2NopmqwA0vKGPr8dEK7CzE7yjEODgOhye\n0U2FmknK0Gt6T1LrZkt25CTDZSQtq9UEnpknl7rJh0FfIF9TQN5P5fWB3BfKd2ms\n21Ot15pLYtvXZyxouA1s/HJA9bUWnM+o0/acY3IxDR+abE/95t6P\n-----END RSA PRIVATE KEY-----\n", "user_id": "e4227d46953b40858f903170fa2ab282", "name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "fingerprint": "ee:7c:e2:4a:4b:21:42:00:01:20:3c:51:3b:a8:fb:93"}} 2018-07-22 14:51:43,548 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-5c8fb636-07bb-4a33-ad91-aec6ffe94e3d 2018-07-22 14:51:43,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.187881946564s 2018-07-22 14:51:43,548 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-5c8fb636-07bb-4a33-ad91-aec6ffe94e3d 2018-07-22 14:51:43,549 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC92zAHb0ZjG3HUP6DtItHxqlEOi9p9rEjU08nnKD2W8AghW4IqYtOwGnxNLMKNGSFMxJMtU7U6RTL55qwgbx3NFr5PrLvZbJS54jXiBoukSgqffTfrgl29yqo/0TtGN4jZt6Da3lHVkVNQY/zojrKzPPhrdhbY07j4BGe71dBQXqscmM+AZBl6R0NU79KG7UHEPMnF8gW2EFierqml3k1cJ+yZ0UgzY2DZO959M4aKk/MEqVTlpqucUJp65BwNdUu2YrJC6tK2Uts943bcF48avtCgfzvyuI31QtNdU4RfBeI2ObJBP1cpXmLGN6R2AWoEV8fz3KPKAbBDnki7IYZX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvdswB29GYxtx1D+g7SLR8apRDovafaxI1NPJ5yg9lvAIIVuC\nKmLTsBp8TSzCjRkhTMSTLVO1OkUy+easIG8dzRa+T6y72WyUueI14gaLpEoKn303\n64JdvcqqP9E7RjeI2beg2t5R1ZFTUGP86I6yszz4a3YW2NO4+ARnu9XQUF6rHJjP\ngGQZekdDVO/Shu1BxDzJxfIFthBYnq6ppd5NXCfsmdFIM2Ng2TvefTOGipPzBKlU\n5aarnFCaeuQcDXVLtmKyQurStlLbPeN23BePGr7QoH878riN9ULTXVOEXwXiNjmy\nQT9XKV5ixjekdgFqBFfH89yjygGwQ55IuyGGVwIDAQABAoIBAGBXIYAkTytrec+i\nmh67VJ21N3ySK0Uqb6rP7dyG5vn4w6dpsBuiGpl6VykyVWcUIXm7JpQRrhzrkHqP\nOzkaKZ0wtVHo7Unfd3j7+SvA9otfpxRXjlDLzpXIiavomJOBCsiwDcgCmLQvEn/w\nvR2li7i4b7bYLa/JgEsasSj3zsV440V+nFxopimZrhv8VkkDVYjDB8tKsXu+nxsw\n3g8GPMIAgs/yMFHonHEX8ST8w5yW5lSXaQreMEV5gwtQnxAOd7w0a1+jPwHyUa5m\n0PSblg0kTWisyhY5FYB1XNcagIxmN/xXs/L1C8mjDfdjjzVkYk3e1lpXVZmBZgBj\n6MApmoECgYEA98m+bQ15WzsprF/CbHw7F5IjkYNcuQIipVFs3tvuHzEegdwZIrug\n5Cq6gt3Kpr1U0pnkwWnz+K0iL9hSpa0aE+7iKl02sJhhDTEnXPa+wS4PJJnkr8ae\nKJ+cKeVAS6ZDGOifETKqA+OdurFtJ1oW46WeWS978cODuPew6k1abs8CgYEAxCXx\n1VbbsneG1khrJhPb/aPGscaoyN2uT0b5ysomxnXxTQ38Ib3Fs7k/obpGoSla8IpQ\n0YqLoZnv2Cdfzu1mbXWA143lqAUOCyJoegAZuRqb4l167yyiCMN+KUfcWpnLUAbZ\nAqU1FLbjo4FZjnfU6WC/b295BWbwRIH7dmowEfkCgYBnm5CnMqoarotHSycVi4B9\n45pBvuanaTApZfma2eUgX7582BYegsvMe91O2QRiYeo0wSp4gSAFTAducApmwhGU\nYh9pTV6PyrdR98qYwYeTaPnl+P85TFhXbh2zGuuedh+6K5JPc5rJU4RhSsz0VmQZ\nveePLR6rQXAziEYOQlfc2wKBgQCZ3rZWSFvyJYe2A3tilIOn9llBTnlLkXNTJ3d+\n2JQQbadMbiMTCP7VXQYIxcrwVDPNrIN3zXp52/tlkoW7G0qVpW7cKak15Dk/DM/u\nnLORHMmaiwCMLXQy8cC/e2rl++2dKrIEPDtms43hzu/FLkXsigPC1CyYy0bCR0FP\nhD+PaQKBgAUOyy+/K2dutMU/2Jw1ayw2NopmqwA0vKGPr8dEK7CzE7yjEODgOhye\n0U2FmknK0Gt6T1LrZkt25CTDZSQtq9UEnpknl7rJh0FfIF9TQN5P5fWB3BfKd2ms\n21Ot15pLYtvXZyxouA1s/HJA9bUWnM+o0/acY3IxDR+abE/95t6P\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e4227d46953b40858f903170fa2ab282', 'name': u'singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465', 'created_at': '2018-07-22T14:51:43.549186', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f65ca044e22540bca7d76e49c8ced1bf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ee:7c:e2:4a:4b:21:42:00:01:20:3c:51:3b:a8:fb:93', 'type': 'ssh', 'id': u'singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465'}) 2018-07-22 14:51:43,549 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAvdswB29GYxtx1D+g7SLR8apRDovafaxI1NPJ5yg9lvAIIVuC KmLTsBp8TSzCjRkhTMSTLVO1OkUy+easIG8dzRa+T6y72WyUueI14gaLpEoKn303 64JdvcqqP9E7RjeI2beg2t5R1ZFTUGP86I6yszz4a3YW2NO4+ARnu9XQUF6rHJjP gGQZekdDVO/Shu1BxDzJxfIFthBYnq6ppd5NXCfsmdFIM2Ng2TvefTOGipPzBKlU 5aarnFCaeuQcDXVLtmKyQurStlLbPeN23BePGr7QoH878riN9ULTXVOEXwXiNjmy QT9XKV5ixjekdgFqBFfH89yjygGwQ55IuyGGVwIDAQABAoIBAGBXIYAkTytrec+i mh67VJ21N3ySK0Uqb6rP7dyG5vn4w6dpsBuiGpl6VykyVWcUIXm7JpQRrhzrkHqP OzkaKZ0wtVHo7Unfd3j7+SvA9otfpxRXjlDLzpXIiavomJOBCsiwDcgCmLQvEn/w vR2li7i4b7bYLa/JgEsasSj3zsV440V+nFxopimZrhv8VkkDVYjDB8tKsXu+nxsw 3g8GPMIAgs/yMFHonHEX8ST8w5yW5lSXaQreMEV5gwtQnxAOd7w0a1+jPwHyUa5m 0PSblg0kTWisyhY5FYB1XNcagIxmN/xXs/L1C8mjDfdjjzVkYk3e1lpXVZmBZgBj 6MApmoECgYEA98m+bQ15WzsprF/CbHw7F5IjkYNcuQIipVFs3tvuHzEegdwZIrug 5Cq6gt3Kpr1U0pnkwWnz+K0iL9hSpa0aE+7iKl02sJhhDTEnXPa+wS4PJJnkr8ae KJ+cKeVAS6ZDGOifETKqA+OdurFtJ1oW46WeWS978cODuPew6k1abs8CgYEAxCXx 1VbbsneG1khrJhPb/aPGscaoyN2uT0b5ysomxnXxTQ38Ib3Fs7k/obpGoSla8IpQ 0YqLoZnv2Cdfzu1mbXWA143lqAUOCyJoegAZuRqb4l167yyiCMN+KUfcWpnLUAbZ AqU1FLbjo4FZjnfU6WC/b295BWbwRIH7dmowEfkCgYBnm5CnMqoarotHSycVi4B9 45pBvuanaTApZfma2eUgX7582BYegsvMe91O2QRiYeo0wSp4gSAFTAducApmwhGU Yh9pTV6PyrdR98qYwYeTaPnl+P85TFhXbh2zGuuedh+6K5JPc5rJU4RhSsz0VmQZ veePLR6rQXAziEYOQlfc2wKBgQCZ3rZWSFvyJYe2A3tilIOn9llBTnlLkXNTJ3d+ 2JQQbadMbiMTCP7VXQYIxcrwVDPNrIN3zXp52/tlkoW7G0qVpW7cKak15Dk/DM/u nLORHMmaiwCMLXQy8cC/e2rl++2dKrIEPDtms43hzu/FLkXsigPC1CyYy0bCR0FP hD+PaQKBgAUOyy+/K2dutMU/2Jw1ayw2NopmqwA0vKGPr8dEK7CzE7yjEODgOhye 0U2FmknK0Gt6T1LrZkt25CTDZSQtq9UEnpknl7rJh0FfIF9TQN5P5fWB3BfKd2ms 21Ot15pLYtvXZyxouA1s/HJA9bUWnM+o0/acY3IxDR+abE/95t6P -----END RSA PRIVATE KEY----- 2018-07-22 14:51:43,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 14:51:43,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"security_group": {"name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-22 14:51:43,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-f619fc40-f2a5-4714-80d4-9ede6d12324f Date: Sun, 22 Jul 2018 14:51:43 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:43Z", "updated_at": "2018-07-22T14:51:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:43Z", "revision_number": 0, "id": "7f81f656-95cc-41db-b8b2-e0d42cc2598c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:43Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:43Z", "revision_number": 0, "id": "f5586844-4f25-4f16-8885-da3f2944730c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:43Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 2, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}} 2018-07-22 14:51:43,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f619fc40-f2a5-4714-80d4-9ede6d12324f 2018-07-22 14:51:43,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.220801830292s 2018-07-22 14:51:43,773 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f619fc40-f2a5-4714-80d4-9ede6d12324f 2018-07-22 14:51:43,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:51:43,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:43,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-236c7ec3-3055-48b6-9f8b-a02ac79dc7be Date: Sun, 22 Jul 2018 14:51:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:43Z", "updated_at": "2018-07-22T14:51:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:43Z", "revision_number": 0, "id": "7f81f656-95cc-41db-b8b2-e0d42cc2598c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:43Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:43Z", "revision_number": 0, "id": "f5586844-4f25-4f16-8885-da3f2944730c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:43Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 2, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:50:38Z", "updated_at": "2018-07-22T14:50:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "ae9b4a4e-335a-4164-bb6f-5ad3e58bbb3c", "remote_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "bd31c9ec-3b3b-4e67-a8e7-bb3bad9d2215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "e328cc59-2321-43c1-99f1-ad935b4a86a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "f0735f39-9cc7-4d54-91ce-2134cc3360c8", "remote_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "4234ac87-8b1f-424d-971d-abcbf0872819", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}]} 2018-07-22 14:51:43,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-236c7ec3-3055-48b6-9f8b-a02ac79dc7be 2018-07-22 14:51:43,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.157333850861s 2018-07-22 14:51:43,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-236c7ec3-3055-48b6-9f8b-a02ac79dc7be 2018-07-22 14:51:43,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 14:51:43,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -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": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413"}}' 2018-07-22 14:51:44,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0836d284-f686-4afb-9892-68039b9d168d Date: Sun, 22 Jul 2018 14:51:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T14:51:44Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "port_range_min": 22, "revision_number": 0, "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:44Z", "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "6606bc1c-b3cb-4514-8ee1-a79170166332"}} 2018-07-22 14:51:44,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0836d284-f686-4afb-9892-68039b9d168d 2018-07-22 14:51:44,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.177250146866s 2018-07-22 14:51:44,118 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-0836d284-f686-4afb-9892-68039b9d168d 2018-07-22 14:51:44,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:51:44,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:44,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-0ef911e4-5852-48aa-86d7-273cbce510a0 Date: Sun, 22 Jul 2018 14:51:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:43Z", "updated_at": "2018-07-22T14:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T14:51:44Z", "revision_number": 0, "id": "6606bc1c-b3cb-4514-8ee1-a79170166332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:44Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:43Z", "revision_number": 0, "id": "7f81f656-95cc-41db-b8b2-e0d42cc2598c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:43Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:43Z", "revision_number": 0, "id": "f5586844-4f25-4f16-8885-da3f2944730c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:43Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 3, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:50:38Z", "updated_at": "2018-07-22T14:50:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "ae9b4a4e-335a-4164-bb6f-5ad3e58bbb3c", "remote_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "bd31c9ec-3b3b-4e67-a8e7-bb3bad9d2215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "e328cc59-2321-43c1-99f1-ad935b4a86a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "f0735f39-9cc7-4d54-91ce-2134cc3360c8", "remote_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "4234ac87-8b1f-424d-971d-abcbf0872819", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}]} 2018-07-22 14:51:44,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0ef911e4-5852-48aa-86d7-273cbce510a0 2018-07-22 14:51:44,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0585060119629s 2018-07-22 14:51:44,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0ef911e4-5852-48aa-86d7-273cbce510a0 2018-07-22 14:51:44,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 14:51:44,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -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": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413"}}' 2018-07-22 14:51:44,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c1a6dfbb-2e90-43e9-9799-b39f84618e4b Date: Sun, 22 Jul 2018 14:51:44 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-07-22T14:51:44Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "port_range_min": null, "revision_number": 0, "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:44Z", "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "473a692f-ad15-439c-8319-08a8186b418f"}} 2018-07-22 14:51:44,339 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c1a6dfbb-2e90-43e9-9799-b39f84618e4b 2018-07-22 14:51:44,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.154892206192s 2018-07-22 14:51:44,340 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-c1a6dfbb-2e90-43e9-9799-b39f84618e4b 2018-07-22 14:51:44,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:44,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:44,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d51850ae-2e7d-4f25-8343-380bab4f3e82 Date: Sun, 22 Jul 2018 14:51:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["8cff0b98-c3e2-4ebb-9306-1c18cf30d616"],"description":"","tags":[],"updated_at":"2018-07-22T14:51:38Z","provider:segmentation_id":79,"name":"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:51:44,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d51850ae-2e7d-4f25-8343-380bab4f3e82 2018-07-22 14:51:44,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101651191711s 2018-07-22 14:51:44,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d51850ae-2e7d-4f25-8343-380bab4f3e82 2018-07-22 14:51:44,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:51:44,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:44,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-54666572-d29e-405e-a58d-ae411e206c31 Date: Sun, 22 Jul 2018 14:51:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/snap", "metadata": {}}], "file": "/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "size": 12716032, "self": "/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:51:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:51:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:51:44,472 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-54666572-d29e-405e-a58d-ae411e206c31 2018-07-22 14:51:44,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.024759054184s 2018-07-22 14:51:44,473 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-54666572-d29e-405e-a58d-ae411e206c31 2018-07-22 14:51:44,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:51:44,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:44,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51: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-2877e5be-d4d0-4f43-9911-18078be914cb x-compute-request-id: req-2877e5be-d4d0-4f43-9911-18078be914cb Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_baa8daa8-e138-4296-83a2-2c429f44a465", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "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": "0641202a-0c80-4347-92ef-2176fdf311c4"}]} 2018-07-22 14:51:44,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2877e5be-d4d0-4f43-9911-18078be914cb 2018-07-22 14:51:44,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263669490814s 2018-07-22 14:51:44,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2877e5be-d4d0-4f43-9911-18078be914cb 2018-07-22 14:51:44,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 14:51:44,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"server": {"name": "singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465", "imageRef": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "key_name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "flavorRef": "0641202a-0c80-4347-92ef-2176fdf311c4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f"}], "security_groups": [{"name": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413"}]}}' 2018-07-22 14:51:45,963 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:51: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-b3a63cce-5565-48f8-be30-76fb3231d965 x-compute-request-id: req-b3a63cce-5565-48f8-be30-76fb3231d965 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413"}], "OS-DCF:diskConfig": "MANUAL", "id": "2bc802cb-99e7-48d8-9318-6f9435febc2a", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "bookmark"}], "adminPass": "dZUCAh6koU48"}} 2018-07-22 14:51:45,963 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b3a63cce-5565-48f8-be30-76fb3231d965 2018-07-22 14:51:45,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.4608130455s 2018-07-22 14:51:45,964 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b3a63cce-5565-48f8-be30-76fb3231d965 2018-07-22 14:51:45,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:51:45,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:47,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-583365a8-ef7f-46b8-a3cc-426db58c8c3c x-compute-request-id: req-583365a8-ef7f-46b8-a3cc-426db58c8c3c Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "bookmark"}], "image": {"id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "links": [{"href": "http://172.30.9.28:8774/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0641202a-0c80-4347-92ef-2176fdf311c4", "links": [{"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "bookmark"}]}, "id": "2bc802cb-99e7-48d8-9318-6f9435febc2a", "user_id": "e4227d46953b40858f903170fa2ab282", "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-07-22T14:51:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465", "created": "2018-07-22T14:51:45Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:51:47,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-583365a8-ef7f-46b8-a3cc-426db58c8c3c 2018-07-22 14:51:47,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.64665007591s 2018-07-22 14:51:47,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-583365a8-ef7f-46b8-a3cc-426db58c8c3c 2018-07-22 14:51:47,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:51:47,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:47,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-239c1525-0287-4e05-8af0-51a95952f466 Date: Sun, 22 Jul 2018 14:51:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["8cff0b98-c3e2-4ebb-9306-1c18cf30d616"],"description":"","tags":[],"updated_at":"2018-07-22T14:51:38Z","provider:segmentation_id":79,"name":"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:51:47,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-239c1525-0287-4e05-8af0-51a95952f466 2018-07-22 14:51:47,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0830678939819s 2018-07-22 14:51:47,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-239c1525-0287-4e05-8af0-51a95952f466 2018-07-22 14:51:47,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:51:47,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:47,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-06a7b2bc-82f6-48b5-b694-d0e8975e54c0 Date: Sun, 22 Jul 2018 14:51:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:51: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"8cff0b98-c3e2-4ebb-9306-1c18cf30d616","subnetpool_id":null,"name":"singlevm1-subnet_baa8daa8-e138-4296-83a2-2c429f44a465"}]} 2018-07-22 14:51:47,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-06a7b2bc-82f6-48b5-b694-d0e8975e54c0 2018-07-22 14:51:47,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0693519115448s 2018-07-22 14:51:47,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-06a7b2bc-82f6-48b5-b694-d0e8975e54c0 2018-07-22 14:51:47,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:51:49,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:51:49,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:50,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf45e342-81b8-4ebf-abcf-3d7ea6fa55c1 x-compute-request-id: req-bf45e342-81b8-4ebf-abcf-3d7ea6fa55c1 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "bookmark"}], "image": {"id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "links": [{"href": "http://172.30.9.28:8774/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0641202a-0c80-4347-92ef-2176fdf311c4", "links": [{"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "bookmark"}]}, "id": "2bc802cb-99e7-48d8-9318-6f9435febc2a", "security_groups": [{"name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:51:48Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465", "created": "2018-07-22T14:51:45Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:51:50,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf45e342-81b8-4ebf-abcf-3d7ea6fa55c1 2018-07-22 14:51:50,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20785403252s 2018-07-22 14:51:50,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf45e342-81b8-4ebf-abcf-3d7ea6fa55c1 2018-07-22 14:51:50,988 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:51:52,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:51:52,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:53,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-dc84e2e2-907d-4f12-9ee5-6b211a392db6 x-compute-request-id: req-dc84e2e2-907d-4f12-9ee5-6b211a392db6 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:84:1b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "bookmark"}], "image": {"id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "links": [{"href": "http://172.30.9.28:8774/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0641202a-0c80-4347-92ef-2176fdf311c4", "links": [{"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "bookmark"}]}, "id": "2bc802cb-99e7-48d8-9318-6f9435febc2a", "security_groups": [{"name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:51:49Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465", "created": "2018-07-22T14:51:45Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:51:53,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc84e2e2-907d-4f12-9ee5-6b211a392db6 2018-07-22 14:51:53,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547195911407s 2018-07-22 14:51:53,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc84e2e2-907d-4f12-9ee5-6b211a392db6 2018-07-22 14:51:53,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:51:55,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:51:55,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:56,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51ccfebf-3517-4dd3-b515-9a4e22ccbcaf x-compute-request-id: req-51ccfebf-3517-4dd3-b515-9a4e22ccbcaf Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:84:1b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "bookmark"}], "image": {"id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "links": [{"href": "http://172.30.9.28:8774/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0641202a-0c80-4347-92ef-2176fdf311c4", "links": [{"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "bookmark"}]}, "id": "2bc802cb-99e7-48d8-9318-6f9435febc2a", "security_groups": [{"name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:51:49Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465", "created": "2018-07-22T14:51:45Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:51:56,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-51ccfebf-3517-4dd3-b515-9a4e22ccbcaf 2018-07-22 14:51:56,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572744131088s 2018-07-22 14:51:56,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-51ccfebf-3517-4dd3-b515-9a4e22ccbcaf 2018-07-22 14:51:56,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:51:58,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:51:58,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:59,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:51: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-db615292-b7f0-4056-b224-13c31e0145f5 x-compute-request-id: req-db615292-b7f0-4056-b224-13c31e0145f5 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:84:1b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "bookmark"}], "image": {"id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "links": [{"href": "http://172.30.9.28:8774/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-22T14:51:57.000000", "flavor": {"id": "0641202a-0c80-4347-92ef-2176fdf311c4", "links": [{"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "bookmark"}]}, "id": "2bc802cb-99e7-48d8-9318-6f9435febc2a", "security_groups": [{"name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:51:57Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465", "created": "2018-07-22T14:51:45Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:51:59,886 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-db615292-b7f0-4056-b224-13c31e0145f5 2018-07-22 14:51:59,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.761302948s 2018-07-22 14:51:59,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-db615292-b7f0-4056-b224-13c31e0145f5 2018-07-22 14:51:59,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:51:59,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:59,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-59619001-37cb-4048-9c2a-e1e7d205399e Date: Sun, 22 Jul 2018 14:51:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T14:51:56Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cff0b98-c3e2-4ebb-9306-1c18cf30d616","ip_address":"192.168.120.6"}],"id":"923bd26c-8d53-4af3-a7ef-7b37d0dcd648","security_groups":["0daae78e-c6a7-4bd1-a0f0-8ea8fa204413"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:84:1b","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"2bc802cb-99e7-48d8-9318-6f9435febc2a","name":"","admin_state_up":true,"network_id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:49Z","binding:vnic_type":"normal"}]} 2018-07-22 14:51:59,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a used request id req-59619001-37cb-4048-9c2a-e1e7d205399e 2018-07-22 14:51:59,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0428791046143s 2018-07-22 14:51:59,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a used request id req-59619001-37cb-4048-9c2a-e1e7d205399e 2018-07-22 14:51:59,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:51:59,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=923bd26c-8d53-4af3-a7ef-7b37d0dcd648" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:51:59,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a27eb9fe-2a66-47fe-8e8d-685544386bc4 Date: Sun, 22 Jul 2018 14:51:59 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:51:59,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=923bd26c-8d53-4af3-a7ef-7b37d0dcd648 used request id req-a27eb9fe-2a66-47fe-8e8d-685544386bc4 2018-07-22 14:51:59,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0193998813629s 2018-07-22 14:51:59,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=923bd26c-8d53-4af3-a7ef-7b37d0dcd648 used request id req-a27eb9fe-2a66-47fe-8e8d-685544386bc4 2018-07-22 14:51:59,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:51:59,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:00,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-b31f18b2-042e-46f7-9bfc-9fe1f889134d x-compute-request-id: req-b31f18b2-042e-46f7-9bfc-9fe1f889134d Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:84:1b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "bookmark"}], "image": {"id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "links": [{"href": "http://172.30.9.28:8774/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-22T14:51:57.000000", "flavor": {"id": "0641202a-0c80-4347-92ef-2176fdf311c4", "links": [{"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "bookmark"}]}, "id": "2bc802cb-99e7-48d8-9318-6f9435febc2a", "security_groups": [{"name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:51:57Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465", "created": "2018-07-22T14:51:45Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:52:00,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b31f18b2-042e-46f7-9bfc-9fe1f889134d 2018-07-22 14:52:00,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367952108383s 2018-07-22 14:52:00,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b31f18b2-042e-46f7-9bfc-9fe1f889134d 2018-07-22 14:52:00,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:52:00,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:00,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-5ccf95bb-51c1-4424-8f78-5176e39a1416 Date: Sun, 22 Jul 2018 14:52:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T14:51:56Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cff0b98-c3e2-4ebb-9306-1c18cf30d616","ip_address":"192.168.120.6"}],"id":"923bd26c-8d53-4af3-a7ef-7b37d0dcd648","security_groups":["0daae78e-c6a7-4bd1-a0f0-8ea8fa204413"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:84:1b","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"2bc802cb-99e7-48d8-9318-6f9435febc2a","name":"","admin_state_up":true,"network_id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:49Z","binding:vnic_type":"normal"}]} 2018-07-22 14:52:00,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a used request id req-5ccf95bb-51c1-4424-8f78-5176e39a1416 2018-07-22 14:52:00,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0466051101685s 2018-07-22 14:52:00,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a used request id req-5ccf95bb-51c1-4424-8f78-5176e39a1416 2018-07-22 14:52:00,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:52:00,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=923bd26c-8d53-4af3-a7ef-7b37d0dcd648" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:00,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3902d306-d638-4d04-ae42-89832df43b33 Date: Sun, 22 Jul 2018 14:52:00 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:52:00,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=923bd26c-8d53-4af3-a7ef-7b37d0dcd648 used request id req-3902d306-d638-4d04-ae42-89832df43b33 2018-07-22 14:52:00,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0174798965454s 2018-07-22 14:52:00,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=923bd26c-8d53-4af3-a7ef-7b37d0dcd648 used request id req-3902d306-d638-4d04-ae42-89832df43b33 2018-07-22 14:52:00,402 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:07:84:1b', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1908b32c-e694-45fa-87bd-2f926d1d0be5'}), 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-00000001', u'OS-SRV-USG:launched_at': u'2018-07-22T14:51:57.000000', 'flavor': Munch({u'id': u'0641202a-0c80-4347-92ef-2176fdf311c4'}), 'az': u'nova', 'id': u'2bc802cb-99e7-48d8-9318-6f9435febc2a', 'security_groups': [Munch({u'name': u'singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e4227d46953b40858f903170fa2ab282', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f65ca044e22540bca7d76e49c8ced1bf', '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-07-22T14:51:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T14:51:57Z', 'hostId': u'431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35', '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-00000001', u'OS-SRV-USG:launched_at': u'2018-07-22T14:51:57.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'f65ca044e22540bca7d76e49c8ced1bf', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465', 'adminPass': None, 'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', 'created_at': u'2018-07-22T14:51:45Z', 'created': u'2018-07-22T14:51:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 14:52:00,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:00,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:00,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-583b1c0d-1b03-4321-9a38-3f0443025aa4 Date: Sun, 22 Jul 2018 14:52:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["8cff0b98-c3e2-4ebb-9306-1c18cf30d616"],"description":"","tags":[],"updated_at":"2018-07-22T14:51:38Z","provider:segmentation_id":79,"name":"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:52:00,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-583b1c0d-1b03-4321-9a38-3f0443025aa4 2018-07-22 14:52:00,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.082368850708s 2018-07-22 14:52:00,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-583b1c0d-1b03-4321-9a38-3f0443025aa4 2018-07-22 14:52:00,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:52:00,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:00,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-c5612c8b-eaa6-4638-a2fd-2263ff1f6381 Date: Sun, 22 Jul 2018 14:52:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T14:51:56Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8cff0b98-c3e2-4ebb-9306-1c18cf30d616","ip_address":"192.168.120.6"}],"id":"923bd26c-8d53-4af3-a7ef-7b37d0dcd648","security_groups":["0daae78e-c6a7-4bd1-a0f0-8ea8fa204413"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:84:1b","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"2bc802cb-99e7-48d8-9318-6f9435febc2a","name":"","admin_state_up":true,"network_id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:49Z","binding:vnic_type":"normal"}]} 2018-07-22 14:52:00,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a used request id req-c5612c8b-eaa6-4638-a2fd-2263ff1f6381 2018-07-22 14:52:00,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0452170372009s 2018-07-22 14:52:00,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=2bc802cb-99e7-48d8-9318-6f9435febc2a used request id req-c5612c8b-eaa6-4638-a2fd-2263ff1f6381 2018-07-22 14:52:00,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 14:52:00,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"floatingip": {"floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.6", "port_id": "923bd26c-8d53-4af3-a7ef-7b37d0dcd648"}}' 2018-07-22 14:52:02,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-2ec16d8a-8040-48e3-ba0e-e3b33c157309 Date: Sun, 22 Jul 2018 14:52:02 GMT RESP BODY: {"floatingip": {"router_id": "8b5bd994-3a39-4e31-801d-6c61cabe2e4d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T14:52:01Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "923bd26c-8d53-4af3-a7ef-7b37d0dcd648", "id": "1ea393fa-8705-4cb9-98db-8a84cf8490fe", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:52:01Z", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}} 2018-07-22 14:52:02,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2ec16d8a-8040-48e3-ba0e-e3b33c157309 2018-07-22 14:52:02,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.70533895493s 2018-07-22 14:52:02,241 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2ec16d8a-8040-48e3-ba0e-e3b33c157309 2018-07-22 14:52:02,245 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8b5bd994-3a39-4e31-801d-6c61cabe2e4d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', 'created_at': u'2018-07-22T14:52:01Z', 'attached': True, 'updated_at': u'2018-07-22T14:52:01Z', 'id': u'1ea393fa-8705-4cb9-98db-8a84cf8490fe', 'floating_network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f65ca044e22540bca7d76e49c8ced1bf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8b5bd994-3a39-4e31-801d-6c61cabe2e4d', 'project_id': u'f65ca044e22540bca7d76e49c8ced1bf', 'port_id': u'923bd26c-8d53-4af3-a7ef-7b37d0dcd648', 'port': u'923bd26c-8d53-4af3-a7ef-7b37d0dcd648', 'network': u'6a167d45-02f1-4160-bc00-29ab4d79828c'}) 2018-07-22 14:52:02,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 14:52:02,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a/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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 14:52:02,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-4743c2c2-5dd6-430f-9767-990c25acaf06 x-compute-request-id: req-4743c2c2-5dd6-430f-9767-990c25acaf06 Content-Encoding: gzip Content-Length: 9575 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 439081929 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.136232] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137892] pid_max: default: 32768 minimum: 301\n[ 0.138798] ACPI: Core revision 20150930\n[ 0.140191] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141500] Security Framework initialized\n[ 0.142313] Yama: becoming mindful.\n[ 0.143042] AppArmor: AppArmor initialized\n[ 0.143914] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145252] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146518] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147732] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149144] Initializing cgroup subsys io\n[ 0.149960] Initializing cgroup subsys memory\n[ 0.150829] Initializing cgroup subsys devices\n[ 0.151715] Initializing cgroup subsys freezer\n[ 0.152590] Initializing cgroup subsys net_cls\n[ 0.153466] Initializing cgroup subsys perf_event\n[ 0.154377] Initializing cgroup subsys net_prio\n[ 0.155277] Initializing cgroup subsys hugetlb\n[ 0.156145] Initializing cgroup subsys pids\n[ 0.157019] CPU: Physical Processor ID: 0\n[ 0.158520] mce: CPU supports 10 MCE banks\n[ 0.159382] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176100] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182120] ftrace: allocating 31920 entries in 125 pages\n[ 0.206752] smpboot: Max logical packages: 1\n[ 0.207655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209009] x2apic enabled\n[ 0.209814] Switched APIC routing to physical x2apic.\n[ 0.211561] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212692] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214796] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216706] KVM setup paravirtual spinlock\n[ 0.218027] x86: Booted up 1 node, 1 CPUs\n[ 0.218844] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220246] devtmpfs: initialized\n[ 0.221960] evm: security.selinux\n[ 0.222676] evm: security.SMACK64\n[ 0.223371] evm: security.SMACK64EXEC\n[ 0.224116] evm: security.SMACK64TRANSMUTE\n[ 0.224929] evm: security.SMACK64MMAP\n[ 0.225681] evm: security.ima\n[ 0.226327] evm: security.capability\n[ 0.227135] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228999] pinctrl core: initialized pinctrl subsystem\n[ 0.230121] RTC time: 14:51:57, date: 07/22/18\n[ 0.231095] NET: Registered protocol family 16\n[ 0.232091] cpuidle: using governor ladder\n[ 0.232918] cpuidle: using governor menu\n[ 0.233712] PCCT header not found.\n[ 0.234475] ACPI: bus type PCI registered\n[ 0.235284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236535] PCI: Using configuration type 1 for base access\n[ 0.238318] ACPI: Added _OSI(Module Device)\n[ 0.239170] ACPI: Added _OSI(Processor Device)\n[ 0.240038] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240946] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242721] ACPI: Interpreter enabled\n[ 0.243504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250888] ACPI: (supports S0 S5)\n[ 0.251595] ACPI: Using IOAPIC for interrupt routing\n[ 0.252543] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256809] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261505] acpiphp: Slot [3] registered\n[ 0.262316] acpiphp: Slot [4] registered\n[ 0.263118] acpiphp: Slot [5] registered\n[ 0.263923] acpiphp: Slot [6] registered\n[ 0.264724] acpiphp: Slot [7] registered\n[ 0.265529] acpiphp: Slot [8] registered\n[ 0.266335] acpiphp: Slot [9] registered\n[ 0.267131] acpiphp: Slot [10] registered\n[ 0.267960] acpiphp: Slot [11] registered\n[ 0.268778] acpiphp: Slot [12] registered\n[ 0.269600] acpiphp: Slot [13] registered\n[ 0.270416] acpiphp: Slot [14] registered\n[ 0.271227] acpiphp: Slot [15] registered\n[ 0.282052] acpiphp: Slot [16] registered\n[ 0.282873] acpiphp: Slot [17] registered\n[ 0.283691] acpiphp: Slot [18] registered\n[ 0.284504] acpiphp: Slot [19] registered\n[ 0.285317] acpiphp: Slot [20] registered\n[ 0.286132] acpiphp: Slot [21] registered\n[ 0.286958] acpiphp: Slot [22] registered\n[ 0.287774] acpiphp: Slot [23] registered\n[ 0.288588] acpiphp: Slot [24] registered\n[ 0.289402] acpiphp: Slot [25] registered\n[ 0.290218] acpiphp: Slot [26] registered\n[ 0.291028] acpiphp: Slot [27] registered\n[ 0.291847] acpiphp: Slot [28] registered\n[ 0.292668] acpiphp: Slot [29] registered\n[ 0.293525] acpiphp: Slot [30] registered\n[ 0.294346] acpiphp: Slot [31] registered\n[ 0.295160] PCI host bridge to bus 0000:00\n[ 0.295970] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299864] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301316] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302803] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307470] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308653] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309937] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.335304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.337134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339947] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.341225] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342538] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.345168] vgaarb: loaded\n[ 0.345769] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346998] SCSI subsystem initialized\n[ 0.347919] ACPI: bus type USB registered\n[ 0.348763] usbcore: registered new interface driver usbfs\n[ 0.349804] usbcore: registered new interface driver hub\n[ 0.350819] usbcore: registered new device driver usb\n[ 0.351932] PCI: Using ACPI for IRQ routing\n[ 0.353051] NetLabel: Initializing\n[ 0.353787] NetLabel: domain hash size = 128\n[ 0.354646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355612] NetLabel: unlabeled traffic allowed by default\n[ 0.356771] clocksource: Switched to clocksource kvm-clock\n[ 0.365079] AppArmor: AppArmor Filesystem Enabled\n[ 0.366082] pnp: PnP ACPI init\n[ 0.367029] pnp: PnP ACPI: found 5 devices\n[ 0.373379] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.375101] NET: Registered protocol family 2\n[ 0.376153] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377460] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.378675] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379879] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380972] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382165] NET: Registered protocol family 1\n[ 0.383046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.384151] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399107] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413119] Trying to unpack rootfs image as initramfs...\n[ 0.469492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471188] Scanning for low memory corruption every 60 seconds\n[ 0.472538] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473725] audit: initializing netlink subsys (disabled)\n[ 0.474769] audit: type=2000 audit(1532271118.067:1): initialized\n[ 0.476122] Initialise system trusted keyring\n[ 0.477098] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478268] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480394] zbud: loaded\n[ 0.481135] VFS: Disk quotas dquot_6.6.0\n[ 0.481963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483574] fuse init (API version 7.23)\n[ 0.484487] Key type big_key registered\n[ 0.485307] Allocating IMA MOK and blacklist keyrings.\n[ 0.486553] Key type asymmetric registered\n[ 0.487382] Asymmetric key parser 'x509' registered\n[ 0.488347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489832] io scheduler noop registered\n[ 0.490644] io scheduler deadline registered (default)\n[ 0.491666] io scheduler cfq registered\n[ 0.492517] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493573] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.496308] ACPI: Power Button [PWRF]\n[ 0.497180] GHES: HEST is not enabled!\n[ 0.510892] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540981] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564916] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567219] Linux agpgart interface v0.103\n[ 0.569838] brd: module loaded\n[ 0.571528] loop: module loaded\n[ 0.576111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577585] GPT:90111 != 2097151\n[ 0.578268] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579365] GPT:90111 != 2097151\n[ 0.580044] GPT: Use GNU Parted to correct GPT errors.\n[ 0.581019] vda: vda1 vda15\n[ 0.582247] scsi host0: ata_piix\n[ 0.583031] scsi host1: ata_piix\n[ 0.583770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.585005] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.586493] libphy: Fixed MDIO Bus: probed\n[ 0.587322] tun: Universal TUN/TAP device driver, 1.6\n[ 0.588284] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.590479] PPP generic driver version 2.4.2\n[ 0.591400] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.592623] ehci-pci: EHCI PCI platform driver\n[ 0.593528] ehci-platform: EHCI generic platform driver\n[ 0.594530] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.595663] ohci-pci: OHCI PCI platform driver\n[ 0.596544] ohci-platform: OHCI generic platform driver\n[ 0.597550] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.611661] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.612688] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.614174] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.615189] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.616350] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.617614] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.619067] usb usb1: Product: UHCI Host Controller\n[ 0.620029] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.621240] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.622245] hub 1-0:1.0: USB hub found\n[ 0.623039] hub 1-0:1.0: 2 ports detected\n[ 0.626423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628695] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630836] mousedev: PS/2 mouse device common for all mice\n[ 0.632161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.634397] rtc_cmos 00:00: RTC can wake from S4\n[ 0.635541] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636764] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637993] i2c /dev entries driver\n[ 0.638822] device-mapper: uevent: version 1.0.3\n[ 0.639815] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.641492] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.643035] NET: Registered protocol family 10\n[ 0.644228] NET: Registered protocol family 17\n[ 0.645156] Key type dns_resolver registered\n[ 0.646211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.647334] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.649211] registered taskstats version 1\n[ 0.650072] Loading compiled-in X.509 certificates\n[ 0.651578] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.653509] zswap: loaded using pool lzo/zbud\n[ 0.655206] Key type trusted registered\n[ 0.657008] Key type encrypted registered\n[ 0.657865] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.658938] ima: No TPM chip found, activating TPM-bypass!\n[ 0.660008] evm: HMAC attrs: 0x1\n[ 0.661093] Magic number: 10:483:890\n[ 0.661998] rtc_cmos 00:00: setting system clock to 2018-07-22 14:51:57 UTC (1532271117)\n[ 0.663665] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.664809] EDD information not available.\n[ 0.746089] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.757882] Write protecting the kernel read-only data: 14336k\n[ 0.760032] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.761920] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\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.806599] 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000001\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCcwZLt1vbB9UQ1sgrHz5o3yj/udkNKSxqj/9IvmuW6K3D5PMkTWbP5KXCOx7djIfDCtFGIjpU3o9JfprZLNCAzZtgsiYquEwcooBBePczbjdgbrzK3H9IoJbt+9WpEPcMSvJ2SkTmXOLgQjh0X3mbfvQGQIE4W3rY+GAgAx0geRGacn+GtNRGh3Uuuty+op8H1WVxXtxBz4Nd5J1lzCOnm1wuroj3lDZau5oC5sxPSr02BpgKO+tapjnMOSTAQMnzlSXqORivrT5XcHJEHx6WnX+1etTtAOtvqo+3zN1PRn3XHESQijG+4g+lTHpOUxDB4+OhNbvUwmBfYXeGL1RWT root@singlevm1-vm-baa8daa8-e138-4296-83a2-2c429f44a465\nssh-dss AAAAB3NzaC1kc3MAAACBAM63j+vGXNRhg45mrKQw7GufBbbAkS10LJVVS3/WEHtEvi7+GDV8PnwR8LtxiN0jqrPLkQslsdN1+9jDgtGpKywPOLo7B/iZXODqwdtRCvAr5dcOB8dkzuTqUHO0O/O5Gb/Dvgx1ndbud9oHdAapVPVI8QO2ma9sXBWsuGEWIWSrAAAAFQCXaY3eZULYA48Wy+8jOGXmjewKTQAAAIA6rP0rCvzMCc0/f6TOpHgreNeUyJmIZWgSSzGJD7ltm4/bZrH7+d70aMfZ3zuaestyj7ToSf/ujLRTnMO+33TvCm11NzMJibTA4lA/sAEz2T5AHYjPaKRPp2ha9rj2GjP1sdCxW4k+Nzi1hVXdIL80wpWYZcQtCKJIDhzE4p746wAAAIBsfkgErsRvGJUR43WTOb+J2uJZEKsHzxnZsU8Hml1ezLImafB0LtacN2lMqbfyy1bhwePtSQu8q9zBst2/7DW9QQyGTkPVIzQEs/m7H1Fs2DMia0Nkr0O94Fh06XARW/C5k9ke3CMx3ubDtxgnMTDJULIvtnB7quHGPmwGSZx8IQ== root@singlevm1-vm-baa8daa8-e138-4296-83a2-2c429f44a465\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.6,24,fe80::f816:3eff:fe07:841b/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-baa8daa8-e138-4296-83a2-2c429f44a465\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.61 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-baa8daa8-e138-4296-83a2-2c429f44a465 login: "} 2018-07-22 14:52:02,962 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a/action used request id req-4743c2c2-5dd6-430f-9767-990c25acaf06 2018-07-22 14:52:02,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.717221021652s 2018-07-22 14:52:02,963 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a/action used request id req-4743c2c2-5dd6-430f-9767-990c25acaf06 2018-07-22 14:52:02,964 - 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 439081929 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.136232] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137892] pid_max: default: 32768 minimum: 301 [ 0.138798] ACPI: Core revision 20150930 [ 0.140191] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141500] Security Framework initialized [ 0.142313] Yama: becoming mindful. [ 0.143042] AppArmor: AppArmor initialized [ 0.143914] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145252] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146518] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147732] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149144] Initializing cgroup subsys io [ 0.149960] Initializing cgroup subsys memory [ 0.150829] Initializing cgroup subsys devices [ 0.151715] Initializing cgroup subsys freezer [ 0.152590] Initializing cgroup subsys net_cls [ 0.153466] Initializing cgroup subsys perf_event [ 0.154377] Initializing cgroup subsys net_prio [ 0.155277] Initializing cgroup subsys hugetlb [ 0.156145] Initializing cgroup subsys pids [ 0.157019] CPU: Physical Processor ID: 0 [ 0.158520] mce: CPU supports 10 MCE banks [ 0.159382] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.176100] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182120] ftrace: allocating 31920 entries in 125 pages [ 0.206752] smpboot: Max logical packages: 1 [ 0.207655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209009] x2apic enabled [ 0.209814] Switched APIC routing to physical x2apic. [ 0.211561] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212692] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214796] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216706] KVM setup paravirtual spinlock [ 0.218027] x86: Booted up 1 node, 1 CPUs [ 0.218844] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220246] devtmpfs: initialized [ 0.221960] evm: security.selinux [ 0.222676] evm: security.SMACK64 [ 0.223371] evm: security.SMACK64EXEC [ 0.224116] evm: security.SMACK64TRANSMUTE [ 0.224929] evm: security.SMACK64MMAP [ 0.225681] evm: security.ima [ 0.226327] evm: security.capability [ 0.227135] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228999] pinctrl core: initialized pinctrl subsystem [ 0.230121] RTC time: 14:51:57, date: 07/22/18 [ 0.231095] NET: Registered protocol family 16 [ 0.232091] cpuidle: using governor ladder [ 0.232918] cpuidle: using governor menu [ 0.233712] PCCT header not found. [ 0.234475] ACPI: bus type PCI registered [ 0.235284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236535] PCI: Using configuration type 1 for base access [ 0.238318] ACPI: Added _OSI(Module Device) [ 0.239170] ACPI: Added _OSI(Processor Device) [ 0.240038] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240946] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242721] ACPI: Interpreter enabled [ 0.243504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249045] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250888] ACPI: (supports S0 S5) [ 0.251595] ACPI: Using IOAPIC for interrupt routing [ 0.252543] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255657] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256809] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261505] acpiphp: Slot [3] registered [ 0.262316] acpiphp: Slot [4] registered [ 0.263118] acpiphp: Slot [5] registered [ 0.263923] acpiphp: Slot [6] registered [ 0.264724] acpiphp: Slot [7] registered [ 0.265529] acpiphp: Slot [8] registered [ 0.266335] acpiphp: Slot [9] registered [ 0.267131] acpiphp: Slot [10] registered [ 0.267960] acpiphp: Slot [11] registered [ 0.268778] acpiphp: Slot [12] registered [ 0.269600] acpiphp: Slot [13] registered [ 0.270416] acpiphp: Slot [14] registered [ 0.271227] acpiphp: Slot [15] registered [ 0.282052] acpiphp: Slot [16] registered [ 0.282873] acpiphp: Slot [17] registered [ 0.283691] acpiphp: Slot [18] registered [ 0.284504] acpiphp: Slot [19] registered [ 0.285317] acpiphp: Slot [20] registered [ 0.286132] acpiphp: Slot [21] registered [ 0.286958] acpiphp: Slot [22] registered [ 0.287774] acpiphp: Slot [23] registered [ 0.288588] acpiphp: Slot [24] registered [ 0.289402] acpiphp: Slot [25] registered [ 0.290218] acpiphp: Slot [26] registered [ 0.291028] acpiphp: Slot [27] registered [ 0.291847] acpiphp: Slot [28] registered [ 0.292668] acpiphp: Slot [29] registered [ 0.293525] acpiphp: Slot [30] registered [ 0.294346] acpiphp: Slot [31] registered [ 0.295160] PCI host bridge to bus 0000:00 [ 0.295970] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297193] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299864] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301316] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302803] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307470] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308653] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309937] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315049] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.335304] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.337134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338555] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339947] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.341225] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342538] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343603] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.345168] vgaarb: loaded [ 0.345769] vgaarb: bridge control possible 0000:00:02.0 [ 0.346998] SCSI subsystem initialized [ 0.347919] ACPI: bus type USB registered [ 0.348763] usbcore: registered new interface driver usbfs [ 0.349804] usbcore: registered new interface driver hub [ 0.350819] usbcore: registered new device driver usb [ 0.351932] PCI: Using ACPI for IRQ routing [ 0.353051] NetLabel: Initializing [ 0.353787] NetLabel: domain hash size = 128 [ 0.354646] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355612] NetLabel: unlabeled traffic allowed by default [ 0.356771] clocksource: Switched to clocksource kvm-clock [ 0.365079] AppArmor: AppArmor Filesystem Enabled [ 0.366082] pnp: PnP ACPI init [ 0.367029] pnp: PnP ACPI: found 5 devices [ 0.373379] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.375101] NET: Registered protocol family 2 [ 0.376153] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.377460] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.378675] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379879] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380972] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.382165] NET: Registered protocol family 1 [ 0.383046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.384151] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.385243] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399107] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413119] Trying to unpack rootfs image as initramfs... [ 0.469492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471188] Scanning for low memory corruption every 60 seconds [ 0.472538] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473725] audit: initializing netlink subsys (disabled) [ 0.474769] audit: type=2000 audit(1532271118.067:1): initialized [ 0.476122] Initialise system trusted keyring [ 0.477098] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478268] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480394] zbud: loaded [ 0.481135] VFS: Disk quotas dquot_6.6.0 [ 0.481963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483574] fuse init (API version 7.23) [ 0.484487] Key type big_key registered [ 0.485307] Allocating IMA MOK and blacklist keyrings. [ 0.486553] Key type asymmetric registered [ 0.487382] Asymmetric key parser 'x509' registered [ 0.488347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489832] io scheduler noop registered [ 0.490644] io scheduler deadline registered (default) [ 0.491666] io scheduler cfq registered [ 0.492517] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493573] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.496308] ACPI: Power Button [PWRF] [ 0.497180] GHES: HEST is not enabled! [ 0.510892] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540981] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564916] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567219] Linux agpgart interface v0.103 [ 0.569838] brd: module loaded [ 0.571528] loop: module loaded [ 0.576111] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.577585] GPT:90111 != 2097151 [ 0.578268] GPT:Alternate GPT header not at the end of the disk. [ 0.579365] GPT:90111 != 2097151 [ 0.580044] GPT: Use GNU Parted to correct GPT errors. [ 0.581019] vda: vda1 vda15 [ 0.582247] scsi host0: ata_piix [ 0.583031] scsi host1: ata_piix [ 0.583770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.585005] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.586493] libphy: Fixed MDIO Bus: probed [ 0.587322] tun: Universal TUN/TAP device driver, 1.6 [ 0.588284] tun: (C) 1999-2004 Max Krasnyansky [ 0.590479] PPP generic driver version 2.4.2 [ 0.591400] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.592623] ehci-pci: EHCI PCI platform driver [ 0.593528] ehci-platform: EHCI generic platform driver [ 0.594530] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.595663] ohci-pci: OHCI PCI platform driver [ 0.596544] ohci-platform: OHCI generic platform driver [ 0.597550] uhci_hcd: USB Universal Host Controller Interface driver [ 0.611661] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.612688] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.614174] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.615189] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.616350] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.617614] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.619067] usb usb1: Product: UHCI Host Controller [ 0.620029] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.621240] usb usb1: SerialNumber: 0000:00:01.2 [ 0.622245] hub 1-0:1.0: USB hub found [ 0.623039] hub 1-0:1.0: 2 ports detected [ 0.626423] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628695] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629683] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630836] mousedev: PS/2 mouse device common for all mice [ 0.632161] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.634397] rtc_cmos 00:00: RTC can wake from S4 [ 0.635541] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636764] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637993] i2c /dev entries driver [ 0.638822] device-mapper: uevent: version 1.0.3 [ 0.639815] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.641492] ledtrig-cpu: registered to indicate activity on CPUs [ 0.643035] NET: Registered protocol family 10 [ 0.644228] NET: Registered protocol family 17 [ 0.645156] Key type dns_resolver registered [ 0.646211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.647334] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.649211] registered taskstats version 1 [ 0.650072] Loading compiled-in X.509 certificates [ 0.651578] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.653509] zswap: loaded using pool lzo/zbud [ 0.655206] Key type trusted registered [ 0.657008] Key type encrypted registered [ 0.657865] AppArmor: AppArmor sha1 policy hashing enabled [ 0.658938] ima: No TPM chip found, activating TPM-bypass! [ 0.660008] evm: HMAC attrs: 0x1 [ 0.661093] Magic number: 10:483:890 [ 0.661998] rtc_cmos 00:00: setting system clock to 2018-07-22 14:51:57 UTC (1532271117) [ 0.663665] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.664809] EDD information not available. [ 0.746089] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.757882] Write protecting the kernel read-only data: 14336k [ 0.760032] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.761920] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.806599] 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.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000001 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCcwZLt1vbB9UQ1sgrHz5o3yj/udkNKSxqj/9IvmuW6K3D5PMkTWbP5KXCOx7djIfDCtFGIjpU3o9JfprZLNCAzZtgsiYquEwcooBBePczbjdgbrzK3H9IoJbt+9WpEPcMSvJ2SkTmXOLgQjh0X3mbfvQGQIE4W3rY+GAgAx0geRGacn+GtNRGh3Uuuty+op8H1WVxXtxBz4Nd5J1lzCOnm1wuroj3lDZau5oC5sxPSr02BpgKO+tapjnMOSTAQMnzlSXqORivrT5XcHJEHx6WnX+1etTtAOtvqo+3zN1PRn3XHESQijG+4g+lTHpOUxDB4+OhNbvUwmBfYXeGL1RWT root@singlevm1-vm-baa8daa8-e138-4296-83a2-2c429f44a465 ssh-dss AAAAB3NzaC1kc3MAAACBAM63j+vGXNRhg45mrKQw7GufBbbAkS10LJVVS3/WEHtEvi7+GDV8PnwR8LtxiN0jqrPLkQslsdN1+9jDgtGpKywPOLo7B/iZXODqwdtRCvAr5dcOB8dkzuTqUHO0O/O5Gb/Dvgx1ndbud9oHdAapVPVI8QO2ma9sXBWsuGEWIWSrAAAAFQCXaY3eZULYA48Wy+8jOGXmjewKTQAAAIA6rP0rCvzMCc0/f6TOpHgreNeUyJmIZWgSSzGJD7ltm4/bZrH7+d70aMfZ3zuaestyj7ToSf/ujLRTnMO+33TvCm11NzMJibTA4lA/sAEz2T5AHYjPaKRPp2ha9rj2GjP1sdCxW4k+Nzi1hVXdIL80wpWYZcQtCKJIDhzE4p746wAAAIBsfkgErsRvGJUR43WTOb+J2uJZEKsHzxnZsU8Hml1ezLImafB0LtacN2lMqbfyy1bhwePtSQu8q9zBst2/7DW9QQyGTkPVIzQEs/m7H1Fs2DMia0Nkr0O94Fh06XARW/C5k9ke3CMx3ubDtxgnMTDJULIvtnB7quHGPmwGSZx8IQ== root@singlevm1-vm-baa8daa8-e138-4296-83a2-2c429f44a465 -----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.6,24,fe80::f816:3eff:fe07:841b/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-baa8daa8-e138-4296-83a2-2c429f44a465 launch-index: 0 === cirros: current=0.4.0 uptime=3.61 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-baa8daa8-e138-4296-83a2-2c429f44a465 login: 2018-07-22 14:52:03,966 - paramiko.transport - DEBUG - starting thread (client mode): 0x69fe0d50L 2018-07-22 14:52:03,967 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 14:52:03,967 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 14:52:03,967 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 14:52:03,969 - 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-07-22 14:52:03,969 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 14:52:03,969 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 14:52:03,970 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 14:52:03,970 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 14:52:03,970 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 14:52:03,989 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 14:52:03,989 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 14:52:04,000 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 790e8714cd54e845f9fb85ff477345d4 2018-07-22 14:52:04,001 - paramiko.transport - DEBUG - Trying discovered key ee7ce24a4b21420001203c513ba8fb93 in /tmp/tmp1bSS5b 2018-07-22 14:52:04,029 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 14:52:04,036 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 14:52:04,066 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 14:52:04,067 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 14:52:04,067 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 14:52:04,071 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 14:52:04,072 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 14:52:04,072 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-22 14:52:04,077 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 14:52:04,193 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:52:04,194 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 14:52:04,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 14:52:04,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/1ea393fa-8705-4cb9-98db-8a84cf8490fe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:04,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09151004-b67f-4d2c-b757-f56bc9423732 Content-Length: 0 Date: Sun, 22 Jul 2018 14:52:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:04,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1ea393fa-8705-4cb9-98db-8a84cf8490fe.json used request id req-09151004-b67f-4d2c-b757-f56bc9423732 2018-07-22 14:52:04,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.567275047302s 2018-07-22 14:52:04,769 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1ea393fa-8705-4cb9-98db-8a84cf8490fe.json used request id req-09151004-b67f-4d2c-b757-f56bc9423732 2018-07-22 14:52:04,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:52:04,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:04,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3ce9bba2-255d-41d6-b83e-d32e7a3c5566 Date: Sun, 22 Jul 2018 14:52:04 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:52:04,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3ce9bba2-255d-41d6-b83e-d32e7a3c5566 2018-07-22 14:52:04,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0210399627686s 2018-07-22 14:52:04,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3ce9bba2-255d-41d6-b83e-d32e7a3c5566 2018-07-22 14:52:04,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 14:52:04,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:05,258 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:52:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c757dea-d783-4c9f-9a2b-4d8de622e94b x-compute-request-id: req-4c757dea-d783-4c9f-9a2b-4d8de622e94b Content-Type: application/json 2018-07-22 14:52:05,258 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a used request id req-4c757dea-d783-4c9f-9a2b-4d8de622e94b 2018-07-22 14:52:05,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.461738109589s 2018-07-22 14:52:05,259 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a used request id req-4c757dea-d783-4c9f-9a2b-4d8de622e94b 2018-07-22 14:52:05,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:05,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:06,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-0c95d9c0-4887-4548-b2ff-81cdd6a46beb x-compute-request-id: req-0c95d9c0-4887-4548-b2ff-81cdd6a46beb Content-Encoding: gzip Content-Length: 798 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:84:1b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2bc802cb-99e7-48d8-9318-6f9435febc2a", "rel": "bookmark"}], "image": {"id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "links": [{"href": "http://172.30.9.28:8774/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-22T14:51:57.000000", "flavor": {"id": "0641202a-0c80-4347-92ef-2176fdf311c4", "links": [{"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "bookmark"}]}, "id": "2bc802cb-99e7-48d8-9318-6f9435febc2a", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:52:05Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_baa8daa8-e138-4296-83a2-2c429f44a465", "created": "2018-07-22T14:51:45Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:52:06,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0c95d9c0-4887-4548-b2ff-81cdd6a46beb 2018-07-22 14:52:06,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22688698769s 2018-07-22 14:52:06,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0c95d9c0-4887-4548-b2ff-81cdd6a46beb 2018-07-22 14:52:06,488 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:52:08,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:08,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:08,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54146f9f-f379-4367-b234-e3c88b004f26 x-compute-request-id: req-54146f9f-f379-4367-b234-e3c88b004f26 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 14:52:08,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-54146f9f-f379-4367-b234-e3c88b004f26 2018-07-22 14:52:08,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.23651599884s 2018-07-22 14:52:08,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-54146f9f-f379-4367-b234-e3c88b004f26 2018-07-22 14:52:08,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:52:08,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:08,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-b1f86fb6-bca3-4907-92cc-47dfd3d25317 Date: Sun, 22 Jul 2018 14:52:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:43Z", "updated_at": "2018-07-22T14:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:44Z", "revision_number": 0, "id": "473a692f-ad15-439c-8319-08a8186b418f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:44Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T14:51:44Z", "revision_number": 0, "id": "6606bc1c-b3cb-4514-8ee1-a79170166332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:44Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:43Z", "revision_number": 0, "id": "7f81f656-95cc-41db-b8b2-e0d42cc2598c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:43Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:43Z", "revision_number": 0, "id": "f5586844-4f25-4f16-8885-da3f2944730c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:43Z", "security_group_id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "0daae78e-c6a7-4bd1-a0f0-8ea8fa204413", "name": "singlevm1-sg_baa8daa8-e138-4296-83a2-2c429f44a465"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:50:38Z", "updated_at": "2018-07-22T14:50:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "ae9b4a4e-335a-4164-bb6f-5ad3e58bbb3c", "remote_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "bd31c9ec-3b3b-4e67-a8e7-bb3bad9d2215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "e328cc59-2321-43c1-99f1-ad935b4a86a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:38Z", "revision_number": 0, "id": "f0735f39-9cc7-4d54-91ce-2134cc3360c8", "remote_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:38Z", "security_group_id": "4234ac87-8b1f-424d-971d-abcbf0872819", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "4234ac87-8b1f-424d-971d-abcbf0872819", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}]} 2018-07-22 14:52:08,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b1f86fb6-bca3-4907-92cc-47dfd3d25317 2018-07-22 14:52:08,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0549931526184s 2018-07-22 14:52:08,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b1f86fb6-bca3-4907-92cc-47dfd3d25317 2018-07-22 14:52:08,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 14:52:08,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/0daae78e-c6a7-4bd1-a0f0-8ea8fa204413.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:08,957 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f110620f-b2e1-4051-9f8f-daaec53a595e Content-Length: 0 Date: Sun, 22 Jul 2018 14:52:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:08,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0daae78e-c6a7-4bd1-a0f0-8ea8fa204413.json used request id req-f110620f-b2e1-4051-9f8f-daaec53a595e 2018-07-22 14:52:08,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.166687011719s 2018-07-22 14:52:08,958 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0daae78e-c6a7-4bd1-a0f0-8ea8fa204413.json used request id req-f110620f-b2e1-4051-9f8f-daaec53a595e 2018-07-22 14:52:08,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 14:52:08,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:09,171 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:52:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0fe706c7-7f51-486f-90ca-47b39424ee76 x-compute-request-id: req-0fe706c7-7f51-486f-90ca-47b39424ee76 Content-Length: 0 Content-Type: application/json 2018-07-22 14:52:09,171 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465 used request id req-0fe706c7-7f51-486f-90ca-47b39424ee76 2018-07-22 14:52:09,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.212720870972s 2018-07-22 14:52:09,171 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm1-kp_baa8daa8-e138-4296-83a2-2c429f44a465 used request id req-0fe706c7-7f51-486f-90ca-47b39424ee76 2018-07-22 14:52:09,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:52:09,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d/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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" -d '{"subnet_id": "8cff0b98-c3e2-4ebb-9306-1c18cf30d616"}' 2018-07-22 14:52:10,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a5a353ed-f4ac-4c61-ba3c-2ecbca41179b Date: Sun, 22 Jul 2018 14:52:10 GMT RESP BODY: {"network_id": "55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "8cff0b98-c3e2-4ebb-9306-1c18cf30d616", "subnet_ids": ["8cff0b98-c3e2-4ebb-9306-1c18cf30d616"], "port_id": "9c7f7546-2277-42f6-a78e-b29a1621212b", "id": "8b5bd994-3a39-4e31-801d-6c61cabe2e4d"} 2018-07-22 14:52:10,393 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d/remove_router_interface.json used request id req-a5a353ed-f4ac-4c61-ba3c-2ecbca41179b 2018-07-22 14:52:10,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.22094082832s 2018-07-22 14:52:10,393 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d/remove_router_interface.json used request id req-a5a353ed-f4ac-4c61-ba3c-2ecbca41179b returning object 8b5bd994-3a39-4e31-801d-6c61cabe2e4d 2018-07-22 14:52:10,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:52:10,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:10,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-90a1e187-4587-44b4-a4f2-3226bdaaf3b3 Date: Sun, 22 Jul 2018 14:52:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:51:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:52:09Z", "revision_number": 4, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "8b5bd994-3a39-4e31-801d-6c61cabe2e4d", "name": "singlevm1-router_baa8daa8-e138-4296-83a2-2c429f44a465"}]} 2018-07-22 14:52:10,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-90a1e187-4587-44b4-a4f2-3226bdaaf3b3 2018-07-22 14:52:10,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.10156083107s 2018-07-22 14:52:10,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-90a1e187-4587-44b4-a4f2-3226bdaaf3b3 2018-07-22 14:52:10,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:52:10,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:11,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d00f6c3-a501-4185-a78a-d6515ac555d3 Content-Length: 0 Date: Sun, 22 Jul 2018 14:52:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:11,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d.json used request id req-3d00f6c3-a501-4185-a78a-d6515ac555d3 2018-07-22 14:52:11,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42937493324s 2018-07-22 14:52:11,927 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8b5bd994-3a39-4e31-801d-6c61cabe2e4d.json used request id req-3d00f6c3-a501-4185-a78a-d6515ac555d3 2018-07-22 14:52:11,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:52:11,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:11,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-3844ea99-d1da-40a8-8551-1a680083fb43 Date: Sun, 22 Jul 2018 14:52:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:51: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"8cff0b98-c3e2-4ebb-9306-1c18cf30d616","subnetpool_id":null,"name":"singlevm1-subnet_baa8daa8-e138-4296-83a2-2c429f44a465"}]} 2018-07-22 14:52:11,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3844ea99-d1da-40a8-8551-1a680083fb43 2018-07-22 14:52:11,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0420780181885s 2018-07-22 14:52:11,970 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3844ea99-d1da-40a8-8551-1a680083fb43 2018-07-22 14:52:11,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:52:11,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/8cff0b98-c3e2-4ebb-9306-1c18cf30d616.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:12,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a46ce24b-874d-499d-9390-7fde59db2014 Date: Sun, 22 Jul 2018 14:52:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:12,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8cff0b98-c3e2-4ebb-9306-1c18cf30d616.json used request id req-a46ce24b-874d-499d-9390-7fde59db2014 2018-07-22 14:52:12,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.872651100159s 2018-07-22 14:52:12,844 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8cff0b98-c3e2-4ebb-9306-1c18cf30d616.json used request id req-a46ce24b-874d-499d-9390-7fde59db2014 2018-07-22 14:52:12,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:12,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:12,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-36637a31-efcd-433f-a72a-602f8c2f7469 Date: Sun, 22 Jul 2018 14:52:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T14:52:12Z","provider:segmentation_id":79,"name":"singlevm1-net_baa8daa8-e138-4296-83a2-2c429f44a465","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T14:51:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:52:12,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-36637a31-efcd-433f-a72a-602f8c2f7469 2018-07-22 14:52:12,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0894138813019s 2018-07-22 14:52:12,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-36637a31-efcd-433f-a72a-602f8c2f7469 2018-07-22 14:52:12,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:52:12,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:13,963 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c34598f-f979-4938-a59f-96ad6f541804 Date: Sun, 22 Jul 2018 14:52:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:13,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f.json used request id req-4c34598f-f979-4938-a59f-96ad6f541804 2018-07-22 14:52:13,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.02801799774s 2018-07-22 14:52:13,964 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/55c3c86e-5b3f-4e69-9aa8-754f8fb41a2f.json used request id req-4c34598f-f979-4938-a59f-96ad6f541804 2018-07-22 14:52:13,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:52:13,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:13,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-61b59f65-81de-458b-b9d2-360bc4817937 Date: Sun, 22 Jul 2018 14:52:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/snap", "metadata": {}}], "file": "/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "1908b32c-e694-45fa-87bd-2f926d1d0be5", "size": 12716032, "self": "/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1908b32c-e694-45fa-87bd-2f926d1d0be5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:51:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_baa8daa8-e138-4296-83a2-2c429f44a465", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:51:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:52:13,993 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-61b59f65-81de-458b-b9d2-360bc4817937 2018-07-22 14:52:13,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0253710746765s 2018-07-22 14:52:13,993 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-61b59f65-81de-458b-b9d2-360bc4817937 2018-07-22 14:52:13,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 14:52:14,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:15,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de536b2a-d7d6-437f-b6a7-20202653a673 Date: Sun, 22 Jul 2018 14:52:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:52:15,001 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5 used request id req-de536b2a-d7d6-437f-b6a7-20202653a673 2018-07-22 14:52:15,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00640106201s 2018-07-22 14:52:15,002 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1908b32c-e694-45fa-87bd-2f926d1d0be5 used request id req-de536b2a-d7d6-437f-b6a7-20202653a673 2018-07-22 14:52:15,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:52:15,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:15,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-d38796ba-fb51-4665-a355-80cc3060fa2e x-compute-request-id: req-d38796ba-fb51-4665-a355-80cc3060fa2e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_baa8daa8-e138-4296-83a2-2c429f44a465", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0641202a-0c80-4347-92ef-2176fdf311c4", "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": "0641202a-0c80-4347-92ef-2176fdf311c4"}]} 2018-07-22 14:52:15,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d38796ba-fb51-4665-a355-80cc3060fa2e 2018-07-22 14:52:15,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0291941165924s 2018-07-22 14:52:15,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d38796ba-fb51-4665-a355-80cc3060fa2e 2018-07-22 14:52:15,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 14:52:15,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c08ae1f51c22dbd77a0c12fcc4a6ffcae80dce0" 2018-07-22 14:52:15,078 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14: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 x-openstack-request-id: req-d7cb1913-3b9f-4a47-b458-5c958d454e24 x-compute-request-id: req-d7cb1913-3b9f-4a47-b458-5c958d454e24 Content-Length: 0 Content-Type: application/json 2018-07-22 14:52:15,078 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4 used request id req-d7cb1913-3b9f-4a47-b458-5c958d454e24 2018-07-22 14:52:15,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0453929901123s 2018-07-22 14:52:15,079 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0641202a-0c80-4347-92ef-2176fdf311c4 used request id req-d7cb1913-3b9f-4a47-b458-5c958d454e24 2018-07-22 14:52:15,134 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-22 14:52:15,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:52:15,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:52:15,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:52:15,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:52:15,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:52:15,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:52:15,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:52:15,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:52:15,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:52:15,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98f332ef-7ad9-402b-9412-8fd722135d17 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:52:15,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-98f332ef-7ad9-402b-9412-8fd722135d17 2018-07-22 14:52:15,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:52:15,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:52:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["yxOqyL-iTgKLlOdYORuD_w"], "issued_at": "2018-07-22T14:52:15.000000Z"}} 2018-07-22 14:52:15,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:15,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:16,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-67f9d43e-6398-460d-a860-1666faed46cd Date: Sun, 22 Jul 2018 14:52:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:52:16,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-67f9d43e-6398-460d-a860-1666faed46cd 2018-07-22 14:52:16,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.93757891655s 2018-07-22 14:52:16,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-67f9d43e-6398-460d-a860-1666faed46cd 2018-07-22 14:52:16,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:52:16,508 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:52:16,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:52:16,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:16,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802725c8-1d5d-421e-bfd4-b257302ff8e8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 14:52:16,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-802725c8-1d5d-421e-bfd4-b257302ff8e8 2018-07-22 14:52:16,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0874829292297s 2018-07-22 14:52:16,597 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-802725c8-1d5d-421e-bfd4-b257302ff8e8 2018-07-22 14:52:16,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 14:52:16,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f"}}' 2018-07-22 14:52:16,663 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:52:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6162c5e-704b-4696-8e97-d77ac62bd777 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.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7"}, "tags": [], "enabled": true, "id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f"}} 2018-07-22 14:52:16,663 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d6162c5e-704b-4696-8e97-d77ac62bd777 2018-07-22 14:52:16,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0592999458313s 2018-07-22 14:52:16,663 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d6162c5e-704b-4696-8e97-d77ac62bd777 2018-07-22 14:52:16,664 - 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'f1dbe2abfdd24e4ba83cedc94046bbc7', '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_f9bd76ab-214b-485b-84b7-1569ebebf63f'}) 2018-07-22 14:52:16,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 14:52:16,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "47eb3a2e-b899-4aac-ae0f-4e45cd2434d6", "email": null, "name": "singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f"}}' 2018-07-22 14:52:17,032 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:52:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-153e9bb3-d095-456c-8554-59ad97bd4a2c Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f", "links": {"self": "http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc2cde75b49f4332a0cec0add6eda55d", "domain_id": "default", "password_expires_at": null}} 2018-07-22 14:52:17,032 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-153e9bb3-d095-456c-8554-59ad97bd4a2c 2018-07-22 14:52:17,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.362851858139s 2018-07-22 14:52:17,032 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-153e9bb3-d095-456c-8554-59ad97bd4a2c 2018-07-22 14:52:17,033 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'dc2cde75b49f4332a0cec0add6eda55d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f'}) 2018-07-22 14:52:17,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:52:17,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:17,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff433d87-49a9-4a3a-b12a-69a303b394e0 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:52:17,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ff433d87-49a9-4a3a-b12a-69a303b394e0 2018-07-22 14:52:17,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0822072029114s 2018-07-22 14:52:17,119 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ff433d87-49a9-4a3a-b12a-69a303b394e0 2018-07-22 14:52:17,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:52:17,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:17,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9cba84-648a-4c97-8617-e6cb5b5cedf8 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:52:17,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-db9cba84-648a-4c97-8617-e6cb5b5cedf8 2018-07-22 14:52:17,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0771870613098s 2018-07-22 14:52:17,201 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-db9cba84-648a-4c97-8617-e6cb5b5cedf8 2018-07-22 14:52:17,203 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 14:52:17,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 14:52:17,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" -d '{"role": {"name": "Member"}}' 2018-07-22 14:52:17,378 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-463f75cb-2c7b-4ffd-8731-b2b1d0bcb2ce Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9f943eb153554d0fbb8853afe5292504", "links": {"self": "http://172.30.9.28:5000/v3/roles/9f943eb153554d0fbb8853afe5292504"}, "name": "Member"}} 2018-07-22 14:52:17,378 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-463f75cb-2c7b-4ffd-8731-b2b1d0bcb2ce 2018-07-22 14:52:17,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.171896934509s 2018-07-22 14:52:17,379 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-463f75cb-2c7b-4ffd-8731-b2b1d0bcb2ce 2018-07-22 14:52:17,379 - 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'9f943eb153554d0fbb8853afe5292504'}) 2018-07-22 14:52:17,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:52:17,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:17,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efbc998b-d5d1-4d96-a54e-92b02bd7857f Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9f943eb153554d0fbb8853afe5292504", "links": {"self": "http://172.30.9.28:5000/v3/roles/9f943eb153554d0fbb8853afe5292504"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:52:17,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-efbc998b-d5d1-4d96-a54e-92b02bd7857f 2018-07-22 14:52:17,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0862729549408s 2018-07-22 14:52:17,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-efbc998b-d5d1-4d96-a54e-92b02bd7857f 2018-07-22 14:52:17,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:52:17,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:17,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbcef8a1-e883-43a8-85f5-6a24e865caf3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 14:52:17,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-bbcef8a1-e883-43a8-85f5-6a24e865caf3 2018-07-22 14:52:17,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0859220027924s 2018-07-22 14:52:17,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-bbcef8a1-e883-43a8-85f5-6a24e865caf3 2018-07-22 14:52:17,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:52:17,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:17,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad902bc-b848-428f-90c1-34bf938243f4 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f", "links": {"self": "http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc2cde75b49f4332a0cec0add6eda55d", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:52:17,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3ad902bc-b848-428f-90c1-34bf938243f4 2018-07-22 14:52:17,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100084066391s 2018-07-22 14:52:17,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3ad902bc-b848-428f-90c1-34bf938243f4 2018-07-22 14:52:17,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:52:17,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:17,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b70cfc1a-0ee8-45cb-8bc8-dd052d5764cc Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7"}, "tags": [], "enabled": true, "id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:52:17,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b70cfc1a-0ee8-45cb-8bc8-dd052d5764cc 2018-07-22 14:52:17,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0836849212646s 2018-07-22 14:52:17,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b70cfc1a-0ee8-45cb-8bc8-dd052d5764cc 2018-07-22 14:52:17,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 14:52:17,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=dc2cde75b49f4332a0cec0add6eda55d&role.id=9f943eb153554d0fbb8853afe5292504&scope.project.id=f1dbe2abfdd24e4ba83cedc94046bbc7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:17,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e61036a-02af-4d35-bfbb-63e7e16868c7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=dc2cde75b49f4332a0cec0add6eda55d&role.id=9f943eb153554d0fbb8853afe5292504&scope.project.id=f1dbe2abfdd24e4ba83cedc94046bbc7", "previous": null, "next": null}} 2018-07-22 14:52:17,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=dc2cde75b49f4332a0cec0add6eda55d&role.id=9f943eb153554d0fbb8853afe5292504&scope.project.id=f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-0e61036a-02af-4d35-bfbb-63e7e16868c7 2018-07-22 14:52:17,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0797460079193s 2018-07-22 14:52:17,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=dc2cde75b49f4332a0cec0add6eda55d&role.id=9f943eb153554d0fbb8853afe5292504&scope.project.id=f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-0e61036a-02af-4d35-bfbb-63e7e16868c7 2018-07-22 14:52:17,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 14:52:17,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7/users/dc2cde75b49f4332a0cec0add6eda55d/roles/9f943eb153554d0fbb8853afe5292504 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:17,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-864c9767-9e38-4e95-84b9-46adbed8cf68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:52:17,978 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7/users/dc2cde75b49f4332a0cec0add6eda55d/roles/9f943eb153554d0fbb8853afe5292504 used request id req-864c9767-9e38-4e95-84b9-46adbed8cf68 2018-07-22 14:52:17,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.129408121109s 2018-07-22 14:52:17,979 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7/users/dc2cde75b49f4332a0cec0add6eda55d/roles/9f943eb153554d0fbb8853afe5292504 used request id req-864c9767-9e38-4e95-84b9-46adbed8cf68 2018-07-22 14:52:17,979 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f', 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'f1dbe2abfdd24e4ba83cedc94046bbc7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '47eb3a2e-b899-4aac-ae0f-4e45cd2434d6', 'username': u'singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 14:52:17,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:52:17,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:52:17,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:52:17,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:52:17,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:52:17,984 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f', 'password': '47eb3a2e-b899-4aac-ae0f-4e45cd2434d6', 'project_name': 'singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': 'f1dbe2abfdd24e4ba83cedc94046bbc7', 'project_domain_name': 'Default'} 2018-07-22 14:52:17,984 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-22 14:52:17,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:52:17,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8452896d-66f1-4dab-9fe1-744982011566 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:52:17,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8452896d-66f1-4dab-9fe1-744982011566 2018-07-22 14:52:17,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:52:18,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9f943eb153554d0fbb8853afe5292504", "name": "Member"}], "expires_at": "2018-07-22T15:52:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "name": "singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f1dbe2abfdd24e4ba83cedc94046bbc7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f", "id": "dc2cde75b49f4332a0cec0add6eda55d"}, "audit_ids": ["Bdo_8y1oQ6ee20aMDyZtBQ"], "issued_at": "2018-07-22T14:52:18.000000Z"}} 2018-07-22 14:52:18,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:52:18,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"network": {"name": "singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f", "admin_state_up": true}}' 2018-07-22 14:52:19,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-623166cd-fb93-4dc5-9b13-76f193e21c8d Date: Sun, 22 Jul 2018 14:52:19 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T14:52:19Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"f4788b13-1712-40fa-a077-61dc9d5a01de","name":"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f"}} 2018-07-22 14:52:19,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-623166cd-fb93-4dc5-9b13-76f193e21c8d 2018-07-22 14:52:19,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.49773716927s 2018-07-22 14:52:19,868 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-623166cd-fb93-4dc5-9b13-76f193e21c8d 2018-07-22 14:52:19,868 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:52:19Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f4788b13-1712-40fa-a077-61dc9d5a01de', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f', u'admin_state_up': True, u'tenant_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', u'created_at': u'2018-07-22T14:52:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7'}) 2018-07-22 14:52:19,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:19,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:20,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-27eb5083-62a2-4c94-b817-bfbd33576021 Date: Sun, 22 Jul 2018 14:52:20 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T14:52:19Z","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"f4788b13-1712-40fa-a077-61dc9d5a01de","name":"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f"}]} 2018-07-22 14:52:20,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-27eb5083-62a2-4c94-b817-bfbd33576021 2018-07-22 14:52:20,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.198328018188s 2018-07-22 14:52:20,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-27eb5083-62a2-4c94-b817-bfbd33576021 2018-07-22 14:52:20,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:52:20,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"subnet": {"name": "singlevm2-subnet_f9bd76ab-214b-485b-84b7-1569ebebf63f", "enable_dhcp": true, "network_id": "f4788b13-1712-40fa-a077-61dc9d5a01de", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:52:20,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-9da625d1-d379-4e7b-8fc4-a4ec5b5c964a Date: Sun, 22 Jul 2018 14:52:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4788b13-1712-40fa-a077-61dc9d5a01de","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:52: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":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"86dbc801-eabf-45c6-ba61-d489697149b5","subnetpool_id":null,"name":"singlevm2-subnet_f9bd76ab-214b-485b-84b7-1569ebebf63f"}} 2018-07-22 14:52:20,808 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-9da625d1-d379-4e7b-8fc4-a4ec5b5c964a 2018-07-22 14:52:20,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.73951292038s 2018-07-22 14:52:20,809 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-9da625d1-d379-4e7b-8fc4-a4ec5b5c964a 2018-07-22 14:52:20,809 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:52: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'86dbc801-eabf-45c6-ba61-d489697149b5', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_f9bd76ab-214b-485b-84b7-1569ebebf63f', u'enable_dhcp': True, u'network_id': u'f4788b13-1712-40fa-a077-61dc9d5a01de', u'tenant_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', u'created_at': u'2018-07-22T14:52: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'f1dbe2abfdd24e4ba83cedc94046bbc7'}) 2018-07-22 14:52:20,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:52:20,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "singlevm2-router_f9bd76ab-214b-485b-84b7-1569ebebf63f", "admin_state_up": true}}' 2018-07-22 14:52:21,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-cdbae41d-dc44-4e6a-9ee8-9446cb4161cc Date: Sun, 22 Jul 2018 14:52:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:20Z", "admin_state_up": true, "updated_at": "2018-07-22T14:52:21Z", "revision_number": 2, "routes": [], "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "b0846ab2-8a8f-40cf-bcd6-175ac0e77f01", "name": "singlevm2-router_f9bd76ab-214b-485b-84b7-1569ebebf63f"}} 2018-07-22 14:52:21,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-cdbae41d-dc44-4e6a-9ee8-9446cb4161cc 2018-07-22 14:52:21,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.14835000038s 2018-07-22 14:52:21,959 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-cdbae41d-dc44-4e6a-9ee8-9446cb4161cc 2018-07-22 14:52:21,959 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', u'created_at': u'2018-07-22T14:52:20Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T14:52:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', u'id': u'b0846ab2-8a8f-40cf-bcd6-175ac0e77f01', u'name': u'singlevm2-router_f9bd76ab-214b-485b-84b7-1569ebebf63f'}) 2018-07-22 14:52:21,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:52:21,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01/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}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"subnet_id": "86dbc801-eabf-45c6-ba61-d489697149b5"}' 2018-07-22 14:52:24,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de06f7a9-ccd6-46df-ad19-d5d25686a4db Date: Sun, 22 Jul 2018 14:52:24 GMT RESP BODY: {"network_id": "f4788b13-1712-40fa-a077-61dc9d5a01de", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "subnet_id": "86dbc801-eabf-45c6-ba61-d489697149b5", "subnet_ids": ["86dbc801-eabf-45c6-ba61-d489697149b5"], "port_id": "047b37bc-0490-4828-9a9d-ac0b13969162", "id": "b0846ab2-8a8f-40cf-bcd6-175ac0e77f01"} 2018-07-22 14:52:24,094 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01/add_router_interface.json used request id req-de06f7a9-ccd6-46df-ad19-d5d25686a4db 2018-07-22 14:52:24,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13356590271s 2018-07-22 14:52:24,094 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01/add_router_interface.json used request id req-de06f7a9-ccd6-46df-ad19-d5d25686a4db returning object b0846ab2-8a8f-40cf-bcd6-175ac0e77f01 2018-07-22 14:52:24,094 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 14:52:24,226 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 14:52:24,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:52:24,232 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 14:52:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 14:52:24,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:52:24,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:24,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a0890d14-af60-423a-9049-c9a02e377cce Date: Sun, 22 Jul 2018 14:52:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:52:24,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a0890d14-af60-423a-9049-c9a02e377cce 2018-07-22 14:52:24,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.643420934677s 2018-07-22 14:52:24,879 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a0890d14-af60-423a-9049-c9a02e377cce 2018-07-22 14:52:24,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 14:52:24,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f"}' 2018-07-22 14:52:24,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-da7c655b-e8ee-4ce0-9cc1-5fb4b2a79ba3 Date: Sun, 22 Jul 2018 14:52:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/file", "owner": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "size": null, "self": "/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:52:24Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f", "checksum": null, "created_at": "2018-07-22T14:52:24Z", "protected": false} 2018-07-22 14:52:24,953 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-da7c655b-e8ee-4ce0-9cc1-5fb4b2a79ba3 2018-07-22 14:52:24,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0658800601959s 2018-07-22 14:52:24,953 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-da7c655b-e8ee-4ce0-9cc1-5fb4b2a79ba3 returning object fd87ed16-7495-4d79-9214-42e34f4d2fa0 2018-07-22 14:52:24,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 14:52:24,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/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}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '' 2018-07-22 14:52:25,357 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-45f1cb28-65e3-4f76-8014-6030ec9ac868 Date: Sun, 22 Jul 2018 14:52:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:52:25,357 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/file used request id req-45f1cb28-65e3-4f76-8014-6030ec9ac868 2018-07-22 14:52:25,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.403251171112s 2018-07-22 14:52:25,357 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/file used request id req-45f1cb28-65e3-4f76-8014-6030ec9ac868 2018-07-22 14:52:25,357 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T14:52:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/file', u'owner': u'f1dbe2abfdd24e4ba83cedc94046bbc7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'fd87ed16-7495-4d79-9214-42e34f4d2fa0', u'size': None, u'name': u'singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f', u'checksum': None, u'self': u'/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T14:52:24Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 14:52:25,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 14:52:25,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_f9bd76ab-214b-485b-84b7-1569ebebf63f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 14:52:25,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af1941c8-192f-4394-81b2-cc2dad9b55e1 x-compute-request-id: req-af1941c8-192f-4394-81b2-cc2dad9b55e1 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_f9bd76ab-214b-485b-84b7-1569ebebf63f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "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": "d74f9574-abc8-41d6-9ff8-10249bafce52"}} 2018-07-22 14:52:25,933 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-af1941c8-192f-4394-81b2-cc2dad9b55e1 2018-07-22 14:52:25,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.575201034546s 2018-07-22 14:52:25,934 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-af1941c8-192f-4394-81b2-cc2dad9b55e1 2018-07-22 14:52:25,935 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_f9bd76ab-214b-485b-84b7-1569ebebf63f', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'd74f9574-abc8-41d6-9ff8-10249bafce52', 'swap': 0}) 2018-07-22 14:52:25,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 14:52:25,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52/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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" -d '{"extra_specs": {}}' 2018-07-22 14:52:26,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ad10e85-3807-4e1e-b7fc-a16778abc33f x-compute-request-id: req-4ad10e85-3807-4e1e-b7fc-a16778abc33f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 14:52:26,087 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52/os-extra_specs used request id req-4ad10e85-3807-4e1e-b7fc-a16778abc33f 2018-07-22 14:52:26,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.151409864426s 2018-07-22 14:52:26,087 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52/os-extra_specs used request id req-4ad10e85-3807-4e1e-b7fc-a16778abc33f 2018-07-22 14:52:26,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 14:52:26,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"keypair": {"name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f"}}' 2018-07-22 14:52:26,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-4a3445d1-6b2c-4d7c-b3d1-2c8719424f12 x-compute-request-id: req-4a3445d1-6b2c-4d7c-b3d1-2c8719424f12 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAnSp6dqGnjOk42fosltCuyJWd7xc6OGnjaMlpJRUeW9sfW1if1ZGBtdC/AoLH3Fux3eUxAa3WidmT9HNlAucAl1zuYzrW61Pmgq4tFaEhXF8gbsw/ejNiBODZ5Gek3cKynzmsQO8g2dNJFphepD9jxqoNEtuSAeIwb90igefgubcK7TweWpL+384ax0GMKiIY1ihKWBZA73ppmlvser61DKJT6UC3Z43PkzacQd2DLFXvTH0rgbSIVdqW7GZOoTjF17O7bsfGWsn0W9mTOyAeUXIw4923vPWbS+vyBzy4SN0G8+B50DPIIpQ/ATukw99H93LtYCuE/UY5hSVRrfGh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwJ0qenahp4zpONn6LJbQrsiVne8XOjhp42jJaSUVHlvbH1tY\nn9WRgbXQvwKCx9xbsd3lMQGt1onZk/RzZQLnAJdc7mM61utT5oKuLRWhIVxfIG7M\nP3ozYgTg2eRnpN3Csp85rEDvINnTSRaYXqQ/Y8aqDRLbkgHiMG/dIoHn4Lm3Cu08\nHlqS/t/OGsdBjCoiGNYoSlgWQO96aZpb7Hq+tQyiU+lAt2eNz5M2nEHdgyxV70x9\nK4G0iFXaluxmTqE4xdezu27HxlrJ9FvZkzsgHlFyMOPdt7z1m0vr8gc8uEjdBvPg\nedAzyCKUPwE7pMPfR/dy7WArhP1GOYUlUa3xoQIDAQABAoIBAQC1chi2/pQwC00U\nkjra0EPLswdGnRmLbeNKJ8c8doNbcvqLonhtMTn+L/FyToI2lj4G41ppfQRuyrMd\nbrVZ3Y8Q/oW7x9yA43TI/CfqLqr4i1TNb7KWxZ4r4x6SBFkidQlZTSd+PjlGAAzK\nmC93UFCqxFYjNLWE6KNUL7zoKenuxkCOzb8kwcYUZj4m125FU5BGoF6s3Rrf8dnG\n7qCLAS5euZbcAU0HXdZ5reTxUGaVqaKSzMuoJEuWBFJXsJIEmBxLkARTaJ/+wKtM\nWsRqNWtfdqbAFvbr5kXAYNI1rUt1cjBpc9BhQRPoEBm4LgluT7m5J/o61UbMh1PR\nGxS98wzBAoGBAPCyOyIIUi8WW76evdmg6kP8ZAfXnfo9Vs8Oey0tGN/FZGtKUw/e\nuBeUrnJ8ECbqdAadJ9OK+Ubw4sQAIPiiuOYkIQ54VB1m6iHw0TCExsPymMb3ImkB\nuNCL7SPo5IxUzFlq45OaBA4Qz+XH9nZAqBtvkB7Ki6OXRUUoYIq5MnZZAoGBAMzc\nTugYsOwOx5CxYn/yCtaPMD50zzvAiMBq48Wgyzfm/rYKt9Hcc3o6uemPg1LHYHiR\n1XOyRboGZZ9nE1+eMKC9I07pPjAdy9k+EAmU5aGC1m/Cjc43ZfX8IbYuspniz1Ou\nKJmmDLjVYb4xJcrEjMkDM8BZ6n0l7xphWwy29fyJAoGAFZ78/taeg0pP3XSm+yig\nQpEmbynoL/VYmerkF6/IXzl9BsI7ad6IzN13OiN40/YVjA6L6E3AjKXQyOh2Db+Y\nOlweeA1JCQcYmwnl0KTssedV3/GNLr+P2XPoTmR6OzzWymV2oeig2p6Z/jsTIZY3\nQ5em640oM/6/ozG4Ul3GcakCgYBzZRW9f0sJbTnUs1a8o2affYC7bajeC5H8cTlk\nNTLDhoarnFX3DKqviyz19zUOB+i7gcoupZjJNJlBtRognkbeBCxDYvb4u4/8Cw2V\nmB3RYJXR1lFye5ofeaqzqJJKRIxsoomUIwi/hNLOA3k6QoTbJcac7wk6/Yc14Okc\nvGLLoQKBgQChfSXw/JFcoKqUtu+2TZd3Ut2cDRJHp2bd4ShyhZMJTlGksw2628jW\nvmYsETRYh5/IDgGX3LJ3M/bV10oszinvV2j0+iWgg8ifgGXSDn/ryAHYYMDDYt6z\nULrTsqy3SR586ymnlM2R1DIKfxBtn+IKPOWZPKbxJEXUOpvboszQhw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "dc2cde75b49f4332a0cec0add6eda55d", "name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f", "fingerprint": "df:9d:84:61:c9:93:40:5a:4e:34:34:0f:61:87:4b:40"}} 2018-07-22 14:52:26,878 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4a3445d1-6b2c-4d7c-b3d1-2c8719424f12 2018-07-22 14:52:26,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.790401935577s 2018-07-22 14:52:26,879 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4a3445d1-6b2c-4d7c-b3d1-2c8719424f12 2018-07-22 14:52:26,880 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAnSp6dqGnjOk42fosltCuyJWd7xc6OGnjaMlpJRUeW9sfW1if1ZGBtdC/AoLH3Fux3eUxAa3WidmT9HNlAucAl1zuYzrW61Pmgq4tFaEhXF8gbsw/ejNiBODZ5Gek3cKynzmsQO8g2dNJFphepD9jxqoNEtuSAeIwb90igefgubcK7TweWpL+384ax0GMKiIY1ihKWBZA73ppmlvser61DKJT6UC3Z43PkzacQd2DLFXvTH0rgbSIVdqW7GZOoTjF17O7bsfGWsn0W9mTOyAeUXIw4923vPWbS+vyBzy4SN0G8+B50DPIIpQ/ATukw99H93LtYCuE/UY5hSVRrfGh Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwJ0qenahp4zpONn6LJbQrsiVne8XOjhp42jJaSUVHlvbH1tY\nn9WRgbXQvwKCx9xbsd3lMQGt1onZk/RzZQLnAJdc7mM61utT5oKuLRWhIVxfIG7M\nP3ozYgTg2eRnpN3Csp85rEDvINnTSRaYXqQ/Y8aqDRLbkgHiMG/dIoHn4Lm3Cu08\nHlqS/t/OGsdBjCoiGNYoSlgWQO96aZpb7Hq+tQyiU+lAt2eNz5M2nEHdgyxV70x9\nK4G0iFXaluxmTqE4xdezu27HxlrJ9FvZkzsgHlFyMOPdt7z1m0vr8gc8uEjdBvPg\nedAzyCKUPwE7pMPfR/dy7WArhP1GOYUlUa3xoQIDAQABAoIBAQC1chi2/pQwC00U\nkjra0EPLswdGnRmLbeNKJ8c8doNbcvqLonhtMTn+L/FyToI2lj4G41ppfQRuyrMd\nbrVZ3Y8Q/oW7x9yA43TI/CfqLqr4i1TNb7KWxZ4r4x6SBFkidQlZTSd+PjlGAAzK\nmC93UFCqxFYjNLWE6KNUL7zoKenuxkCOzb8kwcYUZj4m125FU5BGoF6s3Rrf8dnG\n7qCLAS5euZbcAU0HXdZ5reTxUGaVqaKSzMuoJEuWBFJXsJIEmBxLkARTaJ/+wKtM\nWsRqNWtfdqbAFvbr5kXAYNI1rUt1cjBpc9BhQRPoEBm4LgluT7m5J/o61UbMh1PR\nGxS98wzBAoGBAPCyOyIIUi8WW76evdmg6kP8ZAfXnfo9Vs8Oey0tGN/FZGtKUw/e\nuBeUrnJ8ECbqdAadJ9OK+Ubw4sQAIPiiuOYkIQ54VB1m6iHw0TCExsPymMb3ImkB\nuNCL7SPo5IxUzFlq45OaBA4Qz+XH9nZAqBtvkB7Ki6OXRUUoYIq5MnZZAoGBAMzc\nTugYsOwOx5CxYn/yCtaPMD50zzvAiMBq48Wgyzfm/rYKt9Hcc3o6uemPg1LHYHiR\n1XOyRboGZZ9nE1+eMKC9I07pPjAdy9k+EAmU5aGC1m/Cjc43ZfX8IbYuspniz1Ou\nKJmmDLjVYb4xJcrEjMkDM8BZ6n0l7xphWwy29fyJAoGAFZ78/taeg0pP3XSm+yig\nQpEmbynoL/VYmerkF6/IXzl9BsI7ad6IzN13OiN40/YVjA6L6E3AjKXQyOh2Db+Y\nOlweeA1JCQcYmwnl0KTssedV3/GNLr+P2XPoTmR6OzzWymV2oeig2p6Z/jsTIZY3\nQ5em640oM/6/ozG4Ul3GcakCgYBzZRW9f0sJbTnUs1a8o2affYC7bajeC5H8cTlk\nNTLDhoarnFX3DKqviyz19zUOB+i7gcoupZjJNJlBtRognkbeBCxDYvb4u4/8Cw2V\nmB3RYJXR1lFye5ofeaqzqJJKRIxsoomUIwi/hNLOA3k6QoTbJcac7wk6/Yc14Okc\nvGLLoQKBgQChfSXw/JFcoKqUtu+2TZd3Ut2cDRJHp2bd4ShyhZMJTlGksw2628jW\nvmYsETRYh5/IDgGX3LJ3M/bV10oszinvV2j0+iWgg8ifgGXSDn/ryAHYYMDDYt6z\nULrTsqy3SR586ymnlM2R1DIKfxBtn+IKPOWZPKbxJEXUOpvboszQhw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'dc2cde75b49f4332a0cec0add6eda55d', 'name': u'singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f', 'created_at': '2018-07-22T14:52:26.880015', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', 'name': 'singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'df:9d:84:61:c9:93:40:5a:4e:34:34:0f:61:87:4b:40', 'type': 'ssh', 'id': u'singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f'}) 2018-07-22 14:52:26,880 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAwJ0qenahp4zpONn6LJbQrsiVne8XOjhp42jJaSUVHlvbH1tY n9WRgbXQvwKCx9xbsd3lMQGt1onZk/RzZQLnAJdc7mM61utT5oKuLRWhIVxfIG7M P3ozYgTg2eRnpN3Csp85rEDvINnTSRaYXqQ/Y8aqDRLbkgHiMG/dIoHn4Lm3Cu08 HlqS/t/OGsdBjCoiGNYoSlgWQO96aZpb7Hq+tQyiU+lAt2eNz5M2nEHdgyxV70x9 K4G0iFXaluxmTqE4xdezu27HxlrJ9FvZkzsgHlFyMOPdt7z1m0vr8gc8uEjdBvPg edAzyCKUPwE7pMPfR/dy7WArhP1GOYUlUa3xoQIDAQABAoIBAQC1chi2/pQwC00U kjra0EPLswdGnRmLbeNKJ8c8doNbcvqLonhtMTn+L/FyToI2lj4G41ppfQRuyrMd brVZ3Y8Q/oW7x9yA43TI/CfqLqr4i1TNb7KWxZ4r4x6SBFkidQlZTSd+PjlGAAzK mC93UFCqxFYjNLWE6KNUL7zoKenuxkCOzb8kwcYUZj4m125FU5BGoF6s3Rrf8dnG 7qCLAS5euZbcAU0HXdZ5reTxUGaVqaKSzMuoJEuWBFJXsJIEmBxLkARTaJ/+wKtM WsRqNWtfdqbAFvbr5kXAYNI1rUt1cjBpc9BhQRPoEBm4LgluT7m5J/o61UbMh1PR GxS98wzBAoGBAPCyOyIIUi8WW76evdmg6kP8ZAfXnfo9Vs8Oey0tGN/FZGtKUw/e uBeUrnJ8ECbqdAadJ9OK+Ubw4sQAIPiiuOYkIQ54VB1m6iHw0TCExsPymMb3ImkB uNCL7SPo5IxUzFlq45OaBA4Qz+XH9nZAqBtvkB7Ki6OXRUUoYIq5MnZZAoGBAMzc TugYsOwOx5CxYn/yCtaPMD50zzvAiMBq48Wgyzfm/rYKt9Hcc3o6uemPg1LHYHiR 1XOyRboGZZ9nE1+eMKC9I07pPjAdy9k+EAmU5aGC1m/Cjc43ZfX8IbYuspniz1Ou KJmmDLjVYb4xJcrEjMkDM8BZ6n0l7xphWwy29fyJAoGAFZ78/taeg0pP3XSm+yig QpEmbynoL/VYmerkF6/IXzl9BsI7ad6IzN13OiN40/YVjA6L6E3AjKXQyOh2Db+Y OlweeA1JCQcYmwnl0KTssedV3/GNLr+P2XPoTmR6OzzWymV2oeig2p6Z/jsTIZY3 Q5em640oM/6/ozG4Ul3GcakCgYBzZRW9f0sJbTnUs1a8o2affYC7bajeC5H8cTlk NTLDhoarnFX3DKqviyz19zUOB+i7gcoupZjJNJlBtRognkbeBCxDYvb4u4/8Cw2V mB3RYJXR1lFye5ofeaqzqJJKRIxsoomUIwi/hNLOA3k6QoTbJcac7wk6/Yc14Okc vGLLoQKBgQChfSXw/JFcoKqUtu+2TZd3Ut2cDRJHp2bd4ShyhZMJTlGksw2628jW vmYsETRYh5/IDgGX3LJ3M/bV10oszinvV2j0+iWgg8ifgGXSDn/ryAHYYMDDYt6z ULrTsqy3SR586ymnlM2R1DIKfxBtn+IKPOWZPKbxJEXUOpvboszQhw== -----END RSA PRIVATE KEY----- 2018-07-22 14:52:26,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 14:52:26,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"security_group": {"name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-22 14:52:27,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-f2f4871e-660a-4359-8c19-ea28e99884d2 Date: Sun, 22 Jul 2018 14:52:27 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:26Z", "updated_at": "2018-07-22T14:52:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:26Z", "revision_number": 0, "id": "b250340f-ca5b-4281-ac34-663648e4861c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:26Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:26Z", "revision_number": 0, "id": "b536c048-983b-40f5-a9ec-4d02cf737c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:26Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 2, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "3b6d0ded-e31f-4e59-927b-280139876d52", "name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}} 2018-07-22 14:52:27,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f2f4871e-660a-4359-8c19-ea28e99884d2 2018-07-22 14:52:27,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.205899953842s 2018-07-22 14:52:27,090 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f2f4871e-660a-4359-8c19-ea28e99884d2 2018-07-22 14:52:27,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:52:27,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:27,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-6d7cebf8-5965-47ce-a277-40eeb0a4cd86 Date: Sun, 22 Jul 2018 14:52:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:26Z", "updated_at": "2018-07-22T14:52:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:26Z", "revision_number": 0, "id": "b250340f-ca5b-4281-ac34-663648e4861c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:26Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:26Z", "revision_number": 0, "id": "b536c048-983b-40f5-a9ec-4d02cf737c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:26Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 2, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "3b6d0ded-e31f-4e59-927b-280139876d52", "name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}]} 2018-07-22 14:52:27,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6d7cebf8-5965-47ce-a277-40eeb0a4cd86 2018-07-22 14:52:27,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0962679386139s 2018-07-22 14:52:27,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6d7cebf8-5965-47ce-a277-40eeb0a4cd86 2018-07-22 14:52:27,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 14:52:27,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -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": "3b6d0ded-e31f-4e59-927b-280139876d52"}}' 2018-07-22 14:52:27,362 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2d311f98-83ba-4e8b-bb03-8e2afe94a4bc Date: Sun, 22 Jul 2018 14:52:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T14:52:27Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "port_range_min": 22, "revision_number": 0, "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:27Z", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "330b8c24-e3d0-492a-93f1-a7fa49a30586"}} 2018-07-22 14:52:27,362 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2d311f98-83ba-4e8b-bb03-8e2afe94a4bc 2018-07-22 14:52:27,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.16647195816s 2018-07-22 14:52:27,362 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2d311f98-83ba-4e8b-bb03-8e2afe94a4bc 2018-07-22 14:52:27,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:52:27,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:27,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-5aefcd41-7ec4-406a-a353-df578032209b Date: Sun, 22 Jul 2018 14:52:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:26Z", "updated_at": "2018-07-22T14:52:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T14:52:27Z", "revision_number": 0, "id": "330b8c24-e3d0-492a-93f1-a7fa49a30586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:27Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:26Z", "revision_number": 0, "id": "b250340f-ca5b-4281-ac34-663648e4861c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:26Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:26Z", "revision_number": 0, "id": "b536c048-983b-40f5-a9ec-4d02cf737c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:26Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 3, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "3b6d0ded-e31f-4e59-927b-280139876d52", "name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}]} 2018-07-22 14:52:27,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5aefcd41-7ec4-406a-a353-df578032209b 2018-07-22 14:52:27,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0550549030304s 2018-07-22 14:52:27,421 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5aefcd41-7ec4-406a-a353-df578032209b 2018-07-22 14:52:27,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 14:52:27,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -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": "3b6d0ded-e31f-4e59-927b-280139876d52"}}' 2018-07-22 14:52:27,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7a703762-bf30-473a-9525-bafe88029b8b Date: Sun, 22 Jul 2018 14:52:27 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-07-22T14:52:27Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "port_range_min": null, "revision_number": 0, "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:27Z", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "2b0fab70-b69d-4fe6-8f8f-ecf5dd6437a9"}} 2018-07-22 14:52:27,619 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7a703762-bf30-473a-9525-bafe88029b8b 2018-07-22 14:52:27,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.194845914841s 2018-07-22 14:52:27,620 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7a703762-bf30-473a-9525-bafe88029b8b 2018-07-22 14:52:27,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:27,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:27,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-3bf52a21-abf3-43ac-b37c-881ed3088da3 Date: Sun, 22 Jul 2018 14:52:27 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["86dbc801-eabf-45c6-ba61-d489697149b5"],"updated_at":"2018-07-22T14:52:20Z","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"f4788b13-1712-40fa-a077-61dc9d5a01de","name":"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f"}]} 2018-07-22 14:52:27,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3bf52a21-abf3-43ac-b37c-881ed3088da3 2018-07-22 14:52:27,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109383106232s 2018-07-22 14:52:27,731 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3bf52a21-abf3-43ac-b37c-881ed3088da3 2018-07-22 14:52:27,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:52:27,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:27,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5abb7096-8b1f-4dd8-8676-4e8c705a67df Date: Sun, 22 Jul 2018 14:52:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/snap", "metadata": {}}], "file": "/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/file", "owner": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "size": 12716032, "self": "/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:52:25Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:52:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:52:27,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5abb7096-8b1f-4dd8-8676-4e8c705a67df 2018-07-22 14:52:27,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0338799953461s 2018-07-22 14:52:27,768 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5abb7096-8b1f-4dd8-8676-4e8c705a67df 2018-07-22 14:52:27,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:52:27,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:27,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39f3069c-8bb8-44f7-af83-7d1f5a9500b4 x-compute-request-id: req-39f3069c-8bb8-44f7-af83-7d1f5a9500b4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_f9bd76ab-214b-485b-84b7-1569ebebf63f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "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": "d74f9574-abc8-41d6-9ff8-10249bafce52"}]} 2018-07-22 14:52:27,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-39f3069c-8bb8-44f7-af83-7d1f5a9500b4 2018-07-22 14:52:27,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244281291962s 2018-07-22 14:52:27,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-39f3069c-8bb8-44f7-af83-7d1f5a9500b4 2018-07-22 14:52:27,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 14:52:27,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"server": {"name": "singlevm2-vm_f9bd76ab-214b-485b-84b7-1569ebebf63f", "imageRef": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "key_name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f", "flavorRef": "d74f9574-abc8-41d6-9ff8-10249bafce52", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f4788b13-1712-40fa-a077-61dc9d5a01de"}], "security_groups": [{"name": "3b6d0ded-e31f-4e59-927b-280139876d52"}]}}' 2018-07-22 14:52:30,025 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-242a6a5e-c248-4cd2-8086-0224e844010e x-compute-request-id: req-242a6a5e-c248-4cd2-8086-0224e844010e Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3b6d0ded-e31f-4e59-927b-280139876d52"}], "OS-DCF:diskConfig": "MANUAL", "id": "12d202bf-bd97-48af-b5d8-9536be1c988b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "bookmark"}], "adminPass": "eu5chxCUgXo5"}} 2018-07-22 14:52:30,025 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-242a6a5e-c248-4cd2-8086-0224e844010e 2018-07-22 14:52:30,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.22997999191s 2018-07-22 14:52:30,026 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-242a6a5e-c248-4cd2-8086-0224e844010e 2018-07-22 14:52:30,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:30,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:30,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-9b2ea979-da37-4a2d-b685-775c6642e3e8 x-compute-request-id: req-9b2ea979-da37-4a2d-b685-775c6642e3e8 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "bookmark"}], "image": {"id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "links": [{"href": "http://172.30.9.28:8774/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d74f9574-abc8-41d6-9ff8-10249bafce52", "links": [{"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "bookmark"}]}, "id": "12d202bf-bd97-48af-b5d8-9536be1c988b", "user_id": "dc2cde75b49f4332a0cec0add6eda55d", "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-07-22T14:52:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f", "name": "singlevm2-vm_f9bd76ab-214b-485b-84b7-1569ebebf63f", "created": "2018-07-22T14:52:29Z", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:52:30,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9b2ea979-da37-4a2d-b685-775c6642e3e8 2018-07-22 14:52:30,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539579868317s 2018-07-22 14:52:30,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9b2ea979-da37-4a2d-b685-775c6642e3e8 2018-07-22 14:52:30,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:30,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:30,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-35fbc581-4d20-448e-89c0-0b89700a0537 Date: Sun, 22 Jul 2018 14:52:30 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["86dbc801-eabf-45c6-ba61-d489697149b5"],"updated_at":"2018-07-22T14:52:20Z","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"f4788b13-1712-40fa-a077-61dc9d5a01de","name":"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f"}]} 2018-07-22 14:52:30,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-35fbc581-4d20-448e-89c0-0b89700a0537 2018-07-22 14:52:30,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.169670820236s 2018-07-22 14:52:30,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-35fbc581-4d20-448e-89c0-0b89700a0537 2018-07-22 14:52:30,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:52:30,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:30,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-12e449ab-958b-4cf2-9cb8-109136111c3a Date: Sun, 22 Jul 2018 14:52:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4788b13-1712-40fa-a077-61dc9d5a01de","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:52: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":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"86dbc801-eabf-45c6-ba61-d489697149b5","subnetpool_id":null,"name":"singlevm2-subnet_f9bd76ab-214b-485b-84b7-1569ebebf63f"}]} 2018-07-22 14:52:30,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-12e449ab-958b-4cf2-9cb8-109136111c3a 2018-07-22 14:52:30,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.148107051849s 2018-07-22 14:52:30,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-12e449ab-958b-4cf2-9cb8-109136111c3a 2018-07-22 14:52:30,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:52:32,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:32,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:33,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d340441-e314-48fa-a432-2de8d234e3bf x-compute-request-id: req-5d340441-e314-48fa-a432-2de8d234e3bf 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.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "bookmark"}], "image": {"id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "links": [{"href": "http://172.30.9.28:8774/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d74f9574-abc8-41d6-9ff8-10249bafce52", "links": [{"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "bookmark"}]}, "id": "12d202bf-bd97-48af-b5d8-9536be1c988b", "security_groups": [{"name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}], "user_id": "dc2cde75b49f4332a0cec0add6eda55d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:52:31Z", "hostId": "1c67c940bddced920fc1bab5f3ecc757fd027cf9175e7478155a6ccb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f", "name": "singlevm2-vm_f9bd76ab-214b-485b-84b7-1569ebebf63f", "created": "2018-07-22T14:52:29Z", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:52:33,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d340441-e314-48fa-a432-2de8d234e3bf 2018-07-22 14:52:33,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491847038269s 2018-07-22 14:52:33,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d340441-e314-48fa-a432-2de8d234e3bf 2018-07-22 14:52:33,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:52:35,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:35,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:35,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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,Accept-Encoding x-openstack-request-id: req-0f0b588b-efab-4a81-804a-00df197276e5 x-compute-request-id: req-0f0b588b-efab-4a81-804a-00df197276e5 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.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "bookmark"}], "image": {"id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "links": [{"href": "http://172.30.9.28:8774/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d74f9574-abc8-41d6-9ff8-10249bafce52", "links": [{"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "bookmark"}]}, "id": "12d202bf-bd97-48af-b5d8-9536be1c988b", "security_groups": [{"name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}], "user_id": "dc2cde75b49f4332a0cec0add6eda55d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:52:31Z", "hostId": "1c67c940bddced920fc1bab5f3ecc757fd027cf9175e7478155a6ccb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f", "name": "singlevm2-vm_f9bd76ab-214b-485b-84b7-1569ebebf63f", "created": "2018-07-22T14:52:29Z", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:52:35,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0f0b588b-efab-4a81-804a-00df197276e5 2018-07-22 14:52:35,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196146965027s 2018-07-22 14:52:35,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0f0b588b-efab-4a81-804a-00df197276e5 2018-07-22 14:52:35,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:52:37,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:37,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:37,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8991461c-e14e-4c17-b196-81638e4e0028 x-compute-request-id: req-8991461c-e14e-4c17-b196-81638e4e0028 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:59:49", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "bookmark"}], "image": {"id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "links": [{"href": "http://172.30.9.28:8774/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:52:35.000000", "flavor": {"id": "d74f9574-abc8-41d6-9ff8-10249bafce52", "links": [{"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "bookmark"}]}, "id": "12d202bf-bd97-48af-b5d8-9536be1c988b", "security_groups": [{"name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}], "user_id": "dc2cde75b49f4332a0cec0add6eda55d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:52:35Z", "hostId": "1c67c940bddced920fc1bab5f3ecc757fd027cf9175e7478155a6ccb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f", "name": "singlevm2-vm_f9bd76ab-214b-485b-84b7-1569ebebf63f", "created": "2018-07-22T14:52:29Z", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:52:37,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8991461c-e14e-4c17-b196-81638e4e0028 2018-07-22 14:52:37,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.240121126175s 2018-07-22 14:52:37,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8991461c-e14e-4c17-b196-81638e4e0028 2018-07-22 14:52:37,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:52:37,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:37,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-87e67e33-e9af-43b1-8c87-f3584ab0fbf2 Date: Sun, 22 Jul 2018 14:52:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f4788b13-1712-40fa-a077-61dc9d5a01de","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:31Z","admin_state_up":true,"updated_at":"2018-07-22T14:52:35Z","binding:vnic_type":"normal","device_id":"12d202bf-bd97-48af-b5d8-9536be1c988b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b9:59:49","id":"4104803b-b8db-4ebf-ae2f-a896df80ee04","port_security_enabled":true,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","fixed_ips":[{"subnet_id":"86dbc801-eabf-45c6-ba61-d489697149b5","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["3b6d0ded-e31f-4e59-927b-280139876d52"],"name":""}]} 2018-07-22 14:52:37,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b used request id req-87e67e33-e9af-43b1-8c87-f3584ab0fbf2 2018-07-22 14:52:37,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0565299987793s 2018-07-22 14:52:37,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b used request id req-87e67e33-e9af-43b1-8c87-f3584ab0fbf2 2018-07-22 14:52:37,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:52:37,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4104803b-b8db-4ebf-ae2f-a896df80ee04" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:37,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b219c221-4da4-4919-8561-e8b4d515f698 Date: Sun, 22 Jul 2018 14:52:37 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:52:37,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4104803b-b8db-4ebf-ae2f-a896df80ee04 used request id req-b219c221-4da4-4919-8561-e8b4d515f698 2018-07-22 14:52:37,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0226440429688s 2018-07-22 14:52:37,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4104803b-b8db-4ebf-ae2f-a896df80ee04 used request id req-b219c221-4da4-4919-8561-e8b4d515f698 2018-07-22 14:52:37,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:37,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:38,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cd05bce-4d7c-4d53-be2e-906cc255ae0f x-compute-request-id: req-6cd05bce-4d7c-4d53-be2e-906cc255ae0f Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:59:49", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "bookmark"}], "image": {"id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "links": [{"href": "http://172.30.9.28:8774/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:52:35.000000", "flavor": {"id": "d74f9574-abc8-41d6-9ff8-10249bafce52", "links": [{"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "bookmark"}]}, "id": "12d202bf-bd97-48af-b5d8-9536be1c988b", "security_groups": [{"name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}], "user_id": "dc2cde75b49f4332a0cec0add6eda55d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:52:35Z", "hostId": "1c67c940bddced920fc1bab5f3ecc757fd027cf9175e7478155a6ccb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f", "name": "singlevm2-vm_f9bd76ab-214b-485b-84b7-1569ebebf63f", "created": "2018-07-22T14:52:29Z", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:52:38,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6cd05bce-4d7c-4d53-be2e-906cc255ae0f 2018-07-22 14:52:38,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.450354099274s 2018-07-22 14:52:38,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6cd05bce-4d7c-4d53-be2e-906cc255ae0f 2018-07-22 14:52:38,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:52:38,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:38,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-df61c3ae-989c-401e-bb89-c6491a0cbd01 Date: Sun, 22 Jul 2018 14:52:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f4788b13-1712-40fa-a077-61dc9d5a01de","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:31Z","admin_state_up":true,"updated_at":"2018-07-22T14:52:35Z","binding:vnic_type":"normal","device_id":"12d202bf-bd97-48af-b5d8-9536be1c988b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b9:59:49","id":"4104803b-b8db-4ebf-ae2f-a896df80ee04","port_security_enabled":true,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","fixed_ips":[{"subnet_id":"86dbc801-eabf-45c6-ba61-d489697149b5","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["3b6d0ded-e31f-4e59-927b-280139876d52"],"name":""}]} 2018-07-22 14:52:38,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b used request id req-df61c3ae-989c-401e-bb89-c6491a0cbd01 2018-07-22 14:52:38,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0586459636688s 2018-07-22 14:52:38,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b used request id req-df61c3ae-989c-401e-bb89-c6491a0cbd01 2018-07-22 14:52:38,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:52:38,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4104803b-b8db-4ebf-ae2f-a896df80ee04" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:38,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7962aa86-9441-4dd4-b244-0c9ed168ca6e Date: Sun, 22 Jul 2018 14:52:38 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:52:38,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4104803b-b8db-4ebf-ae2f-a896df80ee04 used request id req-7962aa86-9441-4dd4-b244-0c9ed168ca6e 2018-07-22 14:52:38,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0176689624786s 2018-07-22 14:52:38,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=4104803b-b8db-4ebf-ae2f-a896df80ee04 used request id req-7962aa86-9441-4dd4-b244-0c9ed168ca6e 2018-07-22 14:52:38,465 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b9:59:49', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fd87ed16-7495-4d79-9214-42e34f4d2fa0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T14:52:35.000000', 'flavor': Munch({u'id': u'd74f9574-abc8-41d6-9ff8-10249bafce52'}), 'az': u'nova', 'id': u'12d202bf-bd97-48af-b5d8-9536be1c988b', 'security_groups': [Munch({u'name': u'singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'dc2cde75b49f4332a0cec0add6eda55d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', 'name': 'singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f', '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-07-22T14:52:35.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T14:52:35Z', 'hostId': u'1c67c940bddced920fc1bab5f3ecc757fd027cf9175e7478155a6ccb', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'1c67c940bddced920fc1bab5f3ecc757fd027cf9175e7478155a6ccb', '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-07-22T14:52:35.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', 'name': u'singlevm2-vm_f9bd76ab-214b-485b-84b7-1569ebebf63f', 'adminPass': None, 'tenant_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', 'created_at': u'2018-07-22T14:52:29Z', 'created': u'2018-07-22T14:52:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 14:52:38,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:38,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:38,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-73661d4f-d5c0-4042-97b0-e31222788f05 Date: Sun, 22 Jul 2018 14:52:38 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["86dbc801-eabf-45c6-ba61-d489697149b5"],"updated_at":"2018-07-22T14:52:20Z","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"f4788b13-1712-40fa-a077-61dc9d5a01de","name":"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f"}]} 2018-07-22 14:52:38,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-73661d4f-d5c0-4042-97b0-e31222788f05 2018-07-22 14:52:38,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255696058273s 2018-07-22 14:52:38,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-73661d4f-d5c0-4042-97b0-e31222788f05 2018-07-22 14:52:38,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:52:38,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:38,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6e583e5d-74c1-463a-b8f4-12ae876e5129 Date: Sun, 22 Jul 2018 14:52:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f4788b13-1712-40fa-a077-61dc9d5a01de","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:31Z","admin_state_up":true,"updated_at":"2018-07-22T14:52:35Z","binding:vnic_type":"normal","device_id":"12d202bf-bd97-48af-b5d8-9536be1c988b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b9:59:49","id":"4104803b-b8db-4ebf-ae2f-a896df80ee04","port_security_enabled":true,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","fixed_ips":[{"subnet_id":"86dbc801-eabf-45c6-ba61-d489697149b5","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["3b6d0ded-e31f-4e59-927b-280139876d52"],"name":""}]} 2018-07-22 14:52:38,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b used request id req-6e583e5d-74c1-463a-b8f4-12ae876e5129 2018-07-22 14:52:38,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0542800426483s 2018-07-22 14:52:38,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=12d202bf-bd97-48af-b5d8-9536be1c988b used request id req-6e583e5d-74c1-463a-b8f4-12ae876e5129 2018-07-22 14:52:38,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 14:52:38,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"floatingip": {"floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.10", "port_id": "4104803b-b8db-4ebf-ae2f-a896df80ee04"}}' 2018-07-22 14:52:40,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-0febf27e-1b11-4fd9-af8b-e88b7d1d3281 Date: Sun, 22 Jul 2018 14:52:40 GMT RESP BODY: {"floatingip": {"router_id": "b0846ab2-8a8f-40cf-bcd6-175ac0e77f01", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T14:52:39Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "4104803b-b8db-4ebf-ae2f-a896df80ee04", "id": "4074fabb-91d9-4cd7-a28c-78ffe538629c", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:39Z", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}} 2018-07-22 14:52:40,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0febf27e-1b11-4fd9-af8b-e88b7d1d3281 2018-07-22 14:52:40,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.41329503059s 2018-07-22 14:52:40,194 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0febf27e-1b11-4fd9-af8b-e88b7d1d3281 2018-07-22 14:52:40,198 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'b0846ab2-8a8f-40cf-bcd6-175ac0e77f01', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', 'created_at': u'2018-07-22T14:52:39Z', 'attached': True, 'updated_at': u'2018-07-22T14:52:39Z', 'id': u'4074fabb-91d9-4cd7-a28c-78ffe538629c', 'floating_network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', 'name': 'singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'b0846ab2-8a8f-40cf-bcd6-175ac0e77f01', 'project_id': u'f1dbe2abfdd24e4ba83cedc94046bbc7', 'port_id': u'4104803b-b8db-4ebf-ae2f-a896df80ee04', 'port': u'4104803b-b8db-4ebf-ae2f-a896df80ee04', 'network': u'6a167d45-02f1-4160-bc00-29ab4d79828c'}) 2018-07-22 14:52:40,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 14:52:40,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b/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}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 14:52:40,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a19612b-8631-48cb-8811-2f56650f31b0 x-compute-request-id: req-7a19612b-8631-48cb-8811-2f56650f31b0 Content-Encoding: gzip Content-Length: 9581 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 535418455 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.136196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137881] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140197] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141536] Security Framework initialized\n[ 0.142363] Yama: becoming mindful.\n[ 0.143104] AppArmor: AppArmor initialized\n[ 0.143994] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145354] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146644] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149309] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151002] Initializing cgroup subsys devices\n[ 0.151908] Initializing cgroup subsys freezer\n[ 0.152787] Initializing cgroup subsys net_cls\n[ 0.153663] Initializing cgroup subsys perf_event\n[ 0.154581] Initializing cgroup subsys net_prio\n[ 0.155486] Initializing cgroup subsys hugetlb\n[ 0.156372] Initializing cgroup subsys pids\n[ 0.157255] CPU: Physical Processor ID: 0\n[ 0.158765] mce: CPU supports 10 MCE banks\n[ 0.159635] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175044] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181109] ftrace: allocating 31920 entries in 125 pages\n[ 0.205989] smpboot: Max logical packages: 1\n[ 0.206870] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208246] x2apic enabled\n[ 0.209061] Switched APIC routing to physical x2apic.\n[ 0.210800] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211942] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214037] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215861] KVM setup paravirtual spinlock\n[ 0.217167] x86: Booted up 1 node, 1 CPUs\n[ 0.217995] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219420] devtmpfs: initialized\n[ 0.221144] evm: security.selinux\n[ 0.221867] evm: security.SMACK64\n[ 0.222573] evm: security.SMACK64EXEC\n[ 0.223330] evm: security.SMACK64TRANSMUTE\n[ 0.224147] evm: security.SMACK64MMAP\n[ 0.224905] evm: security.ima\n[ 0.225563] evm: security.capability\n[ 0.226385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228274] pinctrl core: initialized pinctrl subsystem\n[ 0.229405] RTC time: 14:52:35, date: 07/22/18\n[ 0.230388] NET: Registered protocol family 16\n[ 0.231393] cpuidle: using governor ladder\n[ 0.232224] cpuidle: using governor menu\n[ 0.233024] PCCT header not found.\n[ 0.233794] ACPI: bus type PCI registered\n[ 0.234613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235875] PCI: Using configuration type 1 for base access\n[ 0.237663] ACPI: Added _OSI(Module Device)\n[ 0.238522] ACPI: Added _OSI(Processor Device)\n[ 0.239400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240313] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242059] ACPI: Interpreter enabled\n[ 0.242851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250345] ACPI: (supports S0 S5)\n[ 0.251059] ACPI: Using IOAPIC for interrupt routing\n[ 0.252020] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255150] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256315] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257565] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258775] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261028] acpiphp: Slot [3] registered\n[ 0.261843] acpiphp: Slot [4] registered\n[ 0.262657] acpiphp: Slot [5] registered\n[ 0.263467] acpiphp: Slot [6] registered\n[ 0.264271] acpiphp: Slot [7] registered\n[ 0.265086] acpiphp: Slot [8] registered\n[ 0.265908] acpiphp: Slot [9] registered\n[ 0.266724] acpiphp: Slot [10] registered\n[ 0.267553] acpiphp: Slot [11] registered\n[ 0.268377] acpiphp: Slot [12] registered\n[ 0.269202] acpiphp: Slot [13] registered\n[ 0.270029] acpiphp: Slot [14] registered\n[ 0.270852] acpiphp: Slot [15] registered\n[ 0.281649] acpiphp: Slot [16] registered\n[ 0.282503] acpiphp: Slot [17] registered\n[ 0.283326] acpiphp: Slot [18] registered\n[ 0.284144] acpiphp: Slot [19] registered\n[ 0.284990] acpiphp: Slot [20] registered\n[ 0.285827] acpiphp: Slot [21] registered\n[ 0.286655] acpiphp: Slot [22] registered\n[ 0.287474] acpiphp: Slot [23] registered\n[ 0.288296] acpiphp: Slot [24] registered\n[ 0.289115] acpiphp: Slot [25] registered\n[ 0.289939] acpiphp: Slot [26] registered\n[ 0.290762] acpiphp: Slot [27] registered\n[ 0.291586] acpiphp: Slot [28] registered\n[ 0.292408] acpiphp: Slot [29] registered\n[ 0.293224] acpiphp: Slot [30] registered\n[ 0.294050] acpiphp: Slot [31] registered\n[ 0.294891] PCI host bridge to bus 0000:00\n[ 0.295715] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296948] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298182] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299652] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301114] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302612] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305970] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307275] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308475] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309760] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313300] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.334968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336848] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339688] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340984] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342304] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344947] vgaarb: loaded\n[ 0.345559] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346796] SCSI subsystem initialized\n[ 0.347719] ACPI: bus type USB registered\n[ 0.348556] usbcore: registered new interface driver usbfs\n[ 0.349600] usbcore: registered new interface driver hub\n[ 0.350621] usbcore: registered new device driver usb\n[ 0.351742] PCI: Using ACPI for IRQ routing\n[ 0.352869] NetLabel: Initializing\n[ 0.353605] NetLabel: domain hash size = 128\n[ 0.354465] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355430] NetLabel: unlabeled traffic allowed by default\n[ 0.356598] clocksource: Switched to clocksource kvm-clock\n[ 0.364908] AppArmor: AppArmor Filesystem Enabled\n[ 0.365886] pnp: PnP ACPI init\n[ 0.366833] pnp: PnP ACPI: found 5 devices\n[ 0.373182] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374930] NET: Registered protocol family 2\n[ 0.375984] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377300] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.378517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379737] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380838] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382038] NET: Registered protocol family 1\n[ 0.382928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.384036] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385130] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399225] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413211] Trying to unpack rootfs image as initramfs...\n[ 0.470493] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472142] Scanning for low memory corruption every 60 seconds\n[ 0.473526] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.474705] audit: initializing netlink subsys (disabled)\n[ 0.475738] audit: type=2000 audit(1532271156.484:1): initialized\n[ 0.477122] Initialise system trusted keyring\n[ 0.478082] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481407] zbud: loaded\n[ 0.482146] VFS: Disk quotas dquot_6.6.0\n[ 0.482985] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.484613] fuse init (API version 7.23)\n[ 0.485536] Key type big_key registered\n[ 0.486355] Allocating IMA MOK and blacklist keyrings.\n[ 0.487590] Key type asymmetric registered\n[ 0.488428] Asymmetric key parser 'x509' registered\n[ 0.489412] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.490905] io scheduler noop registered\n[ 0.491709] io scheduler deadline registered (default)\n[ 0.492724] io scheduler cfq registered\n[ 0.493587] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.494649] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.495935] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497408] ACPI: Power Button [PWRF]\n[ 0.498267] GHES: HEST is not enabled!\n[ 0.511982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.540060] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.542181] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.566153] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568446] Linux agpgart interface v0.103\n[ 0.571048] brd: module loaded\n[ 0.572743] loop: module loaded\n[ 0.576414] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577902] GPT:90111 != 2097151\n[ 0.578593] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579699] GPT:90111 != 2097151\n[ 0.582265] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583356] vda: vda1 vda15\n[ 0.585320] scsi host0: ata_piix\n[ 0.586114] scsi host1: ata_piix\n[ 0.586851] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588095] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589617] libphy: Fixed MDIO Bus: probed\n[ 0.590465] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591433] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593843] PPP generic driver version 2.4.2\n[ 0.594790] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596009] ehci-pci: EHCI PCI platform driver\n[ 0.596909] ehci-platform: EHCI generic platform driver\n[ 0.597923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599073] ohci-pci: OHCI PCI platform driver\n[ 0.599977] ohci-platform: OHCI generic platform driver\n[ 0.600996] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615256] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616294] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617778] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.618806] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.619986] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621238] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.622687] usb usb1: Product: UHCI Host Controller\n[ 0.623637] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.624794] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.625812] hub 1-0:1.0: USB hub found\n[ 0.626618] hub 1-0:1.0: 2 ports detected\n[ 0.627587] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.629772] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.630757] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.631829] mousedev: PS/2 mouse device common for all mice\n[ 0.633148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635034] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636253] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.637486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.638708] i2c /dev entries driver\n[ 0.639501] device-mapper: uevent: version 1.0.3\n[ 0.640487] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.643618] NET: Registered protocol family 10\n[ 0.644795] NET: Registered protocol family 17\n[ 0.645729] Key type dns_resolver registered\n[ 0.646755] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.647880] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.649703] registered taskstats version 1\n[ 0.650567] Loading compiled-in X.509 certificates\n[ 0.652060] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.653961] zswap: loaded using pool lzo/zbud\n[ 0.655629] Key type trusted registered\n[ 0.657425] Key type encrypted registered\n[ 0.658256] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659302] ima: No TPM chip found, activating TPM-bypass!\n[ 0.660349] evm: HMAC attrs: 0x1\n[ 0.661353] Magic number: 10:483:890\n[ 0.662226] rtc_cmos 00:00: setting system clock to 2018-07-22 14:52:35 UTC (1532271155)\n[ 0.663874] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665016] EDD information not available.\n[ 0.749945] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761652] Write protecting the kernel read-only data: 14336k\n[ 0.763807] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.765699] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\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.809078] 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCxJam+dnZsZiigoqzrxYNNXP+GibGb7Gox19Myk+JKi+4uJY7O3jkXOMzvc7fKyfFUNtn63PwlWyIMk/jLTSwd9jiCsrchaqD0FPv93fq8c14XjGZYjUrnn+CqZWYD6pPvY2aSqthnN9ZU0IPiVANABiScwlH7kHJfAjgloFVJsCNMiNiv+S4nWPYMRnIQwB9zCm8REI1niTU/qtm2P42ddHkDnTs92EW4x0rC7JDdwUunXqxFZKt+PZIELLT1uj0yxKU9S6VtNzMroNaFtav7W4JVkAPMzlKryqj7tR0bR9Znp3FuHodZwhNbmW/VCzcdtZsjabWgjfCTChyK8RMB root@singlevm2-vm-f9bd76ab-214b-485b-84b7-1569ebebf63f\nssh-dss AAAAB3NzaC1kc3MAAACBALSKGvJ2qHFc4lLu2cyAuzdXJVXXE6h9G8qz4cXwWyAtoGUXPsoeC3FhzxbQMIM99x2DrO2A20t30GnPoJAIMDhPolmE7v58M9xJvDnvil8sBCZBUPQptW1SY1Oscvn/ssPejm5n5LM2GY2bdzSy0XQtRD5ffYJo1t15xB4hAM5DAAAAFQDs2sSAjHUUPqWtJju+Z5PlDwuLPQAAAIEAn7It1YF3kjIySjHfsvB1uj3yI6izE8Ldbpn19ce5L/FeGzRdD3gALBT92VB0fdX0O/9ESB/wW8zOUQWT9BE36BXBz+FNRkeo/DeTAmRHd0OjZ7R7HYjTciSCYkXtiQOf75BHJorYnjNkazzBMpAL0IKBIQstSpxH85TEP/tAG+AAAACAWoB2mGoKCjWSrtieXcezUMRhwq58D53T7Fi/ti4+4jJP7XCy2UvV7PLPUlBUGNiaWL7wf47WIPan2DZMbcrMNx8r4HslRD2DLGrUmTyM2Rpr0zk2WNF1sYcjDS82GJ0ltlQ4wM+UvWIAHmwibkn57uaXyxJZKkcT0+QCnzpL0sA= root@singlevm2-vm-f9bd76ab-214b-485b-84b7-1569ebebf63f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.28s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:feb9:5949/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-f9bd76ab-214b-485b-84b7-1569ebebf63f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.82 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-f9bd76ab-214b-485b-84b7-1569ebebf63f login: "} 2018-07-22 14:52:40,286 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b/action used request id req-7a19612b-8631-48cb-8811-2f56650f31b0 2018-07-22 14:52:40,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0875260829926s 2018-07-22 14:52:40,287 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b/action used request id req-7a19612b-8631-48cb-8811-2f56650f31b0 2018-07-22 14:52:40,287 - 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 535418455 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.136196] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137881] pid_max: default: 32768 minimum: 301 [ 0.138788] ACPI: Core revision 20150930 [ 0.140197] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141536] Security Framework initialized [ 0.142363] Yama: becoming mindful. [ 0.143104] AppArmor: AppArmor initialized [ 0.143994] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145354] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146644] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149309] Initializing cgroup subsys io [ 0.150131] Initializing cgroup subsys memory [ 0.151002] Initializing cgroup subsys devices [ 0.151908] Initializing cgroup subsys freezer [ 0.152787] Initializing cgroup subsys net_cls [ 0.153663] Initializing cgroup subsys perf_event [ 0.154581] Initializing cgroup subsys net_prio [ 0.155486] Initializing cgroup subsys hugetlb [ 0.156372] Initializing cgroup subsys pids [ 0.157255] CPU: Physical Processor ID: 0 [ 0.158765] mce: CPU supports 10 MCE banks [ 0.159635] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160653] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175044] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181109] ftrace: allocating 31920 entries in 125 pages [ 0.205989] smpboot: Max logical packages: 1 [ 0.206870] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208246] x2apic enabled [ 0.209061] Switched APIC routing to physical x2apic. [ 0.210800] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211942] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214037] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215861] KVM setup paravirtual spinlock [ 0.217167] x86: Booted up 1 node, 1 CPUs [ 0.217995] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219420] devtmpfs: initialized [ 0.221144] evm: security.selinux [ 0.221867] evm: security.SMACK64 [ 0.222573] evm: security.SMACK64EXEC [ 0.223330] evm: security.SMACK64TRANSMUTE [ 0.224147] evm: security.SMACK64MMAP [ 0.224905] evm: security.ima [ 0.225563] evm: security.capability [ 0.226385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228274] pinctrl core: initialized pinctrl subsystem [ 0.229405] RTC time: 14:52:35, date: 07/22/18 [ 0.230388] NET: Registered protocol family 16 [ 0.231393] cpuidle: using governor ladder [ 0.232224] cpuidle: using governor menu [ 0.233024] PCCT header not found. [ 0.233794] ACPI: bus type PCI registered [ 0.234613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235875] PCI: Using configuration type 1 for base access [ 0.237663] ACPI: Added _OSI(Module Device) [ 0.238522] ACPI: Added _OSI(Processor Device) [ 0.239400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240313] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242059] ACPI: Interpreter enabled [ 0.242851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250345] ACPI: (supports S0 S5) [ 0.251059] ACPI: Using IOAPIC for interrupt routing [ 0.252020] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255150] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256315] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257565] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258775] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261028] acpiphp: Slot [3] registered [ 0.261843] acpiphp: Slot [4] registered [ 0.262657] acpiphp: Slot [5] registered [ 0.263467] acpiphp: Slot [6] registered [ 0.264271] acpiphp: Slot [7] registered [ 0.265086] acpiphp: Slot [8] registered [ 0.265908] acpiphp: Slot [9] registered [ 0.266724] acpiphp: Slot [10] registered [ 0.267553] acpiphp: Slot [11] registered [ 0.268377] acpiphp: Slot [12] registered [ 0.269202] acpiphp: Slot [13] registered [ 0.270029] acpiphp: Slot [14] registered [ 0.270852] acpiphp: Slot [15] registered [ 0.281649] acpiphp: Slot [16] registered [ 0.282503] acpiphp: Slot [17] registered [ 0.283326] acpiphp: Slot [18] registered [ 0.284144] acpiphp: Slot [19] registered [ 0.284990] acpiphp: Slot [20] registered [ 0.285827] acpiphp: Slot [21] registered [ 0.286655] acpiphp: Slot [22] registered [ 0.287474] acpiphp: Slot [23] registered [ 0.288296] acpiphp: Slot [24] registered [ 0.289115] acpiphp: Slot [25] registered [ 0.289939] acpiphp: Slot [26] registered [ 0.290762] acpiphp: Slot [27] registered [ 0.291586] acpiphp: Slot [28] registered [ 0.292408] acpiphp: Slot [29] registered [ 0.293224] acpiphp: Slot [30] registered [ 0.294050] acpiphp: Slot [31] registered [ 0.294891] PCI host bridge to bus 0000:00 [ 0.295715] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.296948] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298182] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299652] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301114] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302612] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305970] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307275] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308475] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309760] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313300] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.334968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336848] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338288] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339688] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340984] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342304] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344947] vgaarb: loaded [ 0.345559] vgaarb: bridge control possible 0000:00:02.0 [ 0.346796] SCSI subsystem initialized [ 0.347719] ACPI: bus type USB registered [ 0.348556] usbcore: registered new interface driver usbfs [ 0.349600] usbcore: registered new interface driver hub [ 0.350621] usbcore: registered new device driver usb [ 0.351742] PCI: Using ACPI for IRQ routing [ 0.352869] NetLabel: Initializing [ 0.353605] NetLabel: domain hash size = 128 [ 0.354465] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355430] NetLabel: unlabeled traffic allowed by default [ 0.356598] clocksource: Switched to clocksource kvm-clock [ 0.364908] AppArmor: AppArmor Filesystem Enabled [ 0.365886] pnp: PnP ACPI init [ 0.366833] pnp: PnP ACPI: found 5 devices [ 0.373182] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374930] NET: Registered protocol family 2 [ 0.375984] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.377300] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.378517] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379737] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380838] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.382038] NET: Registered protocol family 1 [ 0.382928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.384036] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.385130] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399225] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413211] Trying to unpack rootfs image as initramfs... [ 0.470493] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.472142] Scanning for low memory corruption every 60 seconds [ 0.473526] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.474705] audit: initializing netlink subsys (disabled) [ 0.475738] audit: type=2000 audit(1532271156.484:1): initialized [ 0.477122] Initialise system trusted keyring [ 0.478082] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.479258] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.481407] zbud: loaded [ 0.482146] VFS: Disk quotas dquot_6.6.0 [ 0.482985] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.484613] fuse init (API version 7.23) [ 0.485536] Key type big_key registered [ 0.486355] Allocating IMA MOK and blacklist keyrings. [ 0.487590] Key type asymmetric registered [ 0.488428] Asymmetric key parser 'x509' registered [ 0.489412] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.490905] io scheduler noop registered [ 0.491709] io scheduler deadline registered (default) [ 0.492724] io scheduler cfq registered [ 0.493587] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.494649] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.495935] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.497408] ACPI: Power Button [PWRF] [ 0.498267] GHES: HEST is not enabled! [ 0.511982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.540060] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.542181] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.566153] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.568446] Linux agpgart interface v0.103 [ 0.571048] brd: module loaded [ 0.572743] loop: module loaded [ 0.576414] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.577902] GPT:90111 != 2097151 [ 0.578593] GPT:Alternate GPT header not at the end of the disk. [ 0.579699] GPT:90111 != 2097151 [ 0.582265] GPT: Use GNU Parted to correct GPT errors. [ 0.583356] vda: vda1 vda15 [ 0.585320] scsi host0: ata_piix [ 0.586114] scsi host1: ata_piix [ 0.586851] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.588095] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.589617] libphy: Fixed MDIO Bus: probed [ 0.590465] tun: Universal TUN/TAP device driver, 1.6 [ 0.591433] tun: (C) 1999-2004 Max Krasnyansky [ 0.593843] PPP generic driver version 2.4.2 [ 0.594790] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596009] ehci-pci: EHCI PCI platform driver [ 0.596909] ehci-platform: EHCI generic platform driver [ 0.597923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.599073] ohci-pci: OHCI PCI platform driver [ 0.599977] ohci-platform: OHCI generic platform driver [ 0.600996] uhci_hcd: USB Universal Host Controller Interface driver [ 0.615256] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.616294] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617778] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.618806] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.619986] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.621238] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.622687] usb usb1: Product: UHCI Host Controller [ 0.623637] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.624794] usb usb1: SerialNumber: 0000:00:01.2 [ 0.625812] hub 1-0:1.0: USB hub found [ 0.626618] hub 1-0:1.0: 2 ports detected [ 0.627587] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.629772] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.630757] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.631829] mousedev: PS/2 mouse device common for all mice [ 0.633148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.635034] rtc_cmos 00:00: RTC can wake from S4 [ 0.636253] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.637486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.638708] i2c /dev entries driver [ 0.639501] device-mapper: uevent: version 1.0.3 [ 0.640487] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.642165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.643618] NET: Registered protocol family 10 [ 0.644795] NET: Registered protocol family 17 [ 0.645729] Key type dns_resolver registered [ 0.646755] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.647880] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.649703] registered taskstats version 1 [ 0.650567] Loading compiled-in X.509 certificates [ 0.652060] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.653961] zswap: loaded using pool lzo/zbud [ 0.655629] Key type trusted registered [ 0.657425] Key type encrypted registered [ 0.658256] AppArmor: AppArmor sha1 policy hashing enabled [ 0.659302] ima: No TPM chip found, activating TPM-bypass! [ 0.660349] evm: HMAC attrs: 0x1 [ 0.661353] Magic number: 10:483:890 [ 0.662226] rtc_cmos 00:00: setting system clock to 2018-07-22 14:52:35 UTC (1532271155) [ 0.663874] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665016] EDD information not available. [ 0.749945] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761652] Write protecting the kernel read-only data: 14336k [ 0.763807] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.765699] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.809078] 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.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCxJam+dnZsZiigoqzrxYNNXP+GibGb7Gox19Myk+JKi+4uJY7O3jkXOMzvc7fKyfFUNtn63PwlWyIMk/jLTSwd9jiCsrchaqD0FPv93fq8c14XjGZYjUrnn+CqZWYD6pPvY2aSqthnN9ZU0IPiVANABiScwlH7kHJfAjgloFVJsCNMiNiv+S4nWPYMRnIQwB9zCm8REI1niTU/qtm2P42ddHkDnTs92EW4x0rC7JDdwUunXqxFZKt+PZIELLT1uj0yxKU9S6VtNzMroNaFtav7W4JVkAPMzlKryqj7tR0bR9Znp3FuHodZwhNbmW/VCzcdtZsjabWgjfCTChyK8RMB root@singlevm2-vm-f9bd76ab-214b-485b-84b7-1569ebebf63f ssh-dss AAAAB3NzaC1kc3MAAACBALSKGvJ2qHFc4lLu2cyAuzdXJVXXE6h9G8qz4cXwWyAtoGUXPsoeC3FhzxbQMIM99x2DrO2A20t30GnPoJAIMDhPolmE7v58M9xJvDnvil8sBCZBUPQptW1SY1Oscvn/ssPejm5n5LM2GY2bdzSy0XQtRD5ffYJo1t15xB4hAM5DAAAAFQDs2sSAjHUUPqWtJju+Z5PlDwuLPQAAAIEAn7It1YF3kjIySjHfsvB1uj3yI6izE8Ldbpn19ce5L/FeGzRdD3gALBT92VB0fdX0O/9ESB/wW8zOUQWT9BE36BXBz+FNRkeo/DeTAmRHd0OjZ7R7HYjTciSCYkXtiQOf75BHJorYnjNkazzBMpAL0IKBIQstSpxH85TEP/tAG+AAAACAWoB2mGoKCjWSrtieXcezUMRhwq58D53T7Fi/ti4+4jJP7XCy2UvV7PLPUlBUGNiaWL7wf47WIPan2DZMbcrMNx8r4HslRD2DLGrUmTyM2Rpr0zk2WNF1sYcjDS82GJ0ltlQ4wM+UvWIAHmwibkn57uaXyxJZKkcT0+QCnzpL0sA= root@singlevm2-vm-f9bd76ab-214b-485b-84b7-1569ebebf63f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.28s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:feb9:5949/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-f9bd76ab-214b-485b-84b7-1569ebebf63f launch-index: 0 === cirros: current=0.4.0 uptime=2.82 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-f9bd76ab-214b-485b-84b7-1569ebebf63f login: 2018-07-22 14:52:41,288 - paramiko.transport - DEBUG - starting thread (client mode): 0x69e267d0L 2018-07-22 14:52:41,288 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 14:52:41,288 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 14:52:41,288 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 14:52:41,290 - 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-07-22 14:52:41,290 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 14:52:41,291 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 14:52:41,291 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 14:52:41,291 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 14:52:41,291 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 14:52:41,308 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 14:52:41,308 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 14:52:41,320 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: cb3089e2e16023f4b4ad17466dcc5507 2018-07-22 14:52:41,321 - paramiko.transport - DEBUG - Trying discovered key df9d8461c993405a4e34340f61874b40 in /tmp/tmp_ZQuke 2018-07-22 14:52:41,347 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 14:52:41,352 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 14:52:41,353 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 14:52:41,354 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 14:52:41,354 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 14:52:41,356 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 14:52:41,357 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 14:52:41,357 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-22 14:52:41,361 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 14:52:41,473 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:52:41,474 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:23 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 14:52:41,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 14:52:41,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/4074fabb-91d9-4cd7-a28c-78ffe538629c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:42,026 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ac03176-39da-4800-b2fc-eb5527f578a9 Content-Length: 0 Date: Sun, 22 Jul 2018 14:52:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:42,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/4074fabb-91d9-4cd7-a28c-78ffe538629c.json used request id req-4ac03176-39da-4800-b2fc-eb5527f578a9 2018-07-22 14:52:42,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.544622898102s 2018-07-22 14:52:42,026 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/4074fabb-91d9-4cd7-a28c-78ffe538629c.json used request id req-4ac03176-39da-4800-b2fc-eb5527f578a9 2018-07-22 14:52:42,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:52:42,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:42,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5d795c7f-8088-4fad-a6e9-690776c08c5e Date: Sun, 22 Jul 2018 14:52:42 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:52:42,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-5d795c7f-8088-4fad-a6e9-690776c08c5e 2018-07-22 14:52:42,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0254459381104s 2018-07-22 14:52:42,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-5d795c7f-8088-4fad-a6e9-690776c08c5e 2018-07-22 14:52:42,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 14:52:42,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:42,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:52:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-763598aa-2da9-4619-9d7d-eb98477947ff x-compute-request-id: req-763598aa-2da9-4619-9d7d-eb98477947ff Content-Type: application/json 2018-07-22 14:52:42,352 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b used request id req-763598aa-2da9-4619-9d7d-eb98477947ff 2018-07-22 14:52:42,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.294289112091s 2018-07-22 14:52:42,353 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b used request id req-763598aa-2da9-4619-9d7d-eb98477947ff 2018-07-22 14:52:42,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:42,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:42,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f06c2d0-20d0-4ac7-bf04-02963efc9d8f x-compute-request-id: req-5f06c2d0-20d0-4ac7-bf04-02963efc9d8f Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:59:49", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:59:49", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/12d202bf-bd97-48af-b5d8-9536be1c988b", "rel": "bookmark"}], "image": {"id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "links": [{"href": "http://172.30.9.28:8774/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:52:35.000000", "flavor": {"id": "d74f9574-abc8-41d6-9ff8-10249bafce52", "links": [{"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "bookmark"}]}, "id": "12d202bf-bd97-48af-b5d8-9536be1c988b", "security_groups": [{"name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}], "user_id": "dc2cde75b49f4332a0cec0add6eda55d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:52:42Z", "hostId": "1c67c940bddced920fc1bab5f3ecc757fd027cf9175e7478155a6ccb", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f", "name": "singlevm2-vm_f9bd76ab-214b-485b-84b7-1569ebebf63f", "created": "2018-07-22T14:52:29Z", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:52:42,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f06c2d0-20d0-4ac7-bf04-02963efc9d8f 2018-07-22 14:52:42,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391762018204s 2018-07-22 14:52:42,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f06c2d0-20d0-4ac7-bf04-02963efc9d8f 2018-07-22 14:52:42,747 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:52:44,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:52:44,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:44,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-89f46553-2df3-48c3-aac7-c89eb1c23734 x-compute-request-id: req-89f46553-2df3-48c3-aac7-c89eb1c23734 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 14:52:44,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89f46553-2df3-48c3-aac7-c89eb1c23734 2018-07-22 14:52:44,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0801539421082s 2018-07-22 14:52:44,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89f46553-2df3-48c3-aac7-c89eb1c23734 2018-07-22 14:52:44,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:52:44,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:44,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-1cab5f45-89d4-4e2a-a65c-5f346eac9ef2 Date: Sun, 22 Jul 2018 14:52:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:26Z", "updated_at": "2018-07-22T14:52:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:27Z", "revision_number": 0, "id": "2b0fab70-b69d-4fe6-8f8f-ecf5dd6437a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:27Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T14:52:27Z", "revision_number": 0, "id": "330b8c24-e3d0-492a-93f1-a7fa49a30586", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:27Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:26Z", "revision_number": 0, "id": "b250340f-ca5b-4281-ac34-663648e4861c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:26Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:26Z", "revision_number": 0, "id": "b536c048-983b-40f5-a9ec-4d02cf737c8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:26Z", "security_group_id": "3b6d0ded-e31f-4e59-927b-280139876d52", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "3b6d0ded-e31f-4e59-927b-280139876d52", "name": "singlevm2-sg_f9bd76ab-214b-485b-84b7-1569ebebf63f"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}]} 2018-07-22 14:52:44,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1cab5f45-89d4-4e2a-a65c-5f346eac9ef2 2018-07-22 14:52:44,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0564670562744s 2018-07-22 14:52:44,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1cab5f45-89d4-4e2a-a65c-5f346eac9ef2 2018-07-22 14:52:44,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 14:52:44,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/3b6d0ded-e31f-4e59-927b-280139876d52.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:45,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-392abbba-f0fb-4e37-a426-3f96bdd78e24 Content-Length: 0 Date: Sun, 22 Jul 2018 14:52:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:45,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3b6d0ded-e31f-4e59-927b-280139876d52.json used request id req-392abbba-f0fb-4e37-a426-3f96bdd78e24 2018-07-22 14:52:45,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.233712911606s 2018-07-22 14:52:45,128 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3b6d0ded-e31f-4e59-927b-280139876d52.json used request id req-392abbba-f0fb-4e37-a426-3f96bdd78e24 2018-07-22 14:52:45,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 14:52:45,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:45,160 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:52:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb53091e-8893-4492-b71f-74c74003d69d x-compute-request-id: req-bb53091e-8893-4492-b71f-74c74003d69d Content-Length: 0 Content-Type: application/json 2018-07-22 14:52:45,160 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f used request id req-bb53091e-8893-4492-b71f-74c74003d69d 2018-07-22 14:52:45,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0320088863373s 2018-07-22 14:52:45,160 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/singlevm2-kp_f9bd76ab-214b-485b-84b7-1569ebebf63f used request id req-bb53091e-8893-4492-b71f-74c74003d69d 2018-07-22 14:52:45,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:52:45,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01/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}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" -d '{"subnet_id": "86dbc801-eabf-45c6-ba61-d489697149b5"}' 2018-07-22 14:52:46,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2006f54e-f4ca-4e5b-9cfc-522e009736c6 Date: Sun, 22 Jul 2018 14:52:46 GMT RESP BODY: {"network_id": "f4788b13-1712-40fa-a077-61dc9d5a01de", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "subnet_id": "86dbc801-eabf-45c6-ba61-d489697149b5", "subnet_ids": ["86dbc801-eabf-45c6-ba61-d489697149b5"], "port_id": "047b37bc-0490-4828-9a9d-ac0b13969162", "id": "b0846ab2-8a8f-40cf-bcd6-175ac0e77f01"} 2018-07-22 14:52:46,490 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01/remove_router_interface.json used request id req-2006f54e-f4ca-4e5b-9cfc-522e009736c6 2018-07-22 14:52:46,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.32886195183s 2018-07-22 14:52:46,490 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01/remove_router_interface.json used request id req-2006f54e-f4ca-4e5b-9cfc-522e009736c6 returning object b0846ab2-8a8f-40cf-bcd6-175ac0e77f01 2018-07-22 14:52:46,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:52:46,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:46,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-1b914b12-8c2f-4898-8421-237c52a97431 Date: Sun, 22 Jul 2018 14:52:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:20Z", "admin_state_up": true, "updated_at": "2018-07-22T14:52:45Z", "revision_number": 4, "routes": [], "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "b0846ab2-8a8f-40cf-bcd6-175ac0e77f01", "name": "singlevm2-router_f9bd76ab-214b-485b-84b7-1569ebebf63f"}]} 2018-07-22 14:52:46,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1b914b12-8c2f-4898-8421-237c52a97431 2018-07-22 14:52:46,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109211921692s 2018-07-22 14:52:46,600 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1b914b12-8c2f-4898-8421-237c52a97431 2018-07-22 14:52:46,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:52:46,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:47,821 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6dcc0b68-55db-4766-a9e3-253c39978165 Content-Length: 0 Date: Sun, 22 Jul 2018 14:52:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:47,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01.json used request id req-6dcc0b68-55db-4766-a9e3-253c39978165 2018-07-22 14:52:47,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.21976590157s 2018-07-22 14:52:47,822 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b0846ab2-8a8f-40cf-bcd6-175ac0e77f01.json used request id req-6dcc0b68-55db-4766-a9e3-253c39978165 2018-07-22 14:52:47,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:52:47,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:47,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-707bfb48-a03d-46ff-a7ec-160afab8276b Date: Sun, 22 Jul 2018 14:52:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4788b13-1712-40fa-a077-61dc9d5a01de","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:52: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":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"86dbc801-eabf-45c6-ba61-d489697149b5","subnetpool_id":null,"name":"singlevm2-subnet_f9bd76ab-214b-485b-84b7-1569ebebf63f"}]} 2018-07-22 14:52:47,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-707bfb48-a03d-46ff-a7ec-160afab8276b 2018-07-22 14:52:47,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0503950119019s 2018-07-22 14:52:47,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-707bfb48-a03d-46ff-a7ec-160afab8276b 2018-07-22 14:52:47,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:52:47,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/86dbc801-eabf-45c6-ba61-d489697149b5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:48,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-778b020d-8e0b-42ae-bbd8-49550d8c6a26 Date: Sun, 22 Jul 2018 14:52:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:48,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/86dbc801-eabf-45c6-ba61-d489697149b5.json used request id req-778b020d-8e0b-42ae-bbd8-49550d8c6a26 2018-07-22 14:52:48,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.933814048767s 2018-07-22 14:52:48,809 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/86dbc801-eabf-45c6-ba61-d489697149b5.json used request id req-778b020d-8e0b-42ae-bbd8-49550d8c6a26 2018-07-22 14:52:48,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:48,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:49,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c4cb35b7-9f26-4ab7-ab53-ee8ddbbac599 Date: Sun, 22 Jul 2018 14:52: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T14:52:48Z","tenant_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","created_at":"2018-07-22T14:52:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f1dbe2abfdd24e4ba83cedc94046bbc7","id":"f4788b13-1712-40fa-a077-61dc9d5a01de","name":"singlevm2-net_f9bd76ab-214b-485b-84b7-1569ebebf63f"}]} 2018-07-22 14:52:49,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c4cb35b7-9f26-4ab7-ab53-ee8ddbbac599 2018-07-22 14:52:49,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260085821152s 2018-07-22 14:52:49,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c4cb35b7-9f26-4ab7-ab53-ee8ddbbac599 2018-07-22 14:52:49,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:52:49,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/f4788b13-1712-40fa-a077-61dc9d5a01de.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:49,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ab64d3e-2dce-42f1-984f-c4b759168aa0 Date: Sun, 22 Jul 2018 14:52:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:52:49,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/f4788b13-1712-40fa-a077-61dc9d5a01de.json used request id req-0ab64d3e-2dce-42f1-984f-c4b759168aa0 2018-07-22 14:52:49,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.634042978287s 2018-07-22 14:52:49,705 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/f4788b13-1712-40fa-a077-61dc9d5a01de.json used request id req-0ab64d3e-2dce-42f1-984f-c4b759168aa0 2018-07-22 14:52:49,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:52:49,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:49,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-ae5514fb-107f-49a1-a20c-4a1c2c9849bd Date: Sun, 22 Jul 2018 14:52:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/snap", "metadata": {}}], "file": "/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/file", "owner": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "fd87ed16-7495-4d79-9214-42e34f4d2fa0", "size": 12716032, "self": "/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:52:25Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_f9bd76ab-214b-485b-84b7-1569ebebf63f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:52:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:52:49,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ae5514fb-107f-49a1-a20c-4a1c2c9849bd 2018-07-22 14:52:49,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0363631248474s 2018-07-22 14:52:49,746 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ae5514fb-107f-49a1-a20c-4a1c2c9849bd 2018-07-22 14:52:49,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 14:52:49,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae159086d8232e64ecdff4fe8eca39aaa317a3f8" 2018-07-22 14:52:51,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ea0bc7d-2f63-44ee-9363-891fadb479c8 Date: Sun, 22 Jul 2018 14:52:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:52:51,020 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0 used request id req-9ea0bc7d-2f63-44ee-9363-891fadb479c8 2018-07-22 14:52:51,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27232718468s 2018-07-22 14:52:51,020 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/fd87ed16-7495-4d79-9214-42e34f4d2fa0 used request id req-9ea0bc7d-2f63-44ee-9363-891fadb479c8 2018-07-22 14:52:51,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:52:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:51,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b65f3ede-5cf0-46fa-8bf1-db283c4f335e x-compute-request-id: req-b65f3ede-5cf0-46fa-8bf1-db283c4f335e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_f9bd76ab-214b-485b-84b7-1569ebebf63f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52", "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": "d74f9574-abc8-41d6-9ff8-10249bafce52"}]} 2018-07-22 14:52:51,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b65f3ede-5cf0-46fa-8bf1-db283c4f335e 2018-07-22 14:52:51,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0293509960175s 2018-07-22 14:52:51,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b65f3ede-5cf0-46fa-8bf1-db283c4f335e 2018-07-22 14:52:51,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 14:52:51,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:51,125 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60ca33f9-a351-4af5-a2a3-f1a3389a2d5a x-compute-request-id: req-60ca33f9-a351-4af5-a2a3-f1a3389a2d5a Content-Length: 0 Content-Type: application/json 2018-07-22 14:52:51,125 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52 used request id req-60ca33f9-a351-4af5-a2a3-f1a3389a2d5a 2018-07-22 14:52:51,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0735609531403s 2018-07-22 14:52:51,125 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d74f9574-abc8-41d6-9ff8-10249bafce52 used request id req-60ca33f9-a351-4af5-a2a3-f1a3389a2d5a 2018-07-22 14:52:51,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:52:51,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:51,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-636bb17e-343d-47a1-98b1-b96e484ff51c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f", "links": {"self": "http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc2cde75b49f4332a0cec0add6eda55d", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:52:51,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-636bb17e-343d-47a1-98b1-b96e484ff51c 2018-07-22 14:52:51,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11802315712s 2018-07-22 14:52:51,244 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-636bb17e-343d-47a1-98b1-b96e484ff51c 2018-07-22 14:52:51,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:52:51,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:51,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79aa1693-88dd-4812-893d-66409c3dea75 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_f9bd76ab-214b-485b-84b7-1569ebebf63f", "links": {"self": "http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "dc2cde75b49f4332a0cec0add6eda55d", "description": null}} 2018-07-22 14:52:51,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d used request id req-79aa1693-88dd-4812-893d-66409c3dea75 2018-07-22 14:52:51,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983850955963s 2018-07-22 14:52:51,349 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d used request id req-79aa1693-88dd-4812-893d-66409c3dea75 2018-07-22 14:52:51,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 14:52:51,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:51,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-650f71cd-94e6-4499-8604-6365ef35e9db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:52:51,620 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d used request id req-650f71cd-94e6-4499-8604-6365ef35e9db 2018-07-22 14:52:51,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.270195007324s 2018-07-22 14:52:51,620 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/dc2cde75b49f4332a0cec0add6eda55d used request id req-650f71cd-94e6-4499-8604-6365ef35e9db 2018-07-22 14:52:51,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:52:51,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:51,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b92bdb39-be67-49eb-be89-c5fa57af5dd9 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7"}, "tags": [], "enabled": true, "id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_f9bd76ab-214b-485b-84b7-1569ebebf63f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:52:51,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b92bdb39-be67-49eb-be89-c5fa57af5dd9 2018-07-22 14:52:51,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0928590297699s 2018-07-22 14:52:51,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b92bdb39-be67-49eb-be89-c5fa57af5dd9 2018-07-22 14:52:51,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 14:52:51,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:51,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40d127fc-a0bb-4656-960c-d7f1d87b1e4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:52:51,882 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-40d127fc-a0bb-4656-960c-d7f1d87b1e4d 2018-07-22 14:52:51,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158272981644s 2018-07-22 14:52:51,882 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-40d127fc-a0bb-4656-960c-d7f1d87b1e4d 2018-07-22 14:52:51,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:52:51,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:51,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d126b1-a4ca-42a8-a088-217c0f4a8dc6 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9f943eb153554d0fbb8853afe5292504", "links": {"self": "http://172.30.9.28:5000/v3/roles/9f943eb153554d0fbb8853afe5292504"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:52:51,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-82d126b1-a4ca-42a8-a088-217c0f4a8dc6 2018-07-22 14:52:51,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976428985596s 2018-07-22 14:52:51,983 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-82d126b1-a4ca-42a8-a088-217c0f4a8dc6 2018-07-22 14:52:51,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 14:52:51,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/9f943eb153554d0fbb8853afe5292504 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d61e243c18ee65ed6c0bdf162e1931450ef0796" 2018-07-22 14:52:52,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e78d6f8f-b995-4eae-aee5-3a20b78857a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:52:52,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/9f943eb153554d0fbb8853afe5292504 used request id req-e78d6f8f-b995-4eae-aee5-3a20b78857a9 2018-07-22 14:52:52,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.121418952942s 2018-07-22 14:52:52,107 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/9f943eb153554d0fbb8853afe5292504 used request id req-e78d6f8f-b995-4eae-aee5-3a20b78857a9 2018-07-22 14:52:52,136 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:52:52,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:52:52,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:52:52,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:52:52,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb45d8f3-d04e-4c3c-a6d7-3f56dd862fec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:52:52,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-eb45d8f3-d04e-4c3c-a6d7-3f56dd862fec 2018-07-22 14:52:52,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:52:52,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:52:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["PMteB2AGRvOc3HAOAhuY2w"], "issued_at": "2018-07-22T14:52:52.000000Z"}} 2018-07-22 14:52:52,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:52,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:53,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-606eb843-7e31-4ebb-88f2-88ae6f796206 Date: Sun, 22 Jul 2018 14:52:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:52:53,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-606eb843-7e31-4ebb-88f2-88ae6f796206 2018-07-22 14:52:53,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.918990135193s 2018-07-22 14:52:53,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-606eb843-7e31-4ebb-88f2-88ae6f796206 2018-07-22 14:52:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:52:53,488 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:52:53,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:52:53,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:53,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48abc13b-71fe-4e67-84b1-63393601f12a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 14:52:53,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-48abc13b-71fe-4e67-84b1-63393601f12a 2018-07-22 14:52:53,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0911400318146s 2018-07-22 14:52:53,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-48abc13b-71fe-4e67-84b1-63393601f12a 2018-07-22 14:52:53,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 14:52:53,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}}' 2018-07-22 14:52:53,713 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e06c5dd-eb8b-479e-b65a-53dc4a033010 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.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0"}, "tags": [], "enabled": true, "id": "b269bdaf1bbf4213a329d4485c36bec0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}} 2018-07-22 14:52:53,713 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1e06c5dd-eb8b-479e-b65a-53dc4a033010 2018-07-22 14:52:53,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125292062759s 2018-07-22 14:52:53,714 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1e06c5dd-eb8b-479e-b65a-53dc4a033010 2018-07-22 14:52:53,714 - 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'b269bdaf1bbf4213a329d4485c36bec0', '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_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90'}) 2018-07-22 14:52:53,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 14:52:53,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "480c8fd1-7984-48ab-b8a4-4895c63e8fcb", "email": null, "name": "vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}}' 2018-07-22 14:52:54,092 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7592225-8c63-4f38-bcc1-22323041352a Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "links": {"self": "http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "62e2316f96a74dd297975af633d009f5", "domain_id": "default", "password_expires_at": null}} 2018-07-22 14:52:54,092 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-f7592225-8c63-4f38-bcc1-22323041352a 2018-07-22 14:52:54,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.372053861618s 2018-07-22 14:52:54,093 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-f7592225-8c63-4f38-bcc1-22323041352a 2018-07-22 14:52:54,093 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'62e2316f96a74dd297975af633d009f5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90'}) 2018-07-22 14:52:54,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:52:54,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:54,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-412ad1cf-923c-45a0-b8eb-4143be11206e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:52:54,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-412ad1cf-923c-45a0-b8eb-4143be11206e 2018-07-22 14:52:54,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0867559909821s 2018-07-22 14:52:54,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-412ad1cf-923c-45a0-b8eb-4143be11206e 2018-07-22 14:52:54,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:52:54,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:54,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26db68f-4d39-49ad-8985-a8e4f766d06e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:52:54,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a26db68f-4d39-49ad-8985-a8e4f766d06e 2018-07-22 14:52:54,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0192420482635s 2018-07-22 14:52:54,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a26db68f-4d39-49ad-8985-a8e4f766d06e 2018-07-22 14:52:54,210 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 14:52:54,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 14:52:54,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" -d '{"role": {"name": "Member"}}' 2018-07-22 14:52:54,309 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f279537-84f5-4d3e-98dd-ec8d070f1ee9 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1722be101e9e48d0af59384d7057e9de", "links": {"self": "http://172.30.9.28:5000/v3/roles/1722be101e9e48d0af59384d7057e9de"}, "name": "Member"}} 2018-07-22 14:52:54,309 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-1f279537-84f5-4d3e-98dd-ec8d070f1ee9 2018-07-22 14:52:54,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.0956211090088s 2018-07-22 14:52:54,310 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-1f279537-84f5-4d3e-98dd-ec8d070f1ee9 2018-07-22 14:52:54,310 - 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'1722be101e9e48d0af59384d7057e9de'}) 2018-07-22 14:52:54,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:52:54,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:54,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c0494c7-de54-4acf-8da6-90c2809ae3a0 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1722be101e9e48d0af59384d7057e9de", "links": {"self": "http://172.30.9.28:5000/v3/roles/1722be101e9e48d0af59384d7057e9de"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:52:54,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9c0494c7-de54-4acf-8da6-90c2809ae3a0 2018-07-22 14:52:54,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0876429080963s 2018-07-22 14:52:54,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9c0494c7-de54-4acf-8da6-90c2809ae3a0 2018-07-22 14:52:54,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:52:54,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:54,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f857a5f6-5ab9-44b0-8d4b-84c670425e52 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 14:52:54,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f857a5f6-5ab9-44b0-8d4b-84c670425e52 2018-07-22 14:52:54,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0907092094421s 2018-07-22 14:52:54,497 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f857a5f6-5ab9-44b0-8d4b-84c670425e52 2018-07-22 14:52:54,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:52:54,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:54,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-722af0e6-aeaa-479b-906a-f866b7e210c5 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "links": {"self": "http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "62e2316f96a74dd297975af633d009f5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:52:54,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-722af0e6-aeaa-479b-906a-f866b7e210c5 2018-07-22 14:52:54,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10035610199s 2018-07-22 14:52:54,599 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-722af0e6-aeaa-479b-906a-f866b7e210c5 2018-07-22 14:52:54,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:52:54,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:54,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f848c0-510a-4f5e-a660-e3e16967853b Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0"}, "tags": [], "enabled": true, "id": "b269bdaf1bbf4213a329d4485c36bec0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:52:54,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-06f848c0-510a-4f5e-a660-e3e16967853b 2018-07-22 14:52:54,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0854780673981s 2018-07-22 14:52:54,697 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-06f848c0-510a-4f5e-a660-e3e16967853b 2018-07-22 14:52:54,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 14:52:54,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=62e2316f96a74dd297975af633d009f5&role.id=1722be101e9e48d0af59384d7057e9de&scope.project.id=b269bdaf1bbf4213a329d4485c36bec0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:54,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea317a1c-d3dc-4ff4-b121-0a99f59cb0cd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=62e2316f96a74dd297975af633d009f5&role.id=1722be101e9e48d0af59384d7057e9de&scope.project.id=b269bdaf1bbf4213a329d4485c36bec0", "previous": null, "next": null}} 2018-07-22 14:52:54,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=62e2316f96a74dd297975af633d009f5&role.id=1722be101e9e48d0af59384d7057e9de&scope.project.id=b269bdaf1bbf4213a329d4485c36bec0 used request id req-ea317a1c-d3dc-4ff4-b121-0a99f59cb0cd 2018-07-22 14:52:54,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0863270759583s 2018-07-22 14:52:54,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=62e2316f96a74dd297975af633d009f5&role.id=1722be101e9e48d0af59384d7057e9de&scope.project.id=b269bdaf1bbf4213a329d4485c36bec0 used request id req-ea317a1c-d3dc-4ff4-b121-0a99f59cb0cd 2018-07-22 14:52:54,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 14:52:54,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0/users/62e2316f96a74dd297975af633d009f5/roles/1722be101e9e48d0af59384d7057e9de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:52:54,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c061e483-1ed2-4b40-87ee-3dd2478e231d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:52:54,927 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0/users/62e2316f96a74dd297975af633d009f5/roles/1722be101e9e48d0af59384d7057e9de used request id req-c061e483-1ed2-4b40-87ee-3dd2478e231d 2018-07-22 14:52:54,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.132171869278s 2018-07-22 14:52:54,927 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0/users/62e2316f96a74dd297975af633d009f5/roles/1722be101e9e48d0af59384d7057e9de used request id req-c061e483-1ed2-4b40-87ee-3dd2478e231d 2018-07-22 14:52:54,928 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 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'b269bdaf1bbf4213a329d4485c36bec0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '480c8fd1-7984-48ab-b8a4-4895c63e8fcb', 'username': u'vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 14:52:54,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:52:54,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:52:54,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:52:54,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:52:54,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:52:54,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:52:54,933 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'password': '480c8fd1-7984-48ab-b8a4-4895c63e8fcb', 'project_name': 'vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': 'b269bdaf1bbf4213a329d4485c36bec0', 'project_domain_name': 'Default'} 2018-07-22 14:52:54,933 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-22 14:52:54,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:52:54,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf00c03-0985-4a80-bcbd-0143c480328f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:52:54,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8cf00c03-0985-4a80-bcbd-0143c480328f 2018-07-22 14:52:54,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:52:55,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1722be101e9e48d0af59384d7057e9de", "name": "Member"}], "expires_at": "2018-07-22T15:52:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b269bdaf1bbf4213a329d4485c36bec0", "name": "vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/b269bdaf1bbf4213a329d4485c36bec0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/b269bdaf1bbf4213a329d4485c36bec0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/b269bdaf1bbf4213a329d4485c36bec0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b269bdaf1bbf4213a329d4485c36bec0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/b269bdaf1bbf4213a329d4485c36bec0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/b269bdaf1bbf4213a329d4485c36bec0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/b269bdaf1bbf4213a329d4485c36bec0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/b269bdaf1bbf4213a329d4485c36bec0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/b269bdaf1bbf4213a329d4485c36bec0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b269bdaf1bbf4213a329d4485c36bec0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/b269bdaf1bbf4213a329d4485c36bec0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/b269bdaf1bbf4213a329d4485c36bec0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_b269bdaf1bbf4213a329d4485c36bec0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_b269bdaf1bbf4213a329d4485c36bec0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "id": "62e2316f96a74dd297975af633d009f5"}, "audit_ids": ["MX0sLB-TQ6KI9YepnO_Fbg"], "issued_at": "2018-07-22T14:52:55.000000Z"}} 2018-07-22 14:52:55,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:52:55,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"network": {"name": "vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "admin_state_up": true}}' 2018-07-22 14:52:56,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-a9d6b4a2-ec64-4855-8d9d-5ab1c19bc831 Date: Sun, 22 Jul 2018 14:52:56 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T14:52:55Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","id":"027317d4-b2ee-437f-8f81-a7dcada6b568","name":"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}} 2018-07-22 14:52:56,125 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9d6b4a2-ec64-4855-8d9d-5ab1c19bc831 2018-07-22 14:52:56,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.794429063797s 2018-07-22 14:52:56,126 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a9d6b4a2-ec64-4855-8d9d-5ab1c19bc831 2018-07-22 14:52:56,126 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:52:55Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'027317d4-b2ee-437f-8f81-a7dcada6b568', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', u'admin_state_up': True, u'tenant_id': u'b269bdaf1bbf4213a329d4485c36bec0', u'created_at': u'2018-07-22T14:52:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b269bdaf1bbf4213a329d4485c36bec0'}) 2018-07-22 14:52:56,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:52:56,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:52:56,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-3688f6a8-d89a-46c5-8659-8b83e271ded0 Date: Sun, 22 Jul 2018 14:52: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-07-22T14:52:55Z","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","id":"027317d4-b2ee-437f-8f81-a7dcada6b568","name":"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 14:52:56,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3688f6a8-d89a-46c5-8659-8b83e271ded0 2018-07-22 14:52:56,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.328121900558s 2018-07-22 14:52:56,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3688f6a8-d89a-46c5-8659-8b83e271ded0 2018-07-22 14:52:56,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:52:56,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"subnet": {"name": "vping_ssh-subnet_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "enable_dhcp": true, "network_id": "027317d4-b2ee-437f-8f81-a7dcada6b568", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:52:57,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-225f9ab1-dc2e-424d-92ea-fd69bd46d3c0 Date: Sun, 22 Jul 2018 14:52:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"027317d4-b2ee-437f-8f81-a7dcada6b568","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:52:56Z","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":"b269bdaf1bbf4213a329d4485c36bec0","id":"54254f1e-737a-4513-a075-823fd593525b","subnetpool_id":null,"name":"vping_ssh-subnet_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}} 2018-07-22 14:52:57,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-225f9ab1-dc2e-424d-92ea-fd69bd46d3c0 2018-07-22 14:52:57,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.542918920517s 2018-07-22 14:52:57,000 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-225f9ab1-dc2e-424d-92ea-fd69bd46d3c0 2018-07-22 14:52:57,001 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:52:56Z', 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'54254f1e-737a-4513-a075-823fd593525b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', u'enable_dhcp': True, u'network_id': u'027317d4-b2ee-437f-8f81-a7dcada6b568', u'tenant_id': u'b269bdaf1bbf4213a329d4485c36bec0', u'created_at': u'2018-07-22T14:52:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b269bdaf1bbf4213a329d4485c36bec0'}) 2018-07-22 14:52:57,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:52:57,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "vping_ssh-router_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "admin_state_up": true}}' 2018-07-22 14:52:58,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-fd4f452a-76bc-432f-bd32-9ff70d35283a Date: Sun, 22 Jul 2018 14:52:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:57Z", "admin_state_up": true, "updated_at": "2018-07-22T14:52:58Z", "revision_number": 2, "routes": [], "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "b877975e-c1b3-48e6-8e5c-da3e90d33313", "name": "vping_ssh-router_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}} 2018-07-22 14:52:58,167 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-fd4f452a-76bc-432f-bd32-9ff70d35283a 2018-07-22 14:52:58,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16595578194s 2018-07-22 14:52:58,168 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-fd4f452a-76bc-432f-bd32-9ff70d35283a 2018-07-22 14:52:58,168 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b269bdaf1bbf4213a329d4485c36bec0', u'created_at': u'2018-07-22T14:52:57Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T14:52:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'b269bdaf1bbf4213a329d4485c36bec0', u'id': u'b877975e-c1b3-48e6-8e5c-da3e90d33313', u'name': u'vping_ssh-router_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90'}) 2018-07-22 14:52:58,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:52:58,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313/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}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"subnet_id": "54254f1e-737a-4513-a075-823fd593525b"}' 2018-07-22 14:53:00,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9a0daeb8-c718-4753-a53d-38b1da41948c Date: Sun, 22 Jul 2018 14:53:00 GMT RESP BODY: {"network_id": "027317d4-b2ee-437f-8f81-a7dcada6b568", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "subnet_id": "54254f1e-737a-4513-a075-823fd593525b", "subnet_ids": ["54254f1e-737a-4513-a075-823fd593525b"], "port_id": "d97a8b45-140a-463b-abb6-f6ad18711c39", "id": "b877975e-c1b3-48e6-8e5c-da3e90d33313"} 2018-07-22 14:53:00,514 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313/add_router_interface.json used request id req-9a0daeb8-c718-4753-a53d-38b1da41948c 2018-07-22 14:53:00,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.34554815292s 2018-07-22 14:53:00,515 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313/add_router_interface.json used request id req-9a0daeb8-c718-4753-a53d-38b1da41948c returning object b877975e-c1b3-48e6-8e5c-da3e90d33313 2018-07-22 14:53:00,515 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 14:53:00,648 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 14:53:00,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:53:00,654 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 14:53:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 14:53:00,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:53:00,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:01,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-30d7d5d5-effd-40c3-a700-0ab43440d5ec Date: Sun, 22 Jul 2018 14:53:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:53:01,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-30d7d5d5-effd-40c3-a700-0ab43440d5ec 2018-07-22 14:53:01,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.651338100433s 2018-07-22 14:53:01,311 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-30d7d5d5-effd-40c3-a700-0ab43440d5ec 2018-07-22 14:53:01,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 14:53:01,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}' 2018-07-22 14:53:01,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f24124fd-37c9-4afe-ae27-c717f845aa41 Date: Sun, 22 Jul 2018 14:53:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/file", "owner": "b269bdaf1bbf4213a329d4485c36bec0", "id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "size": null, "self": "/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:53:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "checksum": null, "created_at": "2018-07-22T14:53:01Z", "protected": false} 2018-07-22 14:53:01,466 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f24124fd-37c9-4afe-ae27-c717f845aa41 2018-07-22 14:53:01,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.14702296257s 2018-07-22 14:53:01,466 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f24124fd-37c9-4afe-ae27-c717f845aa41 returning object 63a22c42-6188-4251-9b9c-dc5f03fce0b7 2018-07-22 14:53:01,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 14:53:01,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/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}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '' 2018-07-22 14:53:01,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eded520a-1f93-457b-96b5-e7b12eb9658e Date: Sun, 22 Jul 2018 14:53:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:53:01,978 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/file used request id req-eded520a-1f93-457b-96b5-e7b12eb9658e 2018-07-22 14:53:01,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.51101899147s 2018-07-22 14:53:01,978 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/file used request id req-eded520a-1f93-457b-96b5-e7b12eb9658e 2018-07-22 14:53:01,978 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T14:53:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/file', u'owner': u'b269bdaf1bbf4213a329d4485c36bec0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'63a22c42-6188-4251-9b9c-dc5f03fce0b7', u'size': None, u'name': u'vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', u'checksum': None, u'self': u'/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T14:53:01Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 14:53:01,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 14:53:01,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 14:53:02,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53: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-bf615b75-c52e-4567-8ebe-b174023725db x-compute-request-id: req-bf615b75-c52e-4567-8ebe-b174023725db Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "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": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d"}} 2018-07-22 14:53:02,191 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bf615b75-c52e-4567-8ebe-b174023725db 2018-07-22 14:53:02,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.211744070053s 2018-07-22 14:53:02,191 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bf615b75-c52e-4567-8ebe-b174023725db 2018-07-22 14:53:02,192 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'fe0b6b15-ae65-4a48-b368-7bfeccd5267d', 'swap': 0}) 2018-07-22 14:53:02,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 14:53:02,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d/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}0d9cef1449e8157d5264477e3614a330f2291b4c" -d '{"extra_specs": {}}' 2018-07-22 14:53:02,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d7b25c76-f593-40b0-998d-6e80878880af x-compute-request-id: req-d7b25c76-f593-40b0-998d-6e80878880af Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 14:53:02,218 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d/os-extra_specs used request id req-d7b25c76-f593-40b0-998d-6e80878880af 2018-07-22 14:53:02,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249071121216s 2018-07-22 14:53:02,218 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d/os-extra_specs used request id req-d7b25c76-f593-40b0-998d-6e80878880af 2018-07-22 14:53:02,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 14:53:02,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"keypair": {"name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}}' 2018-07-22 14:53:02,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a8cc1d1-a5ea-4b56-a30d-6edf316ecc6b x-compute-request-id: req-6a8cc1d1-a5ea-4b56-a30d-6edf316ecc6b Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLXPwX90+Ea9EONc/ESa5xC4arhAWczshaiTyKWKgwCO1O70T0CltL0Aycuqog4pnH43j6esgzeFQlSiyhNOTlCtdHdsXgHLIrXi1gdo9OGoq72wx99oZcMJ9MUcKJ3U69WsBpR89UgncvccpsTe6euTCf475a+6w+xAB1RK3O6Qr0IrRgAeHsM1rsMBW/Ixxi8zfXaWycss/db5oqEZkcJxDgXAyPClKuHPHjYqiAA18+0Xlzyo/egg/Lw/PRpgfhrws6lHYNplgSahJicQtSlIBRg43K+C2QUmZmrCdA8D+5lEgkvwpQKOgUYOwh7o6vIFdURTO5n7Lr09hAxaNr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAy1z8F/dPhGvRDjXPxEmucQuGq4QFnM7IWok8ilioMAjtTu9E\n9ApbS9AMnLqqIOKZx+N4+nrIM3hUJUosoTTk5QrXR3bF4ByyK14tYHaPThqKu9sM\nffaGXDCfTFHCid1OvVrAaUfPVIJ3L3HKbE3unrkwn+O+WvusPsQAdUStzukK9CK0\nYAHh7DNa7DAVvyMcYvM312lsnLLP3W+aKhGZHCcQ4FwMjwpSrhzx42KogANfPtF5\nc8qP3oIPy8Pz0aYH4a8LOpR2DaZYEmoSYnELUpSAUYONyvgtkFJmZqwnQPA/uZRI\nJL8KUCjoFGDsIe6OryBXVEUzuZ+y69PYQMWjawIDAQABAoIBAFHElnxQbUGSVGGB\nU4PaGHDNsJ1gHR2aq0Zz7cq2sRF3VWuqmzAAxgqqoZeXGnbUhf6wQOF94ueHF1ZT\nB7Td3rcVb9AFOrTM9PqpCFfD9AT0eRnljpVLPWTuC+8U5MKoIFPUnI74V63kM2X5\nO+nmP+7ECYAQg2Zz0SL/jiuYrMYHiGjHppABruaj/qS+uCnHtUZb4rk9eH2xjJ9p\noFYASu317V+SnHxRFX6JCHa5YDDHLPnR3ukvG/+JNcza+RpodO8VyM+ru1NU+RMU\n33tdhyK3KPcPyjjwYxVYQXAhxuFSKZ8uSvkvwTwO5aglPXOsgr/5ZCHm2xQANoMb\ndUYg4YkCgYEA5iHkIR/QHgq/JzyQTklMJy4asODZbM5RJ1OBJ5IlnXjm4F6xPubg\n4zgmyTFfQjXfLoRdtO9BODyVgxuiibM52JgceHRUqW1wRqqis+RODUhgtZiKaHou\nfsPOEbWLECooIdzoMJqXPlZRC0VKQw5opQP0/lRMn0JSYAVh6nlNBk8CgYEA4jjO\nHGuRygR1RI3GByqbozOSU2eG0jjHn7pH0/1tgQgr67Ww8VJEGF6Xg/NjF9llLSc7\nijKydtI0nzRENsztf25OxfpOf4bmlerfnzsuSTjNY5/zI5462kawgc37EMhzAQtB\nqaETZqGA4I768BCKfAK9LbKA8xnrKw5L16IMJiUCgYA7aS5y2rqots+IepsqisOt\nLbrYRQP8kfrjcyxZoeIyGB9Kd0e83G/cWQeyUxurhSrb4HIsnsOwl/tlQIIimHFr\nmEFpW2br4oPkynJ8jIkV5sSIvRumQzyznysY6UxAXRHFRDlxKse24SPFDBtS2mpr\nh2z9J5gsWTvY7CrOFIitAwKBgHgvecE7nQ7Y43xyXdz81AcWpQzOmaAiLlw72WFU\n6NJ+hucJdmIfNLJFvvWJXwISq2Ab0dQQLyRVdUOHvx3mLd9fuVYRL5ctEmBfkkLE\nbEjWdrgRCFnJ/LZui+PKjTJTbFYHpvD59Ja4AwJKtCLKhuhvhBY9GakOAhSz2bNM\nEmxJAoGAGZz4gA73/No3Cm5YJFfq9+KpBN4YM5mYNgO/o9/7gViLTiDKt2jJuC15\nD5xdI22XzMcXCAUhkzj+FfLfKHUnNFo8ct8FM+oZ+MrrkTPhlqCKHPtL9E0O8Sln\n0qflfDE3658tFCHTEzTswIIPQRgo9b2u44vwa1xfZTVT9muJLtg=\n-----END RSA PRIVATE KEY-----\n", "user_id": "62e2316f96a74dd297975af633d009f5", "name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "fingerprint": "bc:d2:2a:d5:40:1e:be:87:bc:15:a8:10:8a:f1:3f:c1"}} 2018-07-22 14:53:02,513 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-6a8cc1d1-a5ea-4b56-a30d-6edf316ecc6b 2018-07-22 14:53:02,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.294283151627s 2018-07-22 14:53:02,513 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-6a8cc1d1-a5ea-4b56-a30d-6edf316ecc6b 2018-07-22 14:53:02,514 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLXPwX90+Ea9EONc/ESa5xC4arhAWczshaiTyKWKgwCO1O70T0CltL0Aycuqog4pnH43j6esgzeFQlSiyhNOTlCtdHdsXgHLIrXi1gdo9OGoq72wx99oZcMJ9MUcKJ3U69WsBpR89UgncvccpsTe6euTCf475a+6w+xAB1RK3O6Qr0IrRgAeHsM1rsMBW/Ixxi8zfXaWycss/db5oqEZkcJxDgXAyPClKuHPHjYqiAA18+0Xlzyo/egg/Lw/PRpgfhrws6lHYNplgSahJicQtSlIBRg43K+C2QUmZmrCdA8D+5lEgkvwpQKOgUYOwh7o6vIFdURTO5n7Lr09hAxaNr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAy1z8F/dPhGvRDjXPxEmucQuGq4QFnM7IWok8ilioMAjtTu9E\n9ApbS9AMnLqqIOKZx+N4+nrIM3hUJUosoTTk5QrXR3bF4ByyK14tYHaPThqKu9sM\nffaGXDCfTFHCid1OvVrAaUfPVIJ3L3HKbE3unrkwn+O+WvusPsQAdUStzukK9CK0\nYAHh7DNa7DAVvyMcYvM312lsnLLP3W+aKhGZHCcQ4FwMjwpSrhzx42KogANfPtF5\nc8qP3oIPy8Pz0aYH4a8LOpR2DaZYEmoSYnELUpSAUYONyvgtkFJmZqwnQPA/uZRI\nJL8KUCjoFGDsIe6OryBXVEUzuZ+y69PYQMWjawIDAQABAoIBAFHElnxQbUGSVGGB\nU4PaGHDNsJ1gHR2aq0Zz7cq2sRF3VWuqmzAAxgqqoZeXGnbUhf6wQOF94ueHF1ZT\nB7Td3rcVb9AFOrTM9PqpCFfD9AT0eRnljpVLPWTuC+8U5MKoIFPUnI74V63kM2X5\nO+nmP+7ECYAQg2Zz0SL/jiuYrMYHiGjHppABruaj/qS+uCnHtUZb4rk9eH2xjJ9p\noFYASu317V+SnHxRFX6JCHa5YDDHLPnR3ukvG/+JNcza+RpodO8VyM+ru1NU+RMU\n33tdhyK3KPcPyjjwYxVYQXAhxuFSKZ8uSvkvwTwO5aglPXOsgr/5ZCHm2xQANoMb\ndUYg4YkCgYEA5iHkIR/QHgq/JzyQTklMJy4asODZbM5RJ1OBJ5IlnXjm4F6xPubg\n4zgmyTFfQjXfLoRdtO9BODyVgxuiibM52JgceHRUqW1wRqqis+RODUhgtZiKaHou\nfsPOEbWLECooIdzoMJqXPlZRC0VKQw5opQP0/lRMn0JSYAVh6nlNBk8CgYEA4jjO\nHGuRygR1RI3GByqbozOSU2eG0jjHn7pH0/1tgQgr67Ww8VJEGF6Xg/NjF9llLSc7\nijKydtI0nzRENsztf25OxfpOf4bmlerfnzsuSTjNY5/zI5462kawgc37EMhzAQtB\nqaETZqGA4I768BCKfAK9LbKA8xnrKw5L16IMJiUCgYA7aS5y2rqots+IepsqisOt\nLbrYRQP8kfrjcyxZoeIyGB9Kd0e83G/cWQeyUxurhSrb4HIsnsOwl/tlQIIimHFr\nmEFpW2br4oPkynJ8jIkV5sSIvRumQzyznysY6UxAXRHFRDlxKse24SPFDBtS2mpr\nh2z9J5gsWTvY7CrOFIitAwKBgHgvecE7nQ7Y43xyXdz81AcWpQzOmaAiLlw72WFU\n6NJ+hucJdmIfNLJFvvWJXwISq2Ab0dQQLyRVdUOHvx3mLd9fuVYRL5ctEmBfkkLE\nbEjWdrgRCFnJ/LZui+PKjTJTbFYHpvD59Ja4AwJKtCLKhuhvhBY9GakOAhSz2bNM\nEmxJAoGAGZz4gA73/No3Cm5YJFfq9+KpBN4YM5mYNgO/o9/7gViLTiDKt2jJuC15\nD5xdI22XzMcXCAUhkzj+FfLfKHUnNFo8ct8FM+oZ+MrrkTPhlqCKHPtL9E0O8Sln\n0qflfDE3658tFCHTEzTswIIPQRgo9b2u44vwa1xfZTVT9muJLtg=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'62e2316f96a74dd297975af633d009f5', 'name': u'vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'created_at': '2018-07-22T14:53:02.514529', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b269bdaf1bbf4213a329d4485c36bec0', 'name': 'vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'bc:d2:2a:d5:40:1e:be:87:bc:15:a8:10:8a:f1:3f:c1', 'type': 'ssh', 'id': u'vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90'}) 2018-07-22 14:53:02,515 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAy1z8F/dPhGvRDjXPxEmucQuGq4QFnM7IWok8ilioMAjtTu9E 9ApbS9AMnLqqIOKZx+N4+nrIM3hUJUosoTTk5QrXR3bF4ByyK14tYHaPThqKu9sM ffaGXDCfTFHCid1OvVrAaUfPVIJ3L3HKbE3unrkwn+O+WvusPsQAdUStzukK9CK0 YAHh7DNa7DAVvyMcYvM312lsnLLP3W+aKhGZHCcQ4FwMjwpSrhzx42KogANfPtF5 c8qP3oIPy8Pz0aYH4a8LOpR2DaZYEmoSYnELUpSAUYONyvgtkFJmZqwnQPA/uZRI JL8KUCjoFGDsIe6OryBXVEUzuZ+y69PYQMWjawIDAQABAoIBAFHElnxQbUGSVGGB U4PaGHDNsJ1gHR2aq0Zz7cq2sRF3VWuqmzAAxgqqoZeXGnbUhf6wQOF94ueHF1ZT B7Td3rcVb9AFOrTM9PqpCFfD9AT0eRnljpVLPWTuC+8U5MKoIFPUnI74V63kM2X5 O+nmP+7ECYAQg2Zz0SL/jiuYrMYHiGjHppABruaj/qS+uCnHtUZb4rk9eH2xjJ9p oFYASu317V+SnHxRFX6JCHa5YDDHLPnR3ukvG/+JNcza+RpodO8VyM+ru1NU+RMU 33tdhyK3KPcPyjjwYxVYQXAhxuFSKZ8uSvkvwTwO5aglPXOsgr/5ZCHm2xQANoMb dUYg4YkCgYEA5iHkIR/QHgq/JzyQTklMJy4asODZbM5RJ1OBJ5IlnXjm4F6xPubg 4zgmyTFfQjXfLoRdtO9BODyVgxuiibM52JgceHRUqW1wRqqis+RODUhgtZiKaHou fsPOEbWLECooIdzoMJqXPlZRC0VKQw5opQP0/lRMn0JSYAVh6nlNBk8CgYEA4jjO HGuRygR1RI3GByqbozOSU2eG0jjHn7pH0/1tgQgr67Ww8VJEGF6Xg/NjF9llLSc7 ijKydtI0nzRENsztf25OxfpOf4bmlerfnzsuSTjNY5/zI5462kawgc37EMhzAQtB qaETZqGA4I768BCKfAK9LbKA8xnrKw5L16IMJiUCgYA7aS5y2rqots+IepsqisOt LbrYRQP8kfrjcyxZoeIyGB9Kd0e83G/cWQeyUxurhSrb4HIsnsOwl/tlQIIimHFr mEFpW2br4oPkynJ8jIkV5sSIvRumQzyznysY6UxAXRHFRDlxKse24SPFDBtS2mpr h2z9J5gsWTvY7CrOFIitAwKBgHgvecE7nQ7Y43xyXdz81AcWpQzOmaAiLlw72WFU 6NJ+hucJdmIfNLJFvvWJXwISq2Ab0dQQLyRVdUOHvx3mLd9fuVYRL5ctEmBfkkLE bEjWdrgRCFnJ/LZui+PKjTJTbFYHpvD59Ja4AwJKtCLKhuhvhBY9GakOAhSz2bNM EmxJAoGAGZz4gA73/No3Cm5YJFfq9+KpBN4YM5mYNgO/o9/7gViLTiDKt2jJuC15 D5xdI22XzMcXCAUhkzj+FfLfKHUnNFo8ct8FM+oZ+MrrkTPhlqCKHPtL9E0O8Sln 0qflfDE3658tFCHTEzTswIIPQRgo9b2u44vwa1xfZTVT9muJLtg= -----END RSA PRIVATE KEY----- 2018-07-22 14:53:02,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 14:53:02,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"security_group": {"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-22 14:53:02,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-21b5bf75-59b4-45e5-806c-59eef872aeb9 Date: Sun, 22 Jul 2018 14:53:02 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:53:02Z", "updated_at": "2018-07-22T14:53:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "45c96c19-da3c-45b0-8c04-963dca9f0b34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "90b735c8-ed2e-4852-a927-b7efb39878d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 2, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}} 2018-07-22 14:53:02,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-21b5bf75-59b4-45e5-806c-59eef872aeb9 2018-07-22 14:53:02,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.201621055603s 2018-07-22 14:53:02,720 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-21b5bf75-59b4-45e5-806c-59eef872aeb9 2018-07-22 14:53:02,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:53:02,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:02,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-24fcf263-5cde-457b-965c-7229fa29f5d0 Date: Sun, 22 Jul 2018 14:53:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:53:02Z", "updated_at": "2018-07-22T14:53:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "45c96c19-da3c-45b0-8c04-963dca9f0b34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "90b735c8-ed2e-4852-a927-b7efb39878d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 2, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}]} 2018-07-22 14:53:02,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-24fcf263-5cde-457b-965c-7229fa29f5d0 2018-07-22 14:53:02,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0937840938568s 2018-07-22 14:53:02,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-24fcf263-5cde-457b-965c-7229fa29f5d0 2018-07-22 14:53:02,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 14:53:02,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -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": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0"}}' 2018-07-22 14:53:03,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7d1840a1-d867-4aba-9587-3bced635b577 Date: Sun, 22 Jul 2018 14:53:03 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "port_range_min": 22, "revision_number": 0, "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:53:02Z", "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "d8da3ab1-3290-4ac0-b98c-1597912f65c1"}} 2018-07-22 14:53:03,030 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7d1840a1-d867-4aba-9587-3bced635b577 2018-07-22 14:53:03,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.208031892776s 2018-07-22 14:53:03,030 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-7d1840a1-d867-4aba-9587-3bced635b577 2018-07-22 14:53:03,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:53:03,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:03,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-0ec8d9bd-acd1-4178-a88b-04d5b1e33514 Date: Sun, 22 Jul 2018 14:53:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:53:02Z", "updated_at": "2018-07-22T14:53:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "45c96c19-da3c-45b0-8c04-963dca9f0b34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "90b735c8-ed2e-4852-a927-b7efb39878d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "d8da3ab1-3290-4ac0-b98c-1597912f65c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 3, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}]} 2018-07-22 14:53:03,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0ec8d9bd-acd1-4178-a88b-04d5b1e33514 2018-07-22 14:53:03,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0550639629364s 2018-07-22 14:53:03,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0ec8d9bd-acd1-4178-a88b-04d5b1e33514 2018-07-22 14:53:03,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 14:53:03,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -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": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0"}}' 2018-07-22 14:53:03,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-13402585-7e37-42c5-8859-c19d6f02f5f9 Date: Sun, 22 Jul 2018 14:53:03 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-07-22T14:53:03Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "port_range_min": null, "revision_number": 0, "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:53:03Z", "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "40f87627-f692-453d-a836-04390c53ac8c"}} 2018-07-22 14:53:03,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-13402585-7e37-42c5-8859-c19d6f02f5f9 2018-07-22 14:53:03,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.171324014664s 2018-07-22 14:53:03,264 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-13402585-7e37-42c5-8859-c19d6f02f5f9 2018-07-22 14:53:03,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:53:03,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:03,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-46144a28-c0dc-463a-a26a-1c8d1a655249 Date: Sun, 22 Jul 2018 14:53: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":["54254f1e-737a-4513-a075-823fd593525b"],"updated_at":"2018-07-22T14:52:56Z","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","id":"027317d4-b2ee-437f-8f81-a7dcada6b568","name":"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 14:53:03,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-46144a28-c0dc-463a-a26a-1c8d1a655249 2018-07-22 14:53:03,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115658044815s 2018-07-22 14:53:03,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-46144a28-c0dc-463a-a26a-1c8d1a655249 2018-07-22 14:53:03,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:53:03,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:03,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7b18f7d9-59f7-480e-8cf4-e21cea3d4d83 Date: Sun, 22 Jul 2018 14:53:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/snap", "metadata": {}}], "file": "/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/file", "owner": "b269bdaf1bbf4213a329d4485c36bec0", "id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "size": 12716032, "self": "/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:53:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:53:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:53:03,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7b18f7d9-59f7-480e-8cf4-e21cea3d4d83 2018-07-22 14:53:03,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0360209941864s 2018-07-22 14:53:03,422 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7b18f7d9-59f7-480e-8cf4-e21cea3d4d83 2018-07-22 14:53:03,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:53:03,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:03,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17084849-a299-4608-9e8a-4d36970fa12f x-compute-request-id: req-17084849-a299-4608-9e8a-4d36970fa12f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "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": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d"}]} 2018-07-22 14:53:03,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-17084849-a299-4608-9e8a-4d36970fa12f 2018-07-22 14:53:03,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0277070999146s 2018-07-22 14:53:03,452 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-17084849-a299-4608-9e8a-4d36970fa12f 2018-07-22 14:53:03,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 14:53:03,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"server": {"name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "imageRef": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "flavorRef": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "027317d4-b2ee-437f-8f81-a7dcada6b568"}], "security_groups": [{"name": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0"}]}}' 2018-07-22 14:53:04,989 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:53:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0d4a63c-7f57-42b9-a30d-f706ce07ae05 x-compute-request-id: req-b0d4a63c-7f57-42b9-a30d-f706ce07ae05 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0"}], "OS-DCF:diskConfig": "MANUAL", "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "adminPass": "ZAr8iJ832gYT"}} 2018-07-22 14:53:04,989 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b0d4a63c-7f57-42b9-a30d-f706ce07ae05 2018-07-22 14:53:04,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.53545594215s 2018-07-22 14:53:04,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b0d4a63c-7f57-42b9-a30d-f706ce07ae05 2018-07-22 14:53:04,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:04,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:05,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-7a101bf6-d38e-4ee5-b92e-095ff8c22073 x-compute-request-id: req-7a101bf6-d38e-4ee5-b92e-095ff8c22073 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "user_id": "62e2316f96a74dd297975af633d009f5", "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-07-22T14:53:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:05,815 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7a101bf6-d38e-4ee5-b92e-095ff8c22073 2018-07-22 14:53:05,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.825114011765s 2018-07-22 14:53:05,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7a101bf6-d38e-4ee5-b92e-095ff8c22073 2018-07-22 14:53:05,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:53:05,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:05,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-5273450c-9d5d-4de8-b86c-bdeca08ba6bf Date: Sun, 22 Jul 2018 14:53: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":["54254f1e-737a-4513-a075-823fd593525b"],"updated_at":"2018-07-22T14:52:56Z","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","id":"027317d4-b2ee-437f-8f81-a7dcada6b568","name":"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 14:53:05,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5273450c-9d5d-4de8-b86c-bdeca08ba6bf 2018-07-22 14:53:05,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119407892227s 2018-07-22 14:53:05,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5273450c-9d5d-4de8-b86c-bdeca08ba6bf 2018-07-22 14:53:05,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:53:05,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:06,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-13bf6b4f-ed0a-4b5c-ac25-d4bfc66ad5ff Date: Sun, 22 Jul 2018 14:53:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"027317d4-b2ee-437f-8f81-a7dcada6b568","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:52:56Z","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":"b269bdaf1bbf4213a329d4485c36bec0","id":"54254f1e-737a-4513-a075-823fd593525b","subnetpool_id":null,"name":"vping_ssh-subnet_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}]} 2018-07-22 14:53:06,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-13bf6b4f-ed0a-4b5c-ac25-d4bfc66ad5ff 2018-07-22 14:53:06,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0953049659729s 2018-07-22 14:53:06,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-13bf6b4f-ed0a-4b5c-ac25-d4bfc66ad5ff 2018-07-22 14:53:06,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:53:08,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:08,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:08,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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,Accept-Encoding x-openstack-request-id: req-0acbf8c4-5326-43db-9811-13fd1f93a655 x-compute-request-id: req-0acbf8c4-5326-43db-9811-13fd1f93a655 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:53:06Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:08,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0acbf8c4-5326-43db-9811-13fd1f93a655 2018-07-22 14:53:08,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556280851364s 2018-07-22 14:53:08,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0acbf8c4-5326-43db-9811-13fd1f93a655 2018-07-22 14:53:08,603 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:53:10,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:10,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:10,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-b94e9b6c-59e9-4c2e-b57d-f50c22d1b4bb x-compute-request-id: req-b94e9b6c-59e9-4c2e-b57d-f50c22d1b4bb Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:2b:c6", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:09.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:10Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:10,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b94e9b6c-59e9-4c2e-b57d-f50c22d1b4bb 2018-07-22 14:53:10,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345906019211s 2018-07-22 14:53:10,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b94e9b6c-59e9-4c2e-b57d-f50c22d1b4bb 2018-07-22 14:53:10,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:53:10,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f0f5d399-0981-4c23-8a12-1e38b444de7a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:11,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5eec5411-7455-40a7-b863-ed5b515b120f Date: Sun, 22 Jul 2018 14:53:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"027317d4-b2ee-437f-8f81-a7dcada6b568","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:53:06Z","admin_state_up":true,"updated_at":"2018-07-22T14:53:09Z","binding:vnic_type":"normal","device_id":"f0f5d399-0981-4c23-8a12-1e38b444de7a","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b5:2b:c6","id":"070a287d-9622-4dfc-9b42-0d314d400e9b","port_security_enabled":true,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","fixed_ips":[{"subnet_id":"54254f1e-737a-4513-a075-823fd593525b","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["28ebc001-99e1-4d4f-8b38-b3e44af87ba0"],"name":""}]} 2018-07-22 14:53:11,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0f5d399-0981-4c23-8a12-1e38b444de7a used request id req-5eec5411-7455-40a7-b863-ed5b515b120f 2018-07-22 14:53:11,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0540480613708s 2018-07-22 14:53:11,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0f5d399-0981-4c23-8a12-1e38b444de7a used request id req-5eec5411-7455-40a7-b863-ed5b515b120f 2018-07-22 14:53:11,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:53:11,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=070a287d-9622-4dfc-9b42-0d314d400e9b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:11,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-52a40436-4635-4c29-b1e1-20f5dbb674f3 Date: Sun, 22 Jul 2018 14:53:11 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:53:11,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=070a287d-9622-4dfc-9b42-0d314d400e9b used request id req-52a40436-4635-4c29-b1e1-20f5dbb674f3 2018-07-22 14:53:11,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.017520904541s 2018-07-22 14:53:11,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=070a287d-9622-4dfc-9b42-0d314d400e9b used request id req-52a40436-4635-4c29-b1e1-20f5dbb674f3 2018-07-22 14:53:11,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:11,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:11,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-697a2135-6297-4c61-9bbc-c571947b31b2 x-compute-request-id: req-697a2135-6297-4c61-9bbc-c571947b31b2 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:2b:c6", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:09.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:10Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:11,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-697a2135-6297-4c61-9bbc-c571947b31b2 2018-07-22 14:53:11,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.333441019058s 2018-07-22 14:53:11,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-697a2135-6297-4c61-9bbc-c571947b31b2 2018-07-22 14:53:11,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:53:11,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f0f5d399-0981-4c23-8a12-1e38b444de7a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:11,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0df7bc26-29b2-4a46-a892-4ce1372379f7 Date: Sun, 22 Jul 2018 14:53:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"027317d4-b2ee-437f-8f81-a7dcada6b568","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:53:06Z","admin_state_up":true,"updated_at":"2018-07-22T14:53:09Z","binding:vnic_type":"normal","device_id":"f0f5d399-0981-4c23-8a12-1e38b444de7a","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:b5:2b:c6","id":"070a287d-9622-4dfc-9b42-0d314d400e9b","port_security_enabled":true,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","fixed_ips":[{"subnet_id":"54254f1e-737a-4513-a075-823fd593525b","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["28ebc001-99e1-4d4f-8b38-b3e44af87ba0"],"name":""}]} 2018-07-22 14:53:11,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0f5d399-0981-4c23-8a12-1e38b444de7a used request id req-0df7bc26-29b2-4a46-a892-4ce1372379f7 2018-07-22 14:53:11,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0529201030731s 2018-07-22 14:53:11,426 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f0f5d399-0981-4c23-8a12-1e38b444de7a used request id req-0df7bc26-29b2-4a46-a892-4ce1372379f7 2018-07-22 14:53:11,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:53:11,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=070a287d-9622-4dfc-9b42-0d314d400e9b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:11,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-318667af-051e-4ae9-83f1-504381927b8c Date: Sun, 22 Jul 2018 14:53:11 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:53:11,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=070a287d-9622-4dfc-9b42-0d314d400e9b used request id req-318667af-051e-4ae9-83f1-504381927b8c 2018-07-22 14:53:11,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0209958553314s 2018-07-22 14:53:11,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=070a287d-9622-4dfc-9b42-0d314d400e9b used request id req-318667af-051e-4ae9-83f1-504381927b8c 2018-07-22 14:53:11,453 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b5:2b:c6', 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'63a22c42-6188-4251-9b9c-dc5f03fce0b7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T14:53:09.000000', 'flavor': Munch({u'id': u'fe0b6b15-ae65-4a48-b368-7bfeccd5267d'}), 'az': u'nova', 'id': u'f0f5d399-0981-4c23-8a12-1e38b444de7a', 'security_groups': [Munch({u'name': u'vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'62e2316f96a74dd297975af633d009f5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b269bdaf1bbf4213a329d4485c36bec0', 'name': 'vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', '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-07-22T14:53:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T14:53:10Z', 'hostId': u'0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9', '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-07-22T14:53:09.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b269bdaf1bbf4213a329d4485c36bec0', 'name': u'vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'adminPass': None, 'tenant_id': u'b269bdaf1bbf4213a329d4485c36bec0', 'created_at': u'2018-07-22T14:53:04Z', 'created': u'2018-07-22T14:53:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 14:53:11,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:53:11,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:11,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f3adab58-9194-4aea-919c-7db3d5b2cd65 Date: Sun, 22 Jul 2018 14: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":["54254f1e-737a-4513-a075-823fd593525b"],"updated_at":"2018-07-22T14:52:56Z","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","id":"027317d4-b2ee-437f-8f81-a7dcada6b568","name":"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 14:53:11,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f3adab58-9194-4aea-919c-7db3d5b2cd65 2018-07-22 14:53:11,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107688188553s 2018-07-22 14:53:11,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f3adab58-9194-4aea-919c-7db3d5b2cd65 2018-07-22 14:53:11,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:53:11,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:11,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-076165c0-e3e4-45cf-a3be-0543742214a4 Date: Sun, 22 Jul 2018 14:53:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/snap", "metadata": {}}], "file": "/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/file", "owner": "b269bdaf1bbf4213a329d4485c36bec0", "id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "size": 12716032, "self": "/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:53:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:53:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:53:11,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-076165c0-e3e4-45cf-a3be-0543742214a4 2018-07-22 14:53:11,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0350730419159s 2018-07-22 14:53:11,602 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-076165c0-e3e4-45cf-a3be-0543742214a4 2018-07-22 14:53:11,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:53:11,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:11,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-ff686398-5aba-40f0-ba72-e358d956213b x-compute-request-id: req-ff686398-5aba-40f0-ba72-e358d956213b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "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": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d"}]} 2018-07-22 14:53:11,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ff686398-5aba-40f0-ba72-e358d956213b 2018-07-22 14:53:11,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0296769142151s 2018-07-22 14:53:11,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ff686398-5aba-40f0-ba72-e358d956213b 2018-07-22 14:53:11,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 14:53:11,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"server": {"name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "imageRef": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "flavorRef": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "027317d4-b2ee-437f-8f81-a7dcada6b568"}], "security_groups": [{"name": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0"}]}}' 2018-07-22 14:53:12,489 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14: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-461c6af6-2ec6-4be5-82f1-ed0cfdba32bd x-compute-request-id: req-461c6af6-2ec6-4be5-82f1-ed0cfdba32bd Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0"}], "OS-DCF:diskConfig": "MANUAL", "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "adminPass": "Pbf3BEPZCHMz"}} 2018-07-22 14:53:12,489 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-461c6af6-2ec6-4be5-82f1-ed0cfdba32bd 2018-07-22 14:53:12,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.854083061218s 2018-07-22 14:53:12,490 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-461c6af6-2ec6-4be5-82f1-ed0cfdba32bd 2018-07-22 14:53:12,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:12,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:12,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94f73a72-cf46-4cce-bcf7-9183dcde36ee x-compute-request-id: req-94f73a72-cf46-4cce-bcf7-9183dcde36ee Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "user_id": "62e2316f96a74dd297975af633d009f5", "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-07-22T14:53:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:12Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:2b:c6", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:09.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:10Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:12,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-94f73a72-cf46-4cce-bcf7-9183dcde36ee 2018-07-22 14:53:12,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.253269910812s 2018-07-22 14:53:12,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-94f73a72-cf46-4cce-bcf7-9183dcde36ee 2018-07-22 14:53:12,750 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:53:14,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:14,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:14,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d884aa5b-fc05-41c9-8fe7-edee7fbeba5c x-compute-request-id: req-d884aa5b-fc05-41c9-8fe7-edee7fbeba5c Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:53:13Z", "hostId": "5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:12Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:2b:c6", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:09.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:10Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:14,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d884aa5b-fc05-41c9-8fe7-edee7fbeba5c 2018-07-22 14:53:14,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212821960449s 2018-07-22 14:53:14,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d884aa5b-fc05-41c9-8fe7-edee7fbeba5c 2018-07-22 14:53:14,971 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:53:16,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:16,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:17,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-6c96a96d-b3ca-41dd-b11b-d26a99ebb4a2 x-compute-request-id: req-6c96a96d-b3ca-41dd-b11b-d26a99ebb4a2 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:53:13Z", "hostId": "5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:12Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:2b:c6", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:09.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:10Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:17,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c96a96d-b3ca-41dd-b11b-d26a99ebb4a2 2018-07-22 14:53:17,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553862094879s 2018-07-22 14:53:17,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c96a96d-b3ca-41dd-b11b-d26a99ebb4a2 2018-07-22 14:53:17,533 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:53:19,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:19,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:19,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-d18027b3-11d2-496e-80f5-c10e4262d8e6 x-compute-request-id: req-d18027b3-11d2-496e-80f5-c10e4262d8e6 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:51:f7", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:18.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:18Z", "hostId": "5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:12Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:2b:c6", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:09.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:10Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:19,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d18027b3-11d2-496e-80f5-c10e4262d8e6 2018-07-22 14:53:19,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.320912122726s 2018-07-22 14:53:19,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d18027b3-11d2-496e-80f5-c10e4262d8e6 2018-07-22 14:53:19,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:53:19,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:19,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-77ae6da7-3f45-4b50-b703-fdcc43665611 Date: Sun, 22 Jul 2018 14:53:19 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"027317d4-b2ee-437f-8f81-a7dcada6b568","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:53:13Z","admin_state_up":true,"updated_at":"2018-07-22T14:53:18Z","binding:vnic_type":"normal","device_id":"d0df4ba5-2bea-48b5-9d64-4cc1743eedcf","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:08:51:f7","id":"45e0adcb-b365-4c17-9aaf-e22c242a0ae9","port_security_enabled":true,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","fixed_ips":[{"subnet_id":"54254f1e-737a-4513-a075-823fd593525b","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["28ebc001-99e1-4d4f-8b38-b3e44af87ba0"],"name":""}]} 2018-07-22 14:53:19,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf used request id req-77ae6da7-3f45-4b50-b703-fdcc43665611 2018-07-22 14:53:19,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585379600525s 2018-07-22 14:53:19,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf used request id req-77ae6da7-3f45-4b50-b703-fdcc43665611 2018-07-22 14:53:19,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:53:19,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=45e0adcb-b365-4c17-9aaf-e22c242a0ae9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:19,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2cf5c1b4-2333-41b8-9d9b-91edb5cf8c5b Date: Sun, 22 Jul 2018 14:53:19 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:53:19,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=45e0adcb-b365-4c17-9aaf-e22c242a0ae9 used request id req-2cf5c1b4-2333-41b8-9d9b-91edb5cf8c5b 2018-07-22 14:53:19,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0181150436401s 2018-07-22 14:53:19,946 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=45e0adcb-b365-4c17-9aaf-e22c242a0ae9 used request id req-2cf5c1b4-2333-41b8-9d9b-91edb5cf8c5b 2018-07-22 14:53:19,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:19,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:20,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-793f3302-cef0-4765-bf4c-3387a1044096 x-compute-request-id: req-793f3302-cef0-4765-bf4c-3387a1044096 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:51:f7", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:18.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:18Z", "hostId": "5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:12Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:2b:c6", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:09.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:10Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:20,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-793f3302-cef0-4765-bf4c-3387a1044096 2018-07-22 14:53:20,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553924798965s 2018-07-22 14:53:20,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-793f3302-cef0-4765-bf4c-3387a1044096 2018-07-22 14:53:20,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:53:20,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:20,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b363a3c1-eb91-4bf7-ab8c-a46d35765263 Date: Sun, 22 Jul 2018 14:53:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"027317d4-b2ee-437f-8f81-a7dcada6b568","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:53:13Z","admin_state_up":true,"updated_at":"2018-07-22T14:53:18Z","binding:vnic_type":"normal","device_id":"d0df4ba5-2bea-48b5-9d64-4cc1743eedcf","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:08:51:f7","id":"45e0adcb-b365-4c17-9aaf-e22c242a0ae9","port_security_enabled":true,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","fixed_ips":[{"subnet_id":"54254f1e-737a-4513-a075-823fd593525b","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["28ebc001-99e1-4d4f-8b38-b3e44af87ba0"],"name":""}]} 2018-07-22 14:53:20,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf used request id req-b363a3c1-eb91-4bf7-ab8c-a46d35765263 2018-07-22 14:53:20,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0554909706116s 2018-07-22 14:53:20,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf used request id req-b363a3c1-eb91-4bf7-ab8c-a46d35765263 2018-07-22 14:53:20,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:53:20,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=45e0adcb-b365-4c17-9aaf-e22c242a0ae9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:20,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5adc4185-cffe-43c0-841c-89d651ec5ed6 Date: Sun, 22 Jul 2018 14:53:20 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:53:20,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=45e0adcb-b365-4c17-9aaf-e22c242a0ae9 used request id req-5adc4185-cffe-43c0-841c-89d651ec5ed6 2018-07-22 14:53:20,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.017688035965s 2018-07-22 14:53:20,585 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=45e0adcb-b365-4c17-9aaf-e22c242a0ae9 used request id req-5adc4185-cffe-43c0-841c-89d651ec5ed6 2018-07-22 14:53:20,585 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:08:51:f7', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'63a22c42-6188-4251-9b9c-dc5f03fce0b7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T14:53:18.000000', 'flavor': Munch({u'id': u'fe0b6b15-ae65-4a48-b368-7bfeccd5267d'}), 'az': u'nova', 'id': u'd0df4ba5-2bea-48b5-9d64-4cc1743eedcf', 'security_groups': [Munch({u'name': u'vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'62e2316f96a74dd297975af633d009f5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b269bdaf1bbf4213a329d4485c36bec0', 'name': 'vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', '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-07-22T14:53:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T14:53:18Z', 'hostId': u'5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f', '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-07-22T14:53:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b269bdaf1bbf4213a329d4485c36bec0', 'name': u'vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'adminPass': None, 'tenant_id': u'b269bdaf1bbf4213a329d4485c36bec0', 'created_at': u'2018-07-22T14:53:12Z', 'created': u'2018-07-22T14:53:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 14:53:20,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:53:20,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:20,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-00fde0e8-da71-4a8a-9f50-7b14c8d4faa6 Date: Sun, 22 Jul 2018 14:53:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["54254f1e-737a-4513-a075-823fd593525b"],"updated_at":"2018-07-22T14:52:56Z","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","id":"027317d4-b2ee-437f-8f81-a7dcada6b568","name":"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 14:53:20,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-00fde0e8-da71-4a8a-9f50-7b14c8d4faa6 2018-07-22 14:53:20,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105145931244s 2018-07-22 14:53:20,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-00fde0e8-da71-4a8a-9f50-7b14c8d4faa6 2018-07-22 14:53:20,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:53:20,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:20,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1d3b26dd-9b86-4dfe-b40a-f8c49a602afd Date: Sun, 22 Jul 2018 14:53:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"027317d4-b2ee-437f-8f81-a7dcada6b568","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:53:13Z","admin_state_up":true,"updated_at":"2018-07-22T14:53:18Z","binding:vnic_type":"normal","device_id":"d0df4ba5-2bea-48b5-9d64-4cc1743eedcf","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:08:51:f7","id":"45e0adcb-b365-4c17-9aaf-e22c242a0ae9","port_security_enabled":true,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","fixed_ips":[{"subnet_id":"54254f1e-737a-4513-a075-823fd593525b","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["28ebc001-99e1-4d4f-8b38-b3e44af87ba0"],"name":""}]} 2018-07-22 14:53:20,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf used request id req-1d3b26dd-9b86-4dfe-b40a-f8c49a602afd 2018-07-22 14:53:20,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0551509857178s 2018-07-22 14:53:20,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=d0df4ba5-2bea-48b5-9d64-4cc1743eedcf used request id req-1d3b26dd-9b86-4dfe-b40a-f8c49a602afd 2018-07-22 14:53:20,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 14:53:20,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"floatingip": {"floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.10", "port_id": "45e0adcb-b365-4c17-9aaf-e22c242a0ae9"}}' 2018-07-22 14:53:22,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-666a5ee8-a534-4abf-a8ae-f684ede4fe42 Date: Sun, 22 Jul 2018 14:53:22 GMT RESP BODY: {"floatingip": {"router_id": "b877975e-c1b3-48e6-8e5c-da3e90d33313", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T14:53:21Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "45e0adcb-b365-4c17-9aaf-e22c242a0ae9", "id": "64bdc02d-d79b-44e2-9b58-75865c4a8091", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:53:21Z", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}} 2018-07-22 14:53:22,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-666a5ee8-a534-4abf-a8ae-f684ede4fe42 2018-07-22 14:53:22,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.52709197998s 2018-07-22 14:53:22,279 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-666a5ee8-a534-4abf-a8ae-f684ede4fe42 2018-07-22 14:53:22,282 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'b877975e-c1b3-48e6-8e5c-da3e90d33313', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b269bdaf1bbf4213a329d4485c36bec0', 'created_at': u'2018-07-22T14:53:21Z', 'attached': True, 'updated_at': u'2018-07-22T14:53:21Z', 'id': u'64bdc02d-d79b-44e2-9b58-75865c4a8091', 'floating_network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b269bdaf1bbf4213a329d4485c36bec0', 'name': 'vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'b877975e-c1b3-48e6-8e5c-da3e90d33313', 'project_id': u'b269bdaf1bbf4213a329d4485c36bec0', 'port_id': u'45e0adcb-b365-4c17-9aaf-e22c242a0ae9', 'port': u'45e0adcb-b365-4c17-9aaf-e22c242a0ae9', 'network': u'6a167d45-02f1-4160-bc00-29ab4d79828c'}) 2018-07-22 14:53:22,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 14:53:22,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf/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}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 14:53:23,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e908c278-3479-4951-895b-dc37437195b7 x-compute-request-id: req-e908c278-3479-4951-895b-dc37437195b7 Content-Encoding: gzip Content-Length: 9569 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 472779804 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.140536] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142266] pid_max: default: 32768 minimum: 301\n[ 0.143201] ACPI: Core revision 20150930\n[ 0.144618] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145978] Security Framework initialized\n[ 0.146826] Yama: becoming mindful.\n[ 0.147598] AppArmor: AppArmor initialized\n[ 0.148502] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149887] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151223] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152480] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153946] Initializing cgroup subsys io\n[ 0.154794] Initializing cgroup subsys memory\n[ 0.155707] Initializing cgroup subsys devices\n[ 0.156642] Initializing cgroup subsys freezer\n[ 0.157547] Initializing cgroup subsys net_cls\n[ 0.158451] Initializing cgroup subsys perf_event\n[ 0.159402] Initializing cgroup subsys net_prio\n[ 0.160329] Initializing cgroup subsys hugetlb\n[ 0.161234] Initializing cgroup subsys pids\n[ 0.162137] CPU: Physical Processor ID: 0\n[ 0.163698] mce: CPU supports 10 MCE banks\n[ 0.164581] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165626] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181583] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187879] ftrace: allocating 31920 entries in 125 pages\n[ 0.214821] smpboot: Max logical packages: 1\n[ 0.215755] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217171] x2apic enabled\n[ 0.218001] Switched APIC routing to physical x2apic.\n[ 0.219806] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220982] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225024] KVM setup paravirtual spinlock\n[ 0.226363] x86: Booted up 1 node, 1 CPUs\n[ 0.227205] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228655] devtmpfs: initialized\n[ 0.230394] evm: security.selinux\n[ 0.231120] evm: security.SMACK64\n[ 0.231840] evm: security.SMACK64EXEC\n[ 0.232617] evm: security.SMACK64TRANSMUTE\n[ 0.233466] evm: security.SMACK64MMAP\n[ 0.234244] evm: security.ima\n[ 0.234905] evm: security.capability\n[ 0.235741] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237676] pinctrl core: initialized pinctrl subsystem\n[ 0.238817] RTC time: 14:53:19, date: 07/22/18\n[ 0.239820] NET: Registered protocol family 16\n[ 0.240846] cpuidle: using governor ladder\n[ 0.241713] cpuidle: using governor menu\n[ 0.242540] PCCT header not found.\n[ 0.243328] ACPI: bus type PCI registered\n[ 0.244169] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245470] PCI: Using configuration type 1 for base access\n[ 0.247293] ACPI: Added _OSI(Module Device)\n[ 0.248170] ACPI: Added _OSI(Processor Device)\n[ 0.249065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251825] ACPI: Interpreter enabled\n[ 0.252624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254544] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256461] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258379] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260301] ACPI: (supports S0 S5)\n[ 0.261035] ACPI: Using IOAPIC for interrupt routing\n[ 0.262020] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265217] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266414] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268963] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271294] acpiphp: Slot [3] registered\n[ 0.272131] acpiphp: Slot [4] registered\n[ 0.272976] acpiphp: Slot [5] registered\n[ 0.273814] acpiphp: Slot [6] registered\n[ 0.274648] acpiphp: Slot [7] registered\n[ 0.275481] acpiphp: Slot [8] registered\n[ 0.276325] acpiphp: Slot [9] registered\n[ 0.277168] acpiphp: Slot [10] registered\n[ 0.278014] acpiphp: Slot [11] registered\n[ 0.278864] acpiphp: Slot [12] registered\n[ 0.279711] acpiphp: Slot [13] registered\n[ 0.280558] acpiphp: Slot [14] registered\n[ 0.281407] acpiphp: Slot [15] registered\n[ 0.292410] acpiphp: Slot [16] registered\n[ 0.293263] acpiphp: Slot [17] registered\n[ 0.294109] acpiphp: Slot [18] registered\n[ 0.294957] acpiphp: Slot [19] registered\n[ 0.295804] acpiphp: Slot [20] registered\n[ 0.296655] acpiphp: Slot [21] registered\n[ 0.297506] acpiphp: Slot [22] registered\n[ 0.298353] acpiphp: Slot [23] registered\n[ 0.299206] acpiphp: Slot [24] registered\n[ 0.300052] acpiphp: Slot [25] registered\n[ 0.300901] acpiphp: Slot [26] registered\n[ 0.301747] acpiphp: Slot [27] registered\n[ 0.302639] acpiphp: Slot [28] registered\n[ 0.303492] acpiphp: Slot [29] registered\n[ 0.304338] acpiphp: Slot [30] registered\n[ 0.305191] acpiphp: Slot [31] registered\n[ 0.306033] PCI host bridge to bus 0000:00\n[ 0.306876] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308141] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309417] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310930] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.312439] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.313976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317324] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318674] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319904] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326350] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.344841] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.346399] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.348287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.349761] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351211] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.352530] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.353874] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.354991] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.356618] vgaarb: loaded\n[ 0.357247] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358520] SCSI subsystem initialized\n[ 0.359468] ACPI: bus type USB registered\n[ 0.360339] usbcore: registered new interface driver usbfs\n[ 0.361427] usbcore: registered new interface driver hub\n[ 0.362490] usbcore: registered new device driver usb\n[ 0.363646] PCI: Using ACPI for IRQ routing\n[ 0.364805] NetLabel: Initializing\n[ 0.365561] NetLabel: domain hash size = 128\n[ 0.366454] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367454] NetLabel: unlabeled traffic allowed by default\n[ 0.368659] clocksource: Switched to clocksource kvm-clock\n[ 0.376962] AppArmor: AppArmor Filesystem Enabled\n[ 0.377992] pnp: PnP ACPI init\n[ 0.378963] pnp: PnP ACPI: found 5 devices\n[ 0.385331] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387133] NET: Registered protocol family 2\n[ 0.388223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389579] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390843] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392098] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393241] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394480] NET: Registered protocol family 1\n[ 0.395402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396550] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397672] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425947] Trying to unpack rootfs image as initramfs...\n[ 0.482303] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.484034] Scanning for low memory corruption every 60 seconds\n[ 0.485462] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.486682] audit: initializing netlink subsys (disabled)\n[ 0.487758] audit: type=2000 audit(1532271199.625:1): initialized\n[ 0.489202] Initialise system trusted keyring\n[ 0.490197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.491418] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.493633] zbud: loaded\n[ 0.494394] VFS: Disk quotas dquot_6.6.0\n[ 0.495259] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.496936] fuse init (API version 7.23)\n[ 0.497890] Key type big_key registered\n[ 0.498738] Allocating IMA MOK and blacklist keyrings.\n[ 0.500019] Key type asymmetric registered\n[ 0.500897] Asymmetric key parser 'x509' registered\n[ 0.501915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503464] io scheduler noop registered\n[ 0.504296] io scheduler deadline registered (default)\n[ 0.505352] io scheduler cfq registered\n[ 0.506247] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508700] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510220] ACPI: Power Button [PWRF]\n[ 0.511103] GHES: HEST is not enabled!\n[ 0.524827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.552849] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.555027] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579073] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581453] Linux agpgart interface v0.103\n[ 0.584098] brd: module loaded\n[ 0.585870] loop: module loaded\n[ 0.593142] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594678] GPT:90111 != 2097151\n[ 0.595382] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597115] GPT:90111 != 2097151\n[ 0.598115] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599593] vda: vda1 vda15\n[ 0.601469] scsi host0: ata_piix\n[ 0.602555] scsi host1: ata_piix\n[ 0.603606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605489] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.607837] libphy: Fixed MDIO Bus: probed\n[ 0.609054] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610493] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613536] PPP generic driver version 2.4.2\n[ 0.614904] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616711] ehci-pci: EHCI PCI platform driver\n[ 0.618052] ehci-platform: EHCI generic platform driver\n[ 0.619525] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620924] ohci-pci: OHCI PCI platform driver\n[ 0.622193] ohci-platform: OHCI generic platform driver\n[ 0.623714] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640146] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643874] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.645587] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647471] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649591] usb usb1: Product: UHCI Host Controller\n[ 0.650984] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652896] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654332] hub 1-0:1.0: USB hub found\n[ 0.655510] hub 1-0:1.0: 2 ports detected\n[ 0.656844] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659769] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661210] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662795] mousedev: PS/2 mouse device common for all mice\n[ 0.664625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668871] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670646] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672480] i2c /dev entries driver\n[ 0.673591] device-mapper: uevent: version 1.0.3\n[ 0.675003] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677445] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679461] NET: Registered protocol family 10\n[ 0.681053] NET: Registered protocol family 17\n[ 0.682400] Key type dns_resolver registered\n[ 0.683851] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685521] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688172] registered taskstats version 1\n[ 0.689427] Loading compiled-in X.509 certificates\n[ 0.691353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694198] zswap: loaded using pool lzo/zbud\n[ 0.696270] Key type trusted registered\n[ 0.698419] Key type encrypted registered\n[ 0.699635] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701229] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702844] evm: HMAC attrs: 0x1\n[ 0.704178] Magic number: 10:483:890\n[ 0.705472] rtc_cmos 00:00: setting system clock to 2018-07-22 14:53:19 UTC (1532271199)\n[ 0.707865] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709553] EDD information not available.\n[ 0.762114] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774493] Write protecting the kernel read-only data: 14336k\n[ 0.777217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779789] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.826202] 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.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000004\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDN0kLqApK6Zwu1FOdLNAgECH+8eyFER4XK/HwJCGtX3npeY6mpmY3bSnFe7fn9SHEbX9Lh4hfDedcYFV8R4dhm+ROnIvbwNmsJOAwkACKVFFpck6f+F+FOnpwJzFRRpOegwNH93TRq7unxSX/5IfI9MAMcQvnUT9YMknOPt3M1uicdQctTrtRtLFC6amyhBg6J1PrppaMJByH8LQltBwZGjlmzOBqWD4mWNYJwEW4G3VmFg64WgN1pRXmiqEhRxqwzRwwdLJLGT1AkmfQpdS3Q003Pj+ONzt4gClVS/XmhuVCxtD9D3kBncSoLHomAE1wp8urjOeRaukOX/QMbkoV7 root@vping-ssh-vm-0cd071e2-fa12-45b4-85bb-65f5ebe2cb90\nssh-dss AAAAB3NzaC1kc3MAAACBAPi+hr6pdKHY4MtRUJhp6Qu26To5cg7hdq8o/5ALSFdOO9zOTda/f3iUZ6uopvc8vSj+0DjlHHno3DB6FycOGnuRm3OMYthN/KNBiMxMpQYz5rMvyNspRHSSOqVlMirBQ/7Dkc1i8aYe374Y14UThBWJRZ04n7TbP676bnmHWJjrAAAAFQDMq42l7s1UeuX33oiCYRra5+KNjQAAAIAMqEivuTUSPH2LZGO6v1Qmb4Ak4YnzAFoKagw074PSr2azmc/gftaVXlwNAOAGUL0m5KNrDNJbpnmPGlwHvzCAm99yalblpbF9byovheEIw4kUbT6ogzbBK/DpV4SSW0Mz4GrXAyDF+EOE0Ac9XkITTJc9KiXiMOLmcULqpK8orAAAAIEA7Pg9d3t6DdeT7c3km72b3vLEIIZJzZghxM+ezNn68jtsA2eeeXlfywKKsa0SaP6np/oLzCoPRZ8stTwb1hluWKQ8pExv6JRzYKkI0LFqFjcJ8a9y9hRd1nJi4ri73amB2kgQjv+jB5nKjpi0wmz9rJ3Ad26E3cfo1mCYhNfZyvs= root@vping-ssh-vm-0cd071e2-fa12-45b4-85bb-65f5ebe2cb90\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe08:51f7/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-0cd071e2-fa12-45b4-85bb-65f5ebe2cb90\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.31 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-0cd071e2-fa12-45b4-85bb-65f5ebe2cb90 login: "} 2018-07-22 14:53:23,032 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf/action used request id req-e908c278-3479-4951-895b-dc37437195b7 2018-07-22 14:53:23,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.749107122421s 2018-07-22 14:53:23,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf/action used request id req-e908c278-3479-4951-895b-dc37437195b7 2018-07-22 14:53:23,033 - 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 472779804 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.140536] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142266] pid_max: default: 32768 minimum: 301 [ 0.143201] ACPI: Core revision 20150930 [ 0.144618] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145978] Security Framework initialized [ 0.146826] Yama: becoming mindful. [ 0.147598] AppArmor: AppArmor initialized [ 0.148502] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149887] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151223] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152480] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153946] Initializing cgroup subsys io [ 0.154794] Initializing cgroup subsys memory [ 0.155707] Initializing cgroup subsys devices [ 0.156642] Initializing cgroup subsys freezer [ 0.157547] Initializing cgroup subsys net_cls [ 0.158451] Initializing cgroup subsys perf_event [ 0.159402] Initializing cgroup subsys net_prio [ 0.160329] Initializing cgroup subsys hugetlb [ 0.161234] Initializing cgroup subsys pids [ 0.162137] CPU: Physical Processor ID: 0 [ 0.163698] mce: CPU supports 10 MCE banks [ 0.164581] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165626] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181583] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187879] ftrace: allocating 31920 entries in 125 pages [ 0.214821] smpboot: Max logical packages: 1 [ 0.215755] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217171] x2apic enabled [ 0.218001] Switched APIC routing to physical x2apic. [ 0.219806] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220982] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225024] KVM setup paravirtual spinlock [ 0.226363] x86: Booted up 1 node, 1 CPUs [ 0.227205] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228655] devtmpfs: initialized [ 0.230394] evm: security.selinux [ 0.231120] evm: security.SMACK64 [ 0.231840] evm: security.SMACK64EXEC [ 0.232617] evm: security.SMACK64TRANSMUTE [ 0.233466] evm: security.SMACK64MMAP [ 0.234244] evm: security.ima [ 0.234905] evm: security.capability [ 0.235741] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237676] pinctrl core: initialized pinctrl subsystem [ 0.238817] RTC time: 14:53:19, date: 07/22/18 [ 0.239820] NET: Registered protocol family 16 [ 0.240846] cpuidle: using governor ladder [ 0.241713] cpuidle: using governor menu [ 0.242540] PCCT header not found. [ 0.243328] ACPI: bus type PCI registered [ 0.244169] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245470] PCI: Using configuration type 1 for base access [ 0.247293] ACPI: Added _OSI(Module Device) [ 0.248170] ACPI: Added _OSI(Processor Device) [ 0.249065] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251825] ACPI: Interpreter enabled [ 0.252624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254544] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256461] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258379] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260301] ACPI: (supports S0 S5) [ 0.261035] ACPI: Using IOAPIC for interrupt routing [ 0.262020] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265217] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266414] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267712] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268963] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271294] acpiphp: Slot [3] registered [ 0.272131] acpiphp: Slot [4] registered [ 0.272976] acpiphp: Slot [5] registered [ 0.273814] acpiphp: Slot [6] registered [ 0.274648] acpiphp: Slot [7] registered [ 0.275481] acpiphp: Slot [8] registered [ 0.276325] acpiphp: Slot [9] registered [ 0.277168] acpiphp: Slot [10] registered [ 0.278014] acpiphp: Slot [11] registered [ 0.278864] acpiphp: Slot [12] registered [ 0.279711] acpiphp: Slot [13] registered [ 0.280558] acpiphp: Slot [14] registered [ 0.281407] acpiphp: Slot [15] registered [ 0.292410] acpiphp: Slot [16] registered [ 0.293263] acpiphp: Slot [17] registered [ 0.294109] acpiphp: Slot [18] registered [ 0.294957] acpiphp: Slot [19] registered [ 0.295804] acpiphp: Slot [20] registered [ 0.296655] acpiphp: Slot [21] registered [ 0.297506] acpiphp: Slot [22] registered [ 0.298353] acpiphp: Slot [23] registered [ 0.299206] acpiphp: Slot [24] registered [ 0.300052] acpiphp: Slot [25] registered [ 0.300901] acpiphp: Slot [26] registered [ 0.301747] acpiphp: Slot [27] registered [ 0.302639] acpiphp: Slot [28] registered [ 0.303492] acpiphp: Slot [29] registered [ 0.304338] acpiphp: Slot [30] registered [ 0.305191] acpiphp: Slot [31] registered [ 0.306033] PCI host bridge to bus 0000:00 [ 0.306876] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308141] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309417] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310930] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312439] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.313976] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.317324] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318674] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319904] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.321229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.324868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.326350] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.344841] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.346399] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.348287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.349761] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.351211] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.352530] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.353874] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.354991] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.356618] vgaarb: loaded [ 0.357247] vgaarb: bridge control possible 0000:00:02.0 [ 0.358520] SCSI subsystem initialized [ 0.359468] ACPI: bus type USB registered [ 0.360339] usbcore: registered new interface driver usbfs [ 0.361427] usbcore: registered new interface driver hub [ 0.362490] usbcore: registered new device driver usb [ 0.363646] PCI: Using ACPI for IRQ routing [ 0.364805] NetLabel: Initializing [ 0.365561] NetLabel: domain hash size = 128 [ 0.366454] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.367454] NetLabel: unlabeled traffic allowed by default [ 0.368659] clocksource: Switched to clocksource kvm-clock [ 0.376962] AppArmor: AppArmor Filesystem Enabled [ 0.377992] pnp: PnP ACPI init [ 0.378963] pnp: PnP ACPI: found 5 devices [ 0.385331] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387133] NET: Registered protocol family 2 [ 0.388223] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389579] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390843] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392098] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393241] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394480] NET: Registered protocol family 1 [ 0.395402] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396550] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397672] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425947] Trying to unpack rootfs image as initramfs... [ 0.482303] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.484034] Scanning for low memory corruption every 60 seconds [ 0.485462] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.486682] audit: initializing netlink subsys (disabled) [ 0.487758] audit: type=2000 audit(1532271199.625:1): initialized [ 0.489202] Initialise system trusted keyring [ 0.490197] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.491418] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.493633] zbud: loaded [ 0.494394] VFS: Disk quotas dquot_6.6.0 [ 0.495259] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.496936] fuse init (API version 7.23) [ 0.497890] Key type big_key registered [ 0.498738] Allocating IMA MOK and blacklist keyrings. [ 0.500019] Key type asymmetric registered [ 0.500897] Asymmetric key parser 'x509' registered [ 0.501915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.503464] io scheduler noop registered [ 0.504296] io scheduler deadline registered (default) [ 0.505352] io scheduler cfq registered [ 0.506247] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.507346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.508700] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510220] ACPI: Power Button [PWRF] [ 0.511103] GHES: HEST is not enabled! [ 0.524827] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.552849] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.555027] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.579073] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.581453] Linux agpgart interface v0.103 [ 0.584098] brd: module loaded [ 0.585870] loop: module loaded [ 0.593142] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.594678] GPT:90111 != 2097151 [ 0.595382] GPT:Alternate GPT header not at the end of the disk. [ 0.597115] GPT:90111 != 2097151 [ 0.598115] GPT: Use GNU Parted to correct GPT errors. [ 0.599593] vda: vda1 vda15 [ 0.601469] scsi host0: ata_piix [ 0.602555] scsi host1: ata_piix [ 0.603606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.605489] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.607837] libphy: Fixed MDIO Bus: probed [ 0.609054] tun: Universal TUN/TAP device driver, 1.6 [ 0.610493] tun: (C) 1999-2004 Max Krasnyansky [ 0.613536] PPP generic driver version 2.4.2 [ 0.614904] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616711] ehci-pci: EHCI PCI platform driver [ 0.618052] ehci-platform: EHCI generic platform driver [ 0.619525] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.620924] ohci-pci: OHCI PCI platform driver [ 0.622193] ohci-platform: OHCI generic platform driver [ 0.623714] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638598] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640146] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642377] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643874] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.645587] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.647471] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649591] usb usb1: Product: UHCI Host Controller [ 0.650984] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.652896] usb usb1: SerialNumber: 0000:00:01.2 [ 0.654332] hub 1-0:1.0: USB hub found [ 0.655510] hub 1-0:1.0: 2 ports detected [ 0.656844] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.659769] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661210] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662795] mousedev: PS/2 mouse device common for all mice [ 0.664625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667302] rtc_cmos 00:00: RTC can wake from S4 [ 0.668871] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.670646] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.672480] i2c /dev entries driver [ 0.673591] device-mapper: uevent: version 1.0.3 [ 0.675003] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677445] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679461] NET: Registered protocol family 10 [ 0.681053] NET: Registered protocol family 17 [ 0.682400] Key type dns_resolver registered [ 0.683851] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.685521] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.688172] registered taskstats version 1 [ 0.689427] Loading compiled-in X.509 certificates [ 0.691353] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.694198] zswap: loaded using pool lzo/zbud [ 0.696270] Key type trusted registered [ 0.698419] Key type encrypted registered [ 0.699635] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701229] ima: No TPM chip found, activating TPM-bypass! [ 0.702844] evm: HMAC attrs: 0x1 [ 0.704178] Magic number: 10:483:890 [ 0.705472] rtc_cmos 00:00: setting system clock to 2018-07-22 14:53:19 UTC (1532271199) [ 0.707865] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.709553] EDD information not available. [ 0.762114] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.774493] Write protecting the kernel read-only data: 14336k [ 0.777217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.779789] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.826202] 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.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000004 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDN0kLqApK6Zwu1FOdLNAgECH+8eyFER4XK/HwJCGtX3npeY6mpmY3bSnFe7fn9SHEbX9Lh4hfDedcYFV8R4dhm+ROnIvbwNmsJOAwkACKVFFpck6f+F+FOnpwJzFRRpOegwNH93TRq7unxSX/5IfI9MAMcQvnUT9YMknOPt3M1uicdQctTrtRtLFC6amyhBg6J1PrppaMJByH8LQltBwZGjlmzOBqWD4mWNYJwEW4G3VmFg64WgN1pRXmiqEhRxqwzRwwdLJLGT1AkmfQpdS3Q003Pj+ONzt4gClVS/XmhuVCxtD9D3kBncSoLHomAE1wp8urjOeRaukOX/QMbkoV7 root@vping-ssh-vm-0cd071e2-fa12-45b4-85bb-65f5ebe2cb90 ssh-dss AAAAB3NzaC1kc3MAAACBAPi+hr6pdKHY4MtRUJhp6Qu26To5cg7hdq8o/5ALSFdOO9zOTda/f3iUZ6uopvc8vSj+0DjlHHno3DB6FycOGnuRm3OMYthN/KNBiMxMpQYz5rMvyNspRHSSOqVlMirBQ/7Dkc1i8aYe374Y14UThBWJRZ04n7TbP676bnmHWJjrAAAAFQDMq42l7s1UeuX33oiCYRra5+KNjQAAAIAMqEivuTUSPH2LZGO6v1Qmb4Ak4YnzAFoKagw074PSr2azmc/gftaVXlwNAOAGUL0m5KNrDNJbpnmPGlwHvzCAm99yalblpbF9byovheEIw4kUbT6ogzbBK/DpV4SSW0Mz4GrXAyDF+EOE0Ac9XkITTJc9KiXiMOLmcULqpK8orAAAAIEA7Pg9d3t6DdeT7c3km72b3vLEIIZJzZghxM+ezNn68jtsA2eeeXlfywKKsa0SaP6np/oLzCoPRZ8stTwb1hluWKQ8pExv6JRzYKkI0LFqFjcJ8a9y9hRd1nJi4ri73amB2kgQjv+jB5nKjpi0wmz9rJ3Ad26E3cfo1mCYhNfZyvs= root@vping-ssh-vm-0cd071e2-fa12-45b4-85bb-65f5ebe2cb90 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe08:51f7/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-0cd071e2-fa12-45b4-85bb-65f5ebe2cb90 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.31 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-0cd071e2-fa12-45b4-85bb-65f5ebe2cb90 login: 2018-07-22 14:53:39,064 - paramiko.transport - DEBUG - starting thread (client mode): 0x69c7fc10L 2018-07-22 14:53:39,064 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 14:53:39,064 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 14:53:39,065 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 14:53:39,066 - 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-07-22 14:53:39,066 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 14:53:39,066 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 14:53:39,066 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 14:53:39,066 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 14:53:39,067 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 14:53:39,084 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 14:53:39,084 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 14:53:39,096 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: 0fb5e7abc23641b0c0ae8f446784e955 2018-07-22 14:53:39,097 - paramiko.transport - DEBUG - Trying discovered key bcd22ad5401ebe87bc15a8108af13fc1 in /tmp/tmpSqsAmR 2018-07-22 14:53:39,123 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 14:53:39,129 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 14:53:39,162 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 14:53:39,163 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 14:53:39,163 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 14:53:39,164 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 14:53:39,168 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 14:53:39,168 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.120.5 (192.168.120.5): 56 data bytes 64 bytes from 192.168.120.5: seq=0 ttl=64 time=1.831 ms --- 192.168.120.5 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.831/1.831/1.831 ms 2018-07-22 14:53:39,173 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 14:53:39,282 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:53:39,283 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 14:53:39,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 14:53:39,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:39,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2aff8f5-09b1-472e-9d8c-aa699d6fab69 x-compute-request-id: req-e2aff8f5-09b1-472e-9d8c-aa699d6fab69 Content-Type: application/json 2018-07-22 14:53:39,427 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a used request id req-e2aff8f5-09b1-472e-9d8c-aa699d6fab69 2018-07-22 14:53:39,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.140573978424s 2018-07-22 14:53:39,427 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a used request id req-e2aff8f5-09b1-472e-9d8c-aa699d6fab69 2018-07-22 14:53:39,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:39,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:39,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28cc5f6b-a5ac-4bee-9c4d-994bbe0850c1 x-compute-request-id: req-28cc5f6b-a5ac-4bee-9c4d-994bbe0850c1 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:51:f7", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:51:f7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:18.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:18Z", "hostId": "5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:12Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:2b:c6", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f0f5d399-0981-4c23-8a12-1e38b444de7a", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:09.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "f0f5d399-0981-4c23-8a12-1e38b444de7a", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:39Z", "hostId": "0915a9b3d9b628150630fa10ed9fd9805be7784f4f5073731b7a02f9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:04Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:39,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28cc5f6b-a5ac-4bee-9c4d-994bbe0850c1 2018-07-22 14:53:39,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493125915527s 2018-07-22 14:53:39,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-28cc5f6b-a5ac-4bee-9c4d-994bbe0850c1 2018-07-22 14:53:39,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:53:41,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:41,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:42,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53: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-59c7d7ae-f913-4282-8709-3a5f9c13dd35 x-compute-request-id: req-59c7d7ae-f913-4282-8709-3a5f9c13dd35 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:51:f7", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:51:f7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:18.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:18Z", "hostId": "5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:12Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:42,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-59c7d7ae-f913-4282-8709-3a5f9c13dd35 2018-07-22 14:53:42,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35182094574s 2018-07-22 14:53:42,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-59c7d7ae-f913-4282-8709-3a5f9c13dd35 2018-07-22 14:53:42,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 14:53:42,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/64bdc02d-d79b-44e2-9b58-75865c4a8091.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:43,051 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3f52593-aeb5-42db-bff5-b9e7369b7f4d Content-Length: 0 Date: Sun, 22 Jul 2018 14:53:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:53:43,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/64bdc02d-d79b-44e2-9b58-75865c4a8091.json used request id req-b3f52593-aeb5-42db-bff5-b9e7369b7f4d 2018-07-22 14:53:43,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.766013860703s 2018-07-22 14:53:43,051 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/64bdc02d-d79b-44e2-9b58-75865c4a8091.json used request id req-b3f52593-aeb5-42db-bff5-b9e7369b7f4d 2018-07-22 14:53:43,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:53:43,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:43,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-32a8cf0d-da83-475e-bd2e-e997aa57e303 Date: Sun, 22 Jul 2018 14:53:43 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:53:43,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-32a8cf0d-da83-475e-bd2e-e997aa57e303 2018-07-22 14:53:43,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0230720043182s 2018-07-22 14:53:43,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-32a8cf0d-da83-475e-bd2e-e997aa57e303 2018-07-22 14:53:43,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 14:53:43,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:43,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:53:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ac3384b-5926-49bb-94f8-90096dc90626 x-compute-request-id: req-1ac3384b-5926-49bb-94f8-90096dc90626 Content-Type: application/json 2018-07-22 14:53:43,241 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf used request id req-1ac3384b-5926-49bb-94f8-90096dc90626 2018-07-22 14:53:43,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.161403894424s 2018-07-22 14:53:43,242 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf used request id req-1ac3384b-5926-49bb-94f8-90096dc90626 2018-07-22 14:53:43,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:43,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:43,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbf714b7-c02b-40d4-af97-86452a853f0f x-compute-request-id: req-dbf714b7-c02b-40d4-af97-86452a853f0f Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:51:f7", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:51:f7", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "rel": "bookmark"}], "image": {"id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "links": [{"href": "http://172.30.9.28:8774/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:53:18.000000", "flavor": {"id": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "links": [{"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "bookmark"}]}, "id": "d0df4ba5-2bea-48b5-9d64-4cc1743eedcf", "security_groups": [{"name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}], "user_id": "62e2316f96a74dd297975af633d009f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:53:43Z", "hostId": "5fb2faf4e4f905cc1ebc94d10e92899b7e93fdafb1496abfd433ed6f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "name": "vping_ssh-vm_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "created": "2018-07-22T14:53:12Z", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:53:43,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dbf714b7-c02b-40d4-af97-86452a853f0f 2018-07-22 14:53:43,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.264506101608s 2018-07-22 14:53:43,507 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dbf714b7-c02b-40d4-af97-86452a853f0f 2018-07-22 14:53:43,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:53:45,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:53:45,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:45,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84c8f9cf-3d48-4a1b-9ee9-ef2f74e92aae x-compute-request-id: req-84c8f9cf-3d48-4a1b-9ee9-ef2f74e92aae Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 14:53:45,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-84c8f9cf-3d48-4a1b-9ee9-ef2f74e92aae 2018-07-22 14:53:45,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0824048519135s 2018-07-22 14:53:45,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-84c8f9cf-3d48-4a1b-9ee9-ef2f74e92aae 2018-07-22 14:53:45,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:53:45,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:45,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-8fd1cfc8-7b42-40a4-8597-a583ecaa3442 Date: Sun, 22 Jul 2018 14:53:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:53:02Z", "updated_at": "2018-07-22T14:53:03Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:03Z", "revision_number": 0, "id": "40f87627-f692-453d-a836-04390c53ac8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:03Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "45c96c19-da3c-45b0-8c04-963dca9f0b34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "90b735c8-ed2e-4852-a927-b7efb39878d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T14:53:02Z", "revision_number": 0, "id": "d8da3ab1-3290-4ac0-b98c-1597912f65c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:02Z", "security_group_id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "28ebc001-99e1-4d4f-8b38-b3e44af87ba0", "name": "vping_ssh-sg_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}]} 2018-07-22 14:53:45,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8fd1cfc8-7b42-40a4-8597-a583ecaa3442 2018-07-22 14:53:45,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0544919967651s 2018-07-22 14:53:45,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8fd1cfc8-7b42-40a4-8597-a583ecaa3442 2018-07-22 14:53:45,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 14:53:45,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/28ebc001-99e1-4d4f-8b38-b3e44af87ba0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:45,862 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03a8611b-4601-4701-80be-ece4609a9324 Content-Length: 0 Date: Sun, 22 Jul 2018 14:53:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:53:45,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/28ebc001-99e1-4d4f-8b38-b3e44af87ba0.json used request id req-03a8611b-4601-4701-80be-ece4609a9324 2018-07-22 14:53:45,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.206438064575s 2018-07-22 14:53:45,862 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/28ebc001-99e1-4d4f-8b38-b3e44af87ba0.json used request id req-03a8611b-4601-4701-80be-ece4609a9324 2018-07-22 14:53:45,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 14:53:45,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:45,916 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51ad43fd-37e6-4b77-95bf-7cf4d1cc3493 x-compute-request-id: req-51ad43fd-37e6-4b77-95bf-7cf4d1cc3493 Content-Length: 0 Content-Type: application/json 2018-07-22 14:53:45,917 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90 used request id req-51ad43fd-37e6-4b77-95bf-7cf4d1cc3493 2018-07-22 14:53:45,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0538761615753s 2018-07-22 14:53:45,917 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90 used request id req-51ad43fd-37e6-4b77-95bf-7cf4d1cc3493 2018-07-22 14:53:45,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:53:45,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313/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}c037acbe634bc29d210e7e5b1fa42946620f2fc8" -d '{"subnet_id": "54254f1e-737a-4513-a075-823fd593525b"}' 2018-07-22 14:53:47,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c4939efa-0d15-4744-a84c-0e1a883a93db Date: Sun, 22 Jul 2018 14:53:47 GMT RESP BODY: {"network_id": "027317d4-b2ee-437f-8f81-a7dcada6b568", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "subnet_id": "54254f1e-737a-4513-a075-823fd593525b", "subnet_ids": ["54254f1e-737a-4513-a075-823fd593525b"], "port_id": "d97a8b45-140a-463b-abb6-f6ad18711c39", "id": "b877975e-c1b3-48e6-8e5c-da3e90d33313"} 2018-07-22 14:53:47,256 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313/remove_router_interface.json used request id req-c4939efa-0d15-4744-a84c-0e1a883a93db 2018-07-22 14:53:47,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.33908319473s 2018-07-22 14:53:47,257 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313/remove_router_interface.json used request id req-c4939efa-0d15-4744-a84c-0e1a883a93db returning object b877975e-c1b3-48e6-8e5c-da3e90d33313 2018-07-22 14:53:47,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:53:47,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:47,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-32b52024-ba70-4dfd-b40e-04c3f3455146 Date: Sun, 22 Jul 2018 14:53:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:57Z", "admin_state_up": true, "updated_at": "2018-07-22T14:53:46Z", "revision_number": 4, "routes": [], "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "b877975e-c1b3-48e6-8e5c-da3e90d33313", "name": "vping_ssh-router_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}]} 2018-07-22 14:53:47,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-32b52024-ba70-4dfd-b40e-04c3f3455146 2018-07-22 14:53:47,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109788894653s 2018-07-22 14:53:47,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-32b52024-ba70-4dfd-b40e-04c3f3455146 2018-07-22 14:53:47,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:53:47,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:48,690 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0d0f6f6f-d841-41d1-9637-98d931d6ef37 Content-Length: 0 Date: Sun, 22 Jul 2018 14:53:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:53:48,690 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313.json used request id req-0d0f6f6f-d841-41d1-9637-98d931d6ef37 2018-07-22 14:53:48,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.32072114944s 2018-07-22 14:53:48,690 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b877975e-c1b3-48e6-8e5c-da3e90d33313.json used request id req-0d0f6f6f-d841-41d1-9637-98d931d6ef37 2018-07-22 14:53:48,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:53:48,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:48,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9c81ad94-d1b0-408e-88eb-d58126356082 Date: Sun, 22 Jul 2018 14:53:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"027317d4-b2ee-437f-8f81-a7dcada6b568","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:52:56Z","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":"b269bdaf1bbf4213a329d4485c36bec0","id":"54254f1e-737a-4513-a075-823fd593525b","subnetpool_id":null,"name":"vping_ssh-subnet_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}]} 2018-07-22 14:53:48,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-9c81ad94-d1b0-408e-88eb-d58126356082 2018-07-22 14:53:48,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0531649589539s 2018-07-22 14:53:48,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-9c81ad94-d1b0-408e-88eb-d58126356082 2018-07-22 14:53:48,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:53:48,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/54254f1e-737a-4513-a075-823fd593525b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:49,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-45eb6c12-90cb-4cee-ad7b-d77ba7786794 Date: Sun, 22 Jul 2018 14:53:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:53:49,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/54254f1e-737a-4513-a075-823fd593525b.json used request id req-45eb6c12-90cb-4cee-ad7b-d77ba7786794 2018-07-22 14:53:49,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.12140893936s 2018-07-22 14:53:49,868 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/54254f1e-737a-4513-a075-823fd593525b.json used request id req-45eb6c12-90cb-4cee-ad7b-d77ba7786794 2018-07-22 14:53:49,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:53:49,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:49,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-2cad1f92-b919-461b-9073-95808dae7a92 Date: Sun, 22 Jul 2018 14:53: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":[],"updated_at":"2018-07-22T14:53:49Z","tenant_id":"b269bdaf1bbf4213a329d4485c36bec0","created_at":"2018-07-22T14:52:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b269bdaf1bbf4213a329d4485c36bec0","id":"027317d4-b2ee-437f-8f81-a7dcada6b568","name":"vping_ssh-net_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 14:53:49,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2cad1f92-b919-461b-9073-95808dae7a92 2018-07-22 14:53:49,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126784801483s 2018-07-22 14:53:49,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2cad1f92-b919-461b-9073-95808dae7a92 2018-07-22 14:53:49,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:53:49,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/027317d4-b2ee-437f-8f81-a7dcada6b568.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:50,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dee9b950-5de4-4b26-aaab-9da1f2234485 Date: Sun, 22 Jul 2018 14:53:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:53:50,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/027317d4-b2ee-437f-8f81-a7dcada6b568.json used request id req-dee9b950-5de4-4b26-aaab-9da1f2234485 2018-07-22 14:53:50,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.855776786804s 2018-07-22 14:53:50,852 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/027317d4-b2ee-437f-8f81-a7dcada6b568.json used request id req-dee9b950-5de4-4b26-aaab-9da1f2234485 2018-07-22 14:53:50,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:53:50,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:51,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0d09ca34-8206-4669-9010-c183ecebe8c9 Date: Sun, 22 Jul 2018 14:53:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/snap", "metadata": {}}], "file": "/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/file", "owner": "b269bdaf1bbf4213a329d4485c36bec0", "id": "63a22c42-6188-4251-9b9c-dc5f03fce0b7", "size": 12716032, "self": "/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:53:01Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:53:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:53:51,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0d09ca34-8206-4669-9010-c183ecebe8c9 2018-07-22 14:53:51,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.648493766785s 2018-07-22 14:53:51,505 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0d09ca34-8206-4669-9010-c183ecebe8c9 2018-07-22 14:53:51,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 14:53:51,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c037acbe634bc29d210e7e5b1fa42946620f2fc8" 2018-07-22 14:53:51,864 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0eca1d6e-e6a8-4e98-901e-c0bc5dfc03d8 Date: Sun, 22 Jul 2018 14: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-07-22 14:53:51,864 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7 used request id req-0eca1d6e-e6a8-4e98-901e-c0bc5dfc03d8 2018-07-22 14:53:51,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.357117891312s 2018-07-22 14:53:51,864 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/63a22c42-6188-4251-9b9c-dc5f03fce0b7 used request id req-0eca1d6e-e6a8-4e98-901e-c0bc5dfc03d8 2018-07-22 14:53:51,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:53:51,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:51,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e53ba22-771a-4c06-9631-cd521134cede x-compute-request-id: req-4e53ba22-771a-4c06-9631-cd521134cede Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d", "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": "fe0b6b15-ae65-4a48-b368-7bfeccd5267d"}]} 2018-07-22 14:53:51,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4e53ba22-771a-4c06-9631-cd521134cede 2018-07-22 14:53:51,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0297110080719s 2018-07-22 14:53:51,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4e53ba22-771a-4c06-9631-cd521134cede 2018-07-22 14:53:51,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 14:53:51,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:51,937 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14: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-bb31f264-68a1-4141-8a08-a89fbfb5948d x-compute-request-id: req-bb31f264-68a1-4141-8a08-a89fbfb5948d Content-Length: 0 Content-Type: application/json 2018-07-22 14:53:51,938 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d used request id req-bb31f264-68a1-4141-8a08-a89fbfb5948d 2018-07-22 14:53:51,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412750244141s 2018-07-22 14:53:51,938 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fe0b6b15-ae65-4a48-b368-7bfeccd5267d used request id req-bb31f264-68a1-4141-8a08-a89fbfb5948d 2018-07-22 14:53:51,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:53:51,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:52,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af81d8cc-8867-4a4c-8a89-85f45bf45355 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "links": {"self": "http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "62e2316f96a74dd297975af633d009f5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:53:52,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-af81d8cc-8867-4a4c-8a89-85f45bf45355 2018-07-22 14:53:52,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108798980713s 2018-07-22 14:53:52,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-af81d8cc-8867-4a4c-8a89-85f45bf45355 2018-07-22 14:53:52,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:53:52,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:52,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee86062-fc7a-407b-a29f-d0fd3e118a7b Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90", "links": {"self": "http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "62e2316f96a74dd297975af633d009f5", "description": null}} 2018-07-22 14:53:52,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5 used request id req-1ee86062-fc7a-407b-a29f-d0fd3e118a7b 2018-07-22 14:53:52,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0997338294983s 2018-07-22 14:53:52,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5 used request id req-1ee86062-fc7a-407b-a29f-d0fd3e118a7b 2018-07-22 14:53:52,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 14:53:52,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:52,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc16fe54-eb1f-49c7-a447-082726f7bed5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:53:52,337 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5 used request id req-bc16fe54-eb1f-49c7-a447-082726f7bed5 2018-07-22 14:53:52,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.18310379982s 2018-07-22 14:53:52,338 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/62e2316f96a74dd297975af633d009f5 used request id req-bc16fe54-eb1f-49c7-a447-082726f7bed5 2018-07-22 14:53:52,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:53:52,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:52,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e1fe870-677c-49e9-bcef-4e7ee2181bdc Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0"}, "tags": [], "enabled": true, "id": "b269bdaf1bbf4213a329d4485c36bec0", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_0cd071e2-fa12-45b4-85bb-65f5ebe2cb90"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:53:52,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5e1fe870-677c-49e9-bcef-4e7ee2181bdc 2018-07-22 14:53:52,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0894560813904s 2018-07-22 14:53:52,434 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5e1fe870-677c-49e9-bcef-4e7ee2181bdc 2018-07-22 14:53:52,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 14:53:52,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:52,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bc288d7-3ed1-4586-a166-131d6ceef5e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:53:52,601 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-8bc288d7-3ed1-4586-a166-131d6ceef5e9 2018-07-22 14:53:52,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.162165880203s 2018-07-22 14:53:52,601 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-8bc288d7-3ed1-4586-a166-131d6ceef5e9 2018-07-22 14:53:52,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:53:52,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:52,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08070cab-4ed5-4e34-b731-0cabe93d3ff0 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1722be101e9e48d0af59384d7057e9de", "links": {"self": "http://172.30.9.28:5000/v3/roles/1722be101e9e48d0af59384d7057e9de"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:53:52,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-08070cab-4ed5-4e34-b731-0cabe93d3ff0 2018-07-22 14:53:52,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0803301334381s 2018-07-22 14:53:52,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-08070cab-4ed5-4e34-b731-0cabe93d3ff0 2018-07-22 14:53:52,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 14:53:52,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/1722be101e9e48d0af59384d7057e9de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d9cef1449e8157d5264477e3614a330f2291b4c" 2018-07-22 14:53:52,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ceb52539-7c5a-44d7-a3ea-21d8e2662ed6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:53:52,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1722be101e9e48d0af59384d7057e9de used request id req-ceb52539-7c5a-44d7-a3ea-21d8e2662ed6 2018-07-22 14:53:52,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.107468128204s 2018-07-22 14:53:52,799 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1722be101e9e48d0af59384d7057e9de used request id req-ceb52539-7c5a-44d7-a3ea-21d8e2662ed6 2018-07-22 14:53:52,854 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-22 14:53:52,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:53:52,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:53:52,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:53:52,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:53:52,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:53:52,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:53:52,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:53:52,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:53:52,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:53:52,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:53:52,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:53:52,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64941f19-e5f5-4475-8f6d-843606360dae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:53:52,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-64941f19-e5f5-4475-8f6d-843606360dae 2018-07-22 14:53:52,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:53:53,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:53:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["HVRhC02iS7evYfzL7ISmDQ"], "issued_at": "2018-07-22T14:53:53.000000Z"}} 2018-07-22 14:53:53,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:53:53,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:53,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-67b2621d-d761-40f9-a3c8-a053a781e853 Date: Sun, 22 Jul 2018 14:53:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:53:53,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-67b2621d-d761-40f9-a3c8-a053a781e853 2018-07-22 14:53:53,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255704164505s 2018-07-22 14:53:53,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-67b2621d-d761-40f9-a3c8-a053a781e853 2018-07-22 14:53:53,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:53:53,551 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:53:53,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:53:53,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:53,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-833a297d-b309-4433-b80d-6cbc62224422 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 14:53:53,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-833a297d-b309-4433-b80d-6cbc62224422 2018-07-22 14:53:53,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0903370380402s 2018-07-22 14:53:53,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-833a297d-b309-4433-b80d-6cbc62224422 2018-07-22 14:53:53,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 14:53:53,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465"}}' 2018-07-22 14:53:53,789 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10765a11-e472-4847-9b07-a5425396921e 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.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8"}, "tags": [], "enabled": true, "id": "05aaaeb81b2d4226bbd42ae369d455c8", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465"}} 2018-07-22 14:53:53,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-10765a11-e472-4847-9b07-a5425396921e 2018-07-22 14:53:53,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.13938999176s 2018-07-22 14:53:53,790 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-10765a11-e472-4847-9b07-a5425396921e 2018-07-22 14:53:53,790 - 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'05aaaeb81b2d4226bbd42ae369d455c8', '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_df9a6274-e723-49e0-9a1c-91715bde3465'}) 2018-07-22 14:53:53,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 14:53:53,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "45da52a1-994e-49fb-a867-06fd94ccdf72", "email": null, "name": "vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465"}}' 2018-07-22 14:53:54,094 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:53:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f7006e0-98b1-40e3-bce4-5855ad0484cd Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465", "links": {"self": "http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "831e19b6192e459dacad8f39bf74d2c8", "domain_id": "default", "password_expires_at": null}} 2018-07-22 14:53:54,094 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-5f7006e0-98b1-40e3-bce4-5855ad0484cd 2018-07-22 14:53:54,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.297461032867s 2018-07-22 14:53:54,095 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-5f7006e0-98b1-40e3-bce4-5855ad0484cd 2018-07-22 14:53:54,095 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'831e19b6192e459dacad8f39bf74d2c8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465'}) 2018-07-22 14:53:54,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:53:54,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:54,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1948b13e-93f1-4dc6-91c8-dfd888b3a681 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:53:54,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1948b13e-93f1-4dc6-91c8-dfd888b3a681 2018-07-22 14:53:54,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0876889228821s 2018-07-22 14:53:54,187 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1948b13e-93f1-4dc6-91c8-dfd888b3a681 2018-07-22 14:53:54,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:53:54,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:54,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd8bb37-0131-4853-8b95-ee335e5d67ed Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:53:54,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bbd8bb37-0131-4853-8b95-ee335e5d67ed 2018-07-22 14:53:54,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0988690853119s 2018-07-22 14:53:54,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bbd8bb37-0131-4853-8b95-ee335e5d67ed 2018-07-22 14:53:54,292 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 14:53:54,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 14:53:54,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" -d '{"role": {"name": "Member"}}' 2018-07-22 14:53:54,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dee3ad1-5dae-4569-af3b-bb2964da38c8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "776dbed4125942e9aadd9a1c4785eb3c", "links": {"self": "http://172.30.9.28:5000/v3/roles/776dbed4125942e9aadd9a1c4785eb3c"}, "name": "Member"}} 2018-07-22 14:53:54,404 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0dee3ad1-5dae-4569-af3b-bb2964da38c8 2018-07-22 14:53:54,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.107681035995s 2018-07-22 14:53:54,404 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0dee3ad1-5dae-4569-af3b-bb2964da38c8 2018-07-22 14:53:54,405 - 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'776dbed4125942e9aadd9a1c4785eb3c'}) 2018-07-22 14:53:54,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:53:54,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:54,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad53994-a438-432e-8685-0e76f932c4c7 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "776dbed4125942e9aadd9a1c4785eb3c", "links": {"self": "http://172.30.9.28:5000/v3/roles/776dbed4125942e9aadd9a1c4785eb3c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:53:54,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8ad53994-a438-432e-8685-0e76f932c4c7 2018-07-22 14:53:54,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0875990390778s 2018-07-22 14:53:54,496 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8ad53994-a438-432e-8685-0e76f932c4c7 2018-07-22 14:53:54,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:53:54,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:54,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f927532-03e6-4655-88d3-61c39f38beca Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 14:53:54,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-3f927532-03e6-4655-88d3-61c39f38beca 2018-07-22 14:53:54,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0947461128235s 2018-07-22 14:53:54,599 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-3f927532-03e6-4655-88d3-61c39f38beca 2018-07-22 14:53:54,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:53:54,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:54,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf9ed24-f207-4ba2-b73e-d63c25e71eff Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465", "links": {"self": "http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "831e19b6192e459dacad8f39bf74d2c8", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:53:54,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2bf9ed24-f207-4ba2-b73e-d63c25e71eff 2018-07-22 14:53:54,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108217000961s 2018-07-22 14:53:54,708 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2bf9ed24-f207-4ba2-b73e-d63c25e71eff 2018-07-22 14:53:54,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:53:54,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:54,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a06681f2-ea59-4b9b-8fd5-1d6a40efa0f9 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8"}, "tags": [], "enabled": true, "id": "05aaaeb81b2d4226bbd42ae369d455c8", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:53:54,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-a06681f2-ea59-4b9b-8fd5-1d6a40efa0f9 2018-07-22 14:53:54,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192538022995s 2018-07-22 14:53:54,913 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-a06681f2-ea59-4b9b-8fd5-1d6a40efa0f9 2018-07-22 14:53:54,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 14:53:54,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=831e19b6192e459dacad8f39bf74d2c8&role.id=776dbed4125942e9aadd9a1c4785eb3c&scope.project.id=05aaaeb81b2d4226bbd42ae369d455c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:55,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a710f7ec-d248-40c5-95ae-d2c1a2c051d2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=831e19b6192e459dacad8f39bf74d2c8&role.id=776dbed4125942e9aadd9a1c4785eb3c&scope.project.id=05aaaeb81b2d4226bbd42ae369d455c8", "previous": null, "next": null}} 2018-07-22 14:53:55,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=831e19b6192e459dacad8f39bf74d2c8&role.id=776dbed4125942e9aadd9a1c4785eb3c&scope.project.id=05aaaeb81b2d4226bbd42ae369d455c8 used request id req-a710f7ec-d248-40c5-95ae-d2c1a2c051d2 2018-07-22 14:53:55,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0860459804535s 2018-07-22 14:53:55,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=831e19b6192e459dacad8f39bf74d2c8&role.id=776dbed4125942e9aadd9a1c4785eb3c&scope.project.id=05aaaeb81b2d4226bbd42ae369d455c8 used request id req-a710f7ec-d248-40c5-95ae-d2c1a2c051d2 2018-07-22 14:53:55,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 14:53:55,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8/users/831e19b6192e459dacad8f39bf74d2c8/roles/776dbed4125942e9aadd9a1c4785eb3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:53:55,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd727b78-ada6-492f-8b55-6d621ee76cd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:53:55,143 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8/users/831e19b6192e459dacad8f39bf74d2c8/roles/776dbed4125942e9aadd9a1c4785eb3c used request id req-fd727b78-ada6-492f-8b55-6d621ee76cd0 2018-07-22 14:53:55,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134245157242s 2018-07-22 14:53:55,143 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8/users/831e19b6192e459dacad8f39bf74d2c8/roles/776dbed4125942e9aadd9a1c4785eb3c used request id req-fd727b78-ada6-492f-8b55-6d621ee76cd0 2018-07-22 14:53:55,144 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465', 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'05aaaeb81b2d4226bbd42ae369d455c8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '45da52a1-994e-49fb-a867-06fd94ccdf72', 'username': u'vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 14:53:55,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:53:55,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:53:55,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:53:55,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:53:55,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:53:55,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:53:55,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:53:55,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:53:55,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:53:55,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:53:55,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:53:55,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:53:55,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:53:55,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:53:55,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:53:55,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:53:55,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:53:55,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:53:55,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:53:55,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:53:55,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:53:55,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:53:55,149 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465', 'password': '45da52a1-994e-49fb-a867-06fd94ccdf72', 'project_name': 'vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': '05aaaeb81b2d4226bbd42ae369d455c8', 'project_domain_name': 'Default'} 2018-07-22 14:53:55,150 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-22 14:53:55,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:53:55,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990440ac-e7e6-4e9e-a9f3-811800f36c24 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:53:55,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-990440ac-e7e6-4e9e-a9f3-811800f36c24 2018-07-22 14:53:55,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:53:55,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "776dbed4125942e9aadd9a1c4785eb3c", "name": "Member"}], "expires_at": "2018-07-22T15:53:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05aaaeb81b2d4226bbd42ae369d455c8", "name": "vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/05aaaeb81b2d4226bbd42ae369d455c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_05aaaeb81b2d4226bbd42ae369d455c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_05aaaeb81b2d4226bbd42ae369d455c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465", "id": "831e19b6192e459dacad8f39bf74d2c8"}, "audit_ids": ["WVW85vnBTG6YRWMX3Z7ZJw"], "issued_at": "2018-07-22T14:53:55.000000Z"}} 2018-07-22 14:53:55,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:53:55,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"network": {"name": "vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465", "admin_state_up": true}}' 2018-07-22 14:53:56,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-03bad24c-ce25-429d-aafe-edb2452cfdbf Date: Sun, 22 Jul 2018 14:53:56 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T14:53:56Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","name":"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465"}} 2018-07-22 14:53:56,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-03bad24c-ce25-429d-aafe-edb2452cfdbf 2018-07-22 14:53:56,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.75586104393s 2018-07-22 14:53:56,291 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-03bad24c-ce25-429d-aafe-edb2452cfdbf 2018-07-22 14:53:56,292 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:53:56Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465', u'admin_state_up': True, u'tenant_id': u'05aaaeb81b2d4226bbd42ae369d455c8', u'created_at': u'2018-07-22T14:53:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'05aaaeb81b2d4226bbd42ae369d455c8'}) 2018-07-22 14:53:56,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:53:56,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:53:56,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-ec2e65b9-dc88-4f47-82e2-6b09bf28b844 Date: Sun, 22 Jul 2018 14:53: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T14:53:56Z","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","name":"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465"}]} 2018-07-22 14:53:56,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ec2e65b9-dc88-4f47-82e2-6b09bf28b844 2018-07-22 14:53:56,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353168010712s 2018-07-22 14:53:56,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ec2e65b9-dc88-4f47-82e2-6b09bf28b844 2018-07-22 14:53:56,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:53:56,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"subnet": {"name": "vping_userdata-subnet_df9a6274-e723-49e0-9a1c-91715bde3465", "enable_dhcp": true, "network_id": "937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:53:57,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b1cb230d-c53a-4a7c-8ff7-6befb516613c Date: Sun, 22 Jul 2018 14:53:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:53:56Z","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":"05aaaeb81b2d4226bbd42ae369d455c8","id":"138feb52-f408-4b0c-9bd2-aa284448d136","subnetpool_id":null,"name":"vping_userdata-subnet_df9a6274-e723-49e0-9a1c-91715bde3465"}} 2018-07-22 14:53:57,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b1cb230d-c53a-4a7c-8ff7-6befb516613c 2018-07-22 14:53:57,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.583943128586s 2018-07-22 14:53:57,232 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b1cb230d-c53a-4a7c-8ff7-6befb516613c 2018-07-22 14:53:57,232 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:53:56Z', 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'138feb52-f408-4b0c-9bd2-aa284448d136', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_df9a6274-e723-49e0-9a1c-91715bde3465', u'enable_dhcp': True, u'network_id': u'937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de', u'tenant_id': u'05aaaeb81b2d4226bbd42ae369d455c8', u'created_at': u'2018-07-22T14:53:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'05aaaeb81b2d4226bbd42ae369d455c8'}) 2018-07-22 14:53:57,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:53:57,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "vping_userdata-router_df9a6274-e723-49e0-9a1c-91715bde3465", "admin_state_up": true}}' 2018-07-22 14:53:58,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-2c3c671d-8488-4032-8764-2592b5d9c5d6 Date: Sun, 22 Jul 2018 14:53:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:57Z", "admin_state_up": true, "updated_at": "2018-07-22T14:53:58Z", "revision_number": 2, "routes": [], "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "ca0bbb13-11df-4627-a372-b87cc28d97a9", "name": "vping_userdata-router_df9a6274-e723-49e0-9a1c-91715bde3465"}} 2018-07-22 14:53:58,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2c3c671d-8488-4032-8764-2592b5d9c5d6 2018-07-22 14:53:58,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.0791208744s 2018-07-22 14:53:58,313 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2c3c671d-8488-4032-8764-2592b5d9c5d6 2018-07-22 14:53:58,313 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'05aaaeb81b2d4226bbd42ae369d455c8', u'created_at': u'2018-07-22T14:53:57Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T14:53:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'05aaaeb81b2d4226bbd42ae369d455c8', u'id': u'ca0bbb13-11df-4627-a372-b87cc28d97a9', u'name': u'vping_userdata-router_df9a6274-e723-49e0-9a1c-91715bde3465'}) 2018-07-22 14:53:58,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:53:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9/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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"subnet_id": "138feb52-f408-4b0c-9bd2-aa284448d136"}' 2018-07-22 14:54:00,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-05d213fb-97be-49e1-84d3-3329384586bb Date: Sun, 22 Jul 2018 14:54:00 GMT RESP BODY: {"network_id": "937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "subnet_id": "138feb52-f408-4b0c-9bd2-aa284448d136", "subnet_ids": ["138feb52-f408-4b0c-9bd2-aa284448d136"], "port_id": "d4a5c018-3ba0-49d6-8b81-e86d1ea8cb46", "id": "ca0bbb13-11df-4627-a372-b87cc28d97a9"} 2018-07-22 14:54:00,074 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9/add_router_interface.json used request id req-05d213fb-97be-49e1-84d3-3329384586bb 2018-07-22 14:54:00,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.76014995575s 2018-07-22 14:54:00,074 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9/add_router_interface.json used request id req-05d213fb-97be-49e1-84d3-3329384586bb returning object ca0bbb13-11df-4627-a372-b87cc28d97a9 2018-07-22 14:54:00,074 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 14:54:00,207 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 14:54:00,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:54:00,212 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 14:54:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 14:54:00,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:54:00,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:00,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-060c0b19-9c1d-4df4-864a-a76f632e5099 Date: Sun, 22 Jul 2018 14:54:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:54:00,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-060c0b19-9c1d-4df4-864a-a76f632e5099 2018-07-22 14:54:00,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173253059387s 2018-07-22 14:54:00,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-060c0b19-9c1d-4df4-864a-a76f632e5099 2018-07-22 14:54:00,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 14:54:00,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465"}' 2018-07-22 14:54:00,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1deffbb3-b13c-45a1-bdab-4e83250d010f Date: Sun, 22 Jul 2018 14:54:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/file", "owner": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "size": null, "self": "/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:54:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "checksum": null, "created_at": "2018-07-22T14:54:00Z", "protected": false} 2018-07-22 14:54:00,467 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1deffbb3-b13c-45a1-bdab-4e83250d010f 2018-07-22 14:54:00,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.070681810379s 2018-07-22 14:54:00,468 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1deffbb3-b13c-45a1-bdab-4e83250d010f returning object 419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5 2018-07-22 14:54:00,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 14:54:00,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '' 2018-07-22 14:54:00,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f8c0e88-89a7-48cc-be5e-0a9b16fad57d Date: Sun, 22 Jul 2018 14:54:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:54:00,929 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/file used request id req-3f8c0e88-89a7-48cc-be5e-0a9b16fad57d 2018-07-22 14:54:00,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.459991931915s 2018-07-22 14:54:00,929 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/file used request id req-3f8c0e88-89a7-48cc-be5e-0a9b16fad57d 2018-07-22 14:54:00,929 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T14:54:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/file', u'owner': u'05aaaeb81b2d4226bbd42ae369d455c8', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5', u'size': None, u'name': u'vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465', u'checksum': None, u'self': u'/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T14:54:00Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 14:54:00,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 14:54:00,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_df9a6274-e723-49e0-9a1c-91715bde3465", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 14:54:01,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-4458dac1-82a5-4c69-aac5-33f4fff46c00 x-compute-request-id: req-4458dac1-82a5-4c69-aac5-33f4fff46c00 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_df9a6274-e723-49e0-9a1c-91715bde3465", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "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": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1"}} 2018-07-22 14:54:01,166 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4458dac1-82a5-4c69-aac5-33f4fff46c00 2018-07-22 14:54:01,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.235692977905s 2018-07-22 14:54:01,167 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4458dac1-82a5-4c69-aac5-33f4fff46c00 2018-07-22 14:54:01,168 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_df9a6274-e723-49e0-9a1c-91715bde3465', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1', 'swap': 0}) 2018-07-22 14:54:01,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 14:54:01,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1/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}3f90aa6534de159e4915fe8943f46baf2220b37e" -d '{"extra_specs": {}}' 2018-07-22 14:54:01,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-602e7f77-5dda-4823-8dd8-0983d904d0d5 x-compute-request-id: req-602e7f77-5dda-4823-8dd8-0983d904d0d5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 14:54:01,195 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1/os-extra_specs used request id req-602e7f77-5dda-4823-8dd8-0983d904d0d5 2018-07-22 14:54:01,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0270738601685s 2018-07-22 14:54:01,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1/os-extra_specs used request id req-602e7f77-5dda-4823-8dd8-0983d904d0d5 2018-07-22 14:54:01,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:01,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:01,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-3ed055f5-fd4c-46a9-ae78-f221793245dc Date: Sun, 22 Jul 2018 14:54: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["138feb52-f408-4b0c-9bd2-aa284448d136"],"updated_at":"2018-07-22T14:53:56Z","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","name":"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465"}]} 2018-07-22 14:54:01,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3ed055f5-fd4c-46a9-ae78-f221793245dc 2018-07-22 14:54:01,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114223003387s 2018-07-22 14:54:01,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3ed055f5-fd4c-46a9-ae78-f221793245dc 2018-07-22 14:54:01,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:54:01,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:01,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-c9a3d37e-ce5f-40ce-b656-46a79bf0b58b Date: Sun, 22 Jul 2018 14:54:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/snap", "metadata": {}}], "file": "/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/file", "owner": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "size": 12716032, "self": "/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:54:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:54:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:54:01,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c9a3d37e-ce5f-40ce-b656-46a79bf0b58b 2018-07-22 14:54:01,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0348968505859s 2018-07-22 14:54:01,351 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c9a3d37e-ce5f-40ce-b656-46a79bf0b58b 2018-07-22 14:54:01,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:54:01,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:01,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-fba73465-ba99-4090-b27c-997fdfaad233 x-compute-request-id: req-fba73465-ba99-4090-b27c-997fdfaad233 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_df9a6274-e723-49e0-9a1c-91715bde3465", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "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": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1"}]} 2018-07-22 14:54:01,541 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fba73465-ba99-4090-b27c-997fdfaad233 2018-07-22 14:54:01,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.187629938126s 2018-07-22 14:54:01,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fba73465-ba99-4090-b27c-997fdfaad233 2018-07-22 14:54:01,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 14:54:01,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"server": {"name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "imageRef": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "flavorRef": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de"}]}}' 2018-07-22 14:54:02,387 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5628c8ad-2efa-4369-ace7-3035ce52c6dd x-compute-request-id: req-5628c8ad-2efa-4369-ace7-3035ce52c6dd Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f222213d-dd0e-4786-a185-741a0acfd528", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "adminPass": "jdwoK6VKVxaw"}} 2018-07-22 14:54:02,388 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5628c8ad-2efa-4369-ace7-3035ce52c6dd 2018-07-22 14:54:02,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.84494304657s 2018-07-22 14:54:02,388 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5628c8ad-2efa-4369-ace7-3035ce52c6dd 2018-07-22 14:54:02,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:02,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:02,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-4615109c-5817-441f-967d-4ca71036f29c x-compute-request-id: req-4615109c-5817-441f-967d-4ca71036f29c Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "user_id": "831e19b6192e459dacad8f39bf74d2c8", "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-07-22T14:54:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:02,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4615109c-5817-441f-967d-4ca71036f29c 2018-07-22 14:54:02,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.400017023087s 2018-07-22 14:54:02,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4615109c-5817-441f-967d-4ca71036f29c 2018-07-22 14:54:02,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:02,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:03,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-575b0f4c-8b87-48d2-ad9b-a73000d19b2d Date: Sun, 22 Jul 2018 14:54:03 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["138feb52-f408-4b0c-9bd2-aa284448d136"],"updated_at":"2018-07-22T14:53:56Z","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","name":"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465"}]} 2018-07-22 14:54:03,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-575b0f4c-8b87-48d2-ad9b-a73000d19b2d 2018-07-22 14:54:03,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.218282938004s 2018-07-22 14:54:03,015 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-575b0f4c-8b87-48d2-ad9b-a73000d19b2d 2018-07-22 14:54:03,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:54:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:03,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2645d235-3c78-4ec3-a41b-6b0cb531eff7 Date: Sun, 22 Jul 2018 14:54:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:53:56Z","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":"05aaaeb81b2d4226bbd42ae369d455c8","id":"138feb52-f408-4b0c-9bd2-aa284448d136","subnetpool_id":null,"name":"vping_userdata-subnet_df9a6274-e723-49e0-9a1c-91715bde3465"}]} 2018-07-22 14:54:03,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2645d235-3c78-4ec3-a41b-6b0cb531eff7 2018-07-22 14:54:03,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0868418216705s 2018-07-22 14:54:03,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2645d235-3c78-4ec3-a41b-6b0cb531eff7 2018-07-22 14:54:03,103 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:05,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:05,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:05,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-cee78738-96af-42eb-a3ba-6ef7b7d54bd6 x-compute-request-id: req-cee78738-96af-42eb-a3ba-6ef7b7d54bd6 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.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:54:03Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:05,471 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cee78738-96af-42eb-a3ba-6ef7b7d54bd6 2018-07-22 14:54:05,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365389108658s 2018-07-22 14:54:05,472 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cee78738-96af-42eb-a3ba-6ef7b7d54bd6 2018-07-22 14:54:05,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:07,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:07,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:07,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1deeb30a-e675-42c1-95a8-920144396698 x-compute-request-id: req-1deeb30a-e675-42c1-95a8-920144396698 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.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:54:03Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:07,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1deeb30a-e675-42c1-95a8-920144396698 2018-07-22 14:54:07,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.254554033279s 2018-07-22 14:54:07,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1deeb30a-e675-42c1-95a8-920144396698 2018-07-22 14:54:07,736 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:09,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:09,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:10,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-417bd83e-c4c5-403b-8199-8f435d5626ea x-compute-request-id: req-417bd83e-c4c5-403b-8199-8f435d5626ea Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:10,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-417bd83e-c4c5-403b-8199-8f435d5626ea 2018-07-22 14:54:10,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455300092697s 2018-07-22 14:54:10,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-417bd83e-c4c5-403b-8199-8f435d5626ea 2018-07-22 14:54:10,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:54:10,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f222213d-dd0e-4786-a185-741a0acfd528" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:10,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c4bbf354-7975-4891-b63b-fe57bc76c284 Date: Sun, 22 Jul 2018 14:54:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:54:03Z","admin_state_up":true,"updated_at":"2018-07-22T14:54:07Z","binding:vnic_type":"normal","device_id":"f222213d-dd0e-4786-a185-741a0acfd528","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:aa:ff:47","id":"0654a0c1-f758-4bd9-b546-555cb53fc501","port_security_enabled":true,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","fixed_ips":[{"subnet_id":"138feb52-f408-4b0c-9bd2-aa284448d136","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["fe8dcf68-42df-4490-a7bf-3d1c2a11cc15"],"name":""}]} 2018-07-22 14:54:10,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f222213d-dd0e-4786-a185-741a0acfd528 used request id req-c4bbf354-7975-4891-b63b-fe57bc76c284 2018-07-22 14:54:10,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0719428062439s 2018-07-22 14:54:10,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f222213d-dd0e-4786-a185-741a0acfd528 used request id req-c4bbf354-7975-4891-b63b-fe57bc76c284 2018-07-22 14:54:10,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:54:10,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0654a0c1-f758-4bd9-b546-555cb53fc501" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:10,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-498759cf-1332-4e69-a118-7283f084abdc Date: Sun, 22 Jul 2018 14:54:10 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:54:10,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0654a0c1-f758-4bd9-b546-555cb53fc501 used request id req-498759cf-1332-4e69-a118-7283f084abdc 2018-07-22 14:54:10,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.022362947464s 2018-07-22 14:54:10,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0654a0c1-f758-4bd9-b546-555cb53fc501 used request id req-498759cf-1332-4e69-a118-7283f084abdc 2018-07-22 14:54:10,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:10,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:10,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65387de9-b003-42e5-bdd6-e23c8379215d x-compute-request-id: req-65387de9-b003-42e5-bdd6-e23c8379215d Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:10,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-65387de9-b003-42e5-bdd6-e23c8379215d 2018-07-22 14:54:10,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501868009567s 2018-07-22 14:54:10,803 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-65387de9-b003-42e5-bdd6-e23c8379215d 2018-07-22 14:54:10,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:54:10,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=f222213d-dd0e-4786-a185-741a0acfd528" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:10,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f9473a24-844f-44db-bb71-fb6501e5966c Date: Sun, 22 Jul 2018 14:54:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:54:03Z","admin_state_up":true,"updated_at":"2018-07-22T14:54:07Z","binding:vnic_type":"normal","device_id":"f222213d-dd0e-4786-a185-741a0acfd528","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:aa:ff:47","id":"0654a0c1-f758-4bd9-b546-555cb53fc501","port_security_enabled":true,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","fixed_ips":[{"subnet_id":"138feb52-f408-4b0c-9bd2-aa284448d136","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["fe8dcf68-42df-4490-a7bf-3d1c2a11cc15"],"name":""}]} 2018-07-22 14:54:10,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f222213d-dd0e-4786-a185-741a0acfd528 used request id req-f9473a24-844f-44db-bb71-fb6501e5966c 2018-07-22 14:54:10,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.069657087326s 2018-07-22 14:54:10,878 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=f222213d-dd0e-4786-a185-741a0acfd528 used request id req-f9473a24-844f-44db-bb71-fb6501e5966c 2018-07-22 14:54:10,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:54:10,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0654a0c1-f758-4bd9-b546-555cb53fc501" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:10,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-154cbc34-11df-4dd1-b732-e76f0717dba7 Date: Sun, 22 Jul 2018 14:54:10 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:54:10,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0654a0c1-f758-4bd9-b546-555cb53fc501 used request id req-154cbc34-11df-4dd1-b732-e76f0717dba7 2018-07-22 14:54:10,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0196528434753s 2018-07-22 14:54:10,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0654a0c1-f758-4bd9-b546-555cb53fc501 used request id req-154cbc34-11df-4dd1-b732-e76f0717dba7 2018-07-22 14:54:10,903 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:aa:ff:47', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T14:54:07.000000', 'flavor': Munch({u'id': u'a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1'}), 'az': u'nova', 'id': u'f222213d-dd0e-4786-a185-741a0acfd528', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'831e19b6192e459dacad8f39bf74d2c8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'05aaaeb81b2d4226bbd42ae369d455c8', 'name': 'vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465', '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-07-22T14:54:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T14:54:07Z', 'hostId': u'31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407', '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-07-22T14:54:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'05aaaeb81b2d4226bbd42ae369d455c8', 'name': u'vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465', 'adminPass': None, 'tenant_id': u'05aaaeb81b2d4226bbd42ae369d455c8', 'created_at': u'2018-07-22T14:54:02Z', 'created': u'2018-07-22T14:54:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 14:54:10,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:10,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:11,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-bafdf025-9d11-4595-b341-1cc2075da8a8 Date: Sun, 22 Jul 2018 14:54: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["138feb52-f408-4b0c-9bd2-aa284448d136"],"updated_at":"2018-07-22T14:53:56Z","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","name":"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465"}]} 2018-07-22 14:54:11,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bafdf025-9d11-4595-b341-1cc2075da8a8 2018-07-22 14:54:11,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108701944351s 2018-07-22 14:54:11,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bafdf025-9d11-4595-b341-1cc2075da8a8 2018-07-22 14:54:11,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:54:11,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:11,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-8a3c52d2-c00a-43e2-8839-2516bd9230f6 Date: Sun, 22 Jul 2018 14:54:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/snap", "metadata": {}}], "file": "/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/file", "owner": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "size": 12716032, "self": "/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:54:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:54:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:54:11,131 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8a3c52d2-c00a-43e2-8839-2516bd9230f6 2018-07-22 14:54:11,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.110865116119s 2018-07-22 14:54:11,131 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8a3c52d2-c00a-43e2-8839-2516bd9230f6 2018-07-22 14:54:11,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:54:11,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:11,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54: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-93975ea8-97ff-4a5e-8dc4-86ad6f143c56 x-compute-request-id: req-93975ea8-97ff-4a5e-8dc4-86ad6f143c56 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_df9a6274-e723-49e0-9a1c-91715bde3465", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "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": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1"}]} 2018-07-22 14:54:11,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-93975ea8-97ff-4a5e-8dc4-86ad6f143c56 2018-07-22 14:54:11,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0292620658875s 2018-07-22 14:54:11,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-93975ea8-97ff-4a5e-8dc4-86ad6f143c56 2018-07-22 14:54:11,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 14:54:11,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"server": {"name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "imageRef": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "flavorRef": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjQgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de"}]}}' 2018-07-22 14:54:11,605 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:54: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-1bceac88-6c1e-4388-952a-49b8858817f2 x-compute-request-id: req-1bceac88-6c1e-4388-952a-49b8858817f2 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "adminPass": "jr45gHtUAdsZ"}} 2018-07-22 14:54:11,606 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-1bceac88-6c1e-4388-952a-49b8858817f2 2018-07-22 14:54:11,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.442003965378s 2018-07-22 14:54:11,606 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-1bceac88-6c1e-4388-952a-49b8858817f2 2018-07-22 14:54:11,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:11,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:11,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54: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-2a1764d8-f0c1-406d-a062-3847a798e5dc x-compute-request-id: req-2a1764d8-f0c1-406d-a062-3847a798e5dc 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.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "user_id": "831e19b6192e459dacad8f39bf74d2c8", "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-07-22T14:54:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:11,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2a1764d8-f0c1-406d-a062-3847a798e5dc 2018-07-22 14:54:11,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.216648101807s 2018-07-22 14:54:11,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2a1764d8-f0c1-406d-a062-3847a798e5dc 2018-07-22 14:54:11,829 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:13,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:13,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:14,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-584fed14-833b-4f71-921d-2d51505de624 x-compute-request-id: req-584fed14-833b-4f71-921d-2d51505de624 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:54:12Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:14,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-584fed14-833b-4f71-921d-2d51505de624 2018-07-22 14:54:14,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554430007935s 2018-07-22 14:54:14,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-584fed14-833b-4f71-921d-2d51505de624 2018-07-22 14:54:14,392 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:16,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:16,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:16,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7de5501-d7d6-4758-bc45-1789a334a076 x-compute-request-id: req-a7de5501-d7d6-4758-bc45-1789a334a076 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:af:2b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:16.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:16Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:16,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a7de5501-d7d6-4758-bc45-1789a334a076 2018-07-22 14:54:16,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229983091354s 2018-07-22 14:54:16,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a7de5501-d7d6-4758-bc45-1789a334a076 2018-07-22 14:54:16,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:54:16,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:16,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f5c2324a-c86b-4432-848d-3390e4293958 Date: Sun, 22 Jul 2018 14:54:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:54:12Z","admin_state_up":true,"updated_at":"2018-07-22T14:54:16Z","binding:vnic_type":"normal","device_id":"479b8c36-ab06-4aaa-8d18-873d4c87e163","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d6:af:2b","id":"b2b99f6a-db41-4505-a60b-bc67f08ec342","port_security_enabled":true,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","fixed_ips":[{"subnet_id":"138feb52-f408-4b0c-9bd2-aa284448d136","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["fe8dcf68-42df-4490-a7bf-3d1c2a11cc15"],"name":""}]} 2018-07-22 14:54:16,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163 used request id req-f5c2324a-c86b-4432-848d-3390e4293958 2018-07-22 14:54:16,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0719139575958s 2018-07-22 14:54:16,703 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163 used request id req-f5c2324a-c86b-4432-848d-3390e4293958 2018-07-22 14:54:16,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:54:16,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:16,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b5d5b679-05e0-4448-abb2-1bfff5882648 Date: Sun, 22 Jul 2018 14:54:16 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:54:16,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342 used request id req-b5d5b679-05e0-4448-abb2-1bfff5882648 2018-07-22 14:54:16,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.021183013916s 2018-07-22 14:54:16,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342 used request id req-b5d5b679-05e0-4448-abb2-1bfff5882648 2018-07-22 14:54:16,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:16,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:17,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e320c4e0-ab5b-4a60-b977-fccdae35d0bf x-compute-request-id: req-e320c4e0-ab5b-4a60-b977-fccdae35d0bf Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:af:2b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:16.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:16Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:17,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e320c4e0-ab5b-4a60-b977-fccdae35d0bf 2018-07-22 14:54:17,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346336841583s 2018-07-22 14:54:17,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e320c4e0-ab5b-4a60-b977-fccdae35d0bf 2018-07-22 14:54:17,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:54:17,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:17,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c9aae7e6-71bc-47d5-a515-e83944eb6a8a Date: Sun, 22 Jul 2018 14:54:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:54:12Z","admin_state_up":true,"updated_at":"2018-07-22T14:54:16Z","binding:vnic_type":"normal","device_id":"479b8c36-ab06-4aaa-8d18-873d4c87e163","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d6:af:2b","id":"b2b99f6a-db41-4505-a60b-bc67f08ec342","port_security_enabled":true,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","fixed_ips":[{"subnet_id":"138feb52-f408-4b0c-9bd2-aa284448d136","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["fe8dcf68-42df-4490-a7bf-3d1c2a11cc15"],"name":""}]} 2018-07-22 14:54:17,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163 used request id req-c9aae7e6-71bc-47d5-a515-e83944eb6a8a 2018-07-22 14:54:17,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0569489002228s 2018-07-22 14:54:17,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163 used request id req-c9aae7e6-71bc-47d5-a515-e83944eb6a8a 2018-07-22 14:54:17,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:54:17,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:17,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-79d22975-7f65-494c-ad31-b2592a7bdb7a Date: Sun, 22 Jul 2018 14:54:17 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:54:17,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342 used request id req-79d22975-7f65-494c-ad31-b2592a7bdb7a 2018-07-22 14:54:17,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0169999599457s 2018-07-22 14:54:17,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342 used request id req-79d22975-7f65-494c-ad31-b2592a7bdb7a 2018-07-22 14:54:17,161 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d6:af:2b', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T14:54:16.000000', 'flavor': Munch({u'id': u'a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1'}), 'az': u'nova', 'id': u'479b8c36-ab06-4aaa-8d18-873d4c87e163', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'831e19b6192e459dacad8f39bf74d2c8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'05aaaeb81b2d4226bbd42ae369d455c8', 'name': 'vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465', '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-07-22T14:54:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T14:54:16Z', 'hostId': u'79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339', '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-07-22T14:54:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'05aaaeb81b2d4226bbd42ae369d455c8', 'name': u'vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465', 'adminPass': None, 'tenant_id': u'05aaaeb81b2d4226bbd42ae369d455c8', 'created_at': u'2018-07-22T14:54:11Z', 'created': u'2018-07-22T14:54:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 14:54:17,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:17,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:17,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-934f05a1-b301-41c4-b34d-094a93fda0b7 x-compute-request-id: req-934f05a1-b301-41c4-b34d-094a93fda0b7 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:af:2b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:16.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:16Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:17,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-934f05a1-b301-41c4-b34d-094a93fda0b7 2018-07-22 14:54:17,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198580980301s 2018-07-22 14:54:17,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-934f05a1-b301-41c4-b34d-094a93fda0b7 2018-07-22 14:54:17,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:54:17,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:17,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-870329e9-b122-4cfc-a121-5f959d06d537 Date: Sun, 22 Jul 2018 14:54:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:54:12Z","admin_state_up":true,"updated_at":"2018-07-22T14:54:16Z","binding:vnic_type":"normal","device_id":"479b8c36-ab06-4aaa-8d18-873d4c87e163","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d6:af:2b","id":"b2b99f6a-db41-4505-a60b-bc67f08ec342","port_security_enabled":true,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","fixed_ips":[{"subnet_id":"138feb52-f408-4b0c-9bd2-aa284448d136","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["fe8dcf68-42df-4490-a7bf-3d1c2a11cc15"],"name":""}]} 2018-07-22 14:54:17,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163 used request id req-870329e9-b122-4cfc-a121-5f959d06d537 2018-07-22 14:54:17,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0556561946869s 2018-07-22 14:54:17,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=479b8c36-ab06-4aaa-8d18-873d4c87e163 used request id req-870329e9-b122-4cfc-a121-5f959d06d537 2018-07-22 14:54:17,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:54:17,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:17,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f9e0960b-3067-4bff-adcd-af7e567fae45 Date: Sun, 22 Jul 2018 14:54:17 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:54:17,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342 used request id req-f9e0960b-3067-4bff-adcd-af7e567fae45 2018-07-22 14:54:17,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0185489654541s 2018-07-22 14:54:17,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=b2b99f6a-db41-4505-a60b-bc67f08ec342 used request id req-f9e0960b-3067-4bff-adcd-af7e567fae45 2018-07-22 14:54:17,445 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-22 14:54:18,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:18,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:18,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-43d7c625-110c-491a-ae6a-b8ab7821e0d4 x-compute-request-id: req-43d7c625-110c-491a-ae6a-b8ab7821e0d4 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:af:2b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:16.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:16Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:18,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-43d7c625-110c-491a-ae6a-b8ab7821e0d4 2018-07-22 14:54:18,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204274892807s 2018-07-22 14:54:18,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-43d7c625-110c-491a-ae6a-b8ab7821e0d4 2018-07-22 14:54:18,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 14:54:18,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163/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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 14:54:18,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-7a812c57-6e97-4021-83de-e802778d2972 x-compute-request-id: req-7a812c57-6e97-4021-83de-e802778d2972 Content-Encoding: gzip Content-Length: 7916 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 441906273 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.139221] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140938] pid_max: default: 32768 minimum: 301\n[ 0.141856] ACPI: Core revision 20150930\n[ 0.143262] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144609] Security Framework initialized\n[ 0.145449] Yama: becoming mindful.\n[ 0.146202] AppArmor: AppArmor initialized\n[ 0.147097] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149775] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152488] Initializing cgroup subsys io\n[ 0.153330] Initializing cgroup subsys memory\n[ 0.154231] Initializing cgroup subsys devices\n[ 0.155138] Initializing cgroup subsys freezer\n[ 0.156038] Initializing cgroup subsys net_cls\n[ 0.156931] Initializing cgroup subsys perf_event\n[ 0.157867] Initializing cgroup subsys net_prio\n[ 0.158790] Initializing cgroup subsys hugetlb\n[ 0.159688] Initializing cgroup subsys pids\n[ 0.160582] CPU: Physical Processor ID: 0\n[ 0.162105] mce: CPU supports 10 MCE banks\n[ 0.162992] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164023] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179846] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186070] ftrace: allocating 31920 entries in 125 pages\n[ 0.212791] smpboot: Max logical packages: 1\n[ 0.213673] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215070] x2apic enabled\n[ 0.215898] Switched APIC routing to physical x2apic.\n[ 0.217668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218828] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220974] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222811] KVM setup paravirtual spinlock\n[ 0.224129] x86: Booted up 1 node, 1 CPUs\n[ 0.224963] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226390] devtmpfs: initialized\n[ 0.228126] evm: security.selinux\n[ 0.228849] evm: security.SMACK64\n[ 0.229557] evm: security.SMACK64EXEC\n[ 0.230324] evm: security.SMACK64TRANSMUTE\n[ 0.231156] evm: security.SMACK64MMAP\n[ 0.231924] evm: security.ima\n[ 0.232581] evm: security.capability\n[ 0.233409] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235317] pinctrl core: initialized pinctrl subsystem\n[ 0.236450] RTC time: 14:54:16, date: 07/22/18\n[ 0.237441] NET: Registered protocol family 16\n[ 0.238452] cpuidle: using governor ladder\n[ 0.239294] cpuidle: using governor menu\n[ 0.240104] PCCT header not found.\n[ 0.240881] ACPI: bus type PCI registered\n[ 0.241709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242988] PCI: Using configuration type 1 for base access\n[ 0.244781] ACPI: Added _OSI(Module Device)\n[ 0.245651] ACPI: Added _OSI(Processor Device)\n[ 0.246538] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247471] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249239] ACPI: Interpreter enabled\n[ 0.250039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257622] ACPI: (supports S0 S5)\n[ 0.258343] ACPI: Using IOAPIC for interrupt routing\n[ 0.259316] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264945] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266169] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268445] acpiphp: Slot [3] registered\n[ 0.269280] acpiphp: Slot [4] registered\n[ 0.270123] acpiphp: Slot [5] registered\n[ 0.270951] acpiphp: Slot [6] registered\n[ 0.271775] acpiphp: Slot [7] registered\n[ 0.272601] acpiphp: Slot [8] registered\n[ 0.273428] acpiphp: Slot [9] registered\n[ 0.274267] acpiphp: Slot [10] registered\n[ 0.275105] acpiphp: Slot [11] registered\n[ 0.275941] acpiphp: Slot [12] registered\n[ 0.276781] acpiphp: Slot [13] registered\n[ 0.277614] acpiphp: Slot [14] registered\n[ 0.278450] acpiphp: Slot [15] registered\n[ 0.289408] acpiphp: Slot [16] registered\n[ 0.290244] acpiphp: Slot [17] registered\n[ 0.291081] acpiphp: Slot [18] registered\n[ 0.291914] acpiphp: Slot [19] registered\n[ 0.292747] acpiphp: Slot [20] registered\n[ 0.293581] acpiphp: Slot [21] registered\n[ 0.294416] acpiphp: Slot [22] registered\n[ 0.295251] acpiphp: Slot [23] registered\n[ 0.296089] acpiphp: Slot [24] registered\n[ 0.296925] acpiphp: Slot [25] registered\n[ 0.297760] acpiphp: Slot [26] registered\n[ 0.298588] acpiphp: Slot [27] registered\n[ 0.299422] acpiphp: Slot [28] registered\n[ 0.300292] acpiphp: Slot [29] registered\n[ 0.301126] acpiphp: Slot [30] registered\n[ 0.301963] acpiphp: Slot [31] registered\n[ 0.302794] PCI host bridge to bus 0000:00\n[ 0.303626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304868] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306119] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309087] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.310601] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314031] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315349] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317860] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322882] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.341300] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.342815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.344628] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346089] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.347518] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.348828] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350156] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.352847] vgaarb: loaded\n[ 0.353463] vgaarb: bridge control possible 0000:00:02.0\n[ 0.354721] SCSI subsystem initialized\n[ 0.355649] ACPI: bus type USB registered\n[ 0.356498] usbcore: registered new interface driver usbfs\n[ 0.357565] usbcore: registered new interface driver hub\n[ 0.358606] usbcore: registered new device driver usb\n[ 0.359742] PCI: Using ACPI for IRQ routing\n[ 0.360879] NetLabel: Initializing\n[ 0.361623] NetLabel: domain hash size = 128\n[ 0.362498] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.363489] NetLabel: unlabeled traffic allowed by default\n[ 0.364681] clocksource: Switched to clocksource kvm-clock\n[ 0.372897] AppArmor: AppArmor Filesystem Enabled\n[ 0.373897] pnp: PnP ACPI init\n[ 0.374862] pnp: PnP ACPI: found 5 devices\n[ 0.381193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.382963] NET: Registered protocol family 2\n[ 0.384029] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.385356] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.386603] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.387844] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.388969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390193] NET: Registered protocol family 1\n[ 0.391105] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392231] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.393339] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.407432] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.421603] Trying to unpack rootfs image as initramfs...\n[ 0.478531] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.480228] Scanning for low memory corruption every 60 seconds\n[ 0.481630] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.482829] audit: initializing netlink subsys (disabled)\n[ 0.483888] audit: type=2000 audit(1532271257.083:1): initialized\n[ 0.485297] Initialise system trusted keyring\n[ 0.486280] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.487477] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489655] zbud: loaded\n[ 0.490402] VFS: Disk quotas dquot_6.6.0\n[ 0.491257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492917] fuse init (API version 7.23)\n[ 0.493856] Key type big_key registered\n[ 0.494687] Allocating IMA MOK and blacklist keyrings.\n[ 0.495941] Key type asymmetric registered\n[ 0.496809] Asymmetric key parser 'x509' registered\n[ 0.497803] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499323] io scheduler noop registered\n[ 0.500144] io scheduler deadline registered (default)\n[ 0.501180] io scheduler cfq registered\n[ 0.502063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.503140] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505945] ACPI: Power Button [PWRF]\n[ 0.506819] GHES: HEST is not enabled!\n[ 0.520502] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.550701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.574674] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577021] Linux agpgart interface v0.103\n[ 0.579626] brd: module loaded\n[ 0.581324] loop: module loaded\n[ 0.585683] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587191] GPT:90111 != 2097151\n[ 0.587892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589027] GPT:90111 != 2097151\n[ 0.589730] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590737] vda: vda1 vda15\n[ 0.591985] scsi host0: ata_piix\n[ 0.592795] scsi host1: ata_piix\n[ 0.593537] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.594805] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596310] libphy: Fixed MDIO Bus: probed\n[ 0.597169] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598163] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600427] PPP generic driver version 2.4.2\n[ 0.601376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.602611] ehci-pci: EHCI PCI platform driver\n[ 0.603513] ehci-platform: EHCI generic platform driver\n[ 0.604541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.605712] ohci-pci: OHCI PCI platform driver\n[ 0.606624] ohci-platform: OHCI generic platform driver\n[ 0.607663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.623669] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.624898] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.626439] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.627514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.628792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631567] usb usb1: Product: UHCI Host Controller\n[ 0.632544] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633743] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634889] hub 1-0:1.0: USB hub found\n[ 0.635705] hub 1-0:1.0: 2 ports detected\n[ 0.636782] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639047] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640054] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641168] mousedev: PS/2 mouse device common for all mice\n[ 0.642493] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644441] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645719] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647023] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648328] i2c /dev entries driver\n[ 0.649210] device-mapper: uevent: version 1.0.3\n[ 0.650281] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652091] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653737] NET: Registered protocol family 10\n[ 0.654995] NET: Registered protocol family 17\n[ 0.655978] Key type dns_resolver registered\n[ 0.657102] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658315] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660287] registered taskstats version 1\n[ 0.661224] Loading compiled-in X.509 certificates\n[ 0.662803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664855] zswap: loaded using pool lzo/zbud\n[ 0.666657] Key type trusted registered\n[ 0.668548] Key type encrypted registered\n[ 0.669460] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671743] evm: HMAC attrs: 0x1\n[ 0.672819] Magic number: 10:36:941\n[ 0.673760] rtc_cmos 00:00: setting system clock to 2018-07-22 14:54:16 UTC (1532271256)\n[ 0.675536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676778] EDD information not available.\n[ 0.754005] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766054] Write protecting the kernel read-only data: 14336k\n[ 0.768287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\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.817881] 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 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-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-07-22 14:54:18,745 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163/action used request id req-7a812c57-6e97-4021-83de-e802778d2972 2018-07-22 14:54:18,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0880601406097s 2018-07-22 14:54:18,746 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163/action used request id req-7a812c57-6e97-4021-83de-e802778d2972 2018-07-22 14:54:18,746 - 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 441906273 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.139221] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140938] pid_max: default: 32768 minimum: 301 [ 0.141856] ACPI: Core revision 20150930 [ 0.143262] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144609] Security Framework initialized [ 0.145449] Yama: becoming mindful. [ 0.146202] AppArmor: AppArmor initialized [ 0.147097] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149775] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152488] Initializing cgroup subsys io [ 0.153330] Initializing cgroup subsys memory [ 0.154231] Initializing cgroup subsys devices [ 0.155138] Initializing cgroup subsys freezer [ 0.156038] Initializing cgroup subsys net_cls [ 0.156931] Initializing cgroup subsys perf_event [ 0.157867] Initializing cgroup subsys net_prio [ 0.158790] Initializing cgroup subsys hugetlb [ 0.159688] Initializing cgroup subsys pids [ 0.160582] CPU: Physical Processor ID: 0 [ 0.162105] mce: CPU supports 10 MCE banks [ 0.162992] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164023] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179846] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186070] ftrace: allocating 31920 entries in 125 pages [ 0.212791] smpboot: Max logical packages: 1 [ 0.213673] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215070] x2apic enabled [ 0.215898] Switched APIC routing to physical x2apic. [ 0.217668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218828] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220974] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222811] KVM setup paravirtual spinlock [ 0.224129] x86: Booted up 1 node, 1 CPUs [ 0.224963] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.226390] devtmpfs: initialized [ 0.228126] evm: security.selinux [ 0.228849] evm: security.SMACK64 [ 0.229557] evm: security.SMACK64EXEC [ 0.230324] evm: security.SMACK64TRANSMUTE [ 0.231156] evm: security.SMACK64MMAP [ 0.231924] evm: security.ima [ 0.232581] evm: security.capability [ 0.233409] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235317] pinctrl core: initialized pinctrl subsystem [ 0.236450] RTC time: 14:54:16, date: 07/22/18 [ 0.237441] NET: Registered protocol family 16 [ 0.238452] cpuidle: using governor ladder [ 0.239294] cpuidle: using governor menu [ 0.240104] PCCT header not found. [ 0.240881] ACPI: bus type PCI registered [ 0.241709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242988] PCI: Using configuration type 1 for base access [ 0.244781] ACPI: Added _OSI(Module Device) [ 0.245651] ACPI: Added _OSI(Processor Device) [ 0.246538] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247471] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249239] ACPI: Interpreter enabled [ 0.250039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257622] ACPI: (supports S0 S5) [ 0.258343] ACPI: Using IOAPIC for interrupt routing [ 0.259316] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264945] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.266169] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.268445] acpiphp: Slot [3] registered [ 0.269280] acpiphp: Slot [4] registered [ 0.270123] acpiphp: Slot [5] registered [ 0.270951] acpiphp: Slot [6] registered [ 0.271775] acpiphp: Slot [7] registered [ 0.272601] acpiphp: Slot [8] registered [ 0.273428] acpiphp: Slot [9] registered [ 0.274267] acpiphp: Slot [10] registered [ 0.275105] acpiphp: Slot [11] registered [ 0.275941] acpiphp: Slot [12] registered [ 0.276781] acpiphp: Slot [13] registered [ 0.277614] acpiphp: Slot [14] registered [ 0.278450] acpiphp: Slot [15] registered [ 0.289408] acpiphp: Slot [16] registered [ 0.290244] acpiphp: Slot [17] registered [ 0.291081] acpiphp: Slot [18] registered [ 0.291914] acpiphp: Slot [19] registered [ 0.292747] acpiphp: Slot [20] registered [ 0.293581] acpiphp: Slot [21] registered [ 0.294416] acpiphp: Slot [22] registered [ 0.295251] acpiphp: Slot [23] registered [ 0.296089] acpiphp: Slot [24] registered [ 0.296925] acpiphp: Slot [25] registered [ 0.297760] acpiphp: Slot [26] registered [ 0.298588] acpiphp: Slot [27] registered [ 0.299422] acpiphp: Slot [28] registered [ 0.300292] acpiphp: Slot [29] registered [ 0.301126] acpiphp: Slot [30] registered [ 0.301963] acpiphp: Slot [31] registered [ 0.302794] PCI host bridge to bus 0000:00 [ 0.303626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.304868] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.306119] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.307602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.309087] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.310601] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.314031] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.315349] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.316560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.317860] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.322882] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.341300] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.342815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.344628] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346089] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.347518] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.348828] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350156] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.352847] vgaarb: loaded [ 0.353463] vgaarb: bridge control possible 0000:00:02.0 [ 0.354721] SCSI subsystem initialized [ 0.355649] ACPI: bus type USB registered [ 0.356498] usbcore: registered new interface driver usbfs [ 0.357565] usbcore: registered new interface driver hub [ 0.358606] usbcore: registered new device driver usb [ 0.359742] PCI: Using ACPI for IRQ routing [ 0.360879] NetLabel: Initializing [ 0.361623] NetLabel: domain hash size = 128 [ 0.362498] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.363489] NetLabel: unlabeled traffic allowed by default [ 0.364681] clocksource: Switched to clocksource kvm-clock [ 0.372897] AppArmor: AppArmor Filesystem Enabled [ 0.373897] pnp: PnP ACPI init [ 0.374862] pnp: PnP ACPI: found 5 devices [ 0.381193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382963] NET: Registered protocol family 2 [ 0.384029] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385356] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.386603] TCP: Hash tables configured (established 4096 bind 4096) [ 0.387844] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.388969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390193] NET: Registered protocol family 1 [ 0.391105] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392231] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393339] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407432] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421603] Trying to unpack rootfs image as initramfs... [ 0.478531] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.480228] Scanning for low memory corruption every 60 seconds [ 0.481630] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.482829] audit: initializing netlink subsys (disabled) [ 0.483888] audit: type=2000 audit(1532271257.083:1): initialized [ 0.485297] Initialise system trusted keyring [ 0.486280] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.487477] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489655] zbud: loaded [ 0.490402] VFS: Disk quotas dquot_6.6.0 [ 0.491257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492917] fuse init (API version 7.23) [ 0.493856] Key type big_key registered [ 0.494687] Allocating IMA MOK and blacklist keyrings. [ 0.495941] Key type asymmetric registered [ 0.496809] Asymmetric key parser 'x509' registered [ 0.497803] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.499323] io scheduler noop registered [ 0.500144] io scheduler deadline registered (default) [ 0.501180] io scheduler cfq registered [ 0.502063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.503140] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.504444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.505945] ACPI: Power Button [PWRF] [ 0.506819] GHES: HEST is not enabled! [ 0.520502] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.550701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.574674] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.577021] Linux agpgart interface v0.103 [ 0.579626] brd: module loaded [ 0.581324] loop: module loaded [ 0.585683] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.587191] GPT:90111 != 2097151 [ 0.587892] GPT:Alternate GPT header not at the end of the disk. [ 0.589027] GPT:90111 != 2097151 [ 0.589730] GPT: Use GNU Parted to correct GPT errors. [ 0.590737] vda: vda1 vda15 [ 0.591985] scsi host0: ata_piix [ 0.592795] scsi host1: ata_piix [ 0.593537] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.594805] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.596310] libphy: Fixed MDIO Bus: probed [ 0.597169] tun: Universal TUN/TAP device driver, 1.6 [ 0.598163] tun: (C) 1999-2004 Max Krasnyansky [ 0.600427] PPP generic driver version 2.4.2 [ 0.601376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.602611] ehci-pci: EHCI PCI platform driver [ 0.603513] ehci-platform: EHCI generic platform driver [ 0.604541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.605712] ohci-pci: OHCI PCI platform driver [ 0.606624] ohci-platform: OHCI generic platform driver [ 0.607663] uhci_hcd: USB Universal Host Controller Interface driver [ 0.623669] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.624898] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626439] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.627514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.628792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631567] usb usb1: Product: UHCI Host Controller [ 0.632544] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.633743] usb usb1: SerialNumber: 0000:00:01.2 [ 0.634889] hub 1-0:1.0: USB hub found [ 0.635705] hub 1-0:1.0: 2 ports detected [ 0.636782] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639047] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640054] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641168] mousedev: PS/2 mouse device common for all mice [ 0.642493] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644441] rtc_cmos 00:00: RTC can wake from S4 [ 0.645719] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647023] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648328] i2c /dev entries driver [ 0.649210] device-mapper: uevent: version 1.0.3 [ 0.650281] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.652091] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653737] NET: Registered protocol family 10 [ 0.654995] NET: Registered protocol family 17 [ 0.655978] Key type dns_resolver registered [ 0.657102] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658315] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660287] registered taskstats version 1 [ 0.661224] Loading compiled-in X.509 certificates [ 0.662803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664855] zswap: loaded using pool lzo/zbud [ 0.666657] Key type trusted registered [ 0.668548] Key type encrypted registered [ 0.669460] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670598] ima: No TPM chip found, activating TPM-bypass! [ 0.671743] evm: HMAC attrs: 0x1 [ 0.672819] Magic number: 10:36:941 [ 0.673760] rtc_cmos 00:00: setting system clock to 2018-07-22 14:54:16 UTC (1532271256) [ 0.675536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676778] EDD information not available. [ 0.754005] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.766054] Write protecting the kernel read-only data: 14336k [ 0.768287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.770295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.817881] 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.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 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-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-07-22 14:54:18,747 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.4. Waiting for response... 2018-07-22 14:54:19,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:19,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:20,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14211d36-ab08-4388-a188-de512120b5f7 x-compute-request-id: req-14211d36-ab08-4388-a188-de512120b5f7 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:af:2b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:16.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:16Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:07Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:20,070 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14211d36-ab08-4388-a188-de512120b5f7 2018-07-22 14:54:20,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.321743965149s 2018-07-22 14:54:20,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-14211d36-ab08-4388-a188-de512120b5f7 2018-07-22 14:54:20,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 14:54:20,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163/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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 14:54:20,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-166fb7da-fa50-4b05-9970-5d6c7f16f598 x-compute-request-id: req-166fb7da-fa50-4b05-9970-5d6c7f16f598 Content-Encoding: gzip Content-Length: 9554 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 441906273 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.139221] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140938] pid_max: default: 32768 minimum: 301\n[ 0.141856] ACPI: Core revision 20150930\n[ 0.143262] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144609] Security Framework initialized\n[ 0.145449] Yama: becoming mindful.\n[ 0.146202] AppArmor: AppArmor initialized\n[ 0.147097] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149775] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152488] Initializing cgroup subsys io\n[ 0.153330] Initializing cgroup subsys memory\n[ 0.154231] Initializing cgroup subsys devices\n[ 0.155138] Initializing cgroup subsys freezer\n[ 0.156038] Initializing cgroup subsys net_cls\n[ 0.156931] Initializing cgroup subsys perf_event\n[ 0.157867] Initializing cgroup subsys net_prio\n[ 0.158790] Initializing cgroup subsys hugetlb\n[ 0.159688] Initializing cgroup subsys pids\n[ 0.160582] CPU: Physical Processor ID: 0\n[ 0.162105] mce: CPU supports 10 MCE banks\n[ 0.162992] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164023] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179846] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186070] ftrace: allocating 31920 entries in 125 pages\n[ 0.212791] smpboot: Max logical packages: 1\n[ 0.213673] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215070] x2apic enabled\n[ 0.215898] Switched APIC routing to physical x2apic.\n[ 0.217668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218828] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220974] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222811] KVM setup paravirtual spinlock\n[ 0.224129] x86: Booted up 1 node, 1 CPUs\n[ 0.224963] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226390] devtmpfs: initialized\n[ 0.228126] evm: security.selinux\n[ 0.228849] evm: security.SMACK64\n[ 0.229557] evm: security.SMACK64EXEC\n[ 0.230324] evm: security.SMACK64TRANSMUTE\n[ 0.231156] evm: security.SMACK64MMAP\n[ 0.231924] evm: security.ima\n[ 0.232581] evm: security.capability\n[ 0.233409] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235317] pinctrl core: initialized pinctrl subsystem\n[ 0.236450] RTC time: 14:54:16, date: 07/22/18\n[ 0.237441] NET: Registered protocol family 16\n[ 0.238452] cpuidle: using governor ladder\n[ 0.239294] cpuidle: using governor menu\n[ 0.240104] PCCT header not found.\n[ 0.240881] ACPI: bus type PCI registered\n[ 0.241709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242988] PCI: Using configuration type 1 for base access\n[ 0.244781] ACPI: Added _OSI(Module Device)\n[ 0.245651] ACPI: Added _OSI(Processor Device)\n[ 0.246538] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247471] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249239] ACPI: Interpreter enabled\n[ 0.250039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257622] ACPI: (supports S0 S5)\n[ 0.258343] ACPI: Using IOAPIC for interrupt routing\n[ 0.259316] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264945] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266169] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268445] acpiphp: Slot [3] registered\n[ 0.269280] acpiphp: Slot [4] registered\n[ 0.270123] acpiphp: Slot [5] registered\n[ 0.270951] acpiphp: Slot [6] registered\n[ 0.271775] acpiphp: Slot [7] registered\n[ 0.272601] acpiphp: Slot [8] registered\n[ 0.273428] acpiphp: Slot [9] registered\n[ 0.274267] acpiphp: Slot [10] registered\n[ 0.275105] acpiphp: Slot [11] registered\n[ 0.275941] acpiphp: Slot [12] registered\n[ 0.276781] acpiphp: Slot [13] registered\n[ 0.277614] acpiphp: Slot [14] registered\n[ 0.278450] acpiphp: Slot [15] registered\n[ 0.289408] acpiphp: Slot [16] registered\n[ 0.290244] acpiphp: Slot [17] registered\n[ 0.291081] acpiphp: Slot [18] registered\n[ 0.291914] acpiphp: Slot [19] registered\n[ 0.292747] acpiphp: Slot [20] registered\n[ 0.293581] acpiphp: Slot [21] registered\n[ 0.294416] acpiphp: Slot [22] registered\n[ 0.295251] acpiphp: Slot [23] registered\n[ 0.296089] acpiphp: Slot [24] registered\n[ 0.296925] acpiphp: Slot [25] registered\n[ 0.297760] acpiphp: Slot [26] registered\n[ 0.298588] acpiphp: Slot [27] registered\n[ 0.299422] acpiphp: Slot [28] registered\n[ 0.300292] acpiphp: Slot [29] registered\n[ 0.301126] acpiphp: Slot [30] registered\n[ 0.301963] acpiphp: Slot [31] registered\n[ 0.302794] PCI host bridge to bus 0000:00\n[ 0.303626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304868] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306119] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309087] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.310601] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314031] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315349] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317860] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322882] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.341300] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.342815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.344628] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346089] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.347518] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.348828] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350156] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.352847] vgaarb: loaded\n[ 0.353463] vgaarb: bridge control possible 0000:00:02.0\n[ 0.354721] SCSI subsystem initialized\n[ 0.355649] ACPI: bus type USB registered\n[ 0.356498] usbcore: registered new interface driver usbfs\n[ 0.357565] usbcore: registered new interface driver hub\n[ 0.358606] usbcore: registered new device driver usb\n[ 0.359742] PCI: Using ACPI for IRQ routing\n[ 0.360879] NetLabel: Initializing\n[ 0.361623] NetLabel: domain hash size = 128\n[ 0.362498] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.363489] NetLabel: unlabeled traffic allowed by default\n[ 0.364681] clocksource: Switched to clocksource kvm-clock\n[ 0.372897] AppArmor: AppArmor Filesystem Enabled\n[ 0.373897] pnp: PnP ACPI init\n[ 0.374862] pnp: PnP ACPI: found 5 devices\n[ 0.381193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.382963] NET: Registered protocol family 2\n[ 0.384029] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.385356] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.386603] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.387844] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.388969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390193] NET: Registered protocol family 1\n[ 0.391105] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392231] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.393339] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.407432] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.421603] Trying to unpack rootfs image as initramfs...\n[ 0.478531] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.480228] Scanning for low memory corruption every 60 seconds\n[ 0.481630] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.482829] audit: initializing netlink subsys (disabled)\n[ 0.483888] audit: type=2000 audit(1532271257.083:1): initialized\n[ 0.485297] Initialise system trusted keyring\n[ 0.486280] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.487477] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489655] zbud: loaded\n[ 0.490402] VFS: Disk quotas dquot_6.6.0\n[ 0.491257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492917] fuse init (API version 7.23)\n[ 0.493856] Key type big_key registered\n[ 0.494687] Allocating IMA MOK and blacklist keyrings.\n[ 0.495941] Key type asymmetric registered\n[ 0.496809] Asymmetric key parser 'x509' registered\n[ 0.497803] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499323] io scheduler noop registered\n[ 0.500144] io scheduler deadline registered (default)\n[ 0.501180] io scheduler cfq registered\n[ 0.502063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.503140] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505945] ACPI: Power Button [PWRF]\n[ 0.506819] GHES: HEST is not enabled!\n[ 0.520502] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.550701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.574674] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577021] Linux agpgart interface v0.103\n[ 0.579626] brd: module loaded\n[ 0.581324] loop: module loaded\n[ 0.585683] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587191] GPT:90111 != 2097151\n[ 0.587892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589027] GPT:90111 != 2097151\n[ 0.589730] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590737] vda: vda1 vda15\n[ 0.591985] scsi host0: ata_piix\n[ 0.592795] scsi host1: ata_piix\n[ 0.593537] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.594805] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596310] libphy: Fixed MDIO Bus: probed\n[ 0.597169] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598163] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600427] PPP generic driver version 2.4.2\n[ 0.601376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.602611] ehci-pci: EHCI PCI platform driver\n[ 0.603513] ehci-platform: EHCI generic platform driver\n[ 0.604541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.605712] ohci-pci: OHCI PCI platform driver\n[ 0.606624] ohci-platform: OHCI generic platform driver\n[ 0.607663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.623669] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.624898] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.626439] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.627514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.628792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631567] usb usb1: Product: UHCI Host Controller\n[ 0.632544] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633743] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634889] hub 1-0:1.0: USB hub found\n[ 0.635705] hub 1-0:1.0: 2 ports detected\n[ 0.636782] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639047] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640054] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641168] mousedev: PS/2 mouse device common for all mice\n[ 0.642493] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644441] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645719] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647023] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648328] i2c /dev entries driver\n[ 0.649210] device-mapper: uevent: version 1.0.3\n[ 0.650281] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652091] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653737] NET: Registered protocol family 10\n[ 0.654995] NET: Registered protocol family 17\n[ 0.655978] Key type dns_resolver registered\n[ 0.657102] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658315] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660287] registered taskstats version 1\n[ 0.661224] Loading compiled-in X.509 certificates\n[ 0.662803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664855] zswap: loaded using pool lzo/zbud\n[ 0.666657] Key type trusted registered\n[ 0.668548] Key type encrypted registered\n[ 0.669460] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671743] evm: HMAC attrs: 0x1\n[ 0.672819] Magic number: 10:36:941\n[ 0.673760] rtc_cmos 00:00: setting system clock to 2018-07-22 14:54:16 UTC (1532271256)\n[ 0.675536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676778] EDD information not available.\n[ 0.754005] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766054] Write protecting the kernel read-only data: 14336k\n[ 0.768287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\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.817881] 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 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-00000006\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDDS0iPkQjZ8ICIHNr1CH9ohivV+ryqipWhwZNtlJbpVawpRqR9X3jVvmZfwl171bt/1NFFjMjKjqiFeonXchrfaCGNKQFgO55bByJoYX2mQ8IpNbFeHJy7zOE5tuTdDvilZ5Y+QvGS5q+vM8tkKYOTgholXvEIIzq9Zv4lrr5dFpBVruNeaap62VsYYZnDLo+N7rdkIqmCkcweXuvfppPw+mxI1OqTcqhBeHUDS5aCkvwDr17w1zeI3FZjUvQzJJBXjLofJ5m4fU0DdGKpVdaB97Lpv70XSedM5uddoS+ZxL1ki5zPqEvRLUmxljyBrIYOamERjHLasEqvahcUwUn/ root@vping-userdata-vm2-df9a6274-e723-49e0-9a1c-91715bde3465\nssh-dss AAAAB3NzaC1kc3MAAACBAKBo86oRN2+wQP1OFy5NmHNnILcxzjEKisl0pTH9Ed7U/cCqLpA8oJwC1XmhnsdA8lgcBpbSY2yCLePai+r9x8n+SURP/YKyOpusQDTuwpM+a/zt1ozORzS82zOTxZpbQXnpkpLSTo2Ebs8eTMKSa4FNC4KY8mlE8sGRT72k6ve/AAAAFQDh3kP/Txi73wBDmS1O/QfV9hprnwAAAIEAlVAQ9VEhsyoBeq7c64ODQ01UJgXK8ad0mnqGlCTsyne4QqbXXL2zCMB+MTHpUmkWGYTN4YIMwVBzPNTWOnRfXRnAwM2UAbE8ddEq9dluhSmAB+jO/Pgv3okpEuCjW1vAReZq6vTP67h2nUEffoljvc38lfklqlaGuxvtLVXMaWgAAACATeHE6+NipDgyhNw19AO6w1MGZDiwXjHoAHmKD+meAVPRAm11D4LFU1oDSyfZVV/HSDBkDEpQxRx60LbCcCl3gEiIfY2/kvx4dK1NCuiGUoHyRnpQcpRk06z8fAey9SoxSwOlIvOSpBp8ih474bZzf3n50AS3iWyG7gwYrV8QbDg= root@vping-userdata-vm2-df9a6274-e723-49e0-9a1c-91715bde3465\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.13s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fed6:af2b/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 \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-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-df9a6274-e723-49e0-9a1c-91715bde3465\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.87 ===\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-df9a6274-e723-49e0-9a1c-91715bde3465 login: "} 2018-07-22 14:54:20,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163/action used request id req-166fb7da-fa50-4b05-9970-5d6c7f16f598 2018-07-22 14:54:20,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0838890075684s 2018-07-22 14:54:20,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163/action used request id req-166fb7da-fa50-4b05-9970-5d6c7f16f598 2018-07-22 14:54:20,159 - 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 441906273 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.139221] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140938] pid_max: default: 32768 minimum: 301 [ 0.141856] ACPI: Core revision 20150930 [ 0.143262] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144609] Security Framework initialized [ 0.145449] Yama: becoming mindful. [ 0.146202] AppArmor: AppArmor initialized [ 0.147097] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148462] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149775] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151033] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152488] Initializing cgroup subsys io [ 0.153330] Initializing cgroup subsys memory [ 0.154231] Initializing cgroup subsys devices [ 0.155138] Initializing cgroup subsys freezer [ 0.156038] Initializing cgroup subsys net_cls [ 0.156931] Initializing cgroup subsys perf_event [ 0.157867] Initializing cgroup subsys net_prio [ 0.158790] Initializing cgroup subsys hugetlb [ 0.159688] Initializing cgroup subsys pids [ 0.160582] CPU: Physical Processor ID: 0 [ 0.162105] mce: CPU supports 10 MCE banks [ 0.162992] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164023] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179846] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186070] ftrace: allocating 31920 entries in 125 pages [ 0.212791] smpboot: Max logical packages: 1 [ 0.213673] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215070] x2apic enabled [ 0.215898] Switched APIC routing to physical x2apic. [ 0.217668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218828] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220974] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222811] KVM setup paravirtual spinlock [ 0.224129] x86: Booted up 1 node, 1 CPUs [ 0.224963] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.226390] devtmpfs: initialized [ 0.228126] evm: security.selinux [ 0.228849] evm: security.SMACK64 [ 0.229557] evm: security.SMACK64EXEC [ 0.230324] evm: security.SMACK64TRANSMUTE [ 0.231156] evm: security.SMACK64MMAP [ 0.231924] evm: security.ima [ 0.232581] evm: security.capability [ 0.233409] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235317] pinctrl core: initialized pinctrl subsystem [ 0.236450] RTC time: 14:54:16, date: 07/22/18 [ 0.237441] NET: Registered protocol family 16 [ 0.238452] cpuidle: using governor ladder [ 0.239294] cpuidle: using governor menu [ 0.240104] PCCT header not found. [ 0.240881] ACPI: bus type PCI registered [ 0.241709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242988] PCI: Using configuration type 1 for base access [ 0.244781] ACPI: Added _OSI(Module Device) [ 0.245651] ACPI: Added _OSI(Processor Device) [ 0.246538] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247471] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249239] ACPI: Interpreter enabled [ 0.250039] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257622] ACPI: (supports S0 S5) [ 0.258343] ACPI: Using IOAPIC for interrupt routing [ 0.259316] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262488] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264945] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.266169] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.268445] acpiphp: Slot [3] registered [ 0.269280] acpiphp: Slot [4] registered [ 0.270123] acpiphp: Slot [5] registered [ 0.270951] acpiphp: Slot [6] registered [ 0.271775] acpiphp: Slot [7] registered [ 0.272601] acpiphp: Slot [8] registered [ 0.273428] acpiphp: Slot [9] registered [ 0.274267] acpiphp: Slot [10] registered [ 0.275105] acpiphp: Slot [11] registered [ 0.275941] acpiphp: Slot [12] registered [ 0.276781] acpiphp: Slot [13] registered [ 0.277614] acpiphp: Slot [14] registered [ 0.278450] acpiphp: Slot [15] registered [ 0.289408] acpiphp: Slot [16] registered [ 0.290244] acpiphp: Slot [17] registered [ 0.291081] acpiphp: Slot [18] registered [ 0.291914] acpiphp: Slot [19] registered [ 0.292747] acpiphp: Slot [20] registered [ 0.293581] acpiphp: Slot [21] registered [ 0.294416] acpiphp: Slot [22] registered [ 0.295251] acpiphp: Slot [23] registered [ 0.296089] acpiphp: Slot [24] registered [ 0.296925] acpiphp: Slot [25] registered [ 0.297760] acpiphp: Slot [26] registered [ 0.298588] acpiphp: Slot [27] registered [ 0.299422] acpiphp: Slot [28] registered [ 0.300292] acpiphp: Slot [29] registered [ 0.301126] acpiphp: Slot [30] registered [ 0.301963] acpiphp: Slot [31] registered [ 0.302794] PCI host bridge to bus 0000:00 [ 0.303626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.304868] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.306119] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.307602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.309087] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.310601] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.314031] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.315349] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.316560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.317860] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321405] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.322882] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.341300] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.342815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.344628] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346089] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.347518] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.348828] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350156] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351242] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.352847] vgaarb: loaded [ 0.353463] vgaarb: bridge control possible 0000:00:02.0 [ 0.354721] SCSI subsystem initialized [ 0.355649] ACPI: bus type USB registered [ 0.356498] usbcore: registered new interface driver usbfs [ 0.357565] usbcore: registered new interface driver hub [ 0.358606] usbcore: registered new device driver usb [ 0.359742] PCI: Using ACPI for IRQ routing [ 0.360879] NetLabel: Initializing [ 0.361623] NetLabel: domain hash size = 128 [ 0.362498] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.363489] NetLabel: unlabeled traffic allowed by default [ 0.364681] clocksource: Switched to clocksource kvm-clock [ 0.372897] AppArmor: AppArmor Filesystem Enabled [ 0.373897] pnp: PnP ACPI init [ 0.374862] pnp: PnP ACPI: found 5 devices [ 0.381193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382963] NET: Registered protocol family 2 [ 0.384029] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385356] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.386603] TCP: Hash tables configured (established 4096 bind 4096) [ 0.387844] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.388969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390193] NET: Registered protocol family 1 [ 0.391105] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392231] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393339] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407432] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421603] Trying to unpack rootfs image as initramfs... [ 0.478531] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.480228] Scanning for low memory corruption every 60 seconds [ 0.481630] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.482829] audit: initializing netlink subsys (disabled) [ 0.483888] audit: type=2000 audit(1532271257.083:1): initialized [ 0.485297] Initialise system trusted keyring [ 0.486280] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.487477] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489655] zbud: loaded [ 0.490402] VFS: Disk quotas dquot_6.6.0 [ 0.491257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492917] fuse init (API version 7.23) [ 0.493856] Key type big_key registered [ 0.494687] Allocating IMA MOK and blacklist keyrings. [ 0.495941] Key type asymmetric registered [ 0.496809] Asymmetric key parser 'x509' registered [ 0.497803] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.499323] io scheduler noop registered [ 0.500144] io scheduler deadline registered (default) [ 0.501180] io scheduler cfq registered [ 0.502063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.503140] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.504444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.505945] ACPI: Power Button [PWRF] [ 0.506819] GHES: HEST is not enabled! [ 0.520502] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.550701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.574674] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.577021] Linux agpgart interface v0.103 [ 0.579626] brd: module loaded [ 0.581324] loop: module loaded [ 0.585683] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.587191] GPT:90111 != 2097151 [ 0.587892] GPT:Alternate GPT header not at the end of the disk. [ 0.589027] GPT:90111 != 2097151 [ 0.589730] GPT: Use GNU Parted to correct GPT errors. [ 0.590737] vda: vda1 vda15 [ 0.591985] scsi host0: ata_piix [ 0.592795] scsi host1: ata_piix [ 0.593537] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.594805] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.596310] libphy: Fixed MDIO Bus: probed [ 0.597169] tun: Universal TUN/TAP device driver, 1.6 [ 0.598163] tun: (C) 1999-2004 Max Krasnyansky [ 0.600427] PPP generic driver version 2.4.2 [ 0.601376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.602611] ehci-pci: EHCI PCI platform driver [ 0.603513] ehci-platform: EHCI generic platform driver [ 0.604541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.605712] ohci-pci: OHCI PCI platform driver [ 0.606624] ohci-platform: OHCI generic platform driver [ 0.607663] uhci_hcd: USB Universal Host Controller Interface driver [ 0.623669] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.624898] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626439] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.627514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.628792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630082] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631567] usb usb1: Product: UHCI Host Controller [ 0.632544] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.633743] usb usb1: SerialNumber: 0000:00:01.2 [ 0.634889] hub 1-0:1.0: USB hub found [ 0.635705] hub 1-0:1.0: 2 ports detected [ 0.636782] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639047] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640054] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641168] mousedev: PS/2 mouse device common for all mice [ 0.642493] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644441] rtc_cmos 00:00: RTC can wake from S4 [ 0.645719] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647023] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648328] i2c /dev entries driver [ 0.649210] device-mapper: uevent: version 1.0.3 [ 0.650281] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.652091] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653737] NET: Registered protocol family 10 [ 0.654995] NET: Registered protocol family 17 [ 0.655978] Key type dns_resolver registered [ 0.657102] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658315] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660287] registered taskstats version 1 [ 0.661224] Loading compiled-in X.509 certificates [ 0.662803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664855] zswap: loaded using pool lzo/zbud [ 0.666657] Key type trusted registered [ 0.668548] Key type encrypted registered [ 0.669460] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670598] ima: No TPM chip found, activating TPM-bypass! [ 0.671743] evm: HMAC attrs: 0x1 [ 0.672819] Magic number: 10:36:941 [ 0.673760] rtc_cmos 00:00: setting system clock to 2018-07-22 14:54:16 UTC (1532271256) [ 0.675536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676778] EDD information not available. [ 0.754005] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.766054] Write protecting the kernel read-only data: 14336k [ 0.768287] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.770295] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.817881] 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.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 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-00000006 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDDS0iPkQjZ8ICIHNr1CH9ohivV+ryqipWhwZNtlJbpVawpRqR9X3jVvmZfwl171bt/1NFFjMjKjqiFeonXchrfaCGNKQFgO55bByJoYX2mQ8IpNbFeHJy7zOE5tuTdDvilZ5Y+QvGS5q+vM8tkKYOTgholXvEIIzq9Zv4lrr5dFpBVruNeaap62VsYYZnDLo+N7rdkIqmCkcweXuvfppPw+mxI1OqTcqhBeHUDS5aCkvwDr17w1zeI3FZjUvQzJJBXjLofJ5m4fU0DdGKpVdaB97Lpv70XSedM5uddoS+ZxL1ki5zPqEvRLUmxljyBrIYOamERjHLasEqvahcUwUn/ root@vping-userdata-vm2-df9a6274-e723-49e0-9a1c-91715bde3465 ssh-dss AAAAB3NzaC1kc3MAAACBAKBo86oRN2+wQP1OFy5NmHNnILcxzjEKisl0pTH9Ed7U/cCqLpA8oJwC1XmhnsdA8lgcBpbSY2yCLePai+r9x8n+SURP/YKyOpusQDTuwpM+a/zt1ozORzS82zOTxZpbQXnpkpLSTo2Ebs8eTMKSa4FNC4KY8mlE8sGRT72k6ve/AAAAFQDh3kP/Txi73wBDmS1O/QfV9hprnwAAAIEAlVAQ9VEhsyoBeq7c64ODQ01UJgXK8ad0mnqGlCTsyne4QqbXXL2zCMB+MTHpUmkWGYTN4YIMwVBzPNTWOnRfXRnAwM2UAbE8ddEq9dluhSmAB+jO/Pgv3okpEuCjW1vAReZq6vTP67h2nUEffoljvc38lfklqlaGuxvtLVXMaWgAAACATeHE6+NipDgyhNw19AO6w1MGZDiwXjHoAHmKD+meAVPRAm11D4LFU1oDSyfZVV/HSDBkDEpQxRx60LbCcCl3gEiIfY2/kvx4dK1NCuiGUoHyRnpQcpRk06z8fAey9SoxSwOlIvOSpBp8ih474bZzf3n50AS3iWyG7gwYrV8QbDg= root@vping-userdata-vm2-df9a6274-e723-49e0-9a1c-91715bde3465 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fed6:af2b/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 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-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-df9a6274-e723-49e0-9a1c-91715bde3465 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.87 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-df9a6274-e723-49e0-9a1c-91715bde3465 login: 2018-07-22 14:54:20,160 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-22 14:54:20,266 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:54:20,266 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:25 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-22 14:54:20,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 14:54:20,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:20,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbf62749-1d1f-403e-824c-c29e77fe4ee8 x-compute-request-id: req-fbf62749-1d1f-403e-824c-c29e77fe4ee8 Content-Type: application/json 2018-07-22 14:54:20,398 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528 used request id req-fbf62749-1d1f-403e-824c-c29e77fe4ee8 2018-07-22 14:54:20,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.125888824463s 2018-07-22 14:54:20,398 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528 used request id req-fbf62749-1d1f-403e-824c-c29e77fe4ee8 2018-07-22 14:54:20,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:20,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:20,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc65435d-2e9b-4b38-92d3-8778f65c49f6 x-compute-request-id: req-fc65435d-2e9b-4b38-92d3-8778f65c49f6 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:af:2b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:16.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:16Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:ff:47", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f222213d-dd0e-4786-a185-741a0acfd528", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:07.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "f222213d-dd0e-4786-a185-741a0acfd528", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:20Z", "hostId": "31199de4d67f6e0b441700b8f641952126385fc34570a554ef3c8407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:02Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:20,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc65435d-2e9b-4b38-92d3-8778f65c49f6 2018-07-22 14:54:20,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509490013123s 2018-07-22 14:54:20,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc65435d-2e9b-4b38-92d3-8778f65c49f6 2018-07-22 14:54:20,911 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:22,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:22,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:23,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5bd2684-7e48-4e00-9cd1-d577c71e9215 x-compute-request-id: req-f5bd2684-7e48-4e00-9cd1-d577c71e9215 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:af:2b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:16.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:16Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:23,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f5bd2684-7e48-4e00-9cd1-d577c71e9215 2018-07-22 14:54:23,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385611772537s 2018-07-22 14:54:23,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f5bd2684-7e48-4e00-9cd1-d577c71e9215 2018-07-22 14:54:23,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 14:54:23,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:23,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:54:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed98659e-bd1d-4f5c-9055-8ddb932a680e x-compute-request-id: req-ed98659e-bd1d-4f5c-9055-8ddb932a680e Content-Type: application/json 2018-07-22 14:54:23,448 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163 used request id req-ed98659e-bd1d-4f5c-9055-8ddb932a680e 2018-07-22 14:54:23,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.146785020828s 2018-07-22 14:54:23,449 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163 used request id req-ed98659e-bd1d-4f5c-9055-8ddb932a680e 2018-07-22 14:54:23,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:23,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:23,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-997e8226-9b8d-452b-bd24-0e65ef1d2fa1 x-compute-request-id: req-997e8226-9b8d-452b-bd24-0e65ef1d2fa1 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:af:2b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/479b8c36-ab06-4aaa-8d18-873d4c87e163", "rel": "bookmark"}], "image": {"id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "links": [{"href": "http://172.30.9.28:8774/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:16.000000", "flavor": {"id": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "links": [{"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "bookmark"}]}, "id": "479b8c36-ab06-4aaa-8d18-873d4c87e163", "security_groups": [{"name": "default"}], "user_id": "831e19b6192e459dacad8f39bf74d2c8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:23Z", "hostId": "79fd129c03519ae5c13f4db9ddacbb25889d140a21b7679c0e423339", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_df9a6274-e723-49e0-9a1c-91715bde3465", "created": "2018-07-22T14:54:11Z", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:23,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-997e8226-9b8d-452b-bd24-0e65ef1d2fa1 2018-07-22 14:54:23,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211801052094s 2018-07-22 14:54:23,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-997e8226-9b8d-452b-bd24-0e65ef1d2fa1 2018-07-22 14:54:23,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:25,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:25,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:25,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54: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-7308a443-086e-4dec-acb2-84abc69749a8 x-compute-request-id: req-7308a443-086e-4dec-acb2-84abc69749a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 14:54:25,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7308a443-086e-4dec-acb2-84abc69749a8 2018-07-22 14:54:25,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0954058170319s 2018-07-22 14:54:25,761 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7308a443-086e-4dec-acb2-84abc69749a8 2018-07-22 14:54:25,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:54:25,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9/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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" -d '{"subnet_id": "138feb52-f408-4b0c-9bd2-aa284448d136"}' 2018-07-22 14:54:27,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4c9a5f12-fb83-4b67-ad23-d68ad08d09a9 Date: Sun, 22 Jul 2018 14:54:27 GMT RESP BODY: {"network_id": "937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "subnet_id": "138feb52-f408-4b0c-9bd2-aa284448d136", "subnet_ids": ["138feb52-f408-4b0c-9bd2-aa284448d136"], "port_id": "d4a5c018-3ba0-49d6-8b81-e86d1ea8cb46", "id": "ca0bbb13-11df-4627-a372-b87cc28d97a9"} 2018-07-22 14:54:27,188 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9/remove_router_interface.json used request id req-4c9a5f12-fb83-4b67-ad23-d68ad08d09a9 2018-07-22 14:54:27,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.42567801476s 2018-07-22 14:54:27,188 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9/remove_router_interface.json used request id req-4c9a5f12-fb83-4b67-ad23-d68ad08d09a9 returning object ca0bbb13-11df-4627-a372-b87cc28d97a9 2018-07-22 14:54:27,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:54:27,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:27,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-db849dc7-9e09-46d5-8393-971728c7136f Date: Sun, 22 Jul 2018 14:54:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:57Z", "admin_state_up": true, "updated_at": "2018-07-22T14:54:26Z", "revision_number": 4, "routes": [], "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "ca0bbb13-11df-4627-a372-b87cc28d97a9", "name": "vping_userdata-router_df9a6274-e723-49e0-9a1c-91715bde3465"}]} 2018-07-22 14:54:27,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-db849dc7-9e09-46d5-8393-971728c7136f 2018-07-22 14:54:27,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109799146652s 2018-07-22 14:54:27,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-db849dc7-9e09-46d5-8393-971728c7136f 2018-07-22 14:54:27,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:54:27,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:28,399 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8b7c27f9-c00b-4205-b156-048463ab83af Content-Length: 0 Date: Sun, 22 Jul 2018 14:54:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:54:28,399 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9.json used request id req-8b7c27f9-c00b-4205-b156-048463ab83af 2018-07-22 14:54:28,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.09877204895s 2018-07-22 14:54:28,399 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ca0bbb13-11df-4627-a372-b87cc28d97a9.json used request id req-8b7c27f9-c00b-4205-b156-048463ab83af 2018-07-22 14:54:28,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:54:28,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:28,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1523052c-e5b9-4a41-9203-c365cf354140 Date: Sun, 22 Jul 2018 14:54:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:53:56Z","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":"05aaaeb81b2d4226bbd42ae369d455c8","id":"138feb52-f408-4b0c-9bd2-aa284448d136","subnetpool_id":null,"name":"vping_userdata-subnet_df9a6274-e723-49e0-9a1c-91715bde3465"}]} 2018-07-22 14:54:28,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1523052c-e5b9-4a41-9203-c365cf354140 2018-07-22 14:54:28,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0555791854858s 2018-07-22 14:54:28,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1523052c-e5b9-4a41-9203-c365cf354140 2018-07-22 14:54:28,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:54:28,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/138feb52-f408-4b0c-9bd2-aa284448d136.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:29,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6dfae23c-7bc5-4362-aaf9-0e57d75f25c8 Date: Sun, 22 Jul 2018 14:54:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:54:29,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/138feb52-f408-4b0c-9bd2-aa284448d136.json used request id req-6dfae23c-7bc5-4362-aaf9-0e57d75f25c8 2018-07-22 14:54:29,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09123706818s 2018-07-22 14:54:29,549 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/138feb52-f408-4b0c-9bd2-aa284448d136.json used request id req-6dfae23c-7bc5-4362-aaf9-0e57d75f25c8 2018-07-22 14:54:29,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:29,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:29,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-e8224bd0-06b8-4ec2-9611-cb55461b8a26 Date: Sun, 22 Jul 2018 14:54:29 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T14:54:29Z","tenant_id":"05aaaeb81b2d4226bbd42ae369d455c8","created_at":"2018-07-22T14:53:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05aaaeb81b2d4226bbd42ae369d455c8","id":"937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de","name":"vping_userdata-net_df9a6274-e723-49e0-9a1c-91715bde3465"}]} 2018-07-22 14:54:29,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e8224bd0-06b8-4ec2-9611-cb55461b8a26 2018-07-22 14:54:29,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121005058289s 2018-07-22 14:54:29,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e8224bd0-06b8-4ec2-9611-cb55461b8a26 2018-07-22 14:54:29,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:54:29,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:30,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac63df0f-c809-4bd8-8086-5b56cd96711b Date: Sun, 22 Jul 2018 14:54:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:54:30,837 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de.json used request id req-ac63df0f-c809-4bd8-8086-5b56cd96711b 2018-07-22 14:54:30,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16479301453s 2018-07-22 14:54:30,837 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/937e9ff5-1fc8-45ca-8dbf-2a8e3d10a8de.json used request id req-ac63df0f-c809-4bd8-8086-5b56cd96711b 2018-07-22 14:54:30,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:54:30,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:31,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-485dbecb-f49c-410f-a935-06b2eafcd89f Date: Sun, 22 Jul 2018 14:54:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/snap", "metadata": {}}], "file": "/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/file", "owner": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "size": 12716032, "self": "/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:54:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_df9a6274-e723-49e0-9a1c-91715bde3465", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:54:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:54:31,032 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-485dbecb-f49c-410f-a935-06b2eafcd89f 2018-07-22 14:54:31,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.19039607048s 2018-07-22 14:54:31,032 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-485dbecb-f49c-410f-a935-06b2eafcd89f 2018-07-22 14:54:31,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 14:54:31,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6eaf561b0ade8f9b5968e8e100ff0483f554e94" 2018-07-22 14:54:32,222 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97ee12f2-ee10-4163-90d3-00a178070790 Date: Sun, 22 Jul 2018 14:54:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:54:32,222 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5 used request id req-97ee12f2-ee10-4163-90d3-00a178070790 2018-07-22 14:54:32,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18808698654s 2018-07-22 14:54:32,222 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/419ac5c9-534a-4faf-a96a-9bc6b1b9d6b5 used request id req-97ee12f2-ee10-4163-90d3-00a178070790 2018-07-22 14:54:32,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:54:32,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:32,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-9ad0584b-53d8-40d1-92c2-8e81107cb2aa x-compute-request-id: req-9ad0584b-53d8-40d1-92c2-8e81107cb2aa Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_df9a6274-e723-49e0-9a1c-91715bde3465", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1", "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": "a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1"}]} 2018-07-22 14:54:32,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9ad0584b-53d8-40d1-92c2-8e81107cb2aa 2018-07-22 14:54:32,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.030433177948s 2018-07-22 14:54:32,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-9ad0584b-53d8-40d1-92c2-8e81107cb2aa 2018-07-22 14:54:32,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 14:54:32,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:32,311 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a4ed6af-35f0-44d9-96ac-649847b0cbc9 x-compute-request-id: req-3a4ed6af-35f0-44d9-96ac-649847b0cbc9 Content-Length: 0 Content-Type: application/json 2018-07-22 14:54:32,311 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1 used request id req-3a4ed6af-35f0-44d9-96ac-649847b0cbc9 2018-07-22 14:54:32,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0561640262604s 2018-07-22 14:54:32,311 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a96168f7-a2b4-4c73-9f8d-c4a2ae534ab1 used request id req-3a4ed6af-35f0-44d9-96ac-649847b0cbc9 2018-07-22 14:54:32,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:54:32,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:32,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-760cd385-9ecd-49b3-a62a-6d5a0542a95b Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465", "links": {"self": "http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "831e19b6192e459dacad8f39bf74d2c8", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:54:32,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-760cd385-9ecd-49b3-a62a-6d5a0542a95b 2018-07-22 14:54:32,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109102010727s 2018-07-22 14:54:32,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-760cd385-9ecd-49b3-a62a-6d5a0542a95b 2018-07-22 14:54:32,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:54:32,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:32,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7cefe5d-4d26-4715-8a23-07c0c43af6b5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_df9a6274-e723-49e0-9a1c-91715bde3465", "links": {"self": "http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "831e19b6192e459dacad8f39bf74d2c8", "description": null}} 2018-07-22 14:54:32,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8 used request id req-b7cefe5d-4d26-4715-8a23-07c0c43af6b5 2018-07-22 14:54:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100608110428s 2018-07-22 14:54:32,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8 used request id req-b7cefe5d-4d26-4715-8a23-07c0c43af6b5 2018-07-22 14:54:32,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 14:54:32,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:32,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ddc8975-fe8e-4be5-b18e-d7ed6f3687ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:54:32,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8 used request id req-9ddc8975-fe8e-4be5-b18e-d7ed6f3687ad 2018-07-22 14:54:32,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.205856084824s 2018-07-22 14:54:32,735 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/831e19b6192e459dacad8f39bf74d2c8 used request id req-9ddc8975-fe8e-4be5-b18e-d7ed6f3687ad 2018-07-22 14:54:32,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:54:32,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:32,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b94537-61fb-46b9-9e6a-52ccceff962e Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8"}, "tags": [], "enabled": true, "id": "05aaaeb81b2d4226bbd42ae369d455c8", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_df9a6274-e723-49e0-9a1c-91715bde3465"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 14:54:32,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-53b94537-61fb-46b9-9e6a-52ccceff962e 2018-07-22 14:54:32,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0959179401398s 2018-07-22 14:54:32,838 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-53b94537-61fb-46b9-9e6a-52ccceff962e 2018-07-22 14:54:32,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 14:54:32,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:32,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4dd11fb-1781-4d3c-b98f-8309e674d18e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:54:32,998 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-e4dd11fb-1781-4d3c-b98f-8309e674d18e 2018-07-22 14:54:32,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156295061111s 2018-07-22 14:54:32,999 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-e4dd11fb-1781-4d3c-b98f-8309e674d18e 2018-07-22 14:54:33,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:54:33,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:33,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965ea085-7cd7-46d3-bc1b-23993d0d5aa2 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "776dbed4125942e9aadd9a1c4785eb3c", "links": {"self": "http://172.30.9.28:5000/v3/roles/776dbed4125942e9aadd9a1c4785eb3c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:54:33,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-965ea085-7cd7-46d3-bc1b-23993d0d5aa2 2018-07-22 14:54:33,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0897691249847s 2018-07-22 14:54:33,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-965ea085-7cd7-46d3-bc1b-23993d0d5aa2 2018-07-22 14:54:33,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 14:54:33,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/776dbed4125942e9aadd9a1c4785eb3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f90aa6534de159e4915fe8943f46baf2220b37e" 2018-07-22 14:54:33,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:54:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3243c35e-680d-4bef-b3db-70492308c89e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:54:33,249 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/776dbed4125942e9aadd9a1c4785eb3c used request id req-3243c35e-680d-4bef-b3db-70492308c89e 2018-07-22 14:54:33,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.150898933411s 2018-07-22 14:54:33,249 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/776dbed4125942e9aadd9a1c4785eb3c used request id req-3243c35e-680d-4bef-b3db-70492308c89e 2018-07-22 14:54:33,304 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:54:33,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:54:33,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:54:33,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:54:33,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-198a62f9-a015-470f-b4e8-63ffc0820f9c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:54:33,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-198a62f9-a015-470f-b4e8-63ffc0820f9c 2018-07-22 14:54:33,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:54:33,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:54:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["8dOeB8gxRNK2UO4nuPYkag"], "issued_at": "2018-07-22T14:54:33.000000Z"}} 2018-07-22 14:54:33,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:33,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:33,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d5121572-c66c-42af-a220-1c29583d313d Date: Sun, 22 Jul 2018 14:54:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 14:54:33,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d5121572-c66c-42af-a220-1c29583d313d 2018-07-22 14:54:33,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.182275056839s 2018-07-22 14:54:33,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d5121572-c66c-42af-a220-1c29583d313d 2018-07-22 14:54:33,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:54:33,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:54:33,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:54:33,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:34,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35af7091-ce88-4351-ad60-39d4f4bf0769 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 14:54:34,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-35af7091-ce88-4351-ad60-39d4f4bf0769 2018-07-22 14:54:34,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.085559129715s 2018-07-22 14:54:34,015 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-35af7091-ce88-4351-ad60-39d4f4bf0769 2018-07-22 14:54:34,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 14:54:34,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38"}}' 2018-07-22 14:54:34,139 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:54:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f92aa6d7-db79-4275-b802-166f1457cf4a 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.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30"}, "tags": [], "enabled": true, "id": "fd9c4dedc5cc474b9cac04b7edae1b30", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38"}} 2018-07-22 14:54:34,139 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f92aa6d7-db79-4275-b802-166f1457cf4a 2018-07-22 14:54:34,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116873979568s 2018-07-22 14:54:34,139 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f92aa6d7-db79-4275-b802-166f1457cf4a 2018-07-22 14:54:34,140 - 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'fd9c4dedc5cc474b9cac04b7edae1b30', '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_f5acc754-12e5-4966-a44f-1ad5c8270a38'}) 2018-07-22 14:54:34,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 14:54:34,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "674dea41-8627-4f70-bed2-f641a9255a0b", "email": null, "name": "cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38"}}' 2018-07-22 14:54:34,432 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:54:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7f6b1bb-7b5b-4e0d-929b-58d5be8deba3 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38", "links": {"self": "http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "846074a3be694d3aafd87c71ec9240f5", "domain_id": "default", "password_expires_at": null}} 2018-07-22 14:54:34,432 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-b7f6b1bb-7b5b-4e0d-929b-58d5be8deba3 2018-07-22 14:54:34,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.286125183105s 2018-07-22 14:54:34,433 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-b7f6b1bb-7b5b-4e0d-929b-58d5be8deba3 2018-07-22 14:54:34,434 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'846074a3be694d3aafd87c71ec9240f5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38'}) 2018-07-22 14:54:34,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:54:34,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:34,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de76b22c-eb22-4ef1-abe1-98066de28b92 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:54:34,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-de76b22c-eb22-4ef1-abe1-98066de28b92 2018-07-22 14:54:34,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.091178894043s 2018-07-22 14:54:34,529 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-de76b22c-eb22-4ef1-abe1-98066de28b92 2018-07-22 14:54:34,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:54:34,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:34,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87162fd0-318f-42c2-8984-68d5af78f636 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:54:34,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-87162fd0-318f-42c2-8984-68d5af78f636 2018-07-22 14:54:34,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0876729488373s 2018-07-22 14:54:34,621 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-87162fd0-318f-42c2-8984-68d5af78f636 2018-07-22 14:54:34,623 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 14:54:34,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 14:54:34,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" -d '{"role": {"name": "Member"}}' 2018-07-22 14:54:34,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 14:54:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e3b05ee-a239-4916-be68-3845b37a2c79 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6578c3e1d0034fce99e3ee3e969f7a9e", "links": {"self": "http://172.30.9.28:5000/v3/roles/6578c3e1d0034fce99e3ee3e969f7a9e"}, "name": "Member"}} 2018-07-22 14:54:34,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9e3b05ee-a239-4916-be68-3845b37a2c79 2018-07-22 14:54:34,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.104100942612s 2018-07-22 14:54:34,731 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9e3b05ee-a239-4916-be68-3845b37a2c79 2018-07-22 14:54:34,731 - 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'6578c3e1d0034fce99e3ee3e969f7a9e'}) 2018-07-22 14:54:34,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:54:34,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:34,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa064be-3692-4fe9-baa3-30bd465f54e0 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6578c3e1d0034fce99e3ee3e969f7a9e", "links": {"self": "http://172.30.9.28:5000/v3/roles/6578c3e1d0034fce99e3ee3e969f7a9e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:54:34,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6fa064be-3692-4fe9-baa3-30bd465f54e0 2018-07-22 14:54:34,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0856671333313s 2018-07-22 14:54:34,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6fa064be-3692-4fe9-baa3-30bd465f54e0 2018-07-22 14:54:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 14:54:34,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:34,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9f3c30-f11a-4331-9dfb-3440cec9961d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 14:54:34,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-da9f3c30-f11a-4331-9dfb-3440cec9961d 2018-07-22 14:54:34,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0896551609039s 2018-07-22 14:54:34,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-da9f3c30-f11a-4331-9dfb-3440cec9961d 2018-07-22 14:54:34,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:54:34,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:35,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d879d649-8dc1-4beb-a20a-e2de4ccf8ecb Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38", "links": {"self": "http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "846074a3be694d3aafd87c71ec9240f5", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:54:35,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d879d649-8dc1-4beb-a20a-e2de4ccf8ecb 2018-07-22 14:54:35,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102957963943s 2018-07-22 14:54:35,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d879d649-8dc1-4beb-a20a-e2de4ccf8ecb 2018-07-22 14:54:35,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:54:35,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:35,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3e219e-9b93-457e-a451-ebe0e9834d1a Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30"}, "tags": [], "enabled": true, "id": "fd9c4dedc5cc474b9cac04b7edae1b30", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:54:35,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1c3e219e-9b93-457e-a451-ebe0e9834d1a 2018-07-22 14:54:35,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0892269611359s 2018-07-22 14:54:35,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1c3e219e-9b93-457e-a451-ebe0e9834d1a 2018-07-22 14:54:35,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 14:54:35,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=846074a3be694d3aafd87c71ec9240f5&role.id=6578c3e1d0034fce99e3ee3e969f7a9e&scope.project.id=fd9c4dedc5cc474b9cac04b7edae1b30" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:35,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a38302-7e7a-4b75-a2fb-990a4276e5aa Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=846074a3be694d3aafd87c71ec9240f5&role.id=6578c3e1d0034fce99e3ee3e969f7a9e&scope.project.id=fd9c4dedc5cc474b9cac04b7edae1b30", "previous": null, "next": null}} 2018-07-22 14:54:35,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=846074a3be694d3aafd87c71ec9240f5&role.id=6578c3e1d0034fce99e3ee3e969f7a9e&scope.project.id=fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-b3a38302-7e7a-4b75-a2fb-990a4276e5aa 2018-07-22 14:54:35,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0862228870392s 2018-07-22 14:54:35,215 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=846074a3be694d3aafd87c71ec9240f5&role.id=6578c3e1d0034fce99e3ee3e969f7a9e&scope.project.id=fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-b3a38302-7e7a-4b75-a2fb-990a4276e5aa 2018-07-22 14:54:35,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 14:54:35,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30/users/846074a3be694d3aafd87c71ec9240f5/roles/6578c3e1d0034fce99e3ee3e969f7a9e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:54:35,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:54:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-311e9054-4e8b-4389-8f59-a9b9fc7433c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:54:35,343 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30/users/846074a3be694d3aafd87c71ec9240f5/roles/6578c3e1d0034fce99e3ee3e969f7a9e used request id req-311e9054-4e8b-4389-8f59-a9b9fc7433c5 2018-07-22 14:54:35,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.123580932617s 2018-07-22 14:54:35,343 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30/users/846074a3be694d3aafd87c71ec9240f5/roles/6578c3e1d0034fce99e3ee3e969f7a9e used request id req-311e9054-4e8b-4389-8f59-a9b9fc7433c5 2018-07-22 14:54:35,344 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38', 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'fd9c4dedc5cc474b9cac04b7edae1b30', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '674dea41-8627-4f70-bed2-f641a9255a0b', 'username': u'cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 14:54:35,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:54:35,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:54:35,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:54:35,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:54:35,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:54:35,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:54:35,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:54:35,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:54:35,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:54:35,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:54:35,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:54:35,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:54:35,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:54:35,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:54:35,349 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'password': '674dea41-8627-4f70-bed2-f641a9255a0b', 'project_name': 'cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': 'fd9c4dedc5cc474b9cac04b7edae1b30', 'project_domain_name': 'Default'} 2018-07-22 14:54:35,349 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-22 14:54:35,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:54:35,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f15b7805-7055-4ff5-8850-024de53814dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:54:35,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f15b7805-7055-4ff5-8850-024de53814dd 2018-07-22 14:54:35,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:54:35,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6578c3e1d0034fce99e3ee3e969f7a9e", "name": "Member"}], "expires_at": "2018-07-22T15:54:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd9c4dedc5cc474b9cac04b7edae1b30", "name": "cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_fd9c4dedc5cc474b9cac04b7edae1b30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38", "id": "846074a3be694d3aafd87c71ec9240f5"}, "audit_ids": ["4fQfDU7sTU-6tgyV8y97SA"], "issued_at": "2018-07-22T14:54:35.000000Z"}} 2018-07-22 14:54:35,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 14:54:35,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"network": {"name": "cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38", "admin_state_up": true}}' 2018-07-22 14:54:36,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-553d1d74-c4a4-4c3f-8f5c-e1b543807f4f Date: Sun, 22 Jul 2018 14:54:36 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T14:54:36Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"ac256595-2214-4e99-a846-15f1da25209c","name":"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38"}} 2018-07-22 14:54:36,489 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-553d1d74-c4a4-4c3f-8f5c-e1b543807f4f 2018-07-22 14:54:36,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.750210046768s 2018-07-22 14:54:36,490 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-553d1d74-c4a4-4c3f-8f5c-e1b543807f4f 2018-07-22 14:54:36,490 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:54:36Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'ac256595-2214-4e99-a846-15f1da25209c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38', u'admin_state_up': True, u'tenant_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', u'created_at': u'2018-07-22T14:54:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fd9c4dedc5cc474b9cac04b7edae1b30'}) 2018-07-22 14:54:36,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:36,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:36,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-d3fd86a5-f2fd-42b0-bd50-f3e6455da7ba Date: Sun, 22 Jul 2018 14: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T14:54:36Z","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"ac256595-2214-4e99-a846-15f1da25209c","name":"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:54:36,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d3fd86a5-f2fd-42b0-bd50-f3e6455da7ba 2018-07-22 14:54:36,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.179865837097s 2018-07-22 14:54:36,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d3fd86a5-f2fd-42b0-bd50-f3e6455da7ba 2018-07-22 14:54:36,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 14:54:36,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"subnet": {"name": "cinder_test-subnet_f5acc754-12e5-4966-a44f-1ad5c8270a38", "enable_dhcp": true, "network_id": "ac256595-2214-4e99-a846-15f1da25209c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 14:54:37,375 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-3b690ee6-5e83-4c26-a410-caf55216a250 Date: Sun, 22 Jul 2018 14:54:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:54:36Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","subnetpool_id":null,"name":"cinder_test-subnet_f5acc754-12e5-4966-a44f-1ad5c8270a38"}} 2018-07-22 14:54:37,375 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3b690ee6-5e83-4c26-a410-caf55216a250 2018-07-22 14:54:37,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.702931165695s 2018-07-22 14:54:37,376 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3b690ee6-5e83-4c26-a410-caf55216a250 2018-07-22 14:54:37,376 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T14:54:36Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'83f46d2d-35a0-4bf6-8a4e-5cb63d86e747', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_f5acc754-12e5-4966-a44f-1ad5c8270a38', u'enable_dhcp': True, u'network_id': u'ac256595-2214-4e99-a846-15f1da25209c', u'tenant_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', u'created_at': u'2018-07-22T14:54:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fd9c4dedc5cc474b9cac04b7edae1b30'}) 2018-07-22 14:54:37,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 14:54:37,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "cinder_test-router_f5acc754-12e5-4966-a44f-1ad5c8270a38", "admin_state_up": true}}' 2018-07-22 14:54:38,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-55a983de-949b-4075-865c-9b2b0bacafa5 Date: Sun, 22 Jul 2018 14:54:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:37Z", "admin_state_up": true, "updated_at": "2018-07-22T14:54:38Z", "revision_number": 2, "routes": [], "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "c95c1155-44fc-4e3f-b646-208278084c0e", "name": "cinder_test-router_f5acc754-12e5-4966-a44f-1ad5c8270a38"}} 2018-07-22 14:54:38,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-55a983de-949b-4075-865c-9b2b0bacafa5 2018-07-22 14:54:38,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 0.942941904068s 2018-07-22 14:54:38,320 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-55a983de-949b-4075-865c-9b2b0bacafa5 2018-07-22 14:54:38,321 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', u'created_at': u'2018-07-22T14:54:37Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T14:54:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', u'id': u'c95c1155-44fc-4e3f-b646-208278084c0e', u'name': u'cinder_test-router_f5acc754-12e5-4966-a44f-1ad5c8270a38'}) 2018-07-22 14:54:38,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 14:54:38,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"subnet_id": "83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"}' 2018-07-22 14:54:40,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-88dd1e91-b625-4ea7-b179-1ed59629582f Date: Sun, 22 Jul 2018 14:54:40 GMT RESP BODY: {"network_id": "ac256595-2214-4e99-a846-15f1da25209c", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "subnet_id": "83f46d2d-35a0-4bf6-8a4e-5cb63d86e747", "subnet_ids": ["83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"], "port_id": "61e988cd-9d0a-4a09-b175-0860797af890", "id": "c95c1155-44fc-4e3f-b646-208278084c0e"} 2018-07-22 14:54:40,140 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e/add_router_interface.json used request id req-88dd1e91-b625-4ea7-b179-1ed59629582f 2018-07-22 14:54:40,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.81903409958s 2018-07-22 14:54:40,141 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e/add_router_interface.json used request id req-88dd1e91-b625-4ea7-b179-1ed59629582f returning object c95c1155-44fc-4e3f-b646-208278084c0e 2018-07-22 14:54:40,141 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 14:54:40,273 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 14:54:40,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:54:40,279 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 14:54:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 14:54:40,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:54:40,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:40,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6a02e477-4b65-4232-bfb2-36841dfe4a82 Date: Sun, 22 Jul 2018 14:54:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:54:40,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6a02e477-4b65-4232-bfb2-36841dfe4a82 2018-07-22 14:54:40,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181521892548s 2018-07-22 14:54:40,463 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6a02e477-4b65-4232-bfb2-36841dfe4a82 2018-07-22 14:54:40,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 14:54:40,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38"}' 2018-07-22 14:54:40,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9173c9b9-e2ca-4b71-a5bd-31e0c71478ac Date: Sun, 22 Jul 2018 14:54:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62/file", "owner": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "d80628d4-6917-4387-9f15-7fa690fefa62", "size": null, "self": "/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:54:40Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "checksum": null, "created_at": "2018-07-22T14:54:40Z", "protected": false} 2018-07-22 14:54:40,515 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9173c9b9-e2ca-4b71-a5bd-31e0c71478ac 2018-07-22 14:54:40,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0433440208435s 2018-07-22 14:54:40,515 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9173c9b9-e2ca-4b71-a5bd-31e0c71478ac returning object d80628d4-6917-4387-9f15-7fa690fefa62 2018-07-22 14:54:40,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 14:54:40,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '' 2018-07-22 14:54:41,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94b69b10-bb7e-48b4-a716-78ae55b7a0a3 Date: Sun, 22 Jul 2018 14:54:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:54:41,061 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62/file used request id req-94b69b10-bb7e-48b4-a716-78ae55b7a0a3 2018-07-22 14:54:41,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.545411109924s 2018-07-22 14:54:41,061 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62/file used request id req-94b69b10-bb7e-48b4-a716-78ae55b7a0a3 2018-07-22 14:54:41,062 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T14:54:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62/file', u'owner': u'fd9c4dedc5cc474b9cac04b7edae1b30', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd80628d4-6917-4387-9f15-7fa690fefa62', u'size': None, u'name': u'cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38', u'checksum': None, u'self': u'/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T14:54:40Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 14:54:41,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 14:54:41,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_f5acc754-12e5-4966-a44f-1ad5c8270a38", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 14:54:41,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77f714bb-c9fb-436a-a82c-9f0438148304 x-compute-request-id: req-77f714bb-c9fb-436a-a82c-9f0438148304 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_f5acc754-12e5-4966-a44f-1ad5c8270a38", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "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": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f"}} 2018-07-22 14:54:41,282 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-77f714bb-c9fb-436a-a82c-9f0438148304 2018-07-22 14:54:41,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.219435930252s 2018-07-22 14:54:41,282 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-77f714bb-c9fb-436a-a82c-9f0438148304 2018-07-22 14:54:41,283 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_f5acc754-12e5-4966-a44f-1ad5c8270a38', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f', 'swap': 0}) 2018-07-22 14:54:41,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 14:54:41,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f/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}2095f5eadd79d701a63792d3f6e73a65821c76b9" -d '{"extra_specs": {}}' 2018-07-22 14:54:41,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4decd4e-81c2-4ad8-b13b-12985c0ed00b x-compute-request-id: req-c4decd4e-81c2-4ad8-b13b-12985c0ed00b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 14:54:41,306 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f/os-extra_specs used request id req-c4decd4e-81c2-4ad8-b13b-12985c0ed00b 2018-07-22 14:54:41,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220100879669s 2018-07-22 14:54:41,306 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f/os-extra_specs used request id req-c4decd4e-81c2-4ad8-b13b-12985c0ed00b 2018-07-22 14:54:41,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 14:54:41,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"keypair": {"name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38"}}' 2018-07-22 14:54:41,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e0b4016-0db6-49ee-8ab9-39e6e7212f36 x-compute-request-id: req-2e0b4016-0db6-49ee-8ab9-39e6e7212f36 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8tyMV0z6l2Ru2EYzWNs59olMKvwGafxaYtee0TQM2+VpZe/xgvCPYjsW4G5Eh2j4U5Z57exEEEQZvMQfR9x59Qg+XpvwpfjPxvEn2g8Qi20hBVRCly9QaFHkELMVVo68u1Ao3vs3npjg4Yg5qGMWwb8TqlikB6iWcM56TLxS3O4Pjbm+6XjsItoX/RuerYd/AzZe/cacABV9iqjNl1ewaHE4UqxhjYmtQXK8l+qCECKr+zV0ZBRe7NZmBEG43HIMOySiU+wzZDqqjUWZ8bBnR0Of8MeKURHjRNy/lmnCL2PvQH2RfcnqF6vfQKnWOaLFs83JC4J48z4NfnEfgNx+f Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvLcjFdM+pdkbthGM1jbOfaJTCr8Bmn8WmLXntE0DNvlaWXv8\nYLwj2I7FuBuRIdo+FOWee3sRBBEGbzEH0fcefUIPl6b8KX4z8bxJ9oPEIttIQVUQ\npcvUGhR5BCzFVaOvLtQKN77N56Y4OGIOahjFsG/E6pYpAeolnDOeky8UtzuD425v\nul47CLaF/0bnq2HfwM2Xv3GnAAVfYqozZdXsGhxOFKsYY2JrUFyvJfqghAiq/s1d\nGQUXuzWZgRBuNxyDDskolPsM2Q6qo1FmfGwZ0dDn/DHilER40Tcv5Zpwi9j70B9k\nX3J6her30Cp1jmixbPNyQuCePM+DX5xH4DcfnwIDAQABAoIBAHOBoH7uUk0OqvBw\no4RF/XNWVH+iU2ft27XSuSRZcttGGi/lPJ806LfXA1vhu549x3vg43Tu6YZUqVyL\nZR71o3rFYWfQNE1tSnvuZFL3aahwETSzzUG9lW/1EfElOg9l5YbDEBH4vmzIB2cz\nVWFJEk8gyiVPjX/3gdeunKO30HUpcULGHqeIi8uH+ct8mkmd7BK/v3moDOm9la3X\n/vbx6KhM59Ds/C9LrdT+f0P/Y3wL3qW32mCnBp87J/s1sVoaQPWgUSBDrfQnseAx\nwWtr3zD+2kQdZBxDJ3LmltHPSCdBdMjLVdoc3WJy0eIoX61/PdzWEdyUgczszLEc\nIaTnFOECgYEA7+On5JdN5QR/+u0xGKg4/ykLTz1FRfRM40wPZjz1rFmcuY6dxku8\nvREO8f11jckTgtN39ZP8GebeYB5tWOQXiXIfivHV6kMJ+60oHe7YvpsWaYGuFhh7\n3pFQw1cjAqQpURvWXTdQaklmouW1Vt8tLGM3Gsro6sn2Moep6/cM7K8CgYEAyWOp\n6unV3L7pprOd4U06PP46nsilZzSqCIOzPt4cq3CjHT7k8pc8hiurrgro4LMChC5H\nZTTHfdmjoLUC34NITE3OH0opmD69nrhcUOzP2NtDBZqwRFOObSQ4o20YNEQZgVJq\nvwS77FX3h9GPTl8U832EklGqweuRAQ6FI7lFGBECgYEAx5azNtbIYXZ4AM9eHPTB\nz1JX7Yq92zEi066R1W98u/QnGJ/XF4gmNWw+8gn+x4P37s6BLVr90pMqi/Bk7COC\njcHdCp6ha3JxmOt9yEHUJeolII1byVh/nzNqbcxO/cCV+7zcgtwl1PjTI09ZrDit\nfhPiYjFWzxpP88S6FPCM2VMCgYEAp8MwTxLQJv2aolXKVV8B/sFBj/hRYTIL2t/r\nN5nLhD1mg/xauIOn1ZUXhPptmJFGrVnn+7UF4h6lIkDnzc4NMhM2e/ZJxBuv1kJ6\nFKfRVTMCF+8OmzyHzv93dxxwJ0n7fTFs3wdQjMXoV+oIWR730wZio4kImFZmCt1P\np7y0hCECgYEA0i0487mI/5npNeLSYFmrxj00DrYzFYCn94d78IPaVnCoeig4aE5d\nTefl4txUz5NZ1PqsNdp7f5YI+S+r2KvhvbWey/HBNBqirKaMhwnhEqgIwToYNomt\nUm/5WkJCv/YiGJLSERfVrvAwjd5zqoggZDJ7dkIKuG5s4RXZ6UXqilA=\n-----END RSA PRIVATE KEY-----\n", "user_id": "846074a3be694d3aafd87c71ec9240f5", "name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "fingerprint": "08:19:24:3e:77:be:04:e0:ed:12:4d:79:94:82:3d:16"}} 2018-07-22 14:54:41,686 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-2e0b4016-0db6-49ee-8ab9-39e6e7212f36 2018-07-22 14:54:41,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.379100084305s 2018-07-22 14:54:41,686 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-2e0b4016-0db6-49ee-8ab9-39e6e7212f36 2018-07-22 14:54:41,687 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8tyMV0z6l2Ru2EYzWNs59olMKvwGafxaYtee0TQM2+VpZe/xgvCPYjsW4G5Eh2j4U5Z57exEEEQZvMQfR9x59Qg+XpvwpfjPxvEn2g8Qi20hBVRCly9QaFHkELMVVo68u1Ao3vs3npjg4Yg5qGMWwb8TqlikB6iWcM56TLxS3O4Pjbm+6XjsItoX/RuerYd/AzZe/cacABV9iqjNl1ewaHE4UqxhjYmtQXK8l+qCECKr+zV0ZBRe7NZmBEG43HIMOySiU+wzZDqqjUWZ8bBnR0Of8MeKURHjRNy/lmnCL2PvQH2RfcnqF6vfQKnWOaLFs83JC4J48z4NfnEfgNx+f Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvLcjFdM+pdkbthGM1jbOfaJTCr8Bmn8WmLXntE0DNvlaWXv8\nYLwj2I7FuBuRIdo+FOWee3sRBBEGbzEH0fcefUIPl6b8KX4z8bxJ9oPEIttIQVUQ\npcvUGhR5BCzFVaOvLtQKN77N56Y4OGIOahjFsG/E6pYpAeolnDOeky8UtzuD425v\nul47CLaF/0bnq2HfwM2Xv3GnAAVfYqozZdXsGhxOFKsYY2JrUFyvJfqghAiq/s1d\nGQUXuzWZgRBuNxyDDskolPsM2Q6qo1FmfGwZ0dDn/DHilER40Tcv5Zpwi9j70B9k\nX3J6her30Cp1jmixbPNyQuCePM+DX5xH4DcfnwIDAQABAoIBAHOBoH7uUk0OqvBw\no4RF/XNWVH+iU2ft27XSuSRZcttGGi/lPJ806LfXA1vhu549x3vg43Tu6YZUqVyL\nZR71o3rFYWfQNE1tSnvuZFL3aahwETSzzUG9lW/1EfElOg9l5YbDEBH4vmzIB2cz\nVWFJEk8gyiVPjX/3gdeunKO30HUpcULGHqeIi8uH+ct8mkmd7BK/v3moDOm9la3X\n/vbx6KhM59Ds/C9LrdT+f0P/Y3wL3qW32mCnBp87J/s1sVoaQPWgUSBDrfQnseAx\nwWtr3zD+2kQdZBxDJ3LmltHPSCdBdMjLVdoc3WJy0eIoX61/PdzWEdyUgczszLEc\nIaTnFOECgYEA7+On5JdN5QR/+u0xGKg4/ykLTz1FRfRM40wPZjz1rFmcuY6dxku8\nvREO8f11jckTgtN39ZP8GebeYB5tWOQXiXIfivHV6kMJ+60oHe7YvpsWaYGuFhh7\n3pFQw1cjAqQpURvWXTdQaklmouW1Vt8tLGM3Gsro6sn2Moep6/cM7K8CgYEAyWOp\n6unV3L7pprOd4U06PP46nsilZzSqCIOzPt4cq3CjHT7k8pc8hiurrgro4LMChC5H\nZTTHfdmjoLUC34NITE3OH0opmD69nrhcUOzP2NtDBZqwRFOObSQ4o20YNEQZgVJq\nvwS77FX3h9GPTl8U832EklGqweuRAQ6FI7lFGBECgYEAx5azNtbIYXZ4AM9eHPTB\nz1JX7Yq92zEi066R1W98u/QnGJ/XF4gmNWw+8gn+x4P37s6BLVr90pMqi/Bk7COC\njcHdCp6ha3JxmOt9yEHUJeolII1byVh/nzNqbcxO/cCV+7zcgtwl1PjTI09ZrDit\nfhPiYjFWzxpP88S6FPCM2VMCgYEAp8MwTxLQJv2aolXKVV8B/sFBj/hRYTIL2t/r\nN5nLhD1mg/xauIOn1ZUXhPptmJFGrVnn+7UF4h6lIkDnzc4NMhM2e/ZJxBuv1kJ6\nFKfRVTMCF+8OmzyHzv93dxxwJ0n7fTFs3wdQjMXoV+oIWR730wZio4kImFZmCt1P\np7y0hCECgYEA0i0487mI/5npNeLSYFmrxj00DrYzFYCn94d78IPaVnCoeig4aE5d\nTefl4txUz5NZ1PqsNdp7f5YI+S+r2KvhvbWey/HBNBqirKaMhwnhEqgIwToYNomt\nUm/5WkJCv/YiGJLSERfVrvAwjd5zqoggZDJ7dkIKuG5s4RXZ6UXqilA=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'846074a3be694d3aafd87c71ec9240f5', 'name': u'cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'created_at': '2018-07-22T14:54:41.687478', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'name': 'cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'08:19:24:3e:77:be:04:e0:ed:12:4d:79:94:82:3d:16', 'type': 'ssh', 'id': u'cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38'}) 2018-07-22 14:54:41,687 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAvLcjFdM+pdkbthGM1jbOfaJTCr8Bmn8WmLXntE0DNvlaWXv8 YLwj2I7FuBuRIdo+FOWee3sRBBEGbzEH0fcefUIPl6b8KX4z8bxJ9oPEIttIQVUQ pcvUGhR5BCzFVaOvLtQKN77N56Y4OGIOahjFsG/E6pYpAeolnDOeky8UtzuD425v ul47CLaF/0bnq2HfwM2Xv3GnAAVfYqozZdXsGhxOFKsYY2JrUFyvJfqghAiq/s1d GQUXuzWZgRBuNxyDDskolPsM2Q6qo1FmfGwZ0dDn/DHilER40Tcv5Zpwi9j70B9k X3J6her30Cp1jmixbPNyQuCePM+DX5xH4DcfnwIDAQABAoIBAHOBoH7uUk0OqvBw o4RF/XNWVH+iU2ft27XSuSRZcttGGi/lPJ806LfXA1vhu549x3vg43Tu6YZUqVyL ZR71o3rFYWfQNE1tSnvuZFL3aahwETSzzUG9lW/1EfElOg9l5YbDEBH4vmzIB2cz VWFJEk8gyiVPjX/3gdeunKO30HUpcULGHqeIi8uH+ct8mkmd7BK/v3moDOm9la3X /vbx6KhM59Ds/C9LrdT+f0P/Y3wL3qW32mCnBp87J/s1sVoaQPWgUSBDrfQnseAx wWtr3zD+2kQdZBxDJ3LmltHPSCdBdMjLVdoc3WJy0eIoX61/PdzWEdyUgczszLEc IaTnFOECgYEA7+On5JdN5QR/+u0xGKg4/ykLTz1FRfRM40wPZjz1rFmcuY6dxku8 vREO8f11jckTgtN39ZP8GebeYB5tWOQXiXIfivHV6kMJ+60oHe7YvpsWaYGuFhh7 3pFQw1cjAqQpURvWXTdQaklmouW1Vt8tLGM3Gsro6sn2Moep6/cM7K8CgYEAyWOp 6unV3L7pprOd4U06PP46nsilZzSqCIOzPt4cq3CjHT7k8pc8hiurrgro4LMChC5H ZTTHfdmjoLUC34NITE3OH0opmD69nrhcUOzP2NtDBZqwRFOObSQ4o20YNEQZgVJq vwS77FX3h9GPTl8U832EklGqweuRAQ6FI7lFGBECgYEAx5azNtbIYXZ4AM9eHPTB z1JX7Yq92zEi066R1W98u/QnGJ/XF4gmNWw+8gn+x4P37s6BLVr90pMqi/Bk7COC jcHdCp6ha3JxmOt9yEHUJeolII1byVh/nzNqbcxO/cCV+7zcgtwl1PjTI09ZrDit fhPiYjFWzxpP88S6FPCM2VMCgYEAp8MwTxLQJv2aolXKVV8B/sFBj/hRYTIL2t/r N5nLhD1mg/xauIOn1ZUXhPptmJFGrVnn+7UF4h6lIkDnzc4NMhM2e/ZJxBuv1kJ6 FKfRVTMCF+8OmzyHzv93dxxwJ0n7fTFs3wdQjMXoV+oIWR730wZio4kImFZmCt1P p7y0hCECgYEA0i0487mI/5npNeLSYFmrxj00DrYzFYCn94d78IPaVnCoeig4aE5d Tefl4txUz5NZ1PqsNdp7f5YI+S+r2KvhvbWey/HBNBqirKaMhwnhEqgIwToYNomt Um/5WkJCv/YiGJLSERfVrvAwjd5zqoggZDJ7dkIKuG5s4RXZ6UXqilA= -----END RSA PRIVATE KEY----- 2018-07-22 14:54:41,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 14:54:41,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"security_group": {"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-22 14:54:42,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-883d2e4b-51fd-4730-bd3e-1586890ff099 Date: Sun, 22 Jul 2018 14:54:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:41Z", "updated_at": "2018-07-22T14:54:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:41Z", "revision_number": 0, "id": "37fa5390-af38-4a80-98fc-cdfc8b64e60a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:41Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:41Z", "revision_number": 0, "id": "6d4c12e9-2352-4ede-bd51-f56ceba74e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:41Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 2, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}} 2018-07-22 14:54:42,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-883d2e4b-51fd-4730-bd3e-1586890ff099 2018-07-22 14:54:42,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.68265914917s 2018-07-22 14:54:42,374 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-883d2e4b-51fd-4730-bd3e-1586890ff099 2018-07-22 14:54:42,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:54:42,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:42,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-b8fe45b2-85c8-4b60-9f69-b3e58144ab44 Date: Sun, 22 Jul 2018 14:54:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:41Z", "updated_at": "2018-07-22T14:54:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:41Z", "revision_number": 0, "id": "37fa5390-af38-4a80-98fc-cdfc8b64e60a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:41Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:41Z", "revision_number": 0, "id": "6d4c12e9-2352-4ede-bd51-f56ceba74e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:41Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 2, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}]} 2018-07-22 14:54:42,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b8fe45b2-85c8-4b60-9f69-b3e58144ab44 2018-07-22 14:54:42,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0970249176025s 2018-07-22 14:54:42,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-b8fe45b2-85c8-4b60-9f69-b3e58144ab44 2018-07-22 14:54:42,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 14:54:42,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -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": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"}}' 2018-07-22 14:54:42,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b31f48d2-f8c6-4938-80d4-9cfe4b999bd4 Date: Sun, 22 Jul 2018 14:54: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-07-22T14:54:42Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "port_range_min": 22, "revision_number": 0, "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:42Z", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "8088a71d-f32a-4834-9ed8-fa31600d1c55"}} 2018-07-22 14:54:42,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-b31f48d2-f8c6-4938-80d4-9cfe4b999bd4 2018-07-22 14:54:42,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.283363103867s 2018-07-22 14:54:42,764 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-b31f48d2-f8c6-4938-80d4-9cfe4b999bd4 2018-07-22 14:54:42,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:54:42,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:42,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-6ac0653a-cc72-47b9-bee9-6cc0aac000ab Date: Sun, 22 Jul 2018 14:54:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:41Z", "updated_at": "2018-07-22T14:54:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:41Z", "revision_number": 0, "id": "37fa5390-af38-4a80-98fc-cdfc8b64e60a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:41Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:41Z", "revision_number": 0, "id": "6d4c12e9-2352-4ede-bd51-f56ceba74e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:41Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T14:54:42Z", "revision_number": 0, "id": "8088a71d-f32a-4834-9ed8-fa31600d1c55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:42Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 3, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}]} 2018-07-22 14:54:42,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6ac0653a-cc72-47b9-bee9-6cc0aac000ab 2018-07-22 14:54:42,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0566070079803s 2018-07-22 14:54:42,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6ac0653a-cc72-47b9-bee9-6cc0aac000ab 2018-07-22 14:54:42,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 14:54:42,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -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": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"}}' 2018-07-22 14:54:43,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-4fdfbbbc-9a1e-4d14-b378-34f6df8c8641 Date: Sun, 22 Jul 2018 14:54:42 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-07-22T14:54:42Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "port_range_min": null, "revision_number": 0, "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:42Z", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ab5eeb2b-e928-4e9f-8d19-bac68af27cf4"}} 2018-07-22 14:54:43,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-4fdfbbbc-9a1e-4d14-b378-34f6df8c8641 2018-07-22 14:54:43,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.174190998077s 2018-07-22 14:54:43,002 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-4fdfbbbc-9a1e-4d14-b378-34f6df8c8641 2018-07-22 14:54:43,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:43,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:43,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5970e094-fd80-460d-9e9f-78a62c96477c Date: Sun, 22 Jul 2018 14:54:43 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"],"updated_at":"2018-07-22T14:54:36Z","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"ac256595-2214-4e99-a846-15f1da25209c","name":"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:54:43,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5970e094-fd80-460d-9e9f-78a62c96477c 2018-07-22 14:54:43,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.12205696106s 2018-07-22 14:54:43,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5970e094-fd80-460d-9e9f-78a62c96477c 2018-07-22 14:54:43,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:54:43,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:43,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-947bc5d0-06f6-4299-bead-b249f3e59979 Date: Sun, 22 Jul 2018 14:54:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d80628d4-6917-4387-9f15-7fa690fefa62/snap", "metadata": {}}], "file": "/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62/file", "owner": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "d80628d4-6917-4387-9f15-7fa690fefa62", "size": 12716032, "self": "/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d80628d4-6917-4387-9f15-7fa690fefa62/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:54:40Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:54:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:54:43,166 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-947bc5d0-06f6-4299-bead-b249f3e59979 2018-07-22 14:54:43,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0345051288605s 2018-07-22 14:54:43,166 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-947bc5d0-06f6-4299-bead-b249f3e59979 2018-07-22 14:54:43,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:54:43,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:43,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-285e22f3-da03-4f16-ae1a-b42d4f28b597 x-compute-request-id: req-285e22f3-da03-4f16-ae1a-b42d4f28b597 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f5acc754-12e5-4966-a44f-1ad5c8270a38", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "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": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f"}]} 2018-07-22 14:54:43,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-285e22f3-da03-4f16-ae1a-b42d4f28b597 2018-07-22 14:54:43,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0268099308014s 2018-07-22 14:54:43,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-285e22f3-da03-4f16-ae1a-b42d4f28b597 2018-07-22 14:54:43,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 14:54:43,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"server": {"name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "imageRef": "d80628d4-6917-4387-9f15-7fa690fefa62", "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "flavorRef": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ac256595-2214-4e99-a846-15f1da25209c"}], "security_groups": [{"name": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"}]}}' 2018-07-22 14:54:44,209 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:54:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abf8edbf-c087-4721-b955-9ef9a640964f x-compute-request-id: req-abf8edbf-c087-4721-b955-9ef9a640964f Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"}], "OS-DCF:diskConfig": "MANUAL", "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "adminPass": "GVwwAawBJkt8"}} 2018-07-22 14:54:44,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-abf8edbf-c087-4721-b955-9ef9a640964f 2018-07-22 14:54:44,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.01228404045s 2018-07-22 14:54:44,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-abf8edbf-c087-4721-b955-9ef9a640964f 2018-07-22 14:54:44,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:44,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:44,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2478b3b4-ec2f-4b74-aa12-4746ae379161 x-compute-request-id: req-2478b3b4-ec2f-4b74-aa12-4746ae379161 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "user_id": "846074a3be694d3aafd87c71ec9240f5", "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-07-22T14:54:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:44,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2478b3b4-ec2f-4b74-aa12-4746ae379161 2018-07-22 14:54:44,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565712928772s 2018-07-22 14:54:44,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2478b3b4-ec2f-4b74-aa12-4746ae379161 2018-07-22 14:54:44,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:44,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:44,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-9d2b5cf0-3d0c-4602-bd3c-33107632eb55 Date: Sun, 22 Jul 2018 14:54: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"],"updated_at":"2018-07-22T14:54:36Z","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"ac256595-2214-4e99-a846-15f1da25209c","name":"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:54:44,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9d2b5cf0-3d0c-4602-bd3c-33107632eb55 2018-07-22 14:54:44,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129328012466s 2018-07-22 14:54:44,913 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9d2b5cf0-3d0c-4602-bd3c-33107632eb55 2018-07-22 14:54:44,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:54:44,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:45,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-07db399b-167e-4fd9-aba2-5a39f2f8dd4c Date: Sun, 22 Jul 2018 14:54:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:54:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","subnetpool_id":null,"name":"cinder_test-subnet_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:54:45,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-07db399b-167e-4fd9-aba2-5a39f2f8dd4c 2018-07-22 14:54:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0949850082397s 2018-07-22 14:54:45,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-07db399b-167e-4fd9-aba2-5a39f2f8dd4c 2018-07-22 14:54:45,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:47,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:47,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:47,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c254e75a-ca2e-401c-9eed-5bb0aa6b1025 x-compute-request-id: req-c254e75a-ca2e-401c-9eed-5bb0aa6b1025 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:54:45Z", "hostId": "a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:47,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c254e75a-ca2e-401c-9eed-5bb0aa6b1025 2018-07-22 14:54:47,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500920057297s 2018-07-22 14:54:47,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c254e75a-ca2e-401c-9eed-5bb0aa6b1025 2018-07-22 14:54:47,518 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:54:49,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:49,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:49,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54: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-6c64d835-f76f-4eb4-8aee-9b59e57d13bb x-compute-request-id: req-6c64d835-f76f-4eb4-8aee-9b59e57d13bb Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:49.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:49Z", "hostId": "a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:49,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c64d835-f76f-4eb4-8aee-9b59e57d13bb 2018-07-22 14:54:49,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229666948318s 2018-07-22 14:54:49,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c64d835-f76f-4eb4-8aee-9b59e57d13bb 2018-07-22 14:54:49,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:54:49,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:49,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7c94219d-3124-4f77-a316-d49573fe8357 Date: Sun, 22 Jul 2018 14:54:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:45Z","admin_state_up":true,"updated_at":"2018-07-22T14:54:49Z","binding:vnic_type":"normal","device_id":"ba99c8d6-c956-4df8-bda4-3ed7660eba9b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:fa:f3:d3","id":"bf37a11d-2577-4681-9f58-b37e96c8a8d1","port_security_enabled":true,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","fixed_ips":[{"subnet_id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"],"name":""}]} 2018-07-22 14:54:49,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b used request id req-7c94219d-3124-4f77-a316-d49573fe8357 2018-07-22 14:54:49,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.153508901596s 2018-07-22 14:54:49,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b used request id req-7c94219d-3124-4f77-a316-d49573fe8357 2018-07-22 14:54:49,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:54:49,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bf37a11d-2577-4681-9f58-b37e96c8a8d1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:49,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f810388c-0b3f-4dde-8810-65c40f76fde7 Date: Sun, 22 Jul 2018 14:54:49 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:54:49,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bf37a11d-2577-4681-9f58-b37e96c8a8d1 used request id req-f810388c-0b3f-4dde-8810-65c40f76fde7 2018-07-22 14:54:49,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0215549468994s 2018-07-22 14:54:49,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bf37a11d-2577-4681-9f58-b37e96c8a8d1 used request id req-f810388c-0b3f-4dde-8810-65c40f76fde7 2018-07-22 14:54:49,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:54:49,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:50,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54: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-0d80cf3f-76eb-487c-9da3-f742157394e0 x-compute-request-id: req-0d80cf3f-76eb-487c-9da3-f742157394e0 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:49.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:49Z", "hostId": "a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:54:50,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d80cf3f-76eb-487c-9da3-f742157394e0 2018-07-22 14:54:50,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563850164413s 2018-07-22 14:54:50,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d80cf3f-76eb-487c-9da3-f742157394e0 2018-07-22 14:54:50,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:54:50,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:50,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c5312166-8bb0-471a-a826-79f0ae302ba6 Date: Sun, 22 Jul 2018 14:54:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:45Z","admin_state_up":true,"updated_at":"2018-07-22T14:54:49Z","binding:vnic_type":"normal","device_id":"ba99c8d6-c956-4df8-bda4-3ed7660eba9b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:fa:f3:d3","id":"bf37a11d-2577-4681-9f58-b37e96c8a8d1","port_security_enabled":true,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","fixed_ips":[{"subnet_id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"],"name":""}]} 2018-07-22 14:54:50,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b used request id req-c5312166-8bb0-471a-a826-79f0ae302ba6 2018-07-22 14:54:50,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585911273956s 2018-07-22 14:54:50,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b used request id req-c5312166-8bb0-471a-a826-79f0ae302ba6 2018-07-22 14:54:50,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:54:50,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bf37a11d-2577-4681-9f58-b37e96c8a8d1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:50,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b0aaad11-81a7-4b12-bb02-5b50fb929ac5 Date: Sun, 22 Jul 2018 14:54:50 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:54:50,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bf37a11d-2577-4681-9f58-b37e96c8a8d1 used request id req-b0aaad11-81a7-4b12-bb02-5b50fb929ac5 2018-07-22 14:54:50,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0174000263214s 2018-07-22 14:54:50,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bf37a11d-2577-4681-9f58-b37e96c8a8d1 used request id req-b0aaad11-81a7-4b12-bb02-5b50fb929ac5 2018-07-22 14:54:50,588 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fa:f3:d3', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd80628d4-6917-4387-9f15-7fa690fefa62'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T14:54:49.000000', 'flavor': Munch({u'id': u'c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f'}), 'az': u'nova', 'id': u'ba99c8d6-c956-4df8-bda4-3ed7660eba9b', 'security_groups': [Munch({u'name': u'cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'846074a3be694d3aafd87c71ec9240f5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'name': 'cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38', '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-07-22T14:54:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T14:54:49Z', 'hostId': u'a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5', '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-07-22T14:54:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'name': u'cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'adminPass': None, 'tenant_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'created_at': u'2018-07-22T14:54:44Z', 'created': u'2018-07-22T14:54:44Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 14:54:50,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:54:50,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:50,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-f2c9cd20-1286-40b2-b208-02197846c513 Date: Sun, 22 Jul 2018 14:54:50 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"],"updated_at":"2018-07-22T14:54:36Z","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"ac256595-2214-4e99-a846-15f1da25209c","name":"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:54:50,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f2c9cd20-1286-40b2-b208-02197846c513 2018-07-22 14:54:50,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109066009521s 2018-07-22 14:54:50,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f2c9cd20-1286-40b2-b208-02197846c513 2018-07-22 14:54:50,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:54:50,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:54:50,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0957a0bb-4ecf-453b-9cec-713b9424c41e Date: Sun, 22 Jul 2018 14:54:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:45Z","admin_state_up":true,"updated_at":"2018-07-22T14:54:49Z","binding:vnic_type":"normal","device_id":"ba99c8d6-c956-4df8-bda4-3ed7660eba9b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:fa:f3:d3","id":"bf37a11d-2577-4681-9f58-b37e96c8a8d1","port_security_enabled":true,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","fixed_ips":[{"subnet_id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"],"name":""}]} 2018-07-22 14:54:50,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b used request id req-0957a0bb-4ecf-453b-9cec-713b9424c41e 2018-07-22 14:54:50,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0547811985016s 2018-07-22 14:54:50,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=ba99c8d6-c956-4df8-bda4-3ed7660eba9b used request id req-0957a0bb-4ecf-453b-9cec-713b9424c41e 2018-07-22 14:54:50,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 14:54:50,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"floatingip": {"floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.3", "port_id": "bf37a11d-2577-4681-9f58-b37e96c8a8d1"}}' 2018-07-22 14:54:52,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-739bd5d7-75a4-4dea-bf5c-c31f3b8566e6 Date: Sun, 22 Jul 2018 14:54:52 GMT RESP BODY: {"floatingip": {"router_id": "c95c1155-44fc-4e3f-b646-208278084c0e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T14:54:51Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "bf37a11d-2577-4681-9f58-b37e96c8a8d1", "id": "03160c8c-8140-41ee-8c28-504a07bc48e3", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:51Z", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}} 2018-07-22 14:54:52,219 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-739bd5d7-75a4-4dea-bf5c-c31f3b8566e6 2018-07-22 14:54:52,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.46099591255s 2018-07-22 14:54:52,219 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-739bd5d7-75a4-4dea-bf5c-c31f3b8566e6 2018-07-22 14:54:52,224 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c95c1155-44fc-4e3f-b646-208278084c0e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'created_at': u'2018-07-22T14:54:51Z', 'attached': True, 'updated_at': u'2018-07-22T14:54:51Z', 'id': u'03160c8c-8140-41ee-8c28-504a07bc48e3', 'floating_network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'name': 'cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c95c1155-44fc-4e3f-b646-208278084c0e', 'project_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'port_id': u'bf37a11d-2577-4681-9f58-b37e96c8a8d1', 'port': u'bf37a11d-2577-4681-9f58-b37e96c8a8d1', 'network': u'6a167d45-02f1-4160-bc00-29ab4d79828c'}) 2018-07-22 14:54:52,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 14:54:52,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 14:54:52,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:54: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-3a5499ed-2f5a-4ee8-acc3-95c9b491a503 x-compute-request-id: req-3a5499ed-2f5a-4ee8-acc3-95c9b491a503 Content-Encoding: gzip Content-Length: 7886 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 459253510 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.157023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159343] pid_max: default: 32768 minimum: 301\n[ 0.160608] ACPI: Core revision 20150930\n[ 0.162311] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164116] Security Framework initialized\n[ 0.165241] Yama: becoming mindful.\n[ 0.166229] AppArmor: AppArmor initialized\n[ 0.167388] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.169228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.171027] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172705] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174647] Initializing cgroup subsys io\n[ 0.175773] Initializing cgroup subsys memory\n[ 0.176934] Initializing cgroup subsys devices\n[ 0.178130] Initializing cgroup subsys freezer\n[ 0.179310] Initializing cgroup subsys net_cls\n[ 0.180468] Initializing cgroup subsys perf_event\n[ 0.181691] Initializing cgroup subsys net_prio\n[ 0.182900] Initializing cgroup subsys hugetlb\n[ 0.184095] Initializing cgroup subsys pids\n[ 0.185244] CPU: Physical Processor ID: 0\n[ 0.187006] mce: CPU supports 10 MCE banks\n[ 0.188157] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.189498] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.204192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.210770] ftrace: allocating 31920 entries in 125 pages\n[ 0.236539] smpboot: Max logical packages: 1\n[ 0.237683] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.239455] x2apic enabled\n[ 0.240475] Switched APIC routing to physical x2apic.\n[ 0.242553] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.244099] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.246909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.249254] KVM setup paravirtual spinlock\n[ 0.250875] x86: Booted up 1 node, 1 CPUs\n[ 0.251939] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.253747] devtmpfs: initialized\n[ 0.255641] evm: security.selinux\n[ 0.256543] evm: security.SMACK64\n[ 0.257433] evm: security.SMACK64EXEC\n[ 0.258403] evm: security.SMACK64TRANSMUTE\n[ 0.259496] evm: security.SMACK64MMAP\n[ 0.260460] evm: security.ima\n[ 0.261312] evm: security.capability\n[ 0.262347] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.264835] pinctrl core: initialized pinctrl subsystem\n[ 0.266289] RTC time: 14:54:49, date: 07/22/18\n[ 0.267541] NET: Registered protocol family 16\n[ 0.268824] cpuidle: using governor ladder\n[ 0.269906] cpuidle: using governor menu\n[ 0.270959] PCCT header not found.\n[ 0.271921] ACPI: bus type PCI registered\n[ 0.272973] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.274647] PCI: Using configuration type 1 for base access\n[ 0.276761] ACPI: Added _OSI(Module Device)\n[ 0.277902] ACPI: Added _OSI(Processor Device)\n[ 0.279066] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.280250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282340] ACPI: Interpreter enabled\n[ 0.283342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.285788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.288225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293091] ACPI: (supports S0 S5)\n[ 0.294032] ACPI: Using IOAPIC for interrupt routing\n[ 0.295287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298930] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300495] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302159] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.303802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.306739] acpiphp: Slot [3] registered\n[ 0.307818] acpiphp: Slot [4] registered\n[ 0.308863] acpiphp: Slot [5] registered\n[ 0.309937] acpiphp: Slot [6] registered\n[ 0.311004] acpiphp: Slot [7] registered\n[ 0.312046] acpiphp: Slot [8] registered\n[ 0.313119] acpiphp: Slot [9] registered\n[ 0.314156] acpiphp: Slot [10] registered\n[ 0.315241] acpiphp: Slot [11] registered\n[ 0.316303] acpiphp: Slot [12] registered\n[ 0.317391] acpiphp: Slot [13] registered\n[ 0.318449] acpiphp: Slot [14] registered\n[ 0.319506] acpiphp: Slot [15] registered\n[ 0.330356] acpiphp: Slot [16] registered\n[ 0.331445] acpiphp: Slot [17] registered\n[ 0.332542] acpiphp: Slot [18] registered\n[ 0.333597] acpiphp: Slot [19] registered\n[ 0.334661] acpiphp: Slot [20] registered\n[ 0.335719] acpiphp: Slot [21] registered\n[ 0.336806] acpiphp: Slot [22] registered\n[ 0.337875] acpiphp: Slot [23] registered\n[ 0.338969] acpiphp: Slot [24] registered\n[ 0.340036] acpiphp: Slot [25] registered\n[ 0.341124] acpiphp: Slot [26] registered\n[ 0.342178] acpiphp: Slot [27] registered\n[ 0.343238] acpiphp: Slot [28] registered\n[ 0.344326] acpiphp: Slot [29] registered\n[ 0.345408] acpiphp: Slot [30] registered\n[ 0.346468] acpiphp: Slot [31] registered\n[ 0.347525] PCI host bridge to bus 0000:00\n[ 0.348588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.350281] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.351912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.353865] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.355801] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.357740] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.361332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.362729] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363921] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.365204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.368812] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.370418] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.389123] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391018] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396625] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397957] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399039] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400607] vgaarb: loaded\n[ 0.401209] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402463] SCSI subsystem initialized\n[ 0.403400] ACPI: bus type USB registered\n[ 0.404264] usbcore: registered new interface driver usbfs\n[ 0.405315] usbcore: registered new interface driver hub\n[ 0.406355] usbcore: registered new device driver usb\n[ 0.407489] PCI: Using ACPI for IRQ routing\n[ 0.408644] NetLabel: Initializing\n[ 0.409375] NetLabel: domain hash size = 128\n[ 0.410241] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411219] NetLabel: unlabeled traffic allowed by default\n[ 0.412418] clocksource: Switched to clocksource kvm-clock\n[ 0.420971] AppArmor: AppArmor Filesystem Enabled\n[ 0.421979] pnp: PnP ACPI init\n[ 0.422934] pnp: PnP ACPI: found 5 devices\n[ 0.429321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431083] NET: Registered protocol family 2\n[ 0.432154] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.433474] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.434709] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.435947] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.437051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438260] NET: Registered protocol family 1\n[ 0.439166] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.440281] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.441381] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.455434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469587] Trying to unpack rootfs image as initramfs...\n[ 0.526341] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528055] Scanning for low memory corruption every 60 seconds\n[ 0.529462] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530653] audit: initializing netlink subsys (disabled)\n[ 0.531700] audit: type=2000 audit(1532271290.204:1): initialized\n[ 0.533117] Initialise system trusted keyring\n[ 0.534083] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537429] zbud: loaded\n[ 0.538185] VFS: Disk quotas dquot_6.6.0\n[ 0.539022] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540672] fuse init (API version 7.23)\n[ 0.541682] Key type big_key registered\n[ 0.542532] Allocating IMA MOK and blacklist keyrings.\n[ 0.543809] Key type asymmetric registered\n[ 0.544742] Asymmetric key parser 'x509' registered\n[ 0.545754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547287] io scheduler noop registered\n[ 0.548119] io scheduler deadline registered (default)\n[ 0.549160] io scheduler cfq registered\n[ 0.550056] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551139] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554008] ACPI: Power Button [PWRF]\n[ 0.554884] GHES: HEST is not enabled!\n[ 0.568659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597223] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599379] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.625680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629232] Linux agpgart interface v0.103\n[ 0.632710] brd: module loaded\n[ 0.634517] loop: module loaded\n[ 0.639458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640975] GPT:90111 != 2097151\n[ 0.641670] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642787] GPT:90111 != 2097151\n[ 0.643481] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644498] vda: vda1 vda15\n[ 0.646281] scsi host0: ata_piix\n[ 0.647116] scsi host1: ata_piix\n[ 0.647875] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.649130] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.650713] libphy: Fixed MDIO Bus: probed\n[ 0.651580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652569] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.655554] PPP generic driver version 2.4.2\n[ 0.656603] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.657862] ehci-pci: EHCI PCI platform driver\n[ 0.658767] ehci-platform: EHCI generic platform driver\n[ 0.659775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661037] ohci-pci: OHCI PCI platform driver\n[ 0.661952] ohci-platform: OHCI generic platform driver\n[ 0.662975] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680025] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681091] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.682351] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.685063] usb usb1: Product: UHCI Host Controller\n[ 0.686017] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.687189] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.688210] hub 1-0:1.0: USB hub found\n[ 0.689032] hub 1-0:1.0: 2 ports detected\n[ 0.690083] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.692280] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.693279] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.694390] mousedev: PS/2 mouse device common for all mice\n[ 0.695728] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697764] rtc_cmos 00:00: RTC can wake from S4\n[ 0.698950] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700179] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701403] i2c /dev entries driver\n[ 0.702242] device-mapper: uevent: version 1.0.3\n[ 0.703249] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.704969] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706648] NET: Registered protocol family 10\n[ 0.708021] NET: Registered protocol family 17\n[ 0.709004] Key type dns_resolver registered\n[ 0.710170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.711319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.713225] registered taskstats version 1\n[ 0.714120] Loading compiled-in X.509 certificates\n[ 0.715700] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.717645] zswap: loaded using pool lzo/zbud\n[ 0.719433] Key type trusted registered\n[ 0.721258] Key type encrypted registered\n[ 0.722121] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.723204] ima: No TPM chip found, activating TPM-bypass!\n[ 0.724292] evm: HMAC attrs: 0x1\n[ 0.725343] Magic number: 10:36:941\n[ 0.726237] rtc_cmos 00:00: setting system clock to 2018-07-22 14:54:49 UTC (1532271289)\n[ 0.727944] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729100] EDD information not available.\n[ 0.809854] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821539] Write protecting the kernel read-only data: 14336k\n[ 0.825133] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827188] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.872679] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 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-00000007\n"} 2018-07-22 14:54:52,297 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/action used request id req-3a5499ed-2f5a-4ee8-acc3-95c9b491a503 2018-07-22 14:54:52,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0730237960815s 2018-07-22 14:54:52,298 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/action used request id req-3a5499ed-2f5a-4ee8-acc3-95c9b491a503 2018-07-22 14:54:52,298 - 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 459253510 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.157023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.159343] pid_max: default: 32768 minimum: 301 [ 0.160608] ACPI: Core revision 20150930 [ 0.162311] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.164116] Security Framework initialized [ 0.165241] Yama: becoming mindful. [ 0.166229] AppArmor: AppArmor initialized [ 0.167388] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.169228] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.171027] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172705] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.174647] Initializing cgroup subsys io [ 0.175773] Initializing cgroup subsys memory [ 0.176934] Initializing cgroup subsys devices [ 0.178130] Initializing cgroup subsys freezer [ 0.179310] Initializing cgroup subsys net_cls [ 0.180468] Initializing cgroup subsys perf_event [ 0.181691] Initializing cgroup subsys net_prio [ 0.182900] Initializing cgroup subsys hugetlb [ 0.184095] Initializing cgroup subsys pids [ 0.185244] CPU: Physical Processor ID: 0 [ 0.187006] mce: CPU supports 10 MCE banks [ 0.188157] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.189498] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.204192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.210770] ftrace: allocating 31920 entries in 125 pages [ 0.236539] smpboot: Max logical packages: 1 [ 0.237683] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.239455] x2apic enabled [ 0.240475] Switched APIC routing to physical x2apic. [ 0.242553] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.244099] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.246909] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.249254] KVM setup paravirtual spinlock [ 0.250875] x86: Booted up 1 node, 1 CPUs [ 0.251939] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.253747] devtmpfs: initialized [ 0.255641] evm: security.selinux [ 0.256543] evm: security.SMACK64 [ 0.257433] evm: security.SMACK64EXEC [ 0.258403] evm: security.SMACK64TRANSMUTE [ 0.259496] evm: security.SMACK64MMAP [ 0.260460] evm: security.ima [ 0.261312] evm: security.capability [ 0.262347] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.264835] pinctrl core: initialized pinctrl subsystem [ 0.266289] RTC time: 14:54:49, date: 07/22/18 [ 0.267541] NET: Registered protocol family 16 [ 0.268824] cpuidle: using governor ladder [ 0.269906] cpuidle: using governor menu [ 0.270959] PCCT header not found. [ 0.271921] ACPI: bus type PCI registered [ 0.272973] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.274647] PCI: Using configuration type 1 for base access [ 0.276761] ACPI: Added _OSI(Module Device) [ 0.277902] ACPI: Added _OSI(Processor Device) [ 0.279066] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.282340] ACPI: Interpreter enabled [ 0.283342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.285788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.288225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.290675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.293091] ACPI: (supports S0 S5) [ 0.294032] ACPI: Using IOAPIC for interrupt routing [ 0.295287] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.298930] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.300495] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.302159] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.303802] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.306739] acpiphp: Slot [3] registered [ 0.307818] acpiphp: Slot [4] registered [ 0.308863] acpiphp: Slot [5] registered [ 0.309937] acpiphp: Slot [6] registered [ 0.311004] acpiphp: Slot [7] registered [ 0.312046] acpiphp: Slot [8] registered [ 0.313119] acpiphp: Slot [9] registered [ 0.314156] acpiphp: Slot [10] registered [ 0.315241] acpiphp: Slot [11] registered [ 0.316303] acpiphp: Slot [12] registered [ 0.317391] acpiphp: Slot [13] registered [ 0.318449] acpiphp: Slot [14] registered [ 0.319506] acpiphp: Slot [15] registered [ 0.330356] acpiphp: Slot [16] registered [ 0.331445] acpiphp: Slot [17] registered [ 0.332542] acpiphp: Slot [18] registered [ 0.333597] acpiphp: Slot [19] registered [ 0.334661] acpiphp: Slot [20] registered [ 0.335719] acpiphp: Slot [21] registered [ 0.336806] acpiphp: Slot [22] registered [ 0.337875] acpiphp: Slot [23] registered [ 0.338969] acpiphp: Slot [24] registered [ 0.340036] acpiphp: Slot [25] registered [ 0.341124] acpiphp: Slot [26] registered [ 0.342178] acpiphp: Slot [27] registered [ 0.343238] acpiphp: Slot [28] registered [ 0.344326] acpiphp: Slot [29] registered [ 0.345408] acpiphp: Slot [30] registered [ 0.346468] acpiphp: Slot [31] registered [ 0.347525] PCI host bridge to bus 0000:00 [ 0.348588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.350281] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.351912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.353865] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.355801] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.357740] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.361332] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.362729] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363921] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.365204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.368812] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.370418] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.389123] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.391018] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.392473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.393914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.395326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.396625] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.397957] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.399039] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.400607] vgaarb: loaded [ 0.401209] vgaarb: bridge control possible 0000:00:02.0 [ 0.402463] SCSI subsystem initialized [ 0.403400] ACPI: bus type USB registered [ 0.404264] usbcore: registered new interface driver usbfs [ 0.405315] usbcore: registered new interface driver hub [ 0.406355] usbcore: registered new device driver usb [ 0.407489] PCI: Using ACPI for IRQ routing [ 0.408644] NetLabel: Initializing [ 0.409375] NetLabel: domain hash size = 128 [ 0.410241] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.411219] NetLabel: unlabeled traffic allowed by default [ 0.412418] clocksource: Switched to clocksource kvm-clock [ 0.420971] AppArmor: AppArmor Filesystem Enabled [ 0.421979] pnp: PnP ACPI init [ 0.422934] pnp: PnP ACPI: found 5 devices [ 0.429321] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.431083] NET: Registered protocol family 2 [ 0.432154] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.433474] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.434709] TCP: Hash tables configured (established 4096 bind 4096) [ 0.435947] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.437051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.438260] NET: Registered protocol family 1 [ 0.439166] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.440281] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.441381] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.455434] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.469587] Trying to unpack rootfs image as initramfs... [ 0.526341] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.528055] Scanning for low memory corruption every 60 seconds [ 0.529462] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.530653] audit: initializing netlink subsys (disabled) [ 0.531700] audit: type=2000 audit(1532271290.204:1): initialized [ 0.533117] Initialise system trusted keyring [ 0.534083] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.535265] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.537429] zbud: loaded [ 0.538185] VFS: Disk quotas dquot_6.6.0 [ 0.539022] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.540672] fuse init (API version 7.23) [ 0.541682] Key type big_key registered [ 0.542532] Allocating IMA MOK and blacklist keyrings. [ 0.543809] Key type asymmetric registered [ 0.544742] Asymmetric key parser 'x509' registered [ 0.545754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.547287] io scheduler noop registered [ 0.548119] io scheduler deadline registered (default) [ 0.549160] io scheduler cfq registered [ 0.550056] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.551139] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.552487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.554008] ACPI: Power Button [PWRF] [ 0.554884] GHES: HEST is not enabled! [ 0.568659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597223] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599379] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.625680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.629232] Linux agpgart interface v0.103 [ 0.632710] brd: module loaded [ 0.634517] loop: module loaded [ 0.639458] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.640975] GPT:90111 != 2097151 [ 0.641670] GPT:Alternate GPT header not at the end of the disk. [ 0.642787] GPT:90111 != 2097151 [ 0.643481] GPT: Use GNU Parted to correct GPT errors. [ 0.644498] vda: vda1 vda15 [ 0.646281] scsi host0: ata_piix [ 0.647116] scsi host1: ata_piix [ 0.647875] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.649130] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.650713] libphy: Fixed MDIO Bus: probed [ 0.651580] tun: Universal TUN/TAP device driver, 1.6 [ 0.652569] tun: (C) 1999-2004 Max Krasnyansky [ 0.655554] PPP generic driver version 2.4.2 [ 0.656603] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.657862] ehci-pci: EHCI PCI platform driver [ 0.658767] ehci-platform: EHCI generic platform driver [ 0.659775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.661037] ohci-pci: OHCI PCI platform driver [ 0.661952] ohci-platform: OHCI generic platform driver [ 0.662975] uhci_hcd: USB Universal Host Controller Interface driver [ 0.677436] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.678507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.680025] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.681091] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.682351] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.683618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.685063] usb usb1: Product: UHCI Host Controller [ 0.686017] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.687189] usb usb1: SerialNumber: 0000:00:01.2 [ 0.688210] hub 1-0:1.0: USB hub found [ 0.689032] hub 1-0:1.0: 2 ports detected [ 0.690083] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.692280] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.693279] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.694390] mousedev: PS/2 mouse device common for all mice [ 0.695728] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.697764] rtc_cmos 00:00: RTC can wake from S4 [ 0.698950] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.700179] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.701403] i2c /dev entries driver [ 0.702242] device-mapper: uevent: version 1.0.3 [ 0.703249] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.704969] ledtrig-cpu: registered to indicate activity on CPUs [ 0.706648] NET: Registered protocol family 10 [ 0.708021] NET: Registered protocol family 17 [ 0.709004] Key type dns_resolver registered [ 0.710170] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.711319] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.713225] registered taskstats version 1 [ 0.714120] Loading compiled-in X.509 certificates [ 0.715700] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.717645] zswap: loaded using pool lzo/zbud [ 0.719433] Key type trusted registered [ 0.721258] Key type encrypted registered [ 0.722121] AppArmor: AppArmor sha1 policy hashing enabled [ 0.723204] ima: No TPM chip found, activating TPM-bypass! [ 0.724292] evm: HMAC attrs: 0x1 [ 0.725343] Magic number: 10:36:941 [ 0.726237] rtc_cmos 00:00: setting system clock to 2018-07-22 14:54:49 UTC (1532271289) [ 0.727944] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.729100] EDD information not available. [ 0.809854] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.821539] Write protecting the kernel read-only data: 14336k [ 0.825133] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.827188] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.872679] 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.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 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-00000007 2018-07-22 14:55:00,310 - paramiko.transport - DEBUG - starting thread (client mode): 0x69afc850L 2018-07-22 14:55:00,311 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 14:55:00,311 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 14:55:00,311 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 14:55:00,313 - 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-07-22 14:55:00,313 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 14:55:00,313 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 14:55:00,314 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 14:55:00,314 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 14:55:00,314 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 14:55:00,331 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 14:55:00,332 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 14:55:00,343 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 904f5067505357e88c9950b77984d685 2018-07-22 14:55:00,344 - paramiko.transport - DEBUG - Trying discovered key 0819243e77be04e0ed124d7994823d16 in /tmp/tmpKAI05t 2018-07-22 14:55:00,369 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 14:55:00,375 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 14:55:00,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-07-22 14:55:00,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"volume": {"display_name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "size": "2"}}' 2018-07-22 14:55:01,516 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:55:00 GMT Server: Apache x-compute-request-id: req-b5e4701d-26bc-485f-802d-7a8abd72bde6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5e4701d-26bc-485f-802d-7a8abd72bde6 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}} 2018-07-22 14:55:01,516 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes used request id req-b5e4701d-26bc-485f-802d-7a8abd72bde6 2018-07-22 14:55:01,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.13772511482s 2018-07-22 14:55:01,517 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes used request id req-b5e4701d-26bc-485f-802d-7a8abd72bde6 2018-07-22 14:55:01,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:01,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:02,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:01 GMT Server: Apache x-compute-request-id: req-3e517da2-5ee6-4984-ac2e-dd3d2a6dac49 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e517da2-5ee6-4984-ac2e-dd3d2a6dac49 Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:01.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:02,433 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-3e517da2-5ee6-4984-ac2e-dd3d2a6dac49 2018-07-22 14:55:02,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.915314912796s 2018-07-22 14:55:02,433 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-3e517da2-5ee6-4984-ac2e-dd3d2a6dac49 2018-07-22 14:55:02,435 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:04,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:04,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:04,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:04 GMT Server: Apache x-compute-request-id: req-9146bde9-a212-4136-9063-1d3c61b92fd3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9146bde9-a212-4136-9063-1d3c61b92fd3 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:02.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:04,507 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-9146bde9-a212-4136-9063-1d3c61b92fd3 2018-07-22 14:55:04,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0701100826263s 2018-07-22 14:55:04,508 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-9146bde9-a212-4136-9063-1d3c61b92fd3 2018-07-22 14:55:04,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:55:04,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:04,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-97d2408f-ab29-4b8a-a1a9-6b40fec25a41 Date: Sun, 22 Jul 2018 14:55: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"],"updated_at":"2018-07-22T14:54:36Z","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"ac256595-2214-4e99-a846-15f1da25209c","name":"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:55:04,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-97d2408f-ab29-4b8a-a1a9-6b40fec25a41 2018-07-22 14:55:04,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.275846004486s 2018-07-22 14:55:04,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-97d2408f-ab29-4b8a-a1a9-6b40fec25a41 2018-07-22 14:55:04,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:55:04,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:04,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-7823517f-2e1c-4993-8819-327efd15773c Date: Sun, 22 Jul 2018 14:55:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d80628d4-6917-4387-9f15-7fa690fefa62/snap", "metadata": {}}], "file": "/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62/file", "owner": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "d80628d4-6917-4387-9f15-7fa690fefa62", "size": 12716032, "self": "/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d80628d4-6917-4387-9f15-7fa690fefa62/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:54:40Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:54:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:55:04,973 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7823517f-2e1c-4993-8819-327efd15773c 2018-07-22 14:55:04,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181835889816s 2018-07-22 14:55:04,973 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7823517f-2e1c-4993-8819-327efd15773c 2018-07-22 14:55:04,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:55:04,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:05,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c54ad44e-c1b9-42e2-a94a-16864de17603 x-compute-request-id: req-c54ad44e-c1b9-42e2-a94a-16864de17603 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f5acc754-12e5-4966-a44f-1ad5c8270a38", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "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": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f"}]} 2018-07-22 14:55:05,001 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c54ad44e-c1b9-42e2-a94a-16864de17603 2018-07-22 14:55:05,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257511138916s 2018-07-22 14:55:05,001 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c54ad44e-c1b9-42e2-a94a-16864de17603 2018-07-22 14:55:05,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 14:55:05,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"server": {"name": "cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38", "imageRef": "d80628d4-6917-4387-9f15-7fa690fefa62", "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "flavorRef": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ac256595-2214-4e99-a846-15f1da25209c"}], "security_groups": [{"name": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"}]}}' 2018-07-22 14:55:05,924 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:55:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce123935-481a-40b5-870b-6bb690de5206 x-compute-request-id: req-ce123935-481a-40b5-870b-6bb690de5206 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"}], "OS-DCF:diskConfig": "MANUAL", "id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "bookmark"}], "adminPass": "VwzpH2iC6VRA"}} 2018-07-22 14:55:05,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ce123935-481a-40b5-870b-6bb690de5206 2018-07-22 14:55:05,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.922250986099s 2018-07-22 14:55:05,925 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ce123935-481a-40b5-870b-6bb690de5206 2018-07-22 14:55:05,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:55:05,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:06,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2083cca8-25ad-44b5-8a83-e1fa9ffaa78f x-compute-request-id: req-2083cca8-25ad-44b5-8a83-e1fa9ffaa78f Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "user_id": "846074a3be694d3aafd87c71ec9240f5", "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-07-22T14:55:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:55:05Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:49.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:49Z", "hostId": "a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:55:06,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2083cca8-25ad-44b5-8a83-e1fa9ffaa78f 2018-07-22 14:55:06,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.789488077164s 2018-07-22 14:55:06,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2083cca8-25ad-44b5-8a83-e1fa9ffaa78f 2018-07-22 14:55:06,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:08,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:55:08,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:09,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7cd01f4-5c3d-46cd-a912-493727561ff4 x-compute-request-id: req-d7cd01f4-5c3d-46cd-a912-493727561ff4 Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T14:55:06Z", "hostId": "ec950df9f80fe2b8fff4685e8e9724a93a12446c833fde69cf312592", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:55:05Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:49.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:49Z", "hostId": "a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:55:09,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d7cd01f4-5c3d-46cd-a912-493727561ff4 2018-07-22 14:55:09,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.322938919067s 2018-07-22 14:55:09,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d7cd01f4-5c3d-46cd-a912-493727561ff4 2018-07-22 14:55:09,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:11,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:55:11,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:11,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac438a94-7d83-4bf5-bc6e-5ca78c7bad32 x-compute-request-id: req-ac438a94-7d83-4bf5-bc6e-5ca78c7bad32 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:46:6f", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:55:10.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:55:10Z", "hostId": "ec950df9f80fe2b8fff4685e8e9724a93a12446c833fde69cf312592", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:55:05Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:49.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:49Z", "hostId": "a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:55:11,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ac438a94-7d83-4bf5-bc6e-5ca78c7bad32 2018-07-22 14:55:11,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401683092117s 2018-07-22 14:55:11,456 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ac438a94-7d83-4bf5-bc6e-5ca78c7bad32 2018-07-22 14:55:11,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:55:11,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:11,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-38a253cc-2441-4fb0-8c98-40ba1e4d0eb5 Date: Sun, 22 Jul 2018 14:55:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:55:07Z","admin_state_up":true,"updated_at":"2018-07-22T14:55:10Z","binding:vnic_type":"normal","device_id":"449d164e-17d3-48f6-af0a-ec7b524daa4c","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:26:46:6f","id":"97e7752f-a006-4cef-b73b-59ec062aad49","port_security_enabled":true,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","fixed_ips":[{"subnet_id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"],"name":""}]} 2018-07-22 14:55:11,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c used request id req-38a253cc-2441-4fb0-8c98-40ba1e4d0eb5 2018-07-22 14:55:11,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0550971031189s 2018-07-22 14:55:11,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c used request id req-38a253cc-2441-4fb0-8c98-40ba1e4d0eb5 2018-07-22 14:55:11,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:55:11,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=97e7752f-a006-4cef-b73b-59ec062aad49" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:11,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8b2af003-3186-413a-8df2-adc713f4b782 Date: Sun, 22 Jul 2018 14:55:11 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:55:11,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=97e7752f-a006-4cef-b73b-59ec062aad49 used request id req-8b2af003-3186-413a-8df2-adc713f4b782 2018-07-22 14:55:11,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0213270187378s 2018-07-22 14:55:11,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=97e7752f-a006-4cef-b73b-59ec062aad49 used request id req-8b2af003-3186-413a-8df2-adc713f4b782 2018-07-22 14:55:11,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:55:11,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:11,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00b1d45a-7b1b-4ff4-91e7-d92a377c8f38 x-compute-request-id: req-00b1d45a-7b1b-4ff4-91e7-d92a377c8f38 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:46:6f", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:55:10.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:55:10Z", "hostId": "ec950df9f80fe2b8fff4685e8e9724a93a12446c833fde69cf312592", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:55:05Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:49.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:54:49Z", "hostId": "a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:55:11,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-00b1d45a-7b1b-4ff4-91e7-d92a377c8f38 2018-07-22 14:55:11,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.309023141861s 2018-07-22 14:55:11,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-00b1d45a-7b1b-4ff4-91e7-d92a377c8f38 2018-07-22 14:55:11,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:55:11,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:11,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-feaed383-f9d0-4256-a3fa-28ece9f67066 Date: Sun, 22 Jul 2018 14:55:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:55:07Z","admin_state_up":true,"updated_at":"2018-07-22T14:55:10Z","binding:vnic_type":"normal","device_id":"449d164e-17d3-48f6-af0a-ec7b524daa4c","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:26:46:6f","id":"97e7752f-a006-4cef-b73b-59ec062aad49","port_security_enabled":true,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","fixed_ips":[{"subnet_id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"],"name":""}]} 2018-07-22 14:55:11,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c used request id req-feaed383-f9d0-4256-a3fa-28ece9f67066 2018-07-22 14:55:11,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0652370452881s 2018-07-22 14:55:11,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c used request id req-feaed383-f9d0-4256-a3fa-28ece9f67066 2018-07-22 14:55:11,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:55:11,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=97e7752f-a006-4cef-b73b-59ec062aad49" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:11,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e31bf71f-d6dc-4e62-bd14-1a11ad6163cb Date: Sun, 22 Jul 2018 14:55:11 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:55:11,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=97e7752f-a006-4cef-b73b-59ec062aad49 used request id req-e31bf71f-d6dc-4e62-bd14-1a11ad6163cb 2018-07-22 14:55:11,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0189621448517s 2018-07-22 14:55:11,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=97e7752f-a006-4cef-b73b-59ec062aad49 used request id req-e31bf71f-d6dc-4e62-bd14-1a11ad6163cb 2018-07-22 14:55:11,950 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:46:6f', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd80628d4-6917-4387-9f15-7fa690fefa62'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T14:55:10.000000', 'flavor': Munch({u'id': u'c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f'}), 'az': u'nova', 'id': u'449d164e-17d3-48f6-af0a-ec7b524daa4c', 'security_groups': [Munch({u'name': u'cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'846074a3be694d3aafd87c71ec9240f5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'name': 'cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38', '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-07-22T14:55:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T14:55:10Z', 'hostId': u'ec950df9f80fe2b8fff4685e8e9724a93a12446c833fde69cf312592', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'ec950df9f80fe2b8fff4685e8e9724a93a12446c833fde69cf312592', '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-07-22T14:55:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'name': u'cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'adminPass': None, 'tenant_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'created_at': u'2018-07-22T14:55:05Z', 'created': u'2018-07-22T14:55:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 14:55:11,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:55:11,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:12,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d6e5378a-2136-4e19-b0a3-e87e70a422e2 Date: Sun, 22 Jul 2018 14:55: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"],"updated_at":"2018-07-22T14:54:36Z","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"ac256595-2214-4e99-a846-15f1da25209c","name":"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:55:12,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d6e5378a-2136-4e19-b0a3-e87e70a422e2 2018-07-22 14:55:12,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107550144196s 2018-07-22 14:55:12,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d6e5378a-2136-4e19-b0a3-e87e70a422e2 2018-07-22 14:55:12,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 14:55:12,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:12,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0819afa2-e583-4cf7-9266-c6eed26a1930 Date: Sun, 22 Jul 2018 14:55:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:55:07Z","admin_state_up":true,"updated_at":"2018-07-22T14:55:10Z","binding:vnic_type":"normal","device_id":"449d164e-17d3-48f6-af0a-ec7b524daa4c","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:26:46:6f","id":"97e7752f-a006-4cef-b73b-59ec062aad49","port_security_enabled":true,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","fixed_ips":[{"subnet_id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785"],"name":""}]} 2018-07-22 14:55:12,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c used request id req-0819afa2-e583-4cf7-9266-c6eed26a1930 2018-07-22 14:55:12,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0526638031006s 2018-07-22 14:55:12,115 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=449d164e-17d3-48f6-af0a-ec7b524daa4c used request id req-0819afa2-e583-4cf7-9266-c6eed26a1930 2018-07-22 14:55:12,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 14:55:12,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"floatingip": {"floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.4", "port_id": "97e7752f-a006-4cef-b73b-59ec062aad49"}}' 2018-07-22 14:55:13,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-3fb10ac2-a42e-4d55-9d8d-771c28c2ae32 Date: Sun, 22 Jul 2018 14:55:13 GMT RESP BODY: {"floatingip": {"router_id": "c95c1155-44fc-4e3f-b646-208278084c0e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T14:55:13Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "97e7752f-a006-4cef-b73b-59ec062aad49", "id": "9b87446c-24ae-48f5-a6c5-8e6966c2fadf", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:55:13Z", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}} 2018-07-22 14:55:13,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3fb10ac2-a42e-4d55-9d8d-771c28c2ae32 2018-07-22 14:55:13,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.83005905151s 2018-07-22 14:55:13,946 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3fb10ac2-a42e-4d55-9d8d-771c28c2ae32 2018-07-22 14:55:13,950 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c95c1155-44fc-4e3f-b646-208278084c0e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'created_at': u'2018-07-22T14:55:13Z', 'attached': True, 'updated_at': u'2018-07-22T14:55:13Z', 'id': u'9b87446c-24ae-48f5-a6c5-8e6966c2fadf', 'floating_network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', 'fixed_ip_address': u'192.168.120.4', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'name': 'cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c95c1155-44fc-4e3f-b646-208278084c0e', 'project_id': u'fd9c4dedc5cc474b9cac04b7edae1b30', 'port_id': u'97e7752f-a006-4cef-b73b-59ec062aad49', 'port': u'97e7752f-a006-4cef-b73b-59ec062aad49', 'network': u'6a167d45-02f1-4160-bc00-29ab4d79828c'}) 2018-07-22 14:55:13,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 14:55:13,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 14:55:14,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c71f73e-09a3-493a-896b-fed7c842d8ee x-compute-request-id: req-7c71f73e-09a3-493a-896b-fed7c842d8ee Content-Encoding: gzip Content-Length: 7876 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 447806564 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.142008] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143735] pid_max: default: 32768 minimum: 301\n[ 0.144664] ACPI: Core revision 20150930\n[ 0.146075] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147436] Security Framework initialized\n[ 0.148280] Yama: becoming mindful.\n[ 0.149046] AppArmor: AppArmor initialized\n[ 0.149934] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151322] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152654] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153908] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155374] Initializing cgroup subsys io\n[ 0.156218] Initializing cgroup subsys memory\n[ 0.157121] Initializing cgroup subsys devices\n[ 0.158024] Initializing cgroup subsys freezer\n[ 0.158926] Initializing cgroup subsys net_cls\n[ 0.159826] Initializing cgroup subsys perf_event\n[ 0.160772] Initializing cgroup subsys net_prio\n[ 0.161695] Initializing cgroup subsys hugetlb\n[ 0.162598] Initializing cgroup subsys pids\n[ 0.163502] CPU: Physical Processor ID: 0\n[ 0.165027] mce: CPU supports 10 MCE banks\n[ 0.165909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166947] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181683] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187992] ftrace: allocating 31920 entries in 125 pages\n[ 0.215229] smpboot: Max logical packages: 1\n[ 0.216125] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217531] x2apic enabled\n[ 0.218365] Switched APIC routing to physical x2apic.\n[ 0.220146] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221309] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225324] KVM setup paravirtual spinlock\n[ 0.226645] x86: Booted up 1 node, 1 CPUs\n[ 0.227486] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228920] devtmpfs: initialized\n[ 0.230835] evm: security.selinux\n[ 0.231562] evm: security.SMACK64\n[ 0.232277] evm: security.SMACK64EXEC\n[ 0.233046] evm: security.SMACK64TRANSMUTE\n[ 0.233890] evm: security.SMACK64MMAP\n[ 0.234663] evm: security.ima\n[ 0.235326] evm: security.capability\n[ 0.236161] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238088] pinctrl core: initialized pinctrl subsystem\n[ 0.239230] RTC time: 14:55:10, date: 07/22/18\n[ 0.240226] NET: Registered protocol family 16\n[ 0.241251] cpuidle: using governor ladder\n[ 0.242116] cpuidle: using governor menu\n[ 0.242936] PCCT header not found.\n[ 0.243722] ACPI: bus type PCI registered\n[ 0.244559] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245854] PCI: Using configuration type 1 for base access\n[ 0.247670] ACPI: Added _OSI(Module Device)\n[ 0.248546] ACPI: Added _OSI(Processor Device)\n[ 0.249441] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250372] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252177] ACPI: Interpreter enabled\n[ 0.252965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260615] ACPI: (supports S0 S5)\n[ 0.261343] ACPI: Using IOAPIC for interrupt routing\n[ 0.262321] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265495] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267960] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269205] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271506] acpiphp: Slot [3] registered\n[ 0.272341] acpiphp: Slot [4] registered\n[ 0.273171] acpiphp: Slot [5] registered\n[ 0.273998] acpiphp: Slot [6] registered\n[ 0.274828] acpiphp: Slot [7] registered\n[ 0.275657] acpiphp: Slot [8] registered\n[ 0.276495] acpiphp: Slot [9] registered\n[ 0.277322] acpiphp: Slot [10] registered\n[ 0.278166] acpiphp: Slot [11] registered\n[ 0.279005] acpiphp: Slot [12] registered\n[ 0.279847] acpiphp: Slot [13] registered\n[ 0.280686] acpiphp: Slot [14] registered\n[ 0.281525] acpiphp: Slot [15] registered\n[ 0.292483] acpiphp: Slot [16] registered\n[ 0.293340] acpiphp: Slot [17] registered\n[ 0.294179] acpiphp: Slot [18] registered\n[ 0.295013] acpiphp: Slot [19] registered\n[ 0.295853] acpiphp: Slot [20] registered\n[ 0.296696] acpiphp: Slot [21] registered\n[ 0.297539] acpiphp: Slot [22] registered\n[ 0.298379] acpiphp: Slot [23] registered\n[ 0.299219] acpiphp: Slot [24] registered\n[ 0.300056] acpiphp: Slot [25] registered\n[ 0.300899] acpiphp: Slot [26] registered\n[ 0.301740] acpiphp: Slot [27] registered\n[ 0.302619] acpiphp: Slot [28] registered\n[ 0.303462] acpiphp: Slot [29] registered\n[ 0.304302] acpiphp: Slot [30] registered\n[ 0.305147] acpiphp: Slot [31] registered\n[ 0.305985] PCI host bridge to bus 0000:00\n[ 0.306829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308088] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.312349] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.313870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317309] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318640] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319863] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321179] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.344558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.346082] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.347917] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.349384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.350818] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.352136] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.353473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.354571] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.356184] vgaarb: loaded\n[ 0.356802] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358064] SCSI subsystem initialized\n[ 0.359006] ACPI: bus type USB registered\n[ 0.359868] usbcore: registered new interface driver usbfs\n[ 0.360937] usbcore: registered new interface driver hub\n[ 0.361977] usbcore: registered new device driver usb\n[ 0.363124] PCI: Using ACPI for IRQ routing\n[ 0.364270] NetLabel: Initializing\n[ 0.365018] NetLabel: domain hash size = 128\n[ 0.365904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366895] NetLabel: unlabeled traffic allowed by default\n[ 0.368091] clocksource: Switched to clocksource kvm-clock\n[ 0.376329] AppArmor: AppArmor Filesystem Enabled\n[ 0.377325] pnp: PnP ACPI init\n[ 0.378286] pnp: PnP ACPI: found 5 devices\n[ 0.384628] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386409] NET: Registered protocol family 2\n[ 0.387478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388825] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390072] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391311] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392438] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393662] NET: Registered protocol family 1\n[ 0.394579] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395717] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396834] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425080] Trying to unpack rootfs image as initramfs...\n[ 0.480755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482512] Scanning for low memory corruption every 60 seconds\n[ 0.483911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.485182] audit: initializing netlink subsys (disabled)\n[ 0.486609] audit: type=2000 audit(1532271311.578:1): initialized\n[ 0.488294] Initialise system trusted keyring\n[ 0.489504] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.491002] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.493488] zbud: loaded\n[ 0.494364] VFS: Disk quotas dquot_6.6.0\n[ 0.495395] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497369] fuse init (API version 7.23)\n[ 0.498491] Key type big_key registered\n[ 0.499496] Allocating IMA MOK and blacklist keyrings.\n[ 0.500977] Key type asymmetric registered\n[ 0.502018] Asymmetric key parser 'x509' registered\n[ 0.503228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505097] io scheduler noop registered\n[ 0.506091] io scheduler deadline registered (default)\n[ 0.507352] io scheduler cfq registered\n[ 0.508411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509737] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513161] ACPI: Power Button [PWRF]\n[ 0.514205] GHES: HEST is not enabled!\n[ 0.528053] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582500] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584839] Linux agpgart interface v0.103\n[ 0.587482] brd: module loaded\n[ 0.589186] loop: module loaded\n[ 0.592594] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594127] GPT:90111 != 2097151\n[ 0.594833] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595978] GPT:90111 != 2097151\n[ 0.596692] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597718] vda: vda1 vda15\n[ 0.598964] scsi host0: ata_piix\n[ 0.599789] scsi host1: ata_piix\n[ 0.600558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.601844] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.603381] libphy: Fixed MDIO Bus: probed\n[ 0.604253] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605266] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607574] PPP generic driver version 2.4.2\n[ 0.608548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609793] ehci-pci: EHCI PCI platform driver\n[ 0.611021] ehci-platform: EHCI generic platform driver\n[ 0.612453] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616792] ohci-pci: OHCI PCI platform driver\n[ 0.618110] ohci-platform: OHCI generic platform driver\n[ 0.619533] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634638] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636062] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638094] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639525] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641132] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644940] usb usb1: Product: UHCI Host Controller\n[ 0.646274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647910] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649412] hub 1-0:1.0: USB hub found\n[ 0.650497] hub 1-0:1.0: 2 ports detected\n[ 0.651789] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654626] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657444] mousedev: PS/2 mouse device common for all mice\n[ 0.659186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663245] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664946] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666673] i2c /dev entries driver\n[ 0.667745] device-mapper: uevent: version 1.0.3\n[ 0.669094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671427] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673446] NET: Registered protocol family 10\n[ 0.674979] NET: Registered protocol family 17\n[ 0.676260] Key type dns_resolver registered\n[ 0.677638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679203] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681736] registered taskstats version 1\n[ 0.682915] Loading compiled-in X.509 certificates\n[ 0.684806] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687455] zswap: loaded using pool lzo/zbud\n[ 0.689498] Key type trusted registered\n[ 0.691604] Key type encrypted registered\n[ 0.692764] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694244] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695742] evm: HMAC attrs: 0x1\n[ 0.697029] Magic number: 10:36:941\n[ 0.698204] rtc_cmos 00:00: setting system clock to 2018-07-22 14:55:11 UTC (1532271311)\n[ 0.700486] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702087] EDD information not available.\n[ 0.761450] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773633] Write protecting the kernel read-only data: 14336k\n[ 0.776264] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778703] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\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.825535] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.4...\nLease of 192.168.120.4 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-00000008\n"} 2018-07-22 14:55:14,023 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/action used request id req-7c71f73e-09a3-493a-896b-fed7c842d8ee 2018-07-22 14:55:14,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0721049308777s 2018-07-22 14:55:14,024 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/action used request id req-7c71f73e-09a3-493a-896b-fed7c842d8ee 2018-07-22 14:55:14,024 - 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 447806564 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.142008] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143735] pid_max: default: 32768 minimum: 301 [ 0.144664] ACPI: Core revision 20150930 [ 0.146075] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147436] Security Framework initialized [ 0.148280] Yama: becoming mindful. [ 0.149046] AppArmor: AppArmor initialized [ 0.149934] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151322] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152654] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153908] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155374] Initializing cgroup subsys io [ 0.156218] Initializing cgroup subsys memory [ 0.157121] Initializing cgroup subsys devices [ 0.158024] Initializing cgroup subsys freezer [ 0.158926] Initializing cgroup subsys net_cls [ 0.159826] Initializing cgroup subsys perf_event [ 0.160772] Initializing cgroup subsys net_prio [ 0.161695] Initializing cgroup subsys hugetlb [ 0.162598] Initializing cgroup subsys pids [ 0.163502] CPU: Physical Processor ID: 0 [ 0.165027] mce: CPU supports 10 MCE banks [ 0.165909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166947] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181683] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187992] ftrace: allocating 31920 entries in 125 pages [ 0.215229] smpboot: Max logical packages: 1 [ 0.216125] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217531] x2apic enabled [ 0.218365] Switched APIC routing to physical x2apic. [ 0.220146] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.221309] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223458] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225324] KVM setup paravirtual spinlock [ 0.226645] x86: Booted up 1 node, 1 CPUs [ 0.227486] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228920] devtmpfs: initialized [ 0.230835] evm: security.selinux [ 0.231562] evm: security.SMACK64 [ 0.232277] evm: security.SMACK64EXEC [ 0.233046] evm: security.SMACK64TRANSMUTE [ 0.233890] evm: security.SMACK64MMAP [ 0.234663] evm: security.ima [ 0.235326] evm: security.capability [ 0.236161] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238088] pinctrl core: initialized pinctrl subsystem [ 0.239230] RTC time: 14:55:10, date: 07/22/18 [ 0.240226] NET: Registered protocol family 16 [ 0.241251] cpuidle: using governor ladder [ 0.242116] cpuidle: using governor menu [ 0.242936] PCCT header not found. [ 0.243722] ACPI: bus type PCI registered [ 0.244559] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245854] PCI: Using configuration type 1 for base access [ 0.247670] ACPI: Added _OSI(Module Device) [ 0.248546] ACPI: Added _OSI(Processor Device) [ 0.249441] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250372] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252177] ACPI: Interpreter enabled [ 0.252965] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256795] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260615] ACPI: (supports S0 S5) [ 0.261343] ACPI: Using IOAPIC for interrupt routing [ 0.262321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265495] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267960] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269205] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271506] acpiphp: Slot [3] registered [ 0.272341] acpiphp: Slot [4] registered [ 0.273171] acpiphp: Slot [5] registered [ 0.273998] acpiphp: Slot [6] registered [ 0.274828] acpiphp: Slot [7] registered [ 0.275657] acpiphp: Slot [8] registered [ 0.276495] acpiphp: Slot [9] registered [ 0.277322] acpiphp: Slot [10] registered [ 0.278166] acpiphp: Slot [11] registered [ 0.279005] acpiphp: Slot [12] registered [ 0.279847] acpiphp: Slot [13] registered [ 0.280686] acpiphp: Slot [14] registered [ 0.281525] acpiphp: Slot [15] registered [ 0.292483] acpiphp: Slot [16] registered [ 0.293340] acpiphp: Slot [17] registered [ 0.294179] acpiphp: Slot [18] registered [ 0.295013] acpiphp: Slot [19] registered [ 0.295853] acpiphp: Slot [20] registered [ 0.296696] acpiphp: Slot [21] registered [ 0.297539] acpiphp: Slot [22] registered [ 0.298379] acpiphp: Slot [23] registered [ 0.299219] acpiphp: Slot [24] registered [ 0.300056] acpiphp: Slot [25] registered [ 0.300899] acpiphp: Slot [26] registered [ 0.301740] acpiphp: Slot [27] registered [ 0.302619] acpiphp: Slot [28] registered [ 0.303462] acpiphp: Slot [29] registered [ 0.304302] acpiphp: Slot [30] registered [ 0.305147] acpiphp: Slot [31] registered [ 0.305985] PCI host bridge to bus 0000:00 [ 0.306829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308088] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310848] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312349] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.313870] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.317309] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318640] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319863] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.321179] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.324756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.326230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.344558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.346082] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.347917] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.349384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.350818] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.352136] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.353473] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.354571] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.356184] vgaarb: loaded [ 0.356802] vgaarb: bridge control possible 0000:00:02.0 [ 0.358064] SCSI subsystem initialized [ 0.359006] ACPI: bus type USB registered [ 0.359868] usbcore: registered new interface driver usbfs [ 0.360937] usbcore: registered new interface driver hub [ 0.361977] usbcore: registered new device driver usb [ 0.363124] PCI: Using ACPI for IRQ routing [ 0.364270] NetLabel: Initializing [ 0.365018] NetLabel: domain hash size = 128 [ 0.365904] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.366895] NetLabel: unlabeled traffic allowed by default [ 0.368091] clocksource: Switched to clocksource kvm-clock [ 0.376329] AppArmor: AppArmor Filesystem Enabled [ 0.377325] pnp: PnP ACPI init [ 0.378286] pnp: PnP ACPI: found 5 devices [ 0.384628] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.386409] NET: Registered protocol family 2 [ 0.387478] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.388825] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.390072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.391311] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.392438] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.393662] NET: Registered protocol family 1 [ 0.394579] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.395717] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.396834] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.410909] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.425080] Trying to unpack rootfs image as initramfs... [ 0.480755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.482512] Scanning for low memory corruption every 60 seconds [ 0.483911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.485182] audit: initializing netlink subsys (disabled) [ 0.486609] audit: type=2000 audit(1532271311.578:1): initialized [ 0.488294] Initialise system trusted keyring [ 0.489504] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.491002] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.493488] zbud: loaded [ 0.494364] VFS: Disk quotas dquot_6.6.0 [ 0.495395] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497369] fuse init (API version 7.23) [ 0.498491] Key type big_key registered [ 0.499496] Allocating IMA MOK and blacklist keyrings. [ 0.500977] Key type asymmetric registered [ 0.502018] Asymmetric key parser 'x509' registered [ 0.503228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505097] io scheduler noop registered [ 0.506091] io scheduler deadline registered (default) [ 0.507352] io scheduler cfq registered [ 0.508411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509737] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.511337] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513161] ACPI: Power Button [PWRF] [ 0.514205] GHES: HEST is not enabled! [ 0.528053] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556410] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582500] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584839] Linux agpgart interface v0.103 [ 0.587482] brd: module loaded [ 0.589186] loop: module loaded [ 0.592594] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.594127] GPT:90111 != 2097151 [ 0.594833] GPT:Alternate GPT header not at the end of the disk. [ 0.595978] GPT:90111 != 2097151 [ 0.596692] GPT: Use GNU Parted to correct GPT errors. [ 0.597718] vda: vda1 vda15 [ 0.598964] scsi host0: ata_piix [ 0.599789] scsi host1: ata_piix [ 0.600558] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.601844] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.603381] libphy: Fixed MDIO Bus: probed [ 0.604253] tun: Universal TUN/TAP device driver, 1.6 [ 0.605266] tun: (C) 1999-2004 Max Krasnyansky [ 0.607574] PPP generic driver version 2.4.2 [ 0.608548] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609793] ehci-pci: EHCI PCI platform driver [ 0.611021] ehci-platform: EHCI generic platform driver [ 0.612453] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616792] ohci-pci: OHCI PCI platform driver [ 0.618110] ohci-platform: OHCI generic platform driver [ 0.619533] uhci_hcd: USB Universal Host Controller Interface driver [ 0.634638] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636062] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638094] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639525] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.641132] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.642919] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.644940] usb usb1: Product: UHCI Host Controller [ 0.646274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.647910] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649412] hub 1-0:1.0: USB hub found [ 0.650497] hub 1-0:1.0: 2 ports detected [ 0.651789] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654626] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655969] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657444] mousedev: PS/2 mouse device common for all mice [ 0.659186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661737] rtc_cmos 00:00: RTC can wake from S4 [ 0.663245] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664946] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666673] i2c /dev entries driver [ 0.667745] device-mapper: uevent: version 1.0.3 [ 0.669094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.671427] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673446] NET: Registered protocol family 10 [ 0.674979] NET: Registered protocol family 17 [ 0.676260] Key type dns_resolver registered [ 0.677638] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679203] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681736] registered taskstats version 1 [ 0.682915] Loading compiled-in X.509 certificates [ 0.684806] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.687455] zswap: loaded using pool lzo/zbud [ 0.689498] Key type trusted registered [ 0.691604] Key type encrypted registered [ 0.692764] AppArmor: AppArmor sha1 policy hashing enabled [ 0.694244] ima: No TPM chip found, activating TPM-bypass! [ 0.695742] evm: HMAC attrs: 0x1 [ 0.697029] Magic number: 10:36:941 [ 0.698204] rtc_cmos 00:00: setting system clock to 2018-07-22 14:55:11 UTC (1532271311) [ 0.700486] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.702087] EDD information not available. [ 0.761450] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773633] Write protecting the kernel read-only data: 14336k [ 0.776264] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.778703] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.825535] 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.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.4... Lease of 192.168.120.4 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-00000008 2018-07-22 14:55:15,029 - paramiko.transport - DEBUG - starting thread (client mode): 0x69ac11d0L 2018-07-22 14:55:15,029 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 14:55:15,030 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 14:55:15,030 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 14:55:15,031 - 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-07-22 14:55:15,031 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 14:55:15,031 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 14:55:15,031 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 14:55:15,032 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 14:55:15,032 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 14:55:15,054 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 14:55:15,055 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 14:55:15,061 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 2f65cebf206a8d1f936f0945847807d6 2018-07-22 14:55:15,062 - paramiko.transport - DEBUG - Trying discovered key 0819243e77be04e0ed124d7994823d16 in /tmp/tmpKAI05t 2018-07-22 14:55:15,096 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 14:55:15,174 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 14:55:15,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-22 14:55:15,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"volumeAttachment": {"volumeId": "219b088b-defd-47d7-ba8e-127b73fdb879"}}' 2018-07-22 14:55:17,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-fc84122e-15f9-4d5e-ae16-0869c19f3726 x-compute-request-id: req-fc84122e-15f9-4d5e-ae16-0869c19f3726 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "volumeId": "219b088b-defd-47d7-ba8e-127b73fdb879"}} 2018-07-22 14:55:17,591 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/os-volume_attachments used request id req-fc84122e-15f9-4d5e-ae16-0869c19f3726 2018-07-22 14:55:17,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.41334009171s 2018-07-22 14:55:17,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/os-volume_attachments used request id req-fc84122e-15f9-4d5e-ae16-0869c19f3726 2018-07-22 14:55:17,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:17,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:18,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:17 GMT Server: Apache x-compute-request-id: req-08d465d8-ea3c-4973-ad4d-c131d435953d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08d465d8-ea3c-4973-ad4d-c131d435953d Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:17.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:18,510 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-08d465d8-ea3c-4973-ad4d-c131d435953d 2018-07-22 14:55:18,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.917850017548s 2018-07-22 14:55:18,511 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-08d465d8-ea3c-4973-ad4d-c131d435953d 2018-07-22 14:55:18,512 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:20,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:20,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:21,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:20 GMT Server: Apache x-compute-request-id: req-97e83438-e1b9-40fa-899c-e3a869b0ec16 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97e83438-e1b9-40fa-899c-e3a869b0ec16 Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [{"server_id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "attachment_id": "b483f08a-5e94-4d09-8951-d1e26679cfb2", "attached_at": "2018-07-22T14:55:19.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "219b088b-defd-47d7-ba8e-127b73fdb879", "device": "/dev/vdb", "id": "219b088b-defd-47d7-ba8e-127b73fdb879"}], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:20.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:21,391 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-97e83438-e1b9-40fa-899c-e3a869b0ec16 2018-07-22 14:55:21,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.875915050507s 2018-07-22 14:55:21,391 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-97e83438-e1b9-40fa-899c-e3a869b0ec16 2018-07-22 14:55:21,393 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 14:55:21,394 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 14:55:21,394 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 14:55:21,396 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 14:55:21,463 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 14:55:21,464 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-22 14:55:21,465 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-22 14:55:21,466 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 14:55:21,501 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-22 14:55:21,502 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-22 14:55:21,530 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-22 14:55:22,145 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-22 14:55:22,145 - 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: 2d0e05e9-977c-4309-97c7-c19a20473ca7 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-07-22 14:55:22,146 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-07-22 14:55:22,147 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-22 14:55:22,147 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-07-22 14:55:22,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-22 14:55:22,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/os-volume_attachments/219b088b-defd-47d7-ba8e-127b73fdb879 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:22,629 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7d8d91c-11da-4fd9-8e94-b78189810ac7 x-compute-request-id: req-c7d8d91c-11da-4fd9-8e94-b78189810ac7 Content-Length: 0 Content-Type: application/json 2018-07-22 14:55:22,630 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/os-volume_attachments/219b088b-defd-47d7-ba8e-127b73fdb879 used request id req-c7d8d91c-11da-4fd9-8e94-b78189810ac7 2018-07-22 14:55:22,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.481473922729s 2018-07-22 14:55:22,630 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c/os-volume_attachments/219b088b-defd-47d7-ba8e-127b73fdb879 used request id req-c7d8d91c-11da-4fd9-8e94-b78189810ac7 2018-07-22 14:55:22,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:22,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:22,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:22 GMT Server: Apache x-compute-request-id: req-9533315c-7b36-4cf5-842b-e3deefd2677a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9533315c-7b36-4cf5-842b-e3deefd2677a Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [{"server_id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "attachment_id": "b483f08a-5e94-4d09-8951-d1e26679cfb2", "attached_at": "2018-07-22T14:55:19.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "219b088b-defd-47d7-ba8e-127b73fdb879", "device": "/dev/vdb", "id": "219b088b-defd-47d7-ba8e-127b73fdb879"}], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:22.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:22,694 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-9533315c-7b36-4cf5-842b-e3deefd2677a 2018-07-22 14:55:22,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0636081695557s 2018-07-22 14:55:22,695 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-9533315c-7b36-4cf5-842b-e3deefd2677a 2018-07-22 14:55:22,696 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:24,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:24,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:24,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:24 GMT Server: Apache x-compute-request-id: req-e0954fc1-e9fb-4f72-8dfb-f02a5086443e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0954fc1-e9fb-4f72-8dfb-f02a5086443e Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:23.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:24,761 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-e0954fc1-e9fb-4f72-8dfb-f02a5086443e 2018-07-22 14:55:24,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0627009868622s 2018-07-22 14:55:24,761 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-e0954fc1-e9fb-4f72-8dfb-f02a5086443e 2018-07-22 14:55:24,763 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-07-22 14:55:24,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-22 14:55:24,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"volumeAttachment": {"volumeId": "219b088b-defd-47d7-ba8e-127b73fdb879"}}' 2018-07-22 14:55:25,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-76ea2e9c-d74e-42d1-a950-67b4c68b8468 x-compute-request-id: req-76ea2e9c-d74e-42d1-a950-67b4c68b8468 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "volumeId": "219b088b-defd-47d7-ba8e-127b73fdb879"}} 2018-07-22 14:55:25,445 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/os-volume_attachments used request id req-76ea2e9c-d74e-42d1-a950-67b4c68b8468 2018-07-22 14:55:25,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.681561946869s 2018-07-22 14:55:25,445 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/os-volume_attachments used request id req-76ea2e9c-d74e-42d1-a950-67b4c68b8468 2018-07-22 14:55:25,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:25,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:25,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:25 GMT Server: Apache x-compute-request-id: req-629f9623-117e-40c2-bf65-9559cc98bafd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-629f9623-117e-40c2-bf65-9559cc98bafd Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:25.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:25,507 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-629f9623-117e-40c2-bf65-9559cc98bafd 2018-07-22 14:55:25,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0616281032562s 2018-07-22 14:55:25,508 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-629f9623-117e-40c2-bf65-9559cc98bafd 2018-07-22 14:55:25,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:27,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:27,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:27,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:27 GMT Server: Apache x-compute-request-id: req-ee2abb7f-ad1f-4367-9898-f5b41578ce8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee2abb7f-ad1f-4367-9898-f5b41578ce8c Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [{"server_id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "attachment_id": "4b47d5bf-f74e-4d22-866e-7fab1a1b25cc", "attached_at": "2018-07-22T14:55:26.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "219b088b-defd-47d7-ba8e-127b73fdb879", "device": "/dev/vdb", "id": "219b088b-defd-47d7-ba8e-127b73fdb879"}], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:26.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:27,577 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-ee2abb7f-ad1f-4367-9898-f5b41578ce8c 2018-07-22 14:55:27,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0647909641266s 2018-07-22 14:55:27,578 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-ee2abb7f-ad1f-4367-9898-f5b41578ce8c 2018-07-22 14:55:27,580 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 14:55:27,582 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 14:55:27,582 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 14:55:27,585 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 14:55:27,654 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 14:55:27,655 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-22 14:55:27,656 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-22 14:55:27,656 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 14:55:27,694 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-22 14:55:27,694 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-22 14:55:27,721 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-22 14:55:27,747 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-22 14:55:27,748 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-07-22 14:55:27,748 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-07-22 14:55:27,749 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-07-22 14:55:27,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-22 14:55:27,750 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-22 14:55:27,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/os-volume_attachments/219b088b-defd-47d7-ba8e-127b73fdb879 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:29,150 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14: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-01bbb6e3-a722-41ad-b79b-20ef83c33f9c x-compute-request-id: req-01bbb6e3-a722-41ad-b79b-20ef83c33f9c Content-Length: 0 Content-Type: application/json 2018-07-22 14:55:29,150 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/os-volume_attachments/219b088b-defd-47d7-ba8e-127b73fdb879 used request id req-01bbb6e3-a722-41ad-b79b-20ef83c33f9c 2018-07-22 14:55:29,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.40018105507s 2018-07-22 14:55:29,150 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b/os-volume_attachments/219b088b-defd-47d7-ba8e-127b73fdb879 used request id req-01bbb6e3-a722-41ad-b79b-20ef83c33f9c 2018-07-22 14:55:29,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:29,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:29,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:29 GMT Server: Apache x-compute-request-id: req-dc47ec53-3f86-4a7c-b494-a5b7d222a570 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc47ec53-3f86-4a7c-b494-a5b7d222a570 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [{"server_id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "attachment_id": "4b47d5bf-f74e-4d22-866e-7fab1a1b25cc", "attached_at": "2018-07-22T14:55:26.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "219b088b-defd-47d7-ba8e-127b73fdb879", "device": "/dev/vdb", "id": "219b088b-defd-47d7-ba8e-127b73fdb879"}], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:29.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:29,216 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-dc47ec53-3f86-4a7c-b494-a5b7d222a570 2018-07-22 14:55:29,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0657920837402s 2018-07-22 14:55:29,217 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-dc47ec53-3f86-4a7c-b494-a5b7d222a570 2018-07-22 14:55:29,219 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:31,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:31,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:32,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:31 GMT Server: Apache x-compute-request-id: req-a516fac7-cfdb-423c-94a5-dfaa9ce93d49 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a516fac7-cfdb-423c-94a5-dfaa9ce93d49 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:29.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:32,126 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-a516fac7-cfdb-423c-94a5-dfaa9ce93d49 2018-07-22 14:55:32,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.904382944107s 2018-07-22 14:55:32,126 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-a516fac7-cfdb-423c-94a5-dfaa9ce93d49 2018-07-22 14:55:32,236 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:55:32,237 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 00:57 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-22 14:55:32,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 14:55:32,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:32,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:55:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f68ea120-8eb5-4f98-8496-4c9d95cbc110 x-compute-request-id: req-f68ea120-8eb5-4f98-8496-4c9d95cbc110 Content-Type: application/json 2018-07-22 14:55:32,371 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b used request id req-f68ea120-8eb5-4f98-8496-4c9d95cbc110 2018-07-22 14:55:32,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.128596067429s 2018-07-22 14:55:32,371 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b used request id req-f68ea120-8eb5-4f98-8496-4c9d95cbc110 2018-07-22 14:55:32,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:55:32,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:32,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c39879a-cee8-44fa-b253-376e4dbb8885 x-compute-request-id: req-2c39879a-cee8-44fa-b253-376e4dbb8885 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:46:6f", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:46:6f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:55:10.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:55:10Z", "hostId": "ec950df9f80fe2b8fff4685e8e9724a93a12446c833fde69cf312592", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:55:05Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:f3:d3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:54:49.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "ba99c8d6-c956-4df8-bda4-3ed7660eba9b", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:55:32Z", "hostId": "a981ff8626f281e023d29c11e615cb4b87f03aa6e1da752689a119c5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm2_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:54:44Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:55:32,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c39879a-cee8-44fa-b253-376e4dbb8885 2018-07-22 14:55:32,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.429494857788s 2018-07-22 14:55:32,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c39879a-cee8-44fa-b253-376e4dbb8885 2018-07-22 14:55:32,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:34,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:55:34,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:35,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55: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-1480ca33-56da-46c3-94e8-37d9c9301e3f x-compute-request-id: req-1480ca33-56da-46c3-94e8-37d9c9301e3f Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:46:6f", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:46:6f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:55:10.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:55:10Z", "hostId": "ec950df9f80fe2b8fff4685e8e9724a93a12446c833fde69cf312592", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:55:05Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:55:35,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1480ca33-56da-46c3-94e8-37d9c9301e3f 2018-07-22 14:55:35,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526735067368s 2018-07-22 14:55:35,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1480ca33-56da-46c3-94e8-37d9c9301e3f 2018-07-22 14:55:35,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 14:55:35,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/03160c8c-8140-41ee-8c28-504a07bc48e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:36,137 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7de0f166-0f88-4c26-9bb0-80d31763f322 Content-Length: 0 Date: Sun, 22 Jul 2018 14:55:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:55:36,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/03160c8c-8140-41ee-8c28-504a07bc48e3.json used request id req-7de0f166-0f88-4c26-9bb0-80d31763f322 2018-07-22 14:55:36,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.798384904861s 2018-07-22 14:55:36,137 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/03160c8c-8140-41ee-8c28-504a07bc48e3.json used request id req-7de0f166-0f88-4c26-9bb0-80d31763f322 2018-07-22 14:55:36,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:55:36,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:36,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-3f6c0631-78ba-4b19-8a30-5d7a6faa29af Date: Sun, 22 Jul 2018 14:55:36 GMT RESP BODY: {"floatingips": [{"router_id": "c95c1155-44fc-4e3f-b646-208278084c0e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T14:55:13Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "97e7752f-a006-4cef-b73b-59ec062aad49", "id": "9b87446c-24ae-48f5-a6c5-8e6966c2fadf", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:55:13Z", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}]} 2018-07-22 14:55:36,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3f6c0631-78ba-4b19-8a30-5d7a6faa29af 2018-07-22 14:55:36,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0267000198364s 2018-07-22 14:55:36,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3f6c0631-78ba-4b19-8a30-5d7a6faa29af 2018-07-22 14:55:36,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:36,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:36,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:36 GMT Server: Apache x-compute-request-id: req-f97197fb-2793-40f6-b091-c41143fbca44 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f97197fb-2793-40f6-b091-c41143fbca44 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:29.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:36,235 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-f97197fb-2793-40f6-b091-c41143fbca44 2018-07-22 14:55:36,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0610520839691s 2018-07-22 14:55:36,236 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-f97197fb-2793-40f6-b091-c41143fbca44 2018-07-22 14:55:36,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-07-22 14:55:36,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:36,334 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:55:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-008df745-071d-41ce-b3bc-8084af02d00f 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-07-22 14:55:36,334 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879 used request id req-008df745-071d-41ce-b3bc-8084af02d00f 2018-07-22 14:55:36,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0970010757446s 2018-07-22 14:55:36,334 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879 used request id req-008df745-071d-41ce-b3bc-8084af02d00f 2018-07-22 14:55:36,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:36,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:36,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:36 GMT Server: Apache x-compute-request-id: req-b92d7b1e-d630-4f1c-8550-73286ca50f43 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b92d7b1e-d630-4f1c-8550-73286ca50f43 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "846074a3be694d3aafd87c71ec9240f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "self"}, {"href": "http://172.30.9.28:8776/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/219b088b-defd-47d7-ba8e-127b73fdb879", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T14:55:01.000000", "description": null, "os-vol-tenant-attr:tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "updated_at": "2018-07-22T14:55:36.000000", "volume_type": null, "name": "cinder_test-volume_f5acc754-12e5-4966-a44f-1ad5c8270a38", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "219b088b-defd-47d7-ba8e-127b73fdb879", "size": 2}]} 2018-07-22 14:55:36,393 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-b92d7b1e-d630-4f1c-8550-73286ca50f43 2018-07-22 14:55:36,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0582461357117s 2018-07-22 14:55:36,394 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-b92d7b1e-d630-4f1c-8550-73286ca50f43 2018-07-22 14:55:36,395 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:38,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-22 14:55:38,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:38,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:38 GMT Server: Apache x-compute-request-id: req-c5d41a73-7a7e-4f11-bbc2-83666092a85c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c5d41a73-7a7e-4f11-bbc2-83666092a85c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 14:55:38,444 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-c5d41a73-7a7e-4f11-bbc2-83666092a85c 2018-07-22 14:55:38,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0473408699036s 2018-07-22 14:55:38,445 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/fd9c4dedc5cc474b9cac04b7edae1b30/volumes/detail used request id req-c5d41a73-7a7e-4f11-bbc2-83666092a85c 2018-07-22 14:55:38,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 14:55:38,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/9b87446c-24ae-48f5-a6c5-8e6966c2fadf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:38,994 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adfc0294-5180-46e8-9856-b9d147c4ffcb Content-Length: 0 Date: Sun, 22 Jul 2018 14:55:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:55:38,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/9b87446c-24ae-48f5-a6c5-8e6966c2fadf.json used request id req-adfc0294-5180-46e8-9856-b9d147c4ffcb 2018-07-22 14:55:38,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.545961856842s 2018-07-22 14:55:38,994 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/9b87446c-24ae-48f5-a6c5-8e6966c2fadf.json used request id req-adfc0294-5180-46e8-9856-b9d147c4ffcb 2018-07-22 14:55:38,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 14:55:39,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:39,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3ea25117-8738-46d6-8a9a-b8a5e91f47c4 Date: Sun, 22 Jul 2018 14:55:39 GMT RESP BODY: {"floatingips": []} 2018-07-22 14:55:39,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3ea25117-8738-46d6-8a9a-b8a5e91f47c4 2018-07-22 14:55:39,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0174989700317s 2018-07-22 14:55:39,017 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-3ea25117-8738-46d6-8a9a-b8a5e91f47c4 2018-07-22 14:55:39,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 14:55:39,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:39,170 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14: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 x-openstack-request-id: req-6c27950e-bba3-4d46-bdff-e7920c9861f0 x-compute-request-id: req-6c27950e-bba3-4d46-bdff-e7920c9861f0 Content-Type: application/json 2018-07-22 14:55:39,171 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c used request id req-6c27950e-bba3-4d46-bdff-e7920c9861f0 2018-07-22 14:55:39,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.152271986008s 2018-07-22 14:55:39,171 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c used request id req-6c27950e-bba3-4d46-bdff-e7920c9861f0 2018-07-22 14:55:39,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:55:39,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:39,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14: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-4ca180a4-5da9-4738-a057-4bf4affaab0c x-compute-request-id: req-4ca180a4-5da9-4738-a057-4bf4affaab0c Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:46:6f", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:46:6f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/449d164e-17d3-48f6-af0a-ec7b524daa4c", "rel": "bookmark"}], "image": {"id": "d80628d4-6917-4387-9f15-7fa690fefa62", "links": [{"href": "http://172.30.9.28:8774/images/d80628d4-6917-4387-9f15-7fa690fefa62", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T14:55:10.000000", "flavor": {"id": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "links": [{"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "bookmark"}]}, "id": "449d164e-17d3-48f6-af0a-ec7b524daa4c", "security_groups": [{"name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}], "user_id": "846074a3be694d3aafd87c71ec9240f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T14:55:39Z", "hostId": "ec950df9f80fe2b8fff4685e8e9724a93a12446c833fde69cf312592", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38", "name": "cinder_test-vm_f5acc754-12e5-4966-a44f-1ad5c8270a38", "created": "2018-07-22T14:55:05Z", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 14:55:39,442 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4ca180a4-5da9-4738-a057-4bf4affaab0c 2018-07-22 14:55:39,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.270657062531s 2018-07-22 14:55:39,443 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4ca180a4-5da9-4738-a057-4bf4affaab0c 2018-07-22 14:55:39,444 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 14:55:41,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 14:55:41,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:41,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7091060d-fae4-4366-a6c6-fe23f10ff5a5 x-compute-request-id: req-7091060d-fae4-4366-a6c6-fe23f10ff5a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 14:55:41,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7091060d-fae4-4366-a6c6-fe23f10ff5a5 2018-07-22 14:55:41,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0807530879974s 2018-07-22 14:55:41,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7091060d-fae4-4366-a6c6-fe23f10ff5a5 2018-07-22 14:55:41,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 14:55:41,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:41,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-3943f8fc-6c08-4f4c-a9a7-28d375c16dfd Date: Sun, 22 Jul 2018 14:55:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:41Z", "updated_at": "2018-07-22T14:54:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:41Z", "revision_number": 0, "id": "37fa5390-af38-4a80-98fc-cdfc8b64e60a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:41Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:41Z", "revision_number": 0, "id": "6d4c12e9-2352-4ede-bd51-f56ceba74e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:41Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T14:54:42Z", "revision_number": 0, "id": "8088a71d-f32a-4834-9ed8-fa31600d1c55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:42Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:42Z", "revision_number": 0, "id": "ab5eeb2b-e928-4e9f-8d19-bac68af27cf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:42Z", "security_group_id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785", "name": "cinder_test-sg_f5acc754-12e5-4966-a44f-1ad5c8270a38"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}]} 2018-07-22 14:55:41,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3943f8fc-6c08-4f4c-a9a7-28d375c16dfd 2018-07-22 14:55:41,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0639379024506s 2018-07-22 14:55:41,595 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3943f8fc-6c08-4f4c-a9a7-28d375c16dfd 2018-07-22 14:55:41,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 14:55:41,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:41,973 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3fda07bb-538c-4460-b0c7-72b9c30db3b4 Content-Length: 0 Date: Sun, 22 Jul 2018 14:55:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:55:41,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785.json used request id req-3fda07bb-538c-4460-b0c7-72b9c30db3b4 2018-07-22 14:55:41,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.373844146729s 2018-07-22 14:55:41,974 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ad2b85e0-dc7c-4b6d-8652-2d2c1c88c785.json used request id req-3fda07bb-538c-4460-b0c7-72b9c30db3b4 2018-07-22 14:55:41,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 14:55:41,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:42,009 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2f70f9a-61b2-45b2-b901-037fc069968c x-compute-request-id: req-e2f70f9a-61b2-45b2-b901-037fc069968c Content-Length: 0 Content-Type: application/json 2018-07-22 14:55:42,009 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38 used request id req-e2f70f9a-61b2-45b2-b901-037fc069968c 2018-07-22 14:55:42,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0347430706024s 2018-07-22 14:55:42,009 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cinder_test-kp_f5acc754-12e5-4966-a44f-1ad5c8270a38 used request id req-e2f70f9a-61b2-45b2-b901-037fc069968c 2018-07-22 14:55:42,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 14:55:42,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e/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}f6367227b742f1ae9e8732348bb436f11d18b6ec" -d '{"subnet_id": "83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"}' 2018-07-22 14:55:43,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7baf20e0-5019-4d97-9a52-935e98caa23c Date: Sun, 22 Jul 2018 14:55:43 GMT RESP BODY: {"network_id": "ac256595-2214-4e99-a846-15f1da25209c", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "subnet_id": "83f46d2d-35a0-4bf6-8a4e-5cb63d86e747", "subnet_ids": ["83f46d2d-35a0-4bf6-8a4e-5cb63d86e747"], "port_id": "61e988cd-9d0a-4a09-b175-0860797af890", "id": "c95c1155-44fc-4e3f-b646-208278084c0e"} 2018-07-22 14:55:43,669 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e/remove_router_interface.json used request id req-7baf20e0-5019-4d97-9a52-935e98caa23c 2018-07-22 14:55:43,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6593401432s 2018-07-22 14:55:43,669 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e/remove_router_interface.json used request id req-7baf20e0-5019-4d97-9a52-935e98caa23c returning object c95c1155-44fc-4e3f-b646-208278084c0e 2018-07-22 14:55:43,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 14:55:43,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:43,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-1d0913e8-113d-41c9-a518-49869bc411cb Date: Sun, 22 Jul 2018 14:55:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:37Z", "admin_state_up": true, "updated_at": "2018-07-22T14:55:42Z", "revision_number": 4, "routes": [], "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "c95c1155-44fc-4e3f-b646-208278084c0e", "name": "cinder_test-router_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:55:43,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1d0913e8-113d-41c9-a518-49869bc411cb 2018-07-22 14:55:43,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109762191772s 2018-07-22 14:55:43,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1d0913e8-113d-41c9-a518-49869bc411cb 2018-07-22 14:55:43,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 14:55:43,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:44,937 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f53eacaf-6a88-461f-b032-a13db260e60a Content-Length: 0 Date: Sun, 22 Jul 2018 14:55:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:55:44,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e.json used request id req-f53eacaf-6a88-461f-b032-a13db260e60a 2018-07-22 14:55:44,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.15586400032s 2018-07-22 14:55:44,938 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/c95c1155-44fc-4e3f-b646-208278084c0e.json used request id req-f53eacaf-6a88-461f-b032-a13db260e60a 2018-07-22 14:55:44,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 14:55:44,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:44,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f500f50d-01f0-45db-af1d-f0355966cead Date: Sun, 22 Jul 2018 14:55:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac256595-2214-4e99-a846-15f1da25209c","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T14:54:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"83f46d2d-35a0-4bf6-8a4e-5cb63d86e747","subnetpool_id":null,"name":"cinder_test-subnet_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:55:44,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f500f50d-01f0-45db-af1d-f0355966cead 2018-07-22 14:55:44,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0493378639221s 2018-07-22 14:55:44,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f500f50d-01f0-45db-af1d-f0355966cead 2018-07-22 14:55:44,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 14:55:44,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/83f46d2d-35a0-4bf6-8a4e-5cb63d86e747.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:46,150 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9b612c2d-4808-45bf-b156-9e06973ddf8a Date: Sun, 22 Jul 2018 14:55:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:55:46,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/83f46d2d-35a0-4bf6-8a4e-5cb63d86e747.json used request id req-9b612c2d-4808-45bf-b156-9e06973ddf8a 2018-07-22 14:55:46,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.1603410244s 2018-07-22 14:55:46,150 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/83f46d2d-35a0-4bf6-8a4e-5cb63d86e747.json used request id req-9b612c2d-4808-45bf-b156-9e06973ddf8a 2018-07-22 14:55:46,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 14:55:46,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:46,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-9f8c2f2f-e08b-4650-abb8-3afbaa0ef077 Date: Sun, 22 Jul 2018 14:55: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T14:55:46Z","tenant_id":"fd9c4dedc5cc474b9cac04b7edae1b30","created_at":"2018-07-22T14:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fd9c4dedc5cc474b9cac04b7edae1b30","id":"ac256595-2214-4e99-a846-15f1da25209c","name":"cinder_test-net_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:55:46,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9f8c2f2f-e08b-4650-abb8-3afbaa0ef077 2018-07-22 14:55:46,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.139858961105s 2018-07-22 14:55:46,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9f8c2f2f-e08b-4650-abb8-3afbaa0ef077 2018-07-22 14:55:46,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 14:55:46,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/ac256595-2214-4e99-a846-15f1da25209c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:47,677 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ecf7966-67e7-4729-a4ed-8a375f86d528 Date: Sun, 22 Jul 2018 14:55:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 14:55:47,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ac256595-2214-4e99-a846-15f1da25209c.json used request id req-3ecf7966-67e7-4729-a4ed-8a375f86d528 2018-07-22 14:55:47,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.38503098488s 2018-07-22 14:55:47,677 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ac256595-2214-4e99-a846-15f1da25209c.json used request id req-3ecf7966-67e7-4729-a4ed-8a375f86d528 2018-07-22 14:55:47,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 14:55:47,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:47,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-4c0b35fe-2625-4fa9-a9c0-61f0c91094e0 Date: Sun, 22 Jul 2018 14:55:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d80628d4-6917-4387-9f15-7fa690fefa62/snap", "metadata": {}}], "file": "/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62/file", "owner": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "d80628d4-6917-4387-9f15-7fa690fefa62", "size": 12716032, "self": "/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d80628d4-6917-4387-9f15-7fa690fefa62/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T14:54:40Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f5acc754-12e5-4966-a44f-1ad5c8270a38", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T14:54:40Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 14:55:47,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4c0b35fe-2625-4fa9-a9c0-61f0c91094e0 2018-07-22 14:55:47,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.213817834854s 2018-07-22 14:55:47,896 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4c0b35fe-2625-4fa9-a9c0-61f0c91094e0 2018-07-22 14:55:47,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 14:55:47,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f6367227b742f1ae9e8732348bb436f11d18b6ec" 2018-07-22 14:55:49,079 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb3213b7-5f32-414e-8593-7e0a80fb7fe3 Date: Sun, 22 Jul 2018 14:55:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 14:55:49,080 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62 used request id req-bb3213b7-5f32-414e-8593-7e0a80fb7fe3 2018-07-22 14:55:49,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18241000175s 2018-07-22 14:55:49,080 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d80628d4-6917-4387-9f15-7fa690fefa62 used request id req-bb3213b7-5f32-414e-8593-7e0a80fb7fe3 2018-07-22 14:55:49,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 14:55:49,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:49,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cf4154c-a45f-4371-87f2-5589449eb1e0 x-compute-request-id: req-3cf4154c-a45f-4371-87f2-5589449eb1e0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f5acc754-12e5-4966-a44f-1ad5c8270a38", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f", "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": "c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f"}]} 2018-07-22 14:55:49,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3cf4154c-a45f-4371-87f2-5589449eb1e0 2018-07-22 14:55:49,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272741317749s 2018-07-22 14:55:49,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3cf4154c-a45f-4371-87f2-5589449eb1e0 2018-07-22 14:55:49,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 14:55:49,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:49,145 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5af9f6f0-76aa-4a91-a027-8098a50913bf x-compute-request-id: req-5af9f6f0-76aa-4a91-a027-8098a50913bf Content-Length: 0 Content-Type: application/json 2018-07-22 14:55:49,145 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f used request id req-5af9f6f0-76aa-4a91-a027-8098a50913bf 2018-07-22 14:55:49,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0361731052399s 2018-07-22 14:55:49,146 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c4f8f3a6-c75f-48a4-9ba1-5bed1683f91f used request id req-5af9f6f0-76aa-4a91-a027-8098a50913bf 2018-07-22 14:55:49,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:55:49,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:49,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b38b1d-8831-4bb7-860c-a6964fe6fd30 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38", "links": {"self": "http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "846074a3be694d3aafd87c71ec9240f5", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 14:55:49,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-30b38b1d-8831-4bb7-860c-a6964fe6fd30 2018-07-22 14:55:49,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112679958344s 2018-07-22 14:55:49,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-30b38b1d-8831-4bb7-860c-a6964fe6fd30 2018-07-22 14:55:49,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 14:55:49,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:49,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09f2a3d9-b26d-4944-9d1f-c7402f53b6c7 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_f5acc754-12e5-4966-a44f-1ad5c8270a38", "links": {"self": "http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "846074a3be694d3aafd87c71ec9240f5", "description": null}} 2018-07-22 14:55:49,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5 used request id req-09f2a3d9-b26d-4944-9d1f-c7402f53b6c7 2018-07-22 14:55:49,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100342035294s 2018-07-22 14:55:49,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5 used request id req-09f2a3d9-b26d-4944-9d1f-c7402f53b6c7 2018-07-22 14:55:49,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 14:55:49,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:49,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0621c9ff-61f1-4dfd-a1b7-981819224669 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:55:49,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5 used request id req-0621c9ff-61f1-4dfd-a1b7-981819224669 2018-07-22 14:55:49,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.183116912842s 2018-07-22 14:55:49,549 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/846074a3be694d3aafd87c71ec9240f5 used request id req-0621c9ff-61f1-4dfd-a1b7-981819224669 2018-07-22 14:55:49,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 14:55:49,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:49,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49b6e43e-170d-4910-8df7-cc7247105faf Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30"}, "tags": [], "enabled": true, "id": "fd9c4dedc5cc474b9cac04b7edae1b30", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f5acc754-12e5-4966-a44f-1ad5c8270a38"}]} 2018-07-22 14:55:49,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-49b6e43e-170d-4910-8df7-cc7247105faf 2018-07-22 14:55:49,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0867660045624s 2018-07-22 14:55:49,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-49b6e43e-170d-4910-8df7-cc7247105faf 2018-07-22 14:55:49,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 14:55:49,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:49,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eebcc6c-dde7-4c8e-b307-2aeed07d5fa3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:55:49,801 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-7eebcc6c-dde7-4c8e-b307-2aeed07d5fa3 2018-07-22 14:55:49,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.152969121933s 2018-07-22 14:55:49,801 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-7eebcc6c-dde7-4c8e-b307-2aeed07d5fa3 2018-07-22 14:55:49,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 14:55:49,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:49,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e7ee46-4f79-4319-be79-02f5b6d3f3f7 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6578c3e1d0034fce99e3ee3e969f7a9e", "links": {"self": "http://172.30.9.28:5000/v3/roles/6578c3e1d0034fce99e3ee3e969f7a9e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 14:55:49,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-01e7ee46-4f79-4319-be79-02f5b6d3f3f7 2018-07-22 14:55:49,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0890619754791s 2018-07-22 14:55:49,894 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-01e7ee46-4f79-4319-be79-02f5b6d3f3f7 2018-07-22 14:55:49,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 14:55:49,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/6578c3e1d0034fce99e3ee3e969f7a9e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2095f5eadd79d701a63792d3f6e73a65821c76b9" 2018-07-22 14:55:50,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 14:55:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4702d9b4-2fae-4deb-bf9b-5868519fccb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 14:55:50,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6578c3e1d0034fce99e3ee3e969f7a9e used request id req-4702d9b4-2fae-4deb-bf9b-5868519fccb5 2018-07-22 14:55:50,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.105334043503s 2018-07-22 14:55:50,005 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6578c3e1d0034fce99e3ee3e969f7a9e used request id req-4702d9b4-2fae-4deb-bf9b-5868519fccb5 2018-07-22 14:55:50,044 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-07-22 14:55:50,170 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 14:55:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 14:55:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 14:55:50,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 14:55:50,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f2d0c2-61b1-400c-98fe-ab304a5ca310 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 14:55:50,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-33f2d0c2-61b1-400c-98fe-ab304a5ca310 2018-07-22 14:55:50,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 14:55:50,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T15:55:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["qBUtRLqlRWOU9DBkwdWDlA"], "issued_at": "2018-07-22T14:55:50.000000Z"}} 2018-07-22 14:55:50,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 14:55:50,571 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:55:50,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-22 14:55:50,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-07-22 14:55:50,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 14:55: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://192.30.9.7: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.7:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 14:55:50,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}3f5767cffc1b7269e21d423acbd22003ad0ed349" 2018-07-22 14:55:50,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e21914d3-1488-4243-8bae-2bdbdf2bab00 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0026f334295c43f88ecc771414a3a6b5"}, "enabled": true, "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/1714f934aa5d47dc9b1f86ea9e0d791a"}, "enabled": true, "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1b52eba3461243f7b3a5201e8e001d42"}, "enabled": true, "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/3f96379a30f6492ebec25d0623634774"}, "enabled": true, "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/63a3603f3e2a4d8e837a90643df389fa"}, "enabled": true, "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9ba831539d0c4f60a24684a96759c839"}, "enabled": true, "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/be233f6ee4b7491987283a4b948879f8"}, "enabled": true, "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/d07405a2d4744a5b956eb640a51337a7"}, "enabled": true, "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d457b045904947349122bd987bbac514"}, "enabled": true, "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de5eabb256814d1c96d76e93595e24a7"}, "enabled": true, "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e2103418d916425bba77fb780ac8563e"}, "enabled": true, "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e5abccc207344d60abbf759ba93cb38d"}, "enabled": true, "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e5cb657002df4ae696858cea0b6eacb2"}, "enabled": true, "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f118cf0ea368460181662c3b5984607f"}, "enabled": true, "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f2e21686cd50476793f24fb1d0b32168"}, "enabled": true, "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-07-22 14:55:50,664 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-e21914d3-1488-4243-8bae-2bdbdf2bab00 2018-07-22 14:55:50,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0901288986206s 2018-07-22 14:55:50,665 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-e21914d3-1488-4243-8bae-2bdbdf2bab00 2018-07-22 14:55:50,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-22 14:55:50,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3f5767cffc1b7269e21d423acbd22003ad0ed349" 2018-07-22 14:55:50,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 14:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90b3a8c-fbaf-42f8-b454-bef2a765aad1 Content-Encoding: gzip Content-Length: 1991 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0433f7e3793a401389766cb182b1a8e8"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0645819fbcfa48bb9d10712bec990ae7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/090fc08431604589b99f24f6cc775e37"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "090fc08431604589b99f24f6cc775e37"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0d0bcd7fc50f48c4a5739f3906090382"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/11eea033759f4b7f8046f9b12eb8a57b"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/166011bc1dc74733a1b38f89eb384932"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "166011bc1dc74733a1b38f89eb384932"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/186541a42f8b45c28cb5ab22b795b2a2"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1d39da9971174dcc8f2cd0a5d930aff1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d457b045904947349122bd987bbac514", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/23d82839a7bb4504a2f7a71aceb6ba97"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/276c1e88e9474ce585d5c73df0083d9a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/27a2b8fb3efe4b75ad2617fc4ba78180"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/471b0868aa504c2298f7f44861b9ed40"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/536d91da5fed406b8fb1bca737622c75"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "536d91da5fed406b8fb1bca737622c75"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/53bac962e3ba49f69a727c284e22640f"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "53bac962e3ba49f69a727c284e22640f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5495df63face43a6a58ac897299d157e"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "5495df63face43a6a58ac897299d157e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/62b11313eaee4b3583a4d0ff4b460417"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/688ccb831f774d8d98cde748230a9739"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "688ccb831f774d8d98cde748230a9739"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6f2c9c85862d4b70a8b37d181efa11c3"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d457b045904947349122bd987bbac514", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7f5105a409db4590850eed0b38f135c3"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "7f5105a409db4590850eed0b38f135c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/86c193d67f08404594566df93294c34e"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "86c193d67f08404594566df93294c34e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8b5dd73cb7ae4b04a80f2c5b36df2bc9"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8bdf88a2ae5c4a5f8fb145141208298e"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/93c102dbda81435dad8500d1d3ac9a3a"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9728ba9b94a84ff38e05340a08a8e4e5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9d85854dfad84993afd7273f92a3df6f"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9dc125e1bf044017b1d0d1d1815c7548"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a0761c19908e49f8bcbf608c1dd974f6"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "a0761c19908e49f8bcbf608c1dd974f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a444da2e028e4079ab037830d449d07e"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "a444da2e028e4079ab037830d449d07e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a6207e15a4da469f8f043a09b18398c9"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "a6207e15a4da469f8f043a09b18398c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/aa9d821ec8cc42da9be287bf0e0b5498"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d457b045904947349122bd987bbac514", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ac39a84e898542ee86387ad1ec22499a"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b697d88d76e34a388ae08bee193bc6dd"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "b697d88d76e34a388ae08bee193bc6dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bb47fccb29d64f0cb441d6b7de9ceea8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bde76fd702b04d15aca5984d66f32b12"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c9970178a1b245bcab7728bb6536a345"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "c9970178a1b245bcab7728bb6536a345"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cb33efb18e2d4bdaab6d1847c60361a9"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc2bcab9307248e4bd362040d9cd6381"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "cc2bcab9307248e4bd362040d9cd6381"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d5b5884f8f144b1b83cba0d6f64e7c86"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7fc48a78c7e47cca2465436102c20bd"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "e7fc48a78c7e47cca2465436102c20bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ebb33a22e1454e3e8ebc791d29c8a335"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f7e929d309e941dea06656c81c860175"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "f7e929d309e941dea06656c81c860175"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-22 14:55:50,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-e90b3a8c-fbaf-42f8-b454-bef2a765aad1 2018-07-22 14:55:50,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0951528549194s 2018-07-22 14:55:50,769 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-e90b3a8c-fbaf-42f8-b454-bef2a765aad1 2018-07-22 14:56:08,389 - 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-07-22 14:56:08,389 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-07-22 14:56:08,421 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-07-22 14:56:08,527 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 14:56:08,528 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 14:56:08,589 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-07-22 14:56:09,014 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-22 14:56:09,014 - openstack_tests - INFO - OS Credentials = > 2018-07-22 14:56:09,755 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-22 14:56:10,310 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-07-22 14:56:16,693 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-eed94d62-1a50-4491-81b3-898f04609bc4-projName 2018-07-22 14:56:17,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4234ac87-8b1f-424d-971d-abcbf0872819 2018-07-22 14:56:17,157 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 14:56:17,329 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-eed94d62-1a50-4491-81b3-898f04609bc4-projName 2018-07-22 14:56:18,490 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-f8e458d4-1d8a-4389-9a9c-32cd58f2ee6f-username 2018-07-22 14:56:18,529 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-f8e458d4-1d8a-4389-9a9c-32cd58f2ee6f-username 2018-07-22 14:56:23,415 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-02363fcf-e94a-4e1a-821d-33a3faaee50e-username 2018-07-22 14:56:23,487 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-02363fcf-e94a-4e1a-821d-33a3faaee50e-projName 2018-07-22 14:56:23,533 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-02363fcf-e94a-4e1a-821d-33a3faaee50e-role 2018-07-22 14:56:23,623 - keystone_utils - INFO - Granting role KeystoneUtilsTests-02363fcf-e94a-4e1a-821d-33a3faaee50e-role to project KeystoneUtilsTests-02363fcf-e94a-4e1a-821d-33a3faaee50e-projName 2018-07-22 14:56:24,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b6d6655-0134-4792-bf59-08b4bf5b3daf 2018-07-22 14:56:24,544 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 14:56:24,761 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-02363fcf-e94a-4e1a-821d-33a3faaee50e-projName 2018-07-22 14:56:24,976 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-02363fcf-e94a-4e1a-821d-33a3faaee50e-username 2018-07-22 14:56:25,229 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-02363fcf-e94a-4e1a-821d-33a3faaee50e-role 2018-07-22 14:56:27,238 - keystone_utils - INFO - Granting role admin to project admin 2018-07-22 14:56:27,361 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-d037597d-f9b0-4a5-name 2018-07-22 14:56:27,860 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-d037597d-f9b0-4a5-name 2018-07-22 14:56:29,865 - keystone_utils - INFO - Granting role admin to project admin 2018-07-22 14:56:29,980 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-4a16cca7-1269-45f-name 2018-07-22 14:56:29,981 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-4a16cca7-1269-45f-name 2018-07-22 14:56:30,192 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-4a16cca7-1269-45f-name 2018-07-22 14:56:32,174 - keystone_utils - INFO - Granting role admin to project admin 2018-07-22 14:56:32,297 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-b36cd4a3-ccc2-466-name 2018-07-22 14:56:32,403 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-b36cd4a3-ccc2-466-name 2018-07-22 14:56:34,389 - keystone_utils - INFO - Granting role admin to project admin 2018-07-22 14:56:34,507 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-03494f41-37d5-445-name 2018-07-22 14:56:35,276 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-03494f41-37d5-445-name 2018-07-22 14:56:36,606 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-dae1b42d-8c97-404-name 2018-07-22 14:56:36,606 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-dae1b42d-8c97-404-name 2018-07-22 14:56:37,802 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-dae1b42d-8c97-404-name 2018-07-22 14:56:39,330 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-edb1e9a8-7dc8-4e5-name 2018-07-22 14:56:40,438 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-edb1e9a8-7dc8-4e5-name 2018-07-22 14:56:41,702 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-a5603bb9-d739-498-name 2018-07-22 14:56:43,314 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-a5603bb9-d739-498-name 2018-07-22 14:56:46,026 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-108e366c-613a-4e0-name 2018-07-22 14:56:47,948 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-108e366c-613a-4e0-name 2018-07-22 14:56:49,356 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4de75cd1-6cbf-4d7-name 2018-07-22 14:56:51,926 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4de75cd1-6cbf-4d7-name 2018-07-22 14:56:53,337 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-11af3b39-f63c-4c4-name 2018-07-22 14:56:54,790 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-11af3b39-f63c-4c4-name 2018-07-22 14:56:54,898 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-11af3b39-f63c-4c4-user 2018-07-22 14:56:55,159 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-11af3b39-f63c-4c4-name-role 2018-07-22 14:56:55,248 - keystone_utils - INFO - Granting role CreateProjectUserTests-11af3b39-f63c-4c4-name-role to project CreateProjectUserTests-11af3b39-f63c-4c4-name 2018-07-22 14:56:56,326 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-11af3b39-f63c-4c4-name... 2018-07-22 14:56:56,327 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-11af3b39-f63c-4c4-name 2018-07-22 14:56:56,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e5d864f-f2d8-4e0f-91b6-8ee36b2ec17b 2018-07-22 14:56:56,655 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e5d864f-f2d8-4e0f-91b6-8ee36b2ec17b 2018-07-22 14:56:56,685 - neutron_utils - INFO - Retrieving security group with ID - 3e5d864f-f2d8-4e0f-91b6-8ee36b2ec17b 2018-07-22 14:56:56,770 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e5d864f-f2d8-4e0f-91b6-8ee36b2ec17b 2018-07-22 14:56:56,792 - neutron_utils - INFO - Retrieving security group with ID - 3e5d864f-f2d8-4e0f-91b6-8ee36b2ec17b 2018-07-22 14:56:56,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e5d864f-f2d8-4e0f-91b6-8ee36b2ec17b 2018-07-22 14:56:56,866 - neutron_utils - INFO - Retrieving security group with ID - 3e5d864f-f2d8-4e0f-91b6-8ee36b2ec17b 2018-07-22 14:56:56,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e5d864f-f2d8-4e0f-91b6-8ee36b2ec17b 2018-07-22 14:56:56,944 - neutron_utils - INFO - Deleting security group rule with ID - 11f86511-503c-4435-a0f8-44bc0e2717ed 2018-07-22 14:56:57,062 - neutron_utils - INFO - Deleting security group rule with ID - b0782e2c-249f-4fa9-b22b-57fb2b5324f5 2018-07-22 14:56:57,168 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-11af3b39-f63c-4c4-name 2018-07-22 14:56:57,465 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-11af3b39-f63c-4c4-user 2018-07-22 14:56:58,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ddf56136-0632-4d23-8cac-9d0e50e98bdc 2018-07-22 14:56:58,431 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 14:56:58,603 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-11af3b39-f63c-4c4-name 2018-07-22 14:56:58,782 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-11af3b39-f63c-4c4-name-role 2018-07-22 14:57:00,070 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:01,510 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:01,647 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-user1 2018-07-22 14:57:01,921 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-name-role 2018-07-22 14:57:02,031 - keystone_utils - INFO - Granting role CreateProjectUserTests-9b84fa3a-6c80-4b7-name-role to project CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:03,587 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:03,707 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-user2 2018-07-22 14:57:03,797 - keystone_utils - INFO - Granting role CreateProjectUserTests-9b84fa3a-6c80-4b7-name-role to project CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:04,793 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-9b84fa3a-6c80-4b7-name... 2018-07-22 14:57:04,794 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:05,029 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:05,099 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:05,124 - neutron_utils - INFO - Retrieving security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:05,200 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:05,224 - neutron_utils - INFO - Retrieving security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:05,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:05,301 - neutron_utils - INFO - Retrieving security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:05,351 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:06,093 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:06,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:06,139 - neutron_utils - INFO - Retrieving security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:06,182 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2399ee30-2611-4cb6-9d42-452f3223f269 2018-07-22 14:57:06,204 - neutron_utils - INFO - Deleting security group rule with ID - 39404f46-f3c8-4cd2-8111-7493fdfaee4d 2018-07-22 14:57:06,298 - neutron_utils - INFO - Deleting security group rule with ID - 680a99b4-44d8-458c-ac9e-40882f5ee5da 2018-07-22 14:57:06,397 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:06,531 - neutron_utils - INFO - Deleting security group rule with ID - 680a99b4-44d8-458c-ac9e-40882f5ee5da 2018-07-22 14:57:06,558 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 680a99b4-44d8-458c-ac9e-40882f5ee5da does not exist Neutron server returns request_ids: ['req-4bb74d24-5e75-4e25-8dfe-65aa9a87e0f0'] 2018-07-22 14:57:06,559 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:06,581 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 2399ee30-2611-4cb6-9d42-452f3223f269 does not exist Neutron server returns request_ids: ['req-a37c11d9-dba1-4903-86f2-8df6cbe1132f'] 2018-07-22 14:57:06,582 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-user1 2018-07-22 14:57:06,753 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-user2 2018-07-22 14:57:07,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c0e91e41-f83d-4c2e-8869-95360c94c24a 2018-07-22 14:57:07,683 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 14:57:07,845 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-name 2018-07-22 14:57:07,998 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-9b84fa3a-6c80-4b7-name-role 2018-07-22 14:57:09,214 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-c9d80a2b-fd42-4e02-bc65-d952f62ff21c 2018-07-22 14:57:10,282 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-07-22 14:57:10,867 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-18de1cf3-6800-44e1-b2a6-32c420d2bbf2-pub-net 2018-07-22 14:57:11,599 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-18de1cf3-6800-44e1-b2a6-32c420d2bbf2-pub-net 2018-07-22 14:57:13,760 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-0f1d5797-e263-4b85-87e8-cbfefa1b8960-pub-net 2018-07-22 14:57:14,260 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-0f1d5797-e263-4b85-87e8-cbfefa1b8960-pub-subnet 2018-07-22 14:57:15,496 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-0f1d5797-e263-4b85-87e8-cbfefa1b8960-pub-subnet 2018-07-22 14:57:15,496 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-0f1d5797-e263-4b85-87e8-cbfefa1b8960-pub-subnet 2018-07-22 14:57:16,640 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-0f1d5797-e263-4b85-87e8-cbfefa1b8960-pub-net 2018-07-22 14:57:18,705 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-53febee6-c83a-4ecb-b75e-4bfabc5cfe13-pub-net 2018-07-22 14:57:19,479 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-53febee6-c83a-4ecb-b75e-4bfabc5cfe13-pub-subnet 2018-07-22 14:57:19,494 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-53febee6-c83a-4ecb-b75e-4bfabc5cfe13-pub-subnet] for network [NeutronUtilsSubnetTests-53febee6-c83a-4ecb-b75e-4bfabc5cfe13-pub-net] 2018-07-22 14:57:19,494 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-53febee6-c83a-4ecb-b75e-4bfabc5cfe13-pub-net 2018-07-22 14:57:20,508 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-de90b0e5-eccf-4e17-b526-5cf7b173e0e3-pub-net 2018-07-22 14:57:21,301 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-de90b0e5-eccf-4e17-b526-5cf7b173e0e3-pub-subnet 2018-07-22 14:57:22,248 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-de90b0e5-eccf-4e17-b526-5cf7b173e0e3-pub-subnet 2018-07-22 14:57:22,248 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-de90b0e5-eccf-4e17-b526-5cf7b173e0e3-pub-subnet 2018-07-22 14:57:23,597 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-de90b0e5-eccf-4e17-b526-5cf7b173e0e3-pub-net 2018-07-22 14:57:25,910 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-60e2a8ac-2481-41c0-a7cf-45c255a32513-pub-net 2018-07-22 14:57:26,421 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-60e2a8ac-2481-41c0-a7cf-45c255a32513-pub-subnet 2018-07-22 14:57:26,482 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-60e2a8ac-2481-41c0-a7cf-45c255a32513-pub-subnet] for network [NeutronUtilsSubnetTests-60e2a8ac-2481-41c0-a7cf-45c255a32513-pub-net] 2018-07-22 14:57:26,482 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-60e2a8ac-2481-41c0-a7cf-45c255a32513-pub-net 2018-07-22 14:57:27,647 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-12ffa43a-2679-4251-baf4-e520442adc60-pub-net 2018-07-22 14:57:28,163 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-12ffa43a-2679-4251-baf4-e520442adc60-pub-subnet 2018-07-22 14:57:29,091 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-12ffa43a-2679-4251-baf4-e520442adc60-pub-subnet 2018-07-22 14:57:29,092 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-12ffa43a-2679-4251-baf4-e520442adc60-pub-subnet 2018-07-22 14:57:30,261 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-12ffa43a-2679-4251-baf4-e520442adc60-pub-net 2018-07-22 14:57:32,095 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-net 2018-07-22 14:57:32,619 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-subnet 2018-07-22 14:57:34,054 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-router 2018-07-22 14:57:35,555 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-router 2018-07-22 14:57:37,050 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-router 2018-07-22 14:57:38,349 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-router 2018-07-22 14:57:39,576 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-subnet 2018-07-22 14:57:39,576 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-subnet 2018-07-22 14:57:40,408 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-cbbe0885-a9ee-4c5c-95b6-fdb72aa1a68a-pub-net 2018-07-22 14:57:42,218 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-net 2018-07-22 14:57:43,093 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-subnet 2018-07-22 14:57:44,672 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-router 2018-07-22 14:57:46,138 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-subnet 2018-07-22 14:57:47,547 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-router 2018-07-22 14:57:48,051 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-router 2018-07-22 14:57:49,315 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-subnet 2018-07-22 14:57:49,315 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-subnet 2018-07-22 14:57:49,356 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0d9e2a64-8a2a-437b-a7ce-692415bd6f12-pub-net 2018-07-22 14:57:50,569 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6955642f-7752-40c4-adaf-fe2b3ef7fed9-pub-net 2018-07-22 14:57:51,108 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6955642f-7752-40c4-adaf-fe2b3ef7fed9-pub-subnet 2018-07-22 14:57:52,047 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6955642f-7752-40c4-adaf-fe2b3ef7fed9-pub-subnet 2018-07-22 14:57:52,048 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6955642f-7752-40c4-adaf-fe2b3ef7fed9-pub-subnet 2018-07-22 14:57:53,774 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6955642f-7752-40c4-adaf-fe2b3ef7fed9-pub-net 2018-07-22 14:57:55,102 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a97e9e91-15b5-44cc-a90d-65bd5a748c73-pub-net 2018-07-22 14:57:55,631 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a97e9e91-15b5-44cc-a90d-65bd5a748c73-pub-subnet 2018-07-22 14:57:57,121 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-a97e9e91-15b5-44cc-a90d-65bd5a748c73-pub-router 2018-07-22 14:57:58,366 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-a97e9e91-15b5-44cc-a90d-65bd5a748c73-pub-router 2018-07-22 14:57:58,366 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-a97e9e91-15b5-44cc-a90d-65bd5a748c73-pub-router 2018-07-22 14:57:59,644 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a97e9e91-15b5-44cc-a90d-65bd5a748c73-pub-subnet 2018-07-22 14:57:59,644 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a97e9e91-15b5-44cc-a90d-65bd5a748c73-pub-subnet 2018-07-22 14:58:00,661 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a97e9e91-15b5-44cc-a90d-65bd5a748c73-pub-net 2018-07-22 14:58:02,278 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6b7b53f2-af15-49f2-b501-cfb6443010f2-pub-net 2018-07-22 14:58:02,820 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6b7b53f2-af15-49f2-b501-cfb6443010f2-pub-subnet 2018-07-22 14:58:04,591 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-6b7b53f2-af15-49f2-b501-cfb6443010f2-pub-net 2018-07-22 14:58:05,405 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-6b7b53f2-af15-49f2-b501-cfb6443010f2-port 2018-07-22 14:58:05,871 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b7b53f2-af15-49f2-b501-cfb6443010f2-pub-subnet 2018-07-22 14:58:05,871 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b7b53f2-af15-49f2-b501-cfb6443010f2-pub-subnet 2018-07-22 14:58:06,728 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6b7b53f2-af15-49f2-b501-cfb6443010f2-pub-net 2018-07-22 14:58:08,468 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ba83a8d4-cf0a-498e-ac1b-9b03c4b18945-pub-net 2018-07-22 14:58:09,193 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ba83a8d4-cf0a-498e-ac1b-9b03c4b18945-pub-subnet 2018-07-22 14:58:10,977 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ba83a8d4-cf0a-498e-ac1b-9b03c4b18945-pub-net 2018-07-22 14:58:11,765 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-ba83a8d4-cf0a-498e-ac1b-9b03c4b18945-port 2018-07-22 14:58:12,225 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ba83a8d4-cf0a-498e-ac1b-9b03c4b18945-pub-subnet 2018-07-22 14:58:12,225 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ba83a8d4-cf0a-498e-ac1b-9b03c4b18945-pub-subnet 2018-07-22 14:58:13,520 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ba83a8d4-cf0a-498e-ac1b-9b03c4b18945-pub-net 2018-07-22 14:58:15,219 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4ad44f01-361f-4744-a1e3-497e91bb1346-pub-net 2018-07-22 14:58:15,884 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4ad44f01-361f-4744-a1e3-497e91bb1346-pub-subnet 2018-07-22 14:58:17,602 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-4ad44f01-361f-4744-a1e3-497e91bb1346-pub-net 2018-07-22 14:58:17,617 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4ad44f01-361f-4744-a1e3-497e91bb1346-pub-subnet 2018-07-22 14:58:17,617 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4ad44f01-361f-4744-a1e3-497e91bb1346-pub-subnet 2018-07-22 14:58:18,722 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4ad44f01-361f-4744-a1e3-497e91bb1346-pub-net 2018-07-22 14:58:20,337 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-09792a6c-c39c-460b-a085-e7e81e1c991d-pub-net 2018-07-22 14:58:20,870 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-09792a6c-c39c-460b-a085-e7e81e1c991d-pub-subnet 2018-07-22 14:58:22,638 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-09792a6c-c39c-460b-a085-e7e81e1c991d-pub-net 2018-07-22 14:58:22,866 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-09792a6c-c39c-460b-a085-e7e81e1c991d-pub-subnet 2018-07-22 14:58:22,866 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-09792a6c-c39c-460b-a085-e7e81e1c991d-pub-subnet 2018-07-22 14:58:23,867 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-09792a6c-c39c-460b-a085-e7e81e1c991d-pub-net 2018-07-22 14:58:25,327 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ba350ae3-0d68-47c8-8438-d74c486c88e8-pub-net 2018-07-22 14:58:25,867 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ba350ae3-0d68-47c8-8438-d74c486c88e8-pub-subnet 2018-07-22 14:58:27,450 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ba350ae3-0d68-47c8-8438-d74c486c88e8-pub-net 2018-07-22 14:58:27,465 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ba350ae3-0d68-47c8-8438-d74c486c88e8-pub-subnet 2018-07-22 14:58:27,465 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ba350ae3-0d68-47c8-8438-d74c486c88e8-pub-subnet 2018-07-22 14:58:28,531 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ba350ae3-0d68-47c8-8438-d74c486c88e8-pub-net 2018-07-22 14:58:30,294 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-96804c0b-4734-42e3-b4e8-dcb42051d128-pub-net 2018-07-22 14:58:30,903 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-96804c0b-4734-42e3-b4e8-dcb42051d128-pub-subnet 2018-07-22 14:58:32,865 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-96804c0b-4734-42e3-b4e8-dcb42051d128-pub-net 2018-07-22 14:58:33,527 - neutron_utils - INFO - Deleting port with name 2018-07-22 14:58:34,158 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-96804c0b-4734-42e3-b4e8-dcb42051d128-pub-subnet 2018-07-22 14:58:34,158 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-96804c0b-4734-42e3-b4e8-dcb42051d128-pub-subnet 2018-07-22 14:58:34,996 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-96804c0b-4734-42e3-b4e8-dcb42051d128-pub-net 2018-07-22 14:58:38,445 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-82669bc0-8a30-4062-b417-1545e9f98095-pub-router 2018-07-22 14:58:39,894 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-82669bc0-8a30-4062-b417-1545e9f98095-pub-router 2018-07-22 14:58:42,210 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router 2018-07-22 14:58:46,551 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router 2018-07-22 14:58:48,395 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ce9eaaa2-05f8-4c55-86b6-efc1b69a571ename 2018-07-22 14:58:48,903 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3f4f6b56-11d4-4a6b-a6dd-af5be43f9a88 2018-07-22 14:58:49,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3f4f6b56-11d4-4a6b-a6dd-af5be43f9a88 2018-07-22 14:58:49,092 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ce9eaaa2-05f8-4c55-86b6-efc1b69a571ename 2018-07-22 14:58:49,855 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-66500a9d-3381-4914-8fec-c33bd392128ename-1 2018-07-22 14:58:50,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48dd8afc-7972-4e8e-9a63-9fa4c235629a 2018-07-22 14:58:50,311 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-66500a9d-3381-4914-8fec-c33bd392128ename-2 2018-07-22 14:58:50,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d925187-cc99-40f9-80ac-2d4eef06c481 2018-07-22 14:58:50,590 - neutron_utils - INFO - Listing the available security groups 2018-07-22 14:58:50,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 03101d55-0d52-43e4-ac11-83b3316d79a5 2018-07-22 14:58:50,779 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48dd8afc-7972-4e8e-9a63-9fa4c235629a 2018-07-22 14:58:50,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66d052bd-d24e-4f5a-a3ea-897e25c7492f 2018-07-22 14:58:50,820 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 679a3269-d136-4585-9d06-bef72fdde783 2018-07-22 14:58:50,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d925187-cc99-40f9-80ac-2d4eef06c481 2018-07-22 14:58:50,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 816bad44-073e-4ec6-b957-f3a1e66a5002 2018-07-22 14:58:50,884 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5c1ca5d-8195-456c-bea1-db51d4ca5442 2018-07-22 14:58:50,903 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6 2018-07-22 14:58:50,925 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea202bdc-a6a3-4058-963a-4c18bd693d56 2018-07-22 14:58:50,947 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eec207d2-c1fa-40ad-bd9b-e24d54820669 2018-07-22 14:58:50,966 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe8dcf68-42df-4490-a7bf-3d1c2a11cc15 2018-07-22 14:58:50,986 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-66500a9d-3381-4914-8fec-c33bd392128ename-1 2018-07-22 14:58:51,175 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-66500a9d-3381-4914-8fec-c33bd392128ename-2 2018-07-22 14:58:52,201 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-7e8d9fb0-b65b-4af0-95e4-509237f07251name 2018-07-22 14:58:52,763 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5030f78e-45be-4091-8561-e122e36630f4 2018-07-22 14:58:52,910 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5030f78e-45be-4091-8561-e122e36630f4 2018-07-22 14:58:52,935 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-7e8d9fb0-b65b-4af0-95e4-509237f07251name 2018-07-22 14:58:53,562 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-f9493f06-0231-40aa-ae0f-3ee41c9896a4name 2018-07-22 14:58:53,936 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9910cba-1be7-4bcd-9dd4-d9de65e4ec19 2018-07-22 14:58:53,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9910cba-1be7-4bcd-9dd4-d9de65e4ec19 2018-07-22 14:58:54,030 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-f9493f06-0231-40aa-ae0f-3ee41c9896a4name 2018-07-22 14:58:54,207 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9910cba-1be7-4bcd-9dd4-d9de65e4ec19 2018-07-22 14:58:54,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9910cba-1be7-4bcd-9dd4-d9de65e4ec19 2018-07-22 14:58:54,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9910cba-1be7-4bcd-9dd4-d9de65e4ec19 2018-07-22 14:58:54,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9910cba-1be7-4bcd-9dd4-d9de65e4ec19 2018-07-22 14:58:54,588 - neutron_utils - INFO - Deleting security group rule with ID - 282ada02-7a3b-4d8f-b309-df3290f2f096 2018-07-22 14:58:54,713 - neutron_utils - INFO - Deleting security group rule with ID - 51452e79-4971-4f55-aa9e-1d9dbed13068 2018-07-22 14:58:54,807 - neutron_utils - INFO - Deleting security group rule with ID - 0f6d036f-91c7-4e79-b93c-4a79dad9798d 2018-07-22 14:58:54,895 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-f9493f06-0231-40aa-ae0f-3ee41c9896a4name 2018-07-22 14:58:55,569 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-2f64240c-46cc-45fa-be05-d3635165257cname-1 2018-07-22 14:58:55,959 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a9fab8dd-55b7-43ef-b199-5e86814b04e0 2018-07-22 14:58:56,041 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-2f64240c-46cc-45fa-be05-d3635165257cname-2 2018-07-22 14:58:56,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b3ac357-d837-46d0-9d50-2a9edaa64780 2018-07-22 14:58:56,319 - neutron_utils - INFO - Retrieving security group with ID - a9fab8dd-55b7-43ef-b199-5e86814b04e0 2018-07-22 14:58:56,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a9fab8dd-55b7-43ef-b199-5e86814b04e0 2018-07-22 14:58:56,443 - neutron_utils - INFO - Retrieving security group with ID - 9b3ac357-d837-46d0-9d50-2a9edaa64780 2018-07-22 14:58:56,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b3ac357-d837-46d0-9d50-2a9edaa64780 2018-07-22 14:58:56,521 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-2f64240c-46cc-45fa-be05-d3635165257cname-1 2018-07-22 14:58:56,683 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-2f64240c-46cc-45fa-be05-d3635165257cname-2 2018-07-22 14:58:57,499 - neutron_utils - INFO - Creating floating ip to external network - external 2018-07-22 14:58:59,448 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-1b55a2b4-b3a3-489f-a792-aa1d45c9da9e 2018-07-22 14:59:00,303 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-e3a54c5c-6e81-4e2f-ac13-a93e95cdedc8.pub 2018-07-22 14:59:00,303 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-e3a54c5c-6e81-4e2f-ac13-a93e95cdedc8 2018-07-22 14:59:00,303 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-e3a54c5c-6e81-4e2f-ac13-a93e95cdedc8.pub 2018-07-22 14:59:00,303 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-e3a54c5c-6e81-4e2f-ac13-a93e95cdedc8 2018-07-22 14:59:01,061 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-c663bc3c-63cd-4ba5-b060-25c5d5d0c133 2018-07-22 14:59:05,040 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-image 2018-07-22 14:59:05,060 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-image 2018-07-22 14:59:05,667 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-net 2018-07-22 14:59:06,065 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-subnet 2018-07-22 14:59:08,188 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-net 2018-07-22 14:59:09,388 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-vm_inst 2018-07-22 14:59:19,475 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-port 2018-07-22 14:59:20,138 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-subnet 2018-07-22 14:59:20,139 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-subnet 2018-07-22 14:59:21,479 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-net 2018-07-22 14:59:22,893 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-1643895b-ed41-4470-8eaf-34843fdbedda-image 2018-07-22 14:59:25,461 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-image 2018-07-22 14:59:25,503 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-image 2018-07-22 14:59:26,157 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-net 2018-07-22 14:59:26,635 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-subnet 2018-07-22 14:59:30,208 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0 2018-07-22 14:59:30,493 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0 2018-07-22 14:59:32,605 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-net 2018-07-22 14:59:33,644 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-vm_inst 2018-07-22 14:59:35,461 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-vm_inst 2018-07-22 14:59:42,145 - create_instance - INFO - VM is - ACTIVE 2018-07-22 14:59:57,008 - create_instance - INFO - Deleting Port with ID - 1a18403c-428e-4fbc-81f9-1e1ef7b81b7c 2018-07-22 14:59:57,008 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-port 2018-07-22 14:59:57,586 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-vm_inst 2018-07-22 14:59:57,730 - create_instance - INFO - Checking deletion status 2018-07-22 15:00:00,930 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-vm_inst 2018-07-22 15:00:00,992 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0 2018-07-22 15:00:01,443 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0 2018-07-22 15:00:01,482 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-subnet 2018-07-22 15:00:01,482 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-subnet 2018-07-22 15:00:02,763 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-net 2018-07-22 15:00:03,931 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-4e7c9456-e52e-425e-8df4-45a943de1fc0-image 2018-07-22 15:00:07,313 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-image 2018-07-22 15:00:07,353 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-image 2018-07-22 15:00:07,971 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-net 2018-07-22 15:00:08,427 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-subnet 2018-07-22 15:00:11,670 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b 2018-07-22 15:00:11,898 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b 2018-07-22 15:00:14,228 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-net 2018-07-22 15:00:15,170 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-vm_inst 2018-07-22 15:00:16,991 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-vm_inst 2018-07-22 15:00:23,812 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:00:26,749 - create_instance - INFO - Deleting Port with ID - 357aa9ab-9ce6-4876-a462-a3489d991018 2018-07-22 15:00:26,749 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-port 2018-07-22 15:00:27,216 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-vm_inst 2018-07-22 15:00:27,402 - create_instance - INFO - Checking deletion status 2018-07-22 15:00:30,618 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-vm_inst 2018-07-22 15:00:30,828 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b 2018-07-22 15:00:31,154 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b 2018-07-22 15:00:31,192 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-subnet 2018-07-22 15:00:31,192 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-subnet 2018-07-22 15:00:32,237 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-net 2018-07-22 15:00:33,598 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-f12bab07-ba9a-42f3-b008-41c5b146df3b-image 2018-07-22 15:00:36,226 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-image 2018-07-22 15:00:36,243 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-image 2018-07-22 15:00:36,938 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-net 2018-07-22 15:00:37,419 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-subnet 2018-07-22 15:00:40,067 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca 2018-07-22 15:00:40,358 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca 2018-07-22 15:00:42,570 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-net 2018-07-22 15:00:44,107 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-vm_inst 2018-07-22 15:00:45,867 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-vm_inst 2018-07-22 15:00:52,637 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:00:59,102 - create_instance - INFO - Deleting Port with ID - 12a6c2f8-b488-490e-97c3-8a2253023e2b 2018-07-22 15:00:59,103 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-port 2018-07-22 15:00:59,535 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-vm_inst 2018-07-22 15:00:59,870 - create_instance - INFO - Checking deletion status 2018-07-22 15:01:06,692 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-vm_inst 2018-07-22 15:01:06,929 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca 2018-07-22 15:01:07,412 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca 2018-07-22 15:01:07,443 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-subnet 2018-07-22 15:01:07,443 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-subnet 2018-07-22 15:01:08,532 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-net 2018-07-22 15:01:09,956 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-f57c773d-e7b6-4870-8546-32d7e05f92ca-image 2018-07-22 15:01:18,450 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-8530eaa7-7dfb-4cfa-a74f-787a9398461dname 2018-07-22 15:01:19,553 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-dce53605-fb36-47e8-974f-b1a0e84a29f6-image 2018-07-22 15:01:19,570 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-dce53605-fb36-47e8-974f-b1a0e84a29f6-image 2018-07-22 15:01:37,410 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-dce53605-fb36-47e8-974f-b1a0e84a29f6-image 2018-07-22 15:01:41,447 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-40ca545d-b4e8-4fcd-8366-85063e26c8c4-image 2018-07-22 15:01:41,566 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-40ca545d-b4e8-4fcd-8366-85063e26c8c4-image 2018-07-22 15:02:14,641 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-40ca545d-b4e8-4fcd-8366-85063e26c8c4-image 2018-07-22 15:02:30,358 - neutron_utils - INFO - Retrieving security group with ID - b2ea10cf-ca30-41f8-b41a-c4dc13b4c9da 2018-07-22 15:02:30,580 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b2ea10cf-ca30-41f8-b41a-c4dc13b4c9da 2018-07-22 15:02:31,673 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-83e08557-6efc-4619-840f-143f0bf26ab7 2018-07-22 15:02:32,075 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-83e08557-6efc-4619-840f-143f0bf26ab7 2018-07-22 15:02:33,222 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-bd3d7b5b-21dd-42eb-bfee-9651d97eff90 2018-07-22 15:02:34,362 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3393ec48-e01a-49e9-acc8-dda3c4efd0b7 2018-07-22 15:02:35,553 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-fbd5392d-604b-4741-9776-31d27ebaf7f5 2018-07-22 15:02:37,484 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-a608364c-fd45-430c-96b8-f6d0f43cb8d0 2018-07-22 15:02:40,871 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-a608364c-fd45-430c-96b8-f6d0f43cb8d0 2018-07-22 15:02:42,534 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-8c9d9ddc-3a5f-4514-858e-378642397cbb 2018-07-22 15:02:44,453 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-d7191b62-1ef1-49c1-9bd0-b3b2c91319c0 2018-07-22 15:02:44,698 - cinder_utils - INFO - Volume with ID [58e620dd-cf6e-4768-91b7-ec3a636bf671] does not exist 2018-07-22 15:02:44,699 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-d7191b62-1ef1-49c1-9bd0-b3b2c91319c0 2018-07-22 15:02:46,409 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-28dada85-8bc2-44e9-9b6d-0b9bf4aa0ec4 2018-07-22 15:02:47,419 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-287154be-a69b-48b4-85d0-0fa402177ba0-type 2018-07-22 15:02:48,779 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-909df5d7-1e0b-4d1e-b39b-76589b694bc3-type 2018-07-22 15:02:49,406 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-909df5d7-1e0b-4d1e-b39b-76589b694bc3-type 2018-07-22 15:02:49,463 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-909df5d7-1e0b-4d1e-b39b-76589b694bc3-type 2018-07-22 15:02:50,650 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-6d217381-802a-444a-896f-14759dd93cbd-type 2018-07-22 15:02:51,116 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-6d217381-802a-444a-896f-14759dd93cbd-type 2018-07-22 15:02:52,455 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-f8e5be80-53aa-4e3b-9bf9-1d3bf87bc622-type 2018-07-22 15:02:52,673 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-f8e5be80-53aa-4e3b-9bf9-1d3bf87bc622-type 2018-07-22 15:02:54,419 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-fd6b7261-4f9a-44ba-ac0c-fe3d698111f5 2018-07-22 15:02:54,637 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-fd6b7261-4f9a-44ba-ac0c-fe3d698111f5 2018-07-22 15:02:54,849 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-fd6b7261-4f9a-44ba-ac0c-fe3d698111f5-qos 2018-07-22 15:02:56,045 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-6e32d41f-876c-4609-8165-7ba07b8bd195) 2018-07-22 15:02:56,046 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-31b118c9-8012-43e7-a50a-29483bec1588 2018-07-22 15:02:56,102 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-31b118c9-8012-43e7-a50a-29483bec1588-qos 2018-07-22 15:02:57,346 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-b0856365-5d36-4eb9-836f-17b1816598ce 2018-07-22 15:02:57,544 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-b0856365-5d36-4eb9-836f-17b1816598ce-qos 2018-07-22 15:02:59,395 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-0c77a8c3-15b8-4410-a58b-c88678daac55 2018-07-22 15:02:59,607 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-0c77a8c3-15b8-4410-a58b-c88678daac55 2018-07-22 15:02:59,795 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-0c77a8c3-15b8-4410-a58b-c88678daac55-qos 2018-07-22 15:03:00,117 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 15:03:00,118 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 06:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 15:03:00,184 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-07-22 15:03:00,238 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-22 15:03:00,238 - openstack_tests - INFO - OS Credentials = > 2018-07-22 15:03:00,909 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-22 15:03:01,452 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-07-22 15:03:02,545 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-59a2fae3-e601-464-proj 2018-07-22 15:03:03,595 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-59a2fae3-e601-464-user 2018-07-22 15:03:03,646 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-59a2fae3-e601-464-proj-role 2018-07-22 15:03:03,732 - keystone_utils - INFO - Granting role SimpleHealthCheck-59a2fae3-e601-464-proj-role to project SimpleHealthCheck-59a2fae3-e601-464-proj 2018-07-22 15:03:05,163 - create_image - INFO - Created image with name - SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-image 2018-07-22 15:03:05,198 - create_image - INFO - Image is now active with name - SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-image 2018-07-22 15:03:05,842 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-priv-net 2018-07-22 15:03:06,422 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-priv-subnet 2018-07-22 15:03:10,458 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-priv-net 2018-07-22 15:03:11,683 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-inst 2018-07-22 15:03:13,192 - create_instance - INFO - Created instance with name - SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-inst 2018-07-22 15:03:20,154 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:03:20,844 - create_instance_tests - INFO - Looking for IP 10.55.0.3 in the console log 2018-07-22 15:03:21,124 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-07-22 15:03:21,124 - create_instance - INFO - Deleting Port with ID - 507246e7-91a6-4d62-b9f4-dd16cde8dd7e 2018-07-22 15:03:21,125 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657port-1 2018-07-22 15:03:21,624 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-inst 2018-07-22 15:03:21,771 - create_instance - INFO - Checking deletion status 2018-07-22 15:03:25,202 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-inst 2018-07-22 15:03:25,204 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-priv-subnet 2018-07-22 15:03:25,204 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-priv-subnet 2018-07-22 15:03:26,506 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-priv-net 2018-07-22 15:03:27,970 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-e23047c4-d20e-45ac-8378-9880f2c6e657-image 2018-07-22 15:03:29,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac87ba04-7e26-4aa7-9b79-ffa847f00867 2018-07-22 15:03:29,848 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:03:30,030 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-59a2fae3-e601-464-proj 2018-07-22 15:03:30,389 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-59a2fae3-e601-464-proj-role 2018-07-22 15:03:30,589 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-59a2fae3-e601-464-user 2018-07-22 15:03:30,875 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 15:03:30,875 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:29 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-07-22 15:03:30,881 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:09 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:27 | PASS | | singlevm2 | functest | healthcheck | 00:23 | PASS | | vping_ssh | functest | healthcheck | 00:44 | PASS | | vping_userdata | functest | healthcheck | 00:25 | PASS | | cinder_test | functest | healthcheck | 00:57 | PASS | | odl | functest | healthcheck | 00:18 | PASS | | api_check | functest | healthcheck | 06:50 | PASS | | snaps_health_check | functest | healthcheck | 00:29 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-22 15:03:30,894 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-07-22 15:03:34,195 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-175 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-22 15:03:34,200 - 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.28,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FYeAabKygwvWpyTku4KeueGrc 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=f65ca044e22540bca7d76e49c8ced1bf export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=PhAnJuzPXq3efTwJtDjcEBd8a export OS_REGION_NAME=regionOne 2018-07-22 15:03:34,201 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-22 15:03:34,202 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+-------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+-------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke rally_sanity patrole vmtp | | | | validate the OPNFV scenarios. | shaker snaps_smoke neutron_trunk | | | | | barbican | +---------------+---------------+------------------------------------------+-------------------------------------------------+ 2018-07-22 15:03:34,235 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-07-22 15:03:35,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 15:03:35,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 15:03:35,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 15:03:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 15:03:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 15:03:35,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 15:03:35,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:03:35,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327f3866-c5cf-4b01-a588-a9362a4f169e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:03:35,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-327f3866-c5cf-4b01-a588-a9362a4f169e 2018-07-22 15:03:35,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 15:03:35,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:03:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["0OKPPPUzRSatwdJ4gj5XFQ"], "issued_at": "2018-07-22T15:03:35.000000Z"}} 2018-07-22 15:03:35,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:03:35,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:03:35,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-72794b53-2ee9-4e00-9c09-d31a793d2679 Date: Sun, 22 Jul 2018 15:03:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:03:35,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-72794b53-2ee9-4e00-9c09-d31a793d2679 2018-07-22 15:03:35,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.234407186508s 2018-07-22 15:03:35,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-72794b53-2ee9-4e00-9c09-d31a793d2679 2018-07-22 15:03:35,896 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-22 15:03:41,374 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2e6e72e4-f8a1-4d44-bb69-a47837a65995 | 2018-07-22T15:03:40.999517 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2e6e72e4-f8a1-4d44-bb69-a47837a65995 ~/.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-07-22 15:03:44,936 - 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-07-22 15:03:44,936 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-22 15:03:51,326 - 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=1455960f-8b83-475a-aa12-c85ec09840d0) as the default verifier for the future CLI operations. 2018-07-22 15:03:54,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-22 15:03:54,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:03:54,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-2a706454-3a51-4eea-8d66-134b153b9ed7 Date: Sun, 22 Jul 2018 15:03:54 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-07-22 15:03:54,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-2a706454-3a51-4eea-8d66-134b153b9ed7 2018-07-22 15:03:54,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.194442987442s 2018-07-22 15:03:54,867 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-2a706454-3a51-4eea-8d66-134b153b9ed7 2018-07-22 15:03:54,875 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-07-22 15:03:54,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 15:03:54,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"network": {"name": "tempest_smoke-net_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "admin_state_up": true}}' 2018-07-22 15:03:55,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-c48e9e61-99b9-4b8e-bf96-bdc8b4ecb786 Date: Sun, 22 Jul 2018 15:03:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a827e927-b608-411d-bd54-c19afb10a4fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:03:55Z","is_default":false,"provider:segmentation_id":69,"name":"tempest_smoke-net_19f2f40c-8371-4c34-9a08-a4a3118b8f2d","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:03:54Z","mtu":1450}} 2018-07-22 15:03:55,215 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c48e9e61-99b9-4b8e-bf96-bdc8b4ecb786 2018-07-22 15:03:55,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.340018033981s 2018-07-22 15:03:55,216 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c48e9e61-99b9-4b8e-bf96-bdc8b4ecb786 2018-07-22 15:03:55,216 - 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-07-22T15:03:55Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a827e927-b608-411d-bd54-c19afb10a4fe', u'provider:segmentation_id': 69, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', u'admin_state_up': True, u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:03:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 15:03:55,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:03:55,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:03:55,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-265182cb-857a-4a9c-a336-5fc27d46e59d Date: Sun, 22 Jul 2018 15:03:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a827e927-b608-411d-bd54-c19afb10a4fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:03:55Z","provider:segmentation_id":69,"name":"tempest_smoke-net_19f2f40c-8371-4c34-9a08-a4a3118b8f2d","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:03:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:03:55,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-265182cb-857a-4a9c-a336-5fc27d46e59d 2018-07-22 15:03:55,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100337028503s 2018-07-22 15:03:55,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-265182cb-857a-4a9c-a336-5fc27d46e59d 2018-07-22 15:03:55,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 15:03:55,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"subnet": {"name": "tempest_smoke-subnet_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "enable_dhcp": true, "network_id": "a827e927-b608-411d-bd54-c19afb10a4fe", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 15:03:55,899 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-2ff52ba9-d3e7-4595-9ced-df447b20b34e Date: Sun, 22 Jul 2018 15:03:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a827e927-b608-411d-bd54-c19afb10a4fe","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:03:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:03:55Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"02b2a00b-bc38-401d-926d-479e35365d79","subnetpool_id":null,"name":"tempest_smoke-subnet_19f2f40c-8371-4c34-9a08-a4a3118b8f2d"}} 2018-07-22 15:03:55,899 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2ff52ba9-d3e7-4595-9ced-df447b20b34e 2018-07-22 15:03:55,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.579553842545s 2018-07-22 15:03:55,899 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2ff52ba9-d3e7-4595-9ced-df447b20b34e 2018-07-22 15:03:55,900 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T15:03:55Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'02b2a00b-bc38-401d-926d-479e35365d79', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', u'enable_dhcp': True, u'network_id': u'a827e927-b608-411d-bd54-c19afb10a4fe', u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:03:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 15:03:55,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 15:03:55,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "tempest_smoke-router_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "admin_state_up": true}}' 2018-07-22 15:03:57,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-eda7d8b4-124a-44ea-a4f5-d8544aec673f Date: Sun, 22 Jul 2018 15:03:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T15:03:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:03:56Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b8b53551-aa7b-4641-b529-17ed5a1ab33b", "name": "tempest_smoke-router_19f2f40c-8371-4c34-9a08-a4a3118b8f2d"}} 2018-07-22 15:03:57,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-eda7d8b4-124a-44ea-a4f5-d8544aec673f 2018-07-22 15:03:57,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22239112854s 2018-07-22 15:03:57,123 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-eda7d8b4-124a-44ea-a4f5-d8544aec673f 2018-07-22 15:03:57,124 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:03:55Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T15:03:56Z', u'revision_number': 2, u'routes': [], u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'id': u'b8b53551-aa7b-4641-b529-17ed5a1ab33b', u'name': u'tempest_smoke-router_19f2f40c-8371-4c34-9a08-a4a3118b8f2d'}) 2018-07-22 15:03:57,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 15:03:57,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b/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}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"subnet_id": "02b2a00b-bc38-401d-926d-479e35365d79"}' 2018-07-22 15:03:58,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d42a5c27-481a-462b-8a5a-78dc844f0683 Date: Sun, 22 Jul 2018 15:03:58 GMT RESP BODY: {"network_id": "a827e927-b608-411d-bd54-c19afb10a4fe", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "02b2a00b-bc38-401d-926d-479e35365d79", "subnet_ids": ["02b2a00b-bc38-401d-926d-479e35365d79"], "port_id": "b998dc32-4ed4-4815-9074-f3eb22f8ea58", "id": "b8b53551-aa7b-4641-b529-17ed5a1ab33b"} 2018-07-22 15:03:58,834 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b/add_router_interface.json used request id req-d42a5c27-481a-462b-8a5a-78dc844f0683 2018-07-22 15:03:58,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70927500725s 2018-07-22 15:03:58,834 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b/add_router_interface.json used request id req-d42a5c27-481a-462b-8a5a-78dc844f0683 returning object b8b53551-aa7b-4641-b529-17ed5a1ab33b 2018-07-22 15:03:58,834 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:03:58,966 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 15:03:58,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 15:03:58,972 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 15:03:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 15:03:58,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:03:58,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:03:59,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-da81c018-c179-4043-a4cf-c88a373f4d62 Date: Sun, 22 Jul 2018 15:03:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:03:59,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-da81c018-c179-4043-a4cf-c88a373f4d62 2018-07-22 15:03:59,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174634933472s 2018-07-22 15:03:59,150 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-da81c018-c179-4043-a4cf-c88a373f4d62 2018-07-22 15:03:59,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 15:03:59,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d"}' 2018-07-22 15:03:59,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-05e27cb4-3b63-4563-9e7d-362eccaba00c Date: Sun, 22 Jul 2018 15:03:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "7a01c1e0-f5ed-4f80-996e-962c04000e54", "size": null, "self": "/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:03:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "checksum": null, "created_at": "2018-07-22T15:03:59Z", "protected": false} 2018-07-22 15:03:59,197 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-05e27cb4-3b63-4563-9e7d-362eccaba00c 2018-07-22 15:03:59,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0401940345764s 2018-07-22 15:03:59,198 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-05e27cb4-3b63-4563-9e7d-362eccaba00c returning object 7a01c1e0-f5ed-4f80-996e-962c04000e54 2018-07-22 15:03:59,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 15:03:59,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/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}3773e33627a624237ee51ede8981657ffc6ea89b" -d '' 2018-07-22 15:03:59,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dbbb867f-4373-482a-a021-b96a3ad12639 Date: Sun, 22 Jul 2018 15:03:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:03:59,575 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/file used request id req-dbbb867f-4373-482a-a021-b96a3ad12639 2018-07-22 15:03:59,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.37703704834s 2018-07-22 15:03:59,576 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/file used request id req-dbbb867f-4373-482a-a021-b96a3ad12639 2018-07-22 15:03:59,576 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T15:03:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7a01c1e0-f5ed-4f80-996e-962c04000e54', u'size': None, u'name': u'tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', u'checksum': None, u'self': u'/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T15:03:59Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 15:03:59,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 15:03:59,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 15:03:59,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:03: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-40473fc5-3aa3-4e00-961d-47225b7f3eaf x-compute-request-id: req-40473fc5-3aa3-4e00-961d-47225b7f3eaf Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fdb10254-5f7c-4358-bac7-a05373822978", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fdb10254-5f7c-4358-bac7-a05373822978", "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": "fdb10254-5f7c-4358-bac7-a05373822978"}} 2018-07-22 15:03:59,774 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-40473fc5-3aa3-4e00-961d-47225b7f3eaf 2018-07-22 15:03:59,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.197544813156s 2018-07-22 15:03:59,774 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-40473fc5-3aa3-4e00-961d-47225b7f3eaf 2018-07-22 15:03:59,775 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'fdb10254-5f7c-4358-bac7-a05373822978', 'swap': 0}) 2018-07-22 15:03:59,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 15:03:59,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/fdb10254-5f7c-4358-bac7-a05373822978/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}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"extra_specs": {}}' 2018-07-22 15:03:59,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:03: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-5055285f-52aa-428e-a704-8b3a33397c4d x-compute-request-id: req-5055285f-52aa-428e-a704-8b3a33397c4d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 15:03:59,801 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fdb10254-5f7c-4358-bac7-a05373822978/os-extra_specs used request id req-5055285f-52aa-428e-a704-8b3a33397c4d 2018-07-22 15:03:59,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0255188941956s 2018-07-22 15:03:59,802 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/fdb10254-5f7c-4358-bac7-a05373822978/os-extra_specs used request id req-5055285f-52aa-428e-a704-8b3a33397c4d 2018-07-22 15:03:59,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 15:03:59,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:03:59,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:03:59,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:03:59,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd92db1-ff76-4a3d-87e9-2c1e0975ed2b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:03:59,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4cd92db1-ff76-4a3d-87e9-2c1e0975ed2b 2018-07-22 15:03:59,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0854959487915s 2018-07-22 15:03:59,898 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4cd92db1-ff76-4a3d-87e9-2c1e0975ed2b 2018-07-22 15:03:59,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:03:59,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:03:59,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105294da-f1be-40fe-8804-c431325f46ae Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:03:59,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-105294da-f1be-40fe-8804-c431325f46ae 2018-07-22 15:03:59,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0875198841095s 2018-07-22 15:03:59,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-105294da-f1be-40fe-8804-c431325f46ae 2018-07-22 15:03:59,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-22 15:03:59,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:04:00,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:03: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-f5587546-0e5d-4613-8049-feedb9ccd5d9 x-compute-request-id: req-f5587546-0e5d-4613-8049-feedb9ccd5d9 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-22 15:04:00,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-f5587546-0e5d-4613-8049-feedb9ccd5d9 2018-07-22 15:04:00,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0391211509705s 2018-07-22 15:04:00,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-f5587546-0e5d-4613-8049-feedb9ccd5d9 2018-07-22 15:04:00,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:04:00,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:04:00,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-f087e30d-478d-449c-aac4-291e8e05565f Date: Sun, 22 Jul 2018 15:04:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/snap", "metadata": {}}], "file": "/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "7a01c1e0-f5ed-4f80-996e-962c04000e54", "size": 12716032, "self": "/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:03:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T15:03:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:04:00,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f087e30d-478d-449c-aac4-291e8e05565f 2018-07-22 15:04:00,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0223269462585s 2018-07-22 15:04:00,059 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f087e30d-478d-449c-aac4-291e8e05565f 2018-07-22 15:04:00,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 15:04:00,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d"}' 2018-07-22 15:04:00,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f6525f1b-57af-4a12-9c3c-c591a886e8a6 Date: Sun, 22 Jul 2018 15:04:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "1b1794ef-0036-407d-b7bc-0d75770b3d76", "size": null, "self": "/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:04:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "checksum": null, "created_at": "2018-07-22T15:04:00Z", "protected": false} 2018-07-22 15:04:00,115 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f6525f1b-57af-4a12-9c3c-c591a886e8a6 2018-07-22 15:04:00,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0502820014954s 2018-07-22 15:04:00,116 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f6525f1b-57af-4a12-9c3c-c591a886e8a6 returning object 1b1794ef-0036-407d-b7bc-0d75770b3d76 2018-07-22 15:04:00,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 15:04:00,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76/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}3773e33627a624237ee51ede8981657ffc6ea89b" -d '' 2018-07-22 15:04:00,812 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cd810f37-fcdc-460f-a07b-3ba82445944c Date: Sun, 22 Jul 2018 15:04:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:04:00,812 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76/file used request id req-cd810f37-fcdc-460f-a07b-3ba82445944c 2018-07-22 15:04:00,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.695731163025s 2018-07-22 15:04:00,812 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76/file used request id req-cd810f37-fcdc-460f-a07b-3ba82445944c 2018-07-22 15:04:00,813 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T15:04:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'1b1794ef-0036-407d-b7bc-0d75770b3d76', u'size': None, u'name': u'tempest_smoke-img_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', u'checksum': None, u'self': u'/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T15:04:00Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 15:04:00,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 15:04:00,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 15:04:00,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-dfbc1ddd-6649-41c6-9415-a63eedc12b44 x-compute-request-id: req-dfbc1ddd-6649-41c6-9415-a63eedc12b44 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7e827730-2752-4960-b08b-285119da1aa3", "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": "7e827730-2752-4960-b08b-285119da1aa3"}} 2018-07-22 15:04:00,892 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dfbc1ddd-6649-41c6-9415-a63eedc12b44 2018-07-22 15:04:00,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0788760185242s 2018-07-22 15:04:00,892 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dfbc1ddd-6649-41c6-9415-a63eedc12b44 2018-07-22 15:04:00,893 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'7e827730-2752-4960-b08b-285119da1aa3', 'swap': 0}) 2018-07-22 15:04:00,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 15:04:00,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3/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}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"extra_specs": {}}' 2018-07-22 15:04:00,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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 x-openstack-request-id: req-285cd318-a9d2-411f-a530-bef41285e655 x-compute-request-id: req-285cd318-a9d2-411f-a530-bef41285e655 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 15:04:00,917 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3/os-extra_specs used request id req-285cd318-a9d2-411f-a530-bef41285e655 2018-07-22 15:04:00,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0235850811005s 2018-07-22 15:04:00,918 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3/os-extra_specs used request id req-285cd318-a9d2-411f-a530-bef41285e655 2018-07-22 15:04:00,918 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'7e827730-2752-4960-b08b-285119da1aa3', 'swap': 0}) 2018-07-22 15:04:04,233 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-22 15:04:04,234 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-22 15:04:04,234 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-22 15:04:04,237 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-22 15:04:04,240 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-22 15:04:07,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1455960f-8b83-475a-aa12-c85ec09840d0/repo; stestr list '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-07-22 15:04:07,836 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-22 15:04:07,838 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-22 15:04:07,838 - 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']'. 2018-07-22 15:09:06,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a4ea2ecc-bceb-4b40-b8b9-0d0e94185601 2018-07-22 15:09:07,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a4ea2ecc-bceb-4b40-b8b9-0d0e94185601']'. 2018-07-22 15:09:07,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-22 15:09:07,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-22 15:09:07,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-22 15:09:07,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a4ea2ecc-bceb-4b40-b8b9-0d0e94185601 | 2018-07-22 15:09:07,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-07-22 15:09:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-22 15:04:10 | 2018-07-22 15:09:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-22 15:09:06 | 2018-07-22 15:09:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:56 | 2018-07-22 15:09:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-22 15:09:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-22 15:09:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1455960f-8b83-475a-aa12-c85ec09840d0) | 2018-07-22 15:09:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-22 15:09:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2e6e72e4-f8a1-4d44-bb69-a47837a65995) | 2018-07-22 15:09:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-07-22 15:09:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 285.954 | 2018-07-22 15:09:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 122 | 2018-07-22 15:09:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 7 | 2018-07-22 15:09:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-22 15:09:07,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-22 15:09:07,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-07-22 15:09:07,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-22 15:09:07,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-22 15:09:07,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 98.3870967742% 2018-07-22 15:09:08,119 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 15:09:08,120 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 05:13 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-07-22 15:09:08,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 15:09:08,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b/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}3773e33627a624237ee51ede8981657ffc6ea89b" -d '{"subnet_id": "02b2a00b-bc38-401d-926d-479e35365d79"}' 2018-07-22 15:09:09,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3d6bdd0c-8fc3-4d08-8dae-6c09ab1e7199 Date: Sun, 22 Jul 2018 15:09:09 GMT RESP BODY: {"network_id": "a827e927-b608-411d-bd54-c19afb10a4fe", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "02b2a00b-bc38-401d-926d-479e35365d79", "subnet_ids": ["02b2a00b-bc38-401d-926d-479e35365d79"], "port_id": "b998dc32-4ed4-4815-9074-f3eb22f8ea58", "id": "b8b53551-aa7b-4641-b529-17ed5a1ab33b"} 2018-07-22 15:09:09,523 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b/remove_router_interface.json used request id req-3d6bdd0c-8fc3-4d08-8dae-6c09ab1e7199 2018-07-22 15:09:09,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.40019011497s 2018-07-22 15:09:09,523 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b/remove_router_interface.json used request id req-3d6bdd0c-8fc3-4d08-8dae-6c09ab1e7199 returning object b8b53551-aa7b-4641-b529-17ed5a1ab33b 2018-07-22 15:09:09,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 15:09:09,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:09,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1949 X-Openstack-Request-Id: req-1e4022a2-842d-4c9e-bd19-280bea477ce4 Date: Sun, 22 Jul 2018 15:09:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:58:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:58:43Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "3404185f-e34b-4ba3-9890-72b3d2a1751b", "name": "NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T15:03:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:09:08Z", "revision_number": 4, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b8b53551-aa7b-4641-b529-17ed5a1ab33b", "name": "tempest_smoke-router_19f2f40c-8371-4c34-9a08-a4a3118b8f2d"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:58:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:58:44Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "f7dcc3e6-f1db-422d-bfa1-3e02ff32da4a", "name": "NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router"}]} 2018-07-22 15:09:09,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1e4022a2-842d-4c9e-bd19-280bea477ce4 2018-07-22 15:09:09,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.265115022659s 2018-07-22 15:09:09,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1e4022a2-842d-4c9e-bd19-280bea477ce4 2018-07-22 15:09:09,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 15:09:09,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:10,961 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f8ba24e-0deb-41d9-a9c1-14b53136a79d Content-Length: 0 Date: Sun, 22 Jul 2018 15:09:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:09:10,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b.json used request id req-4f8ba24e-0deb-41d9-a9c1-14b53136a79d 2018-07-22 15:09:10,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.17045593262s 2018-07-22 15:09:10,962 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b8b53551-aa7b-4641-b529-17ed5a1ab33b.json used request id req-4f8ba24e-0deb-41d9-a9c1-14b53136a79d 2018-07-22 15:09:10,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 15:09:10,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:11,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-de3f05e2-05ab-4761-98fa-d8422577f234 Date: Sun, 22 Jul 2018 15:09:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a827e927-b608-411d-bd54-c19afb10a4fe","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:03:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:03:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"02b2a00b-bc38-401d-926d-479e35365d79","subnetpool_id":null,"name":"tempest_smoke-subnet_19f2f40c-8371-4c34-9a08-a4a3118b8f2d"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 15:09:11,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-de3f05e2-05ab-4761-98fa-d8422577f234 2018-07-22 15:09:11,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0471811294556s 2018-07-22 15:09:11,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-de3f05e2-05ab-4761-98fa-d8422577f234 2018-07-22 15:09:11,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 15:09:11,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/02b2a00b-bc38-401d-926d-479e35365d79.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:11,828 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ed331fb-ecbb-4ca4-b7d3-b565a230f50f Date: Sun, 22 Jul 2018 15:09:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:09:11,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/02b2a00b-bc38-401d-926d-479e35365d79.json used request id req-3ed331fb-ecbb-4ca4-b7d3-b565a230f50f 2018-07-22 15:09:11,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.816510915756s 2018-07-22 15:09:11,829 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/02b2a00b-bc38-401d-926d-479e35365d79.json used request id req-3ed331fb-ecbb-4ca4-b7d3-b565a230f50f 2018-07-22 15:09:11,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:09:11,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:12,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-f2142785-7346-4f14-ad17-2e8844974687 Date: Sun, 22 Jul 2018 15:09:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a827e927-b608-411d-bd54-c19afb10a4fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:09:11Z","provider:segmentation_id":69,"name":"tempest_smoke-net_19f2f40c-8371-4c34-9a08-a4a3118b8f2d","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:03:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:09:12,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f2142785-7346-4f14-ad17-2e8844974687 2018-07-22 15:09:12,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.237479925156s 2018-07-22 15:09:12,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f2142785-7346-4f14-ad17-2e8844974687 2018-07-22 15:09:12,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 15:09:12,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/a827e927-b608-411d-bd54-c19afb10a4fe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:12,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-181e78e0-8836-4a30-97bc-48cae3d3e78a Date: Sun, 22 Jul 2018 15:09:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:09:12,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a827e927-b608-411d-bd54-c19afb10a4fe.json used request id req-181e78e0-8836-4a30-97bc-48cae3d3e78a 2018-07-22 15:09:12,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.552599191666s 2018-07-22 15:09:12,621 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a827e927-b608-411d-bd54-c19afb10a4fe.json used request id req-181e78e0-8836-4a30-97bc-48cae3d3e78a 2018-07-22 15:09:12,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:09:12,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:12,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-65a9e983-903e-465e-a800-0d8c759eb23e Date: Sun, 22 Jul 2018 15:09:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1b1794ef-0036-407d-b7bc-0d75770b3d76/snap", "metadata": {}}], "file": "/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "1b1794ef-0036-407d-b7bc-0d75770b3d76", "size": 12716032, "self": "/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1b1794ef-0036-407d-b7bc-0d75770b3d76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:04:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T15:04:00Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/snap", "metadata": {}}], "file": "/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "7a01c1e0-f5ed-4f80-996e-962c04000e54", "size": 12716032, "self": "/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7a01c1e0-f5ed-4f80-996e-962c04000e54/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:03:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T15:03:59Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:09:12,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-65a9e983-903e-465e-a800-0d8c759eb23e 2018-07-22 15:09:12,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190649986267s 2018-07-22 15:09:12,817 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-65a9e983-903e-465e-a800-0d8c759eb23e 2018-07-22 15:09:12,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 15:09:12,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:13,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8e955e2f-89d2-4347-b82d-5488182c4346 Date: Sun, 22 Jul 2018 15:09:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:09:13,359 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54 used request id req-8e955e2f-89d2-4347-b82d-5488182c4346 2018-07-22 15:09:13,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.539179086685s 2018-07-22 15:09:13,359 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7a01c1e0-f5ed-4f80-996e-962c04000e54 used request id req-8e955e2f-89d2-4347-b82d-5488182c4346 2018-07-22 15:09:13,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 15:09:13,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:13,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:09:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8360da73-9be3-456e-8637-bd75f924644f x-compute-request-id: req-8360da73-9be3-456e-8637-bd75f924644f Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7e827730-2752-4960-b08b-285119da1aa3", "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": "7e827730-2752-4960-b08b-285119da1aa3"}, {"name": "tempest_smoke-flavor_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fdb10254-5f7c-4358-bac7-a05373822978", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fdb10254-5f7c-4358-bac7-a05373822978", "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": "fdb10254-5f7c-4358-bac7-a05373822978"}]} 2018-07-22 15:09:13,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8360da73-9be3-456e-8637-bd75f924644f 2018-07-22 15:09:13,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.209892988205s 2018-07-22 15:09:13,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8360da73-9be3-456e-8637-bd75f924644f 2018-07-22 15:09:13,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 15:09:13,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/fdb10254-5f7c-4358-bac7-a05373822978 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:13,603 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:09:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22900c68-ff22-4e5c-89ef-1c2359b73bf3 x-compute-request-id: req-22900c68-ff22-4e5c-89ef-1c2359b73bf3 Content-Length: 0 Content-Type: application/json 2018-07-22 15:09:13,604 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fdb10254-5f7c-4358-bac7-a05373822978 used request id req-22900c68-ff22-4e5c-89ef-1c2359b73bf3 2018-07-22 15:09:13,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0313971042633s 2018-07-22 15:09:13,604 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fdb10254-5f7c-4358-bac7-a05373822978 used request id req-22900c68-ff22-4e5c-89ef-1c2359b73bf3 2018-07-22 15:09:13,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 15:09:13,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:14,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71550e8e-a82a-42d0-8a46-d820a7e2ad34 Date: Sun, 22 Jul 2018 15:09:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:09:14,466 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76 used request id req-71550e8e-a82a-42d0-8a46-d820a7e2ad34 2018-07-22 15:09:14,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.861690998077s 2018-07-22 15:09:14,466 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1b1794ef-0036-407d-b7bc-0d75770b3d76 used request id req-71550e8e-a82a-42d0-8a46-d820a7e2ad34 2018-07-22 15:09:14,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 15:09:14,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:14,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:09:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0bef883-4979-4b02-b7e7-28c07ccbdab5 x-compute-request-id: req-c0bef883-4979-4b02-b7e7-28c07ccbdab5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_19f2f40c-8371-4c34-9a08-a4a3118b8f2d", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7e827730-2752-4960-b08b-285119da1aa3", "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": "7e827730-2752-4960-b08b-285119da1aa3"}]} 2018-07-22 15:09:14,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c0bef883-4979-4b02-b7e7-28c07ccbdab5 2018-07-22 15:09:14,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0270869731903s 2018-07-22 15:09:14,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c0bef883-4979-4b02-b7e7-28c07ccbdab5 2018-07-22 15:09:14,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 15:09:14,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3773e33627a624237ee51ede8981657ffc6ea89b" 2018-07-22 15:09:14,531 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:09:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-249e678b-99d9-4579-a132-faea0292592d x-compute-request-id: req-249e678b-99d9-4579-a132-faea0292592d Content-Length: 0 Content-Type: application/json 2018-07-22 15:09:14,531 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3 used request id req-249e678b-99d9-4579-a132-faea0292592d 2018-07-22 15:09:14,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0352718830109s 2018-07-22 15:09:14,532 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7e827730-2752-4960-b08b-285119da1aa3 used request id req-249e678b-99d9-4579-a132-faea0292592d 2018-07-22 15:09:14,532 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-07-22 15:09:14,571 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-07-22 15:09:14,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 15:09:14,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 15:09:14,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 15:09:14,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 15:09:14,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 15:09:14,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 15:09:14,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 15:09:14,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 15:09:14,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 15:09:14,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 15:09:14,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 15:09:14,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 15:09:14,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:09:14,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e03507e-b9bc-407b-b066-d969f1971f7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:09:14,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2e03507e-b9bc-407b-b066-d969f1971f7e 2018-07-22 15:09:14,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 15:09:14,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:09:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["OqupZza2TuePR7Iv8yWk0g"], "issued_at": "2018-07-22T15:09:14.000000Z"}} 2018-07-22 15:09:14,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:09:14,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:09:15,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-52e9e157-1c47-45c2-8af2-c8b675f04980 Date: Sun, 22 Jul 2018 15:09:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:09:15,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-52e9e157-1c47-45c2-8af2-c8b675f04980 2018-07-22 15:09:15,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245934009552s 2018-07-22 15:09:15,244 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-52e9e157-1c47-45c2-8af2-c8b675f04980 2018-07-22 15:09:15,244 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-07-22 15:09:15,617 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-07-22 15:09:15,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 15:09:15,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"network": {"shared": true, "name": "rally_sanity-net_09e9bab7-f921-465b-b38d-53f477f04b7c", "admin_state_up": true}}' 2018-07-22 15:09:15,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-43e54a5b-5571-4112-aa2c-47e0ed5733a5 Date: Sun, 22 Jul 2018 15:09:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"771e775d-a49d-4ed2-b694-e7cb74969b0b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:09:15Z","is_default":false,"provider:segmentation_id":40,"name":"rally_sanity-net_09e9bab7-f921-465b-b38d-53f477f04b7c","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:09:15Z","mtu":1450}} 2018-07-22 15:09:15,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-43e54a5b-5571-4112-aa2c-47e0ed5733a5 2018-07-22 15:09:15,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.213021039963s 2018-07-22 15:09:15,831 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-43e54a5b-5571-4112-aa2c-47e0ed5733a5 2018-07-22 15:09:15,831 - 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-07-22T15:09:15Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'771e775d-a49d-4ed2-b694-e7cb74969b0b', u'provider:segmentation_id': 40, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_09e9bab7-f921-465b-b38d-53f477f04b7c', u'admin_state_up': True, u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:09:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 15:09:15,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:09:15,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:09:16,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-dfcf0825-6819-4eb4-bf12-29c2fc2bba51 Date: Sun, 22 Jul 2018 15:09:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"771e775d-a49d-4ed2-b694-e7cb74969b0b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:09:15Z","provider:segmentation_id":40,"name":"rally_sanity-net_09e9bab7-f921-465b-b38d-53f477f04b7c","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:09:15Z","provider:network_type":"vxlan"}]} 2018-07-22 15:09:16,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-dfcf0825-6819-4eb4-bf12-29c2fc2bba51 2018-07-22 15:09:16,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280660152435s 2018-07-22 15:09:16,113 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-dfcf0825-6819-4eb4-bf12-29c2fc2bba51 2018-07-22 15:09:16,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 15:09:16,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"subnet": {"name": "rally_sanity-subnet_09e9bab7-f921-465b-b38d-53f477f04b7c", "enable_dhcp": true, "network_id": "771e775d-a49d-4ed2-b694-e7cb74969b0b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 15:09:16,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-775fa0f1-d65c-4fae-82aa-b38d5cfa340a Date: Sun, 22 Jul 2018 15:09:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"771e775d-a49d-4ed2-b694-e7cb74969b0b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:09:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:09:16Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"eb0bd372-8843-458c-95e6-f1570d0a737d","subnetpool_id":null,"name":"rally_sanity-subnet_09e9bab7-f921-465b-b38d-53f477f04b7c"}} 2018-07-22 15:09:16,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-775fa0f1-d65c-4fae-82aa-b38d5cfa340a 2018-07-22 15:09:16,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.392734050751s 2018-07-22 15:09:16,507 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-775fa0f1-d65c-4fae-82aa-b38d5cfa340a 2018-07-22 15:09:16,508 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T15:09:16Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'eb0bd372-8843-458c-95e6-f1570d0a737d', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_09e9bab7-f921-465b-b38d-53f477f04b7c', u'enable_dhcp': True, u'network_id': u'771e775d-a49d-4ed2-b694-e7cb74969b0b', u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:09:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 15:09:16,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 15:09:16,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "rally_sanity-router_09e9bab7-f921-465b-b38d-53f477f04b7c", "admin_state_up": true}}' 2018-07-22 15:09:17,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-35442fdf-2b70-47ef-a921-5a5b39fe5b7f Date: Sun, 22 Jul 2018 15:09:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T15:09:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:09:17Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "2384de97-bded-4d1d-8b2b-91b25427b13a", "name": "rally_sanity-router_09e9bab7-f921-465b-b38d-53f477f04b7c"}} 2018-07-22 15:09:17,671 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-35442fdf-2b70-47ef-a921-5a5b39fe5b7f 2018-07-22 15:09:17,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16220712662s 2018-07-22 15:09:17,671 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-35442fdf-2b70-47ef-a921-5a5b39fe5b7f 2018-07-22 15:09:17,671 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:09:16Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T15:09:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'id': u'2384de97-bded-4d1d-8b2b-91b25427b13a', u'name': u'rally_sanity-router_09e9bab7-f921-465b-b38d-53f477f04b7c'}) 2018-07-22 15:09:17,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 15:09:17,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a/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}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"subnet_id": "eb0bd372-8843-458c-95e6-f1570d0a737d"}' 2018-07-22 15:09:19,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-91acf755-5e00-4780-9b8b-73a6fc0bd4e1 Date: Sun, 22 Jul 2018 15:09:19 GMT RESP BODY: {"network_id": "771e775d-a49d-4ed2-b694-e7cb74969b0b", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "eb0bd372-8843-458c-95e6-f1570d0a737d", "subnet_ids": ["eb0bd372-8843-458c-95e6-f1570d0a737d"], "port_id": "1f273c0e-d018-47a6-b3ba-3d25269cac57", "id": "2384de97-bded-4d1d-8b2b-91b25427b13a"} 2018-07-22 15:09:19,109 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a/add_router_interface.json used request id req-91acf755-5e00-4780-9b8b-73a6fc0bd4e1 2018-07-22 15:09:19,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.43686103821s 2018-07-22 15:09:19,109 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a/add_router_interface.json used request id req-91acf755-5e00-4780-9b8b-73a6fc0bd4e1 returning object 2384de97-bded-4d1d-8b2b-91b25427b13a 2018-07-22 15:09:19,110 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:09:19,237 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 15:09:19,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 15:09:19,243 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 15:09:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 15:09:19,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:09:19,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:09:19,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-48ead475-0ec7-4ae2-845f-17f4af07ba19 Date: Sun, 22 Jul 2018 15:09:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:09:19,415 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-48ead475-0ec7-4ae2-845f-17f4af07ba19 2018-07-22 15:09:19,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16987991333s 2018-07-22 15:09:19,415 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-48ead475-0ec7-4ae2-845f-17f4af07ba19 2018-07-22 15:09:19,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 15:09:19,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c"}' 2018-07-22 15:09:19,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1c5e25e7-a580-483f-b966-d8a15592217f Date: Sun, 22 Jul 2018 15:09:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "7592ce58-626d-464a-bc60-b2d6a929f557", "size": null, "self": "/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:09:19Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c", "checksum": null, "created_at": "2018-07-22T15:09:19Z", "protected": false} 2018-07-22 15:09:19,458 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1c5e25e7-a580-483f-b966-d8a15592217f 2018-07-22 15:09:19,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.035768032074s 2018-07-22 15:09:19,459 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1c5e25e7-a580-483f-b966-d8a15592217f returning object 7592ce58-626d-464a-bc60-b2d6a929f557 2018-07-22 15:09:19,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 15:09:19,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557/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}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '' 2018-07-22 15:09:19,823 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-826f94b2-b9bf-41cb-b068-7b00c6318c1a Date: Sun, 22 Jul 2018 15:09:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:09:19,823 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557/file used request id req-826f94b2-b9bf-41cb-b068-7b00c6318c1a 2018-07-22 15:09:19,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.363461017609s 2018-07-22 15:09:19,823 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557/file used request id req-826f94b2-b9bf-41cb-b068-7b00c6318c1a 2018-07-22 15:09:19,824 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T15:09:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7592ce58-626d-464a-bc60-b2d6a929f557', u'size': None, u'name': u'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', u'checksum': None, u'self': u'/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T15:09:19Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 15:09:19,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 15:09:19,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 15:09:20,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e42dcbc-df98-4e5d-8f5e-1a18187cad66 x-compute-request-id: req-4e42dcbc-df98-4e5d-8f5e-1a18187cad66 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/819add1e-66d4-4b44-aff6-882c98cad439", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/819add1e-66d4-4b44-aff6-882c98cad439", "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": "819add1e-66d4-4b44-aff6-882c98cad439"}} 2018-07-22 15:09:20,077 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4e42dcbc-df98-4e5d-8f5e-1a18187cad66 2018-07-22 15:09:20,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.252360105515s 2018-07-22 15:09:20,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4e42dcbc-df98-4e5d-8f5e-1a18187cad66 2018-07-22 15:09:20,078 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'819add1e-66d4-4b44-aff6-882c98cad439', 'swap': 0}) 2018-07-22 15:09:20,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 15:09:20,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/819add1e-66d4-4b44-aff6-882c98cad439/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}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"extra_specs": {}}' 2018-07-22 15:09:20,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:09:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d8998d0-fed7-4f39-9ef9-c852f529b3a9 x-compute-request-id: req-3d8998d0-fed7-4f39-9ef9-c852f529b3a9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 15:09:20,101 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/819add1e-66d4-4b44-aff6-882c98cad439/os-extra_specs used request id req-3d8998d0-fed7-4f39-9ef9-c852f529b3a9 2018-07-22 15:09:20,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222539901733s 2018-07-22 15:09:20,101 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/819add1e-66d4-4b44-aff6-882c98cad439/os-extra_specs used request id req-3d8998d0-fed7-4f39-9ef9-c852f529b3a9 2018-07-22 15:09:20,101 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-22 15:09:22,898 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-22 15:09:25,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 51217c90-148c-4671-9768-4b41d8f2552a | 2018-07-22T15:09:25.215218 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 51217c90-148c-4671-9768-4b41d8f2552a ~/.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-07-22 15:09:29,235 - 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-07-22 15:09:29,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-07-22 15:09:29,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-22 15:09:29,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:09:29,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:09:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60544413-1737-48a9-a176-07a9fb8294f2 x-compute-request-id: req-60544413-1737-48a9-a176-07a9fb8294f2 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 27, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 27, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-22 15:09:29,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-60544413-1737-48a9-a176-07a9fb8294f2 2018-07-22 15:09:29,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0411529541016s 2018-07-22 15:09:29,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-60544413-1737-48a9-a176-07a9fb8294f2 2018-07-22 15:09:29,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 15:09:29,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_09e9bab7-f921-465b-b38d-53f477f04b7c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 15:09:29,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:09:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-152894c6-433f-47a9-956e-c5a39e182e0b x-compute-request-id: req-152894c6-433f-47a9-956e-c5a39e182e0b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_09e9bab7-f921-465b-b38d-53f477f04b7c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2274e5d7-d7d8-435b-aa42-93896414c283", "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": "2274e5d7-d7d8-435b-aa42-93896414c283"}} 2018-07-22 15:09:29,317 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-152894c6-433f-47a9-956e-c5a39e182e0b 2018-07-22 15:09:29,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0378401279449s 2018-07-22 15:09:29,318 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-152894c6-433f-47a9-956e-c5a39e182e0b 2018-07-22 15:09:29,318 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_09e9bab7-f921-465b-b38d-53f477f04b7c', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'2274e5d7-d7d8-435b-aa42-93896414c283', 'swap': 0}) 2018-07-22 15:09:29,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 15:09:29,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283/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}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"extra_specs": {}}' 2018-07-22 15:09:29,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:09:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a6733bb-4985-4095-b3b6-73384e27865e x-compute-request-id: req-5a6733bb-4985-4095-b3b6-73384e27865e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 15:09:29,342 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283/os-extra_specs used request id req-5a6733bb-4985-4095-b3b6-73384e27865e 2018-07-22 15:09:29,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229468345642s 2018-07-22 15:09:29,342 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283/os-extra_specs used request id req-5a6733bb-4985-4095-b3b6-73384e27865e 2018-07-22 15:09:29,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_09e9bab7-f921-465b-b38d-53f477f04b7c', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'2274e5d7-d7d8-435b-aa42-93896414c283', 'swap': 0}) 2018-07-22 15:09:29,343 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-07-22 15:09:29,343 - 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-07-22 15:09:29,345 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:09:29,362 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:09:29,362 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:10:29,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 148ef475-1860-4b5b-b494-b0e9eeb7e5eb 2018-07-22 15:10:29,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-07-22 15:10:29,873 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '148ef475-1860-4b5b-b494-b0e9eeb7e5eb'] 2018-07-22 15:10:30,744 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 148ef475-1860-4b5b-b494-b0e9eeb7e5eb: 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 148ef475-1860-4b5b-b494-b0e9eeb7e5eb 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.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | total | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> duration | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.48106 Full duration: 6.990027 -------------------------------------------------------------------------------- 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 148ef475-1860-4b5b-b494-b0e9eeb7e5eb 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801516 Full duration: 7.61966 -------------------------------------------------------------------------------- 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 148ef475-1860-4b5b-b494-b0e9eeb7e5eb 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.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | -> duration | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.653992 Full duration: 7.116322 -------------------------------------------------------------------------------- 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 148ef475-1860-4b5b-b494-b0e9eeb7e5eb 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.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786542 Full duration: 7.934647 -------------------------------------------------------------------------------- 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 148ef475-1860-4b5b-b494-b0e9eeb7e5eb 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.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | total | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> duration | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81648 Full duration: 7.5837 -------------------------------------------------------------------------------- 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 148ef475-1860-4b5b-b494-b0e9eeb7e5eb 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.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684778 Full duration: 6.983535 HINTS: * To plot HTML graphics with this data, run: rally task report 148ef475-1860-4b5b-b494-b0e9eeb7e5eb --out output.html * To generate a JUnit report, run: rally task export 148ef475-1860-4b5b-b494-b0e9eeb7e5eb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 148ef475-1860-4b5b-b494-b0e9eeb7e5eb --json --out output.json 2018-07-22 15:10:30,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '148ef475-1860-4b5b-b494-b0e9eeb7e5eb'] 2018-07-22 15:10:33,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:10:33,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '148ef475-1860-4b5b-b494-b0e9eeb7e5eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-07-22 15:10:33,313 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-07-22 15:10:33,314 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-07-22 15:10:33,314 - 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-07-22 15:10:33,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:10:33,321 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:10:33,321 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:11:59,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9c58783e-405d-4bc4-841c-5482ef5a6002 2018-07-22 15:11:59,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9c58783e-405d-4bc4-841c-5482ef5a6002'] 2018-07-22 15:12:00,442 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 9c58783e-405d-4bc4-841c-5482ef5a6002: 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 9c58783e-405d-4bc4-841c-5482ef5a6002 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.418 | 3.418 | 3.418 | 3.418 | 3.418 | 3.418 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 100.0% | 1 | | glance_v2.delete_image | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | total | 4.481 | 4.481 | 4.481 | 4.481 | 4.481 | 4.481 | 100.0% | 1 | | -> duration | 4.481 | 4.481 | 4.481 | 4.481 | 4.481 | 4.481 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.481327 Full duration: 12.563779 -------------------------------------------------------------------------------- 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 9c58783e-405d-4bc4-841c-5482ef5a6002 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.257 | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | glance_v2.list_images | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 3.292 | 3.292 | 3.292 | 3.292 | 3.292 | 3.292 | 100.0% | 1 | | -> duration | 3.292 | 3.292 | 3.292 | 3.292 | 3.292 | 3.292 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.291705 Full duration: 13.973672 -------------------------------------------------------------------------------- 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 9c58783e-405d-4bc4-841c-5482ef5a6002 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.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | -> duration | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.207128 Full duration: 8.066625 -------------------------------------------------------------------------------- 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": "771e775d-a49d-4ed2-b694-e7cb74969b0b" } ], "flavor": { "name": "rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 9c58783e-405d-4bc4-841c-5482ef5a6002 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.21 | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | -> glance_v2.upload_data | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | nova.boot_servers | 11.048 | 11.048 | 11.048 | 11.048 | 11.048 | 11.048 | 100.0% | 1 | | total | 14.259 | 14.259 | 14.259 | 14.259 | 14.259 | 14.259 | 100.0% | 1 | | -> duration | 13.259 | 13.259 | 13.259 | 13.259 | 13.259 | 13.259 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.259128 Full duration: 32.954232 HINTS: * To plot HTML graphics with this data, run: rally task report 9c58783e-405d-4bc4-841c-5482ef5a6002 --out output.html * To generate a JUnit report, run: rally task export 9c58783e-405d-4bc4-841c-5482ef5a6002 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9c58783e-405d-4bc4-841c-5482ef5a6002 --json --out output.json 2018-07-22 15:12:00,442 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9c58783e-405d-4bc4-841c-5482ef5a6002'] 2018-07-22 15:12:02,855 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:12:02,856 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9c58783e-405d-4bc4-841c-5482ef5a6002', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-07-22 15:12:02,868 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-07-22 15:12:02,868 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-07-22 15:12:02,869 - 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-07-22 15:12:02,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:12:02,885 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:12:02,886 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:15:02,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 09b35a52-9feb-46c2-a2ba-04dbce058730 2018-07-22 15:15:02,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '09b35a52-9feb-46c2-a2ba-04dbce058730'] 2018-07-22 15:15:03,163 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 09b35a52-9feb-46c2-a2ba-04dbce058730: 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.11 | 3.11 | 3.11 | 3.11 | 3.11 | 3.11 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.587 | 2.587 | 2.587 | 2.587 | 2.587 | 2.587 | 100.0% | 1 | | total | 5.698 | 5.698 | 5.698 | 5.698 | 5.698 | 5.698 | 100.0% | 1 | | -> duration | 5.698 | 5.698 | 5.698 | 5.698 | 5.698 | 5.698 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.69769 Full duration: 21.642964 -------------------------------------------------------------------------------- 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.167 | 3.167 | 3.167 | 3.167 | 3.167 | 3.167 | 100.0% | 1 | | cinder_v2.delete_volume | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 2.474 | 100.0% | 1 | | total | 5.642 | 5.642 | 5.642 | 5.642 | 5.642 | 5.642 | 100.0% | 1 | | -> duration | 5.642 | 5.642 | 5.642 | 5.642 | 5.642 | 5.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.641635 Full duration: 15.989445 -------------------------------------------------------------------------------- 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_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 09b35a52-9feb-46c2-a2ba-04dbce058730 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 | 5.703 | 5.703 | 5.703 | 5.703 | 5.703 | 5.703 | 100.0% | 1 | | cinder_v2.delete_volume | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | total | 6.23 | 6.23 | 6.23 | 6.23 | 6.23 | 6.23 | 100.0% | 1 | | -> duration | 6.23 | 6.23 | 6.23 | 6.23 | 6.23 | 6.23 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.230338 Full duration: 16.757875 -------------------------------------------------------------------------------- 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.197 | 3.197 | 3.197 | 3.197 | 3.197 | 3.197 | 100.0% | 1 | | cinder_v2.delete_volume | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | total | 3.616 | 3.616 | 3.616 | 3.616 | 3.616 | 3.616 | 100.0% | 1 | | -> duration | 3.616 | 3.616 | 3.616 | 3.616 | 3.616 | 3.616 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.615906 Full duration: 13.54298 -------------------------------------------------------------------------------- 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.33 | 3.33 | 3.33 | 3.33 | 3.33 | 3.33 | 100.0% | 1 | | cinder_v2.extend_volume | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | cinder_v2.delete_volume | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 100.0% | 1 | | total | 4.063 | 4.063 | 4.063 | 4.063 | 4.063 | 4.063 | 100.0% | 1 | | -> duration | 4.063 | 4.063 | 4.063 | 4.063 | 4.063 | 4.063 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.063245 Full duration: 13.623681 -------------------------------------------------------------------------------- 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.272 | 3.272 | 3.272 | 3.272 | 3.272 | 3.272 | 100.0% | 1 | | cinder_v2.delete_volume | 2.663 | 2.663 | 2.663 | 2.663 | 2.663 | 2.663 | 100.0% | 1 | | total | 5.935 | 5.935 | 5.935 | 5.935 | 5.935 | 5.935 | 100.0% | 1 | | -> duration | 5.935 | 5.935 | 5.935 | 5.935 | 5.935 | 5.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.934532 Full duration: 21.393556 -------------------------------------------------------------------------------- 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | cinder_v2.list_qos | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764776 Full duration: 12.222302 -------------------------------------------------------------------------------- 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | cinder_v2.set_qos | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 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.804639 Full duration: 12.069313 -------------------------------------------------------------------------------- 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | cinder_v2.list_types | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80448 Full duration: 11.829168 -------------------------------------------------------------------------------- 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 09b35a52-9feb-46c2-a2ba-04dbce058730 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.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.914506 Full duration: 12.152127 HINTS: * To plot HTML graphics with this data, run: rally task report 09b35a52-9feb-46c2-a2ba-04dbce058730 --out output.html * To generate a JUnit report, run: rally task export 09b35a52-9feb-46c2-a2ba-04dbce058730 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 09b35a52-9feb-46c2-a2ba-04dbce058730 --json --out output.json 2018-07-22 15:15:03,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '09b35a52-9feb-46c2-a2ba-04dbce058730'] 2018-07-22 15:15:05,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:15:05,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '09b35a52-9feb-46c2-a2ba-04dbce058730', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-07-22 15:15:05,672 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-07-22 15:15:05,673 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-07-22 15:15:05,673 - 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-07-22 15:15:05,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:15:05,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:15:05,693 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:16:58,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1ae32031-70bf-4d31-9784-ad635ab36612 2018-07-22 15:16:58,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1ae32031-70bf-4d31-9784-ad635ab36612'] 2018-07-22 15:16:59,157 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 1ae32031-70bf-4d31-9784-ad635ab36612: 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | total | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> duration | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605034 Full duration: 7.149239 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | total | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> duration | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.59067 Full duration: 6.949396 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | total | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> duration | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.597091 Full duration: 7.124446 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> duration | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.828413 Full duration: 8.173793 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | total | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> duration | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.585594 Full duration: 7.024971 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> duration | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.813883 Full duration: 7.990577 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580737 Full duration: 7.549907 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.381 | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 1.651 | 1.651 | 1.651 | 1.651 | 1.651 | 1.651 | 100.0% | 1 | | -> duration | 1.651 | 1.651 | 1.651 | 1.651 | 1.651 | 1.651 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.651029 Full duration: 8.545539 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | total | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | -> duration | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.582376 Full duration: 7.187432 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | gnocchi.delete_metric | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> duration | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.940791 Full duration: 8.348346 -------------------------------------------------------------------------------- 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 1ae32031-70bf-4d31-9784-ad635ab36612 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | gnocchi.delete_resource | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.783492 Full duration: 8.121095 HINTS: * To plot HTML graphics with this data, run: rally task report 1ae32031-70bf-4d31-9784-ad635ab36612 --out output.html * To generate a JUnit report, run: rally task export 1ae32031-70bf-4d31-9784-ad635ab36612 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1ae32031-70bf-4d31-9784-ad635ab36612 --json --out output.json 2018-07-22 15:16:59,157 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1ae32031-70bf-4d31-9784-ad635ab36612'] 2018-07-22 15:17:01,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:17:01,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1ae32031-70bf-4d31-9784-ad635ab36612', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-07-22 15:17:01,758 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-07-22 15:17:01,758 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-07-22 15:17:01,759 - 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-07-22 15:17:01,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:17:01,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:17:01,775 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:18:26,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 53749ac7-bc1b-425b-9a2b-f9d5891d463d 2018-07-22 15:18:26,242 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '53749ac7-bc1b-425b-9a2b-f9d5891d463d'] 2018-07-22 15:18:27,146 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 53749ac7-bc1b-425b-9a2b-f9d5891d463d: 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 53749ac7-bc1b-425b-9a2b-f9d5891d463d 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.337 | 5.337 | 5.337 | 5.337 | 5.337 | 5.337 | 100.0% | 1 | | heat.update_stack | 2.574 | 2.574 | 2.574 | 2.574 | 2.574 | 2.574 | 100.0% | 1 | | heat.delete_stack | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 2.528 | 100.0% | 1 | | total | 10.439 | 10.439 | 10.439 | 10.439 | 10.439 | 10.439 | 100.0% | 1 | | -> duration | 6.439 | 6.439 | 6.439 | 6.439 | 6.439 | 6.439 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.439302 Full duration: 18.50309 -------------------------------------------------------------------------------- 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 53749ac7-bc1b-425b-9a2b-f9d5891d463d 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.78 | 4.78 | 4.78 | 4.78 | 4.78 | 4.78 | 100.0% | 1 | | heat.check_stack | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | heat.delete_stack | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 100.0% | 1 | | total | 7.974 | 7.974 | 7.974 | 7.974 | 7.974 | 7.974 | 100.0% | 1 | | -> duration | 5.974 | 5.974 | 5.974 | 5.974 | 5.974 | 5.974 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.973914 Full duration: 16.250978 -------------------------------------------------------------------------------- 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 53749ac7-bc1b-425b-9a2b-f9d5891d463d 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.458 | 4.458 | 4.458 | 4.458 | 4.458 | 4.458 | 100.0% | 1 | | heat.suspend_stack | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | heat.resume_stack | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 100.0% | 1 | | heat.delete_stack | 1.516 | 1.516 | 1.516 | 1.516 | 1.516 | 1.516 | 100.0% | 1 | | total | 8.2 | 8.2 | 8.2 | 8.2 | 8.2 | 8.2 | 100.0% | 1 | | -> duration | 6.2 | 6.2 | 6.2 | 6.2 | 6.2 | 6.2 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.199838 Full duration: 16.4387 -------------------------------------------------------------------------------- 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 53749ac7-bc1b-425b-9a2b-f9d5891d463d 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.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | total | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> duration | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.597635 Full duration: 8.172357 HINTS: * To plot HTML graphics with this data, run: rally task report 53749ac7-bc1b-425b-9a2b-f9d5891d463d --out output.html * To generate a JUnit report, run: rally task export 53749ac7-bc1b-425b-9a2b-f9d5891d463d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 53749ac7-bc1b-425b-9a2b-f9d5891d463d --json --out output.json 2018-07-22 15:18:27,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '53749ac7-bc1b-425b-9a2b-f9d5891d463d'] 2018-07-22 15:18:29,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:18:29,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '53749ac7-bc1b-425b-9a2b-f9d5891d463d', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-07-22 15:18:29,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-07-22 15:18:29,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-07-22 15:18:29,679 - 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-07-22 15:18:29,679 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:18:29,697 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:18:29,698 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:21:47,931 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 2018-07-22 15:21:47,932 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'cbf3b20f-a308-4ac2-8d30-68993f5f0ffc'] 2018-07-22 15:21:48,852 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task cbf3b20f-a308-4ac2-8d30-68993f5f0ffc: 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> duration | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.757469 Full duration: 14.286718 -------------------------------------------------------------------------------- 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | keystone_v3.add_role | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | keystone_v3.list_roles | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689659 Full duration: 14.071164 -------------------------------------------------------------------------------- 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | keystone_v3.list_projects | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791214 Full duration: 14.767916 -------------------------------------------------------------------------------- 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> duration | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.614054 Full duration: 12.340903 -------------------------------------------------------------------------------- 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.611646 Full duration: 12.327165 -------------------------------------------------------------------------------- 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | keystone_v3.create_user | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | -> keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.create_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.get_project | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | keystone_v3.list_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_services | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | total | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 100.0% | 1 | | -> duration | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 1.86 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.859896 Full duration: 19.317544 -------------------------------------------------------------------------------- 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 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.167 | 0.167 | 0.167 | 0.167 | 0.167 | 0.167 | 100.0% | 1 | | total | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 100.0% | 1 | | -> duration | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.986674 Full duration: 13.169778 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | total | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> duration | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.813946 Full duration: 14.438949 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.699 | 0.699 | 0.699 | 0.699 | 0.699 | 0.699 | 100.0% | 1 | | total | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> duration | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699533 Full duration: 14.618853 -------------------------------------------------------------------------------- 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | keystone_v3.list_users | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> duration | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.874909 Full duration: 14.630608 -------------------------------------------------------------------------------- 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 cbf3b20f-a308-4ac2-8d30-68993f5f0ffc has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | keystone_v3.create_users | 5.279 | 5.279 | 5.279 | 5.279 | 5.279 | 5.279 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.279 | 5.279 | 5.279 | 5.279 | 5.279 | 5.279 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | total | 7.087 | 7.087 | 7.087 | 7.087 | 7.087 | 7.087 | 100.0% | 1 | | -> duration | 7.087 | 7.087 | 7.087 | 7.087 | 7.087 | 7.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.08708 Full duration: 24.543442 HINTS: * To plot HTML graphics with this data, run: rally task report cbf3b20f-a308-4ac2-8d30-68993f5f0ffc --out output.html * To generate a JUnit report, run: rally task export cbf3b20f-a308-4ac2-8d30-68993f5f0ffc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cbf3b20f-a308-4ac2-8d30-68993f5f0ffc --json --out output.json 2018-07-22 15:21:48,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'cbf3b20f-a308-4ac2-8d30-68993f5f0ffc'] 2018-07-22 15:21:51,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:21:51,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'cbf3b20f-a308-4ac2-8d30-68993f5f0ffc', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-07-22 15:21:51,417 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-07-22 15:21:51,418 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-07-22 15:21:51,418 - 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-07-22 15:21:51,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:21:51,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:21:51,433 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:26:48,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 26757ffb-3d98-4a39-9911-33c34716e90a 2018-07-22 15:26:48,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '26757ffb-3d98-4a39-9911-33c34716e90a'] 2018-07-22 15:26:49,462 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 26757ffb-3d98-4a39-9911-33c34716e90a: 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.08 | 1.08 | 1.08 | 1.08 | 1.08 | 1.08 | 100.0% | 1 | | neutron.delete_network | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | total | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 100.0% | 1 | | -> duration | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.899269 Full duration: 15.012404 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.277 | 1.277 | 1.277 | 1.277 | 1.277 | 1.277 | 100.0% | 1 | | neutron.delete_port | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | total | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 100.0% | 1 | | -> duration | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.752695 Full duration: 25.900292 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | neutron.create_subnet | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | neutron.create_router | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | neutron.add_interface_router | 1.997 | 1.997 | 1.997 | 1.997 | 1.997 | 1.997 | 100.0% | 1 | | neutron.remove_interface_router | 1.244 | 1.244 | 1.244 | 1.244 | 1.244 | 1.244 | 100.0% | 1 | | neutron.delete_router | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | total | 5.422 | 5.422 | 5.422 | 5.422 | 5.422 | 5.422 | 100.0% | 1 | | -> duration | 5.422 | 5.422 | 5.422 | 5.422 | 5.422 | 5.422 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.422077 Full duration: 34.504077 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 1.274 | 100.0% | 1 | | neutron.delete_subnet | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | total | 1.744 | 1.744 | 1.744 | 1.744 | 1.744 | 1.744 | 100.0% | 1 | | -> duration | 1.744 | 1.744 | 1.744 | 1.744 | 1.744 | 1.744 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.743574 Full duration: 25.230814 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.076 | 1.076 | 1.076 | 1.076 | 1.076 | 1.076 | 100.0% | 1 | | neutron.list_networks | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | -> duration | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.278302 Full duration: 16.744624 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.265 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 100.0% | 1 | | neutron.list_ports | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | -> duration | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.378556 Full duration: 26.891478 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | neutron.create_subnet | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | neutron.create_router | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | neutron.add_interface_router | 1.972 | 1.972 | 1.972 | 1.972 | 1.972 | 1.972 | 100.0% | 1 | | neutron.list_routers | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | total | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 100.0% | 1 | | -> duration | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.810628 Full duration: 37.647456 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | neutron.create_subnet | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | neutron.list_subnets | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 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.694932 Full duration: 30.182069 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | neutron.delete_security_group | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | total | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | -> duration | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.217072 Full duration: 14.364222 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | neutron.create_security_group_rule | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 0.206 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | neutron.delete_security_group | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 100.0% | 1 | | -> duration | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.41759 Full duration: 14.61383 -------------------------------------------------------------------------------- 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 26757ffb-3d98-4a39-9911-33c34716e90a 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.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | neutron.create_router | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | neutron.add_gateway_router | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | neutron.remove_gateway_router | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 100.0% | 1 | | total | 3.411 | 3.411 | 3.411 | 3.411 | 3.411 | 3.411 | 100.0% | 1 | | -> duration | 3.411 | 3.411 | 3.411 | 3.411 | 3.411 | 3.411 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.41113 Full duration: 25.088522 HINTS: * To plot HTML graphics with this data, run: rally task report 26757ffb-3d98-4a39-9911-33c34716e90a --out output.html * To generate a JUnit report, run: rally task export 26757ffb-3d98-4a39-9911-33c34716e90a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 26757ffb-3d98-4a39-9911-33c34716e90a --json --out output.json 2018-07-22 15:26:49,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '26757ffb-3d98-4a39-9911-33c34716e90a'] 2018-07-22 15:26:51,916 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:26:51,917 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '26757ffb-3d98-4a39-9911-33c34716e90a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-07-22 15:26:51,929 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-07-22 15:26:51,929 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-07-22 15:26:51,929 - 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-07-22 15:26:51,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:26:51,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:26:51,936 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:32:37,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 98557b8d-14bc-468d-8f32-5ddd787bf58f 2018-07-22 15:32:37,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '98557b8d-14bc-468d-8f32-5ddd787bf58f'] 2018-07-22 15:32:38,825 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f: 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_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "image": { "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "nics": [ { "net-id": "771e775d-a49d-4ed2-b694-e7cb74969b0b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f 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 | 8.24 | 8.24 | 8.24 | 8.24 | 8.24 | 8.24 | 100.0% | 1 | | nova.live_migrate | 9.828 | 9.828 | 9.828 | 9.828 | 9.828 | 9.828 | 100.0% | 1 | | nova.delete_server | 2.599 | 2.599 | 2.599 | 2.599 | 2.599 | 2.599 | 100.0% | 1 | | total | 20.668 | 20.668 | 20.668 | 20.668 | 20.668 | 20.668 | 100.0% | 1 | | -> duration | 19.668 | 19.668 | 19.668 | 19.668 | 19.668 | 19.668 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.668021 Full duration: 30.193662 -------------------------------------------------------------------------------- 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_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "boot_server_kwargs": { "nics": [ { "net-id": "771e775d-a49d-4ed2-b694-e7cb74969b0b" } ] }, "image": { "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "size": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f 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 | 8.098 | 8.098 | 8.098 | 8.098 | 8.098 | 8.098 | 100.0% | 1 | | cinder_v2.create_volume | 2.876 | 2.876 | 2.876 | 2.876 | 2.876 | 2.876 | 100.0% | 1 | | nova.attach_volume | 4.483 | 4.483 | 4.483 | 4.483 | 4.483 | 4.483 | 100.0% | 1 | | nova.live_migrate | 10.313 | 10.313 | 10.313 | 10.313 | 10.313 | 10.313 | 100.0% | 1 | | nova.detach_volume | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 100.0% | 1 | | cinder_v2.delete_volume | 2.32 | 2.32 | 2.32 | 2.32 | 2.32 | 2.32 | 100.0% | 1 | | nova.delete_server | 2.572 | 2.572 | 2.572 | 2.572 | 2.572 | 2.572 | 100.0% | 1 | | total | 31.972 | 31.972 | 31.972 | 31.972 | 31.972 | 31.972 | 100.0% | 1 | | -> duration | 30.972 | 30.972 | 30.972 | 30.972 | 30.972 | 30.972 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.972205 Full duration: 43.96047 -------------------------------------------------------------------------------- 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": "771e775d-a49d-4ed2-b694-e7cb74969b0b" } ], "image": { "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "block_migration": false, "force_delete": false, "flavor": { "name": "rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f 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 | 6.003 | 6.003 | 6.003 | 6.003 | 6.003 | 6.003 | 100.0% | 1 | | nova.boot_server | 8.845 | 8.845 | 8.845 | 8.845 | 8.845 | 8.845 | 100.0% | 1 | | nova.live_migrate | 14.572 | 14.572 | 14.572 | 14.572 | 14.572 | 14.572 | 100.0% | 1 | | nova.delete_server | 5.044 | 5.044 | 5.044 | 5.044 | 5.044 | 5.044 | 100.0% | 1 | | total | 34.464 | 34.464 | 34.464 | 34.464 | 34.464 | 34.464 | 100.0% | 1 | | -> duration | 33.464 | 33.464 | 33.464 | 33.464 | 33.464 | 33.464 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 33.46413 Full duration: 46.323083 -------------------------------------------------------------------------------- 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": "771e775d-a49d-4ed2-b694-e7cb74969b0b" } ] }, "flavor": { "name": "rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "image": { "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f 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.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | nova.boot_server | 7.437 | 7.437 | 7.437 | 7.437 | 7.437 | 7.437 | 100.0% | 1 | | nova.delete_server | 2.769 | 2.769 | 2.769 | 2.769 | 2.769 | 2.769 | 100.0% | 1 | | nova.delete_keypair | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 11.084 | 11.084 | 11.084 | 11.084 | 11.084 | 11.084 | 100.0% | 1 | | -> duration | 10.084 | 10.084 | 10.084 | 10.084 | 10.084 | 10.084 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.084162 Full duration: 32.084178 -------------------------------------------------------------------------------- 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_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "image": { "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "nics": [ { "net-id": "771e775d-a49d-4ed2-b694-e7cb74969b0b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f 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.972 | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 100.0% | 1 | | nova.boot_server | 8.941 | 8.941 | 8.941 | 8.941 | 8.941 | 8.941 | 100.0% | 1 | | nova.delete_server | 2.397 | 2.397 | 2.397 | 2.397 | 2.397 | 2.397 | 100.0% | 1 | | total | 15.311 | 15.311 | 15.311 | 15.311 | 15.311 | 15.311 | 100.0% | 1 | | -> duration | 14.311 | 14.311 | 14.311 | 14.311 | 14.311 | 14.311 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.310618 Full duration: 40.94701 -------------------------------------------------------------------------------- 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_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "image": { "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "nics": [ { "net-id": "771e775d-a49d-4ed2-b694-e7cb74969b0b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f 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 | 8.442 | 8.442 | 8.442 | 8.442 | 8.442 | 8.442 | 100.0% | 1 | | nova.pause_server | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 100.0% | 1 | | nova.unpause_server | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | nova.delete_server | 2.57 | 2.57 | 2.57 | 2.57 | 2.57 | 2.57 | 100.0% | 1 | | total | 15.979 | 15.979 | 15.979 | 15.979 | 15.979 | 15.979 | 100.0% | 1 | | -> duration | 10.979 | 10.979 | 10.979 | 10.979 | 10.979 | 10.979 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.979364 Full duration: 36.543979 -------------------------------------------------------------------------------- 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": "771e775d-a49d-4ed2-b694-e7cb74969b0b" } ], "flavor": { "name": "rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "image": { "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.892 | 7.892 | 7.892 | 7.892 | 7.892 | 7.892 | 100.0% | 1 | | nova.migrate | 9.998 | 9.998 | 9.998 | 9.998 | 9.998 | 9.998 | 100.0% | 1 | | nova.resize_confirm | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | nova.delete_server | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 100.0% | 1 | | total | 23.355 | 23.355 | 23.355 | 23.355 | 23.355 | 23.355 | 100.0% | 1 | | -> duration | 22.355 | 22.355 | 22.355 | 22.355 | 22.355 | 22.355 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.355017 Full duration: 32.57352 -------------------------------------------------------------------------------- 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_09e9bab7-f921-465b-b38d-53f477f04b7c" }, "auto_assign_nic": true, "image": { "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98557b8d-14bc-468d-8f32-5ddd787bf58f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.919 | 7.919 | 7.919 | 7.919 | 7.919 | 7.919 | 100.0% | 1 | | nova.list_interfaces | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 100.0% | 1 | | total | 8.178 | 8.178 | 8.178 | 8.178 | 8.178 | 8.178 | 100.0% | 1 | | -> duration | 7.178 | 7.178 | 7.178 | 7.178 | 7.178 | 7.178 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.178305 Full duration: 32.912837 -------------------------------------------------------------------------------- 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 98557b8d-14bc-468d-8f32-5ddd787bf58f 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.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | nova.delete_server_group | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 0.062 | 100.0% | 1 | | total | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> duration | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.881479 Full duration: 9.283606 HINTS: * To plot HTML graphics with this data, run: rally task report 98557b8d-14bc-468d-8f32-5ddd787bf58f --out output.html * To generate a JUnit report, run: rally task export 98557b8d-14bc-468d-8f32-5ddd787bf58f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 98557b8d-14bc-468d-8f32-5ddd787bf58f --json --out output.json 2018-07-22 15:32:38,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '98557b8d-14bc-468d-8f32-5ddd787bf58f'] 2018-07-22 15:32:41,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:32:41,169 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '98557b8d-14bc-468d-8f32-5ddd787bf58f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-07-22 15:32:41,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-07-22 15:32:41,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-07-22 15:32:41,187 - 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-07-22 15:32:41,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-22 15:32:41,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-22 15:32:41,201 - 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': '771e775d-a49d-4ed2-b694-e7cb74969b0b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c', 'flavor_name': 'rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c', '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_09e9bab7-f921-465b-b38d-53f477f04b7c', '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-07-22 15:33:32,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : eec249d5-590d-4d46-ad32-4526e62b1b67 2018-07-22 15:33:32,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'eec249d5-590d-4d46-ad32-4526e62b1b67'] 2018-07-22 15:33:32,849 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task eec249d5-590d-4d46-ad32-4526e62b1b67: 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 eec249d5-590d-4d46-ad32-4526e62b1b67 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.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | quotas.delete_quotas | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> duration | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.992818 Full duration: 8.457212 -------------------------------------------------------------------------------- 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 eec249d5-590d-4d46-ad32-4526e62b1b67 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.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | total | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> duration | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719377 Full duration: 8.022868 -------------------------------------------------------------------------------- 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 eec249d5-590d-4d46-ad32-4526e62b1b67 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.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724132 Full duration: 8.283047 -------------------------------------------------------------------------------- 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 eec249d5-590d-4d46-ad32-4526e62b1b67 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | total | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | -> duration | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 1.14 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.140189 Full duration: 8.72299 HINTS: * To plot HTML graphics with this data, run: rally task report eec249d5-590d-4d46-ad32-4526e62b1b67 --out output.html * To generate a JUnit report, run: rally task export eec249d5-590d-4d46-ad32-4526e62b1b67 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report eec249d5-590d-4d46-ad32-4526e62b1b67 --json --out output.json 2018-07-22 15:33:32,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'eec249d5-590d-4d46-ad32-4526e62b1b67'] 2018-07-22 15:33:35,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-22 15:33:35,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'eec249d5-590d-4d46-ad32-4526e62b1b67', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-07-22 15:33:35,359 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-07-22 15:33:35,363 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:44 | 6 | 100.00% | | glance | 01:07 | 4 | 100.00% | | cinder | 02:31 | 10 | 100.00% | | gnocchi | 01:24 | 11 | 100.00% | | heat | 00:59 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:26 | 11 | 100.00% | | nova | 05:04 | 9 | 100.00% | | quotas | 00:33 | 4 | 100.00% | | | | | | | TOTAL: | 00:19:39 | 70 | 100.00% | +----------------+------------+----------------+-----------+ 2018-07-22 15:33:35,363 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 9/9 modules 2018-07-22 15:33:35,484 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 15:33:35,485 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:20 | PASS | +----------------------+------------------+------------------+----------------+ 2018-07-22 15:33:35,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 15:33:35,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a/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}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" -d '{"subnet_id": "eb0bd372-8843-458c-95e6-f1570d0a737d"}' 2018-07-22 15:33:36,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1d9a7759-8a8b-4fab-8283-d2e160577a97 Date: Sun, 22 Jul 2018 15:33:36 GMT RESP BODY: {"network_id": "771e775d-a49d-4ed2-b694-e7cb74969b0b", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "eb0bd372-8843-458c-95e6-f1570d0a737d", "subnet_ids": ["eb0bd372-8843-458c-95e6-f1570d0a737d"], "port_id": "1f273c0e-d018-47a6-b3ba-3d25269cac57", "id": "2384de97-bded-4d1d-8b2b-91b25427b13a"} 2018-07-22 15:33:36,959 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a/remove_router_interface.json used request id req-1d9a7759-8a8b-4fab-8283-d2e160577a97 2018-07-22 15:33:36,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.47105193138s 2018-07-22 15:33:36,959 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a/remove_router_interface.json used request id req-1d9a7759-8a8b-4fab-8283-d2e160577a97 returning object 2384de97-bded-4d1d-8b2b-91b25427b13a 2018-07-22 15:33:36,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 15:33:36,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:37,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-4b2f97d0-e082-4d21-bb74-6eeb35bbb864 Date: Sun, 22 Jul 2018 15:33:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T15:09:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:33:36Z", "revision_number": 4, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "2384de97-bded-4d1d-8b2b-91b25427b13a", "name": "rally_sanity-router_09e9bab7-f921-465b-b38d-53f477f04b7c"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:58:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:58:43Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "3404185f-e34b-4ba3-9890-72b3d2a1751b", "name": "NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "949fe51739d5472d894c66756cc1cd7a", "created_at": "2018-07-22T15:30:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:30:04Z", "revision_number": 2, "routes": [], "project_id": "949fe51739d5472d894c66756cc1cd7a", "id": "6b036f3f-820f-4ae6-8e81-ea3102eeaa7f", "name": "c_rally_24579ddc_tfreUk8U"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "949fe51739d5472d894c66756cc1cd7a", "created_at": "2018-07-22T15:30:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:30:05Z", "revision_number": 2, "routes": [], "project_id": "949fe51739d5472d894c66756cc1cd7a", "id": "ef486ce5-2231-4e1b-ba82-0a1426a5b8f1", "name": "c_rally_24579ddc_tfreUk8U"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:58:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:58:44Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "f7dcc3e6-f1db-422d-bfa1-3e02ff32da4a", "name": "NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router"}]} 2018-07-22 15:33:37,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4b2f97d0-e082-4d21-bb74-6eeb35bbb864 2018-07-22 15:33:37,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112921953201s 2018-07-22 15:33:37,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-4b2f97d0-e082-4d21-bb74-6eeb35bbb864 2018-07-22 15:33:37,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 15:33:37,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:38,415 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7db6ae53-e3b2-49c8-8f0e-b23d0870df2c Content-Length: 0 Date: Sun, 22 Jul 2018 15:33:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:33:38,415 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a.json used request id req-7db6ae53-e3b2-49c8-8f0e-b23d0870df2c 2018-07-22 15:33:38,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34005618095s 2018-07-22 15:33:38,415 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2384de97-bded-4d1d-8b2b-91b25427b13a.json used request id req-7db6ae53-e3b2-49c8-8f0e-b23d0870df2c 2018-07-22 15:33:38,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 15:33:38,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:38,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-0cbff8b1-55a5-4be5-9af4-af2dccd4c398 Date: Sun, 22 Jul 2018 15:33:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"771e775d-a49d-4ed2-b694-e7cb74969b0b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:09:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:09:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"eb0bd372-8843-458c-95e6-f1570d0a737d","subnetpool_id":null,"name":"rally_sanity-subnet_09e9bab7-f921-465b-b38d-53f477f04b7c"}]} 2018-07-22 15:33:38,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0cbff8b1-55a5-4be5-9af4-af2dccd4c398 2018-07-22 15:33:38,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0475671291351s 2018-07-22 15:33:38,464 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-0cbff8b1-55a5-4be5-9af4-af2dccd4c398 2018-07-22 15:33:38,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 15:33:38,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/eb0bd372-8843-458c-95e6-f1570d0a737d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:39,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fba35926-a82c-45f8-afb6-2419da990ab7 Date: Sun, 22 Jul 2018 15:33:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:33:39,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/eb0bd372-8843-458c-95e6-f1570d0a737d.json used request id req-fba35926-a82c-45f8-afb6-2419da990ab7 2018-07-22 15:33:39,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.9087870121s 2018-07-22 15:33:39,374 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/eb0bd372-8843-458c-95e6-f1570d0a737d.json used request id req-fba35926-a82c-45f8-afb6-2419da990ab7 2018-07-22 15:33:39,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:33:39,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:39,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-6e98b19d-44dd-4d4f-9208-00c166b3fd38 Date: Sun, 22 Jul 2018 15:33:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"771e775d-a49d-4ed2-b694-e7cb74969b0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:33:39Z","provider:segmentation_id":40,"name":"rally_sanity-net_09e9bab7-f921-465b-b38d-53f477f04b7c","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:09:15Z","provider:network_type":"vxlan"}]} 2018-07-22 15:33:39,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6e98b19d-44dd-4d4f-9208-00c166b3fd38 2018-07-22 15:33:39,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0860240459442s 2018-07-22 15:33:39,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6e98b19d-44dd-4d4f-9208-00c166b3fd38 2018-07-22 15:33:39,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 15:33:39,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/771e775d-a49d-4ed2-b694-e7cb74969b0b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:40,597 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50d88745-a2b7-4e50-ae39-457246f335b4 Date: Sun, 22 Jul 2018 15:33:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:33:40,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/771e775d-a49d-4ed2-b694-e7cb74969b0b.json used request id req-50d88745-a2b7-4e50-ae39-457246f335b4 2018-07-22 15:33:40,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.13512015343s 2018-07-22 15:33:40,598 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/771e775d-a49d-4ed2-b694-e7cb74969b0b.json used request id req-50d88745-a2b7-4e50-ae39-457246f335b4 2018-07-22 15:33:40,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:33:40,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:40,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-0f193954-4f5c-4142-b54c-ba6f57ee2477 Date: Sun, 22 Jul 2018 15:33:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7592ce58-626d-464a-bc60-b2d6a929f557/snap", "metadata": {}}], "file": "/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "7592ce58-626d-464a-bc60-b2d6a929f557", "size": 12716032, "self": "/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7592ce58-626d-464a-bc60-b2d6a929f557/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:09:19Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_09e9bab7-f921-465b-b38d-53f477f04b7c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T15:09:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:33:40,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0f193954-4f5c-4142-b54c-ba6f57ee2477 2018-07-22 15:33:40,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184919118881s 2018-07-22 15:33:40,788 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0f193954-4f5c-4142-b54c-ba6f57ee2477 2018-07-22 15:33:40,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 15:33:40,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:41,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37f6a3c5-bff4-4877-aaf4-87c1b412858e Date: Sun, 22 Jul 2018 15:33:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:33:41,079 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557 used request id req-37f6a3c5-bff4-4877-aaf4-87c1b412858e 2018-07-22 15:33:41,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.288638114929s 2018-07-22 15:33:41,079 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7592ce58-626d-464a-bc60-b2d6a929f557 used request id req-37f6a3c5-bff4-4877-aaf4-87c1b412858e 2018-07-22 15:33:41,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 15:33:41,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:41,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:33: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-fdb2e4ce-4ccf-4070-8cd0-dafa96952251 x-compute-request-id: req-fdb2e4ce-4ccf-4070-8cd0-dafa96952251 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_09e9bab7-f921-465b-b38d-53f477f04b7c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2274e5d7-d7d8-435b-aa42-93896414c283", "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": "2274e5d7-d7d8-435b-aa42-93896414c283"}, {"name": "rally_sanity-flavor_09e9bab7-f921-465b-b38d-53f477f04b7c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/819add1e-66d4-4b44-aff6-882c98cad439", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/819add1e-66d4-4b44-aff6-882c98cad439", "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": "819add1e-66d4-4b44-aff6-882c98cad439"}]} 2018-07-22 15:33:41,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fdb2e4ce-4ccf-4070-8cd0-dafa96952251 2018-07-22 15:33:41,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.187703132629s 2018-07-22 15:33:41,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fdb2e4ce-4ccf-4070-8cd0-dafa96952251 2018-07-22 15:33:41,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 15:33:41,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/819add1e-66d4-4b44-aff6-882c98cad439 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:41,299 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:33: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-b258a7f1-694b-4f0b-8f80-9dd129708eff x-compute-request-id: req-b258a7f1-694b-4f0b-8f80-9dd129708eff Content-Length: 0 Content-Type: application/json 2018-07-22 15:33:41,299 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/819add1e-66d4-4b44-aff6-882c98cad439 used request id req-b258a7f1-694b-4f0b-8f80-9dd129708eff 2018-07-22 15:33:41,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0294938087463s 2018-07-22 15:33:41,299 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/819add1e-66d4-4b44-aff6-882c98cad439 used request id req-b258a7f1-694b-4f0b-8f80-9dd129708eff 2018-07-22 15:33:41,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 15:33:41,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:41,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:33: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-c6c4edd0-e3df-455d-a969-87689d5eaa5a x-compute-request-id: req-c6c4edd0-e3df-455d-a969-87689d5eaa5a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_09e9bab7-f921-465b-b38d-53f477f04b7c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2274e5d7-d7d8-435b-aa42-93896414c283", "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": "2274e5d7-d7d8-435b-aa42-93896414c283"}]} 2018-07-22 15:33:41,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c6c4edd0-e3df-455d-a969-87689d5eaa5a 2018-07-22 15:33:41,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0242350101471s 2018-07-22 15:33:41,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c6c4edd0-e3df-455d-a969-87689d5eaa5a 2018-07-22 15:33:41,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 15:33:41,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb048902db9ea0021ab370cf8c33bcf34c4d03dc" 2018-07-22 15:33:41,365 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:33: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-a7e380d3-5a9f-442e-bb2c-3ed0ab9e7eaf x-compute-request-id: req-a7e380d3-5a9f-442e-bb2c-3ed0ab9e7eaf Content-Length: 0 Content-Type: application/json 2018-07-22 15:33:41,365 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283 used request id req-a7e380d3-5a9f-442e-bb2c-3ed0ab9e7eaf 2018-07-22 15:33:41,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0393319129944s 2018-07-22 15:33:41,366 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2274e5d7-d7d8-435b-aa42-93896414c283 used request id req-a7e380d3-5a9f-442e-bb2c-3ed0ab9e7eaf 2018-07-22 15:33:41,403 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-07-22 15:33:41,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 15:33:41,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 15:33:41,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 15:33:41,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 15:33:41,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 15:33:41,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:33:41,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf1125f-a0fb-4ad9-b36e-697300f39e33 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:33:41,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3cf1125f-a0fb-4ad9-b36e-697300f39e33 2018-07-22 15:33:41,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 15:33:41,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:33:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["9gBeGPddQvC2QNGQbnsDBQ"], "issued_at": "2018-07-22T15:33:41.000000Z"}} 2018-07-22 15:33:41,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:33:41,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:33:42,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4ebc60f5-cd83-4e1b-b9d2-513e45326e0e Date: Sun, 22 Jul 2018 15:33:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:33:42,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4ebc60f5-cd83-4e1b-b9d2-513e45326e0e 2018-07-22 15:33:42,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265275001526s 2018-07-22 15:33:42,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4ebc60f5-cd83-4e1b-b9d2-513e45326e0e 2018-07-22 15:33:42,088 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-22 15:33:44,798 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-22 15:33:47,517 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 72b58074-c2a1-4a3c-91c7-588355e0eca5 | 2018-07-22T15:33:47.167054 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 72b58074-c2a1-4a3c-91c7-588355e0eca5 ~/.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-07-22 15:33:51,114 - 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-07-22 15:33:51,114 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-22 15:33:53,967 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-07-22 15:33:57,548 - 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=ff2e4c92-e7d9-4eb1-b9b6-efdb0392b588) as the default verifier for the future CLI operations. 2018-07-22 15:34:00,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-22 15:34:00,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:34:00,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-a73abb09-42ab-41e9-aa0d-7158c323ae93 Date: Sun, 22 Jul 2018 15:34: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-07-22 15:34:00,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-a73abb09-42ab-41e9-aa0d-7158c323ae93 2018-07-22 15:34:00,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.188199043274s 2018-07-22 15:34:00,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-a73abb09-42ab-41e9-aa0d-7158c323ae93 2018-07-22 15:34:00,844 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-07-22 15:34:00,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 15:34:00,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"network": {"name": "patrole-net_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "admin_state_up": true}}' 2018-07-22 15:34:01,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-258fc0cd-acae-4efe-993d-3adfa7209be7 Date: Sun, 22 Jul 2018 15:34: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":"cb0a8c2a-a574-4380-b126-1606c5e10f77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:34:00Z","is_default":false,"provider:segmentation_id":12,"name":"patrole-net_685bbad5-6ce2-41f1-bb75-9de0dee47d78","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:34:00Z","mtu":1450}} 2018-07-22 15:34:01,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-258fc0cd-acae-4efe-993d-3adfa7209be7 2018-07-22 15:34:01,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.341502904892s 2018-07-22 15:34:01,187 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-258fc0cd-acae-4efe-993d-3adfa7209be7 2018-07-22 15:34:01,187 - 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-07-22T15:34:00Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cb0a8c2a-a574-4380-b126-1606c5e10f77', u'provider:segmentation_id': 12, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_685bbad5-6ce2-41f1-bb75-9de0dee47d78', u'admin_state_up': True, u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:34:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 15:34:01,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:34:01,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:34:01,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1345 X-Openstack-Request-Id: req-ef55294e-1e4d-4ebe-8711-b0274fca73b5 Date: Sun, 22 Jul 2018 15:34:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cb0a8c2a-a574-4380-b126-1606c5e10f77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:34:00Z","provider:segmentation_id":12,"name":"patrole-net_685bbad5-6ce2-41f1-bb75-9de0dee47d78","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:34:00Z","provider:network_type":"vxlan"}]} 2018-07-22 15:34:01,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ef55294e-1e4d-4ebe-8711-b0274fca73b5 2018-07-22 15:34:01,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106297969818s 2018-07-22 15:34:01,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ef55294e-1e4d-4ebe-8711-b0274fca73b5 2018-07-22 15:34:01,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 15:34:01,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"subnet": {"name": "patrole-subnet_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "enable_dhcp": true, "network_id": "cb0a8c2a-a574-4380-b126-1606c5e10f77", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 15:34:01,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3af26a1d-f445-4cd4-b097-16552afa161c Date: Sun, 22 Jul 2018 15:34:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb0a8c2a-a574-4380-b126-1606c5e10f77","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:34:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:34:01Z","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":"f65ca044e22540bca7d76e49c8ced1bf","id":"e96d2237-7e5a-42a4-bbcc-20b1ec39010d","subnetpool_id":null,"name":"patrole-subnet_685bbad5-6ce2-41f1-bb75-9de0dee47d78"}} 2018-07-22 15:34:01,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3af26a1d-f445-4cd4-b097-16552afa161c 2018-07-22 15:34:01,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.440958976746s 2018-07-22 15:34:01,738 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3af26a1d-f445-4cd4-b097-16552afa161c 2018-07-22 15:34:01,738 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T15:34:01Z', 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'e96d2237-7e5a-42a4-bbcc-20b1ec39010d', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_685bbad5-6ce2-41f1-bb75-9de0dee47d78', u'enable_dhcp': True, u'network_id': u'cb0a8c2a-a574-4380-b126-1606c5e10f77', u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:34:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 15:34:01,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 15:34:01,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "patrole-router_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "admin_state_up": true}}' 2018-07-22 15:34:02,923 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-81a2ba15-8c64-4156-9d75-b181537c0bec Date: Sun, 22 Jul 2018 15:34:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T15:34:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:34:02Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "af57bb06-41ef-4a97-8c93-e8c549ccc8d4", "name": "patrole-router_685bbad5-6ce2-41f1-bb75-9de0dee47d78"}} 2018-07-22 15:34:02,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-81a2ba15-8c64-4156-9d75-b181537c0bec 2018-07-22 15:34:02,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18429899216s 2018-07-22 15:34:02,924 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-81a2ba15-8c64-4156-9d75-b181537c0bec 2018-07-22 15:34:02,924 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T15:34:01Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T15:34:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'id': u'af57bb06-41ef-4a97-8c93-e8c549ccc8d4', u'name': u'patrole-router_685bbad5-6ce2-41f1-bb75-9de0dee47d78'}) 2018-07-22 15:34:02,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 15:34:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4/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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"subnet_id": "e96d2237-7e5a-42a4-bbcc-20b1ec39010d"}' 2018-07-22 15:34:04,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6b85a3be-b35f-482b-ab3b-4c41f5a84a90 Date: Sun, 22 Jul 2018 15:34:04 GMT RESP BODY: {"network_id": "cb0a8c2a-a574-4380-b126-1606c5e10f77", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "e96d2237-7e5a-42a4-bbcc-20b1ec39010d", "subnet_ids": ["e96d2237-7e5a-42a4-bbcc-20b1ec39010d"], "port_id": "312bd247-f2fc-48b7-863e-803e71d2de2a", "id": "af57bb06-41ef-4a97-8c93-e8c549ccc8d4"} 2018-07-22 15:34:04,413 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4/add_router_interface.json used request id req-6b85a3be-b35f-482b-ab3b-4c41f5a84a90 2018-07-22 15:34:04,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.48866415024s 2018-07-22 15:34:04,414 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4/add_router_interface.json used request id req-6b85a3be-b35f-482b-ab3b-4c41f5a84a90 returning object af57bb06-41ef-4a97-8c93-e8c549ccc8d4 2018-07-22 15:34:04,414 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:34:04,541 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 15:34:04,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 15:34:04,547 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 15:34:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 15:34:04,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:34:04,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:34:04,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cfe1d789-a309-4388-be26-5311e041748f Date: Sun, 22 Jul 2018 15:34:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:34:04,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cfe1d789-a309-4388-be26-5311e041748f 2018-07-22 15:34:04,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17631983757s 2018-07-22 15:34:04,729 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cfe1d789-a309-4388-be26-5311e041748f 2018-07-22 15:34:04,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 15:34:04,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78"}' 2018-07-22 15:34:04,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/909007aa-7118-426d-be02-984088f3c6af Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7b2e80b0-160c-40f2-8004-523faf6fb4c4 Date: Sun, 22 Jul 2018 15:34:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/909007aa-7118-426d-be02-984088f3c6af/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "909007aa-7118-426d-be02-984088f3c6af", "size": null, "self": "/v2/images/909007aa-7118-426d-be02-984088f3c6af", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:34:04Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "checksum": null, "created_at": "2018-07-22T15:34:04Z", "protected": false} 2018-07-22 15:34:04,802 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7b2e80b0-160c-40f2-8004-523faf6fb4c4 2018-07-22 15:34:04,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0647280216217s 2018-07-22 15:34:04,802 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7b2e80b0-160c-40f2-8004-523faf6fb4c4 returning object 909007aa-7118-426d-be02-984088f3c6af 2018-07-22 15:34:04,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 15:34:04,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/909007aa-7118-426d-be02-984088f3c6af/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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '' 2018-07-22 15:34:06,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be9789cf-e2d0-4a75-aafe-60ae0eeca32e Date: Sun, 22 Jul 2018 15:34:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:34:06,060 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/909007aa-7118-426d-be02-984088f3c6af/file used request id req-be9789cf-e2d0-4a75-aafe-60ae0eeca32e 2018-07-22 15:34:06,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.25718307495s 2018-07-22 15:34:06,060 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/909007aa-7118-426d-be02-984088f3c6af/file used request id req-be9789cf-e2d0-4a75-aafe-60ae0eeca32e 2018-07-22 15:34:06,060 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T15:34:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/909007aa-7118-426d-be02-984088f3c6af/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'909007aa-7118-426d-be02-984088f3c6af', u'size': None, u'name': u'patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78', u'checksum': None, u'self': u'/v2/images/909007aa-7118-426d-be02-984088f3c6af', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T15:34:04Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 15:34:06,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 15:34:06,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 15:34:06,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-a2838e9e-baf1-4c44-841a-d8cb8933bb4e x-compute-request-id: req-a2838e9e-baf1-4c44-841a-d8cb8933bb4e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8ecda558-484d-4589-ac80-81991835969f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8ecda558-484d-4589-ac80-81991835969f", "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": "8ecda558-484d-4589-ac80-81991835969f"}} 2018-07-22 15:34:06,275 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a2838e9e-baf1-4c44-841a-d8cb8933bb4e 2018-07-22 15:34:06,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.213889122009s 2018-07-22 15:34:06,276 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a2838e9e-baf1-4c44-841a-d8cb8933bb4e 2018-07-22 15:34:06,276 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_685bbad5-6ce2-41f1-bb75-9de0dee47d78', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'8ecda558-484d-4589-ac80-81991835969f', 'swap': 0}) 2018-07-22 15:34:06,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 15:34:06,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/8ecda558-484d-4589-ac80-81991835969f/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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"extra_specs": {}}' 2018-07-22 15:34:06,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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 x-openstack-request-id: req-f85b522b-9ea2-4cae-bde2-67b5aac066ac x-compute-request-id: req-f85b522b-9ea2-4cae-bde2-67b5aac066ac Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 15:34:06,308 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8ecda558-484d-4589-ac80-81991835969f/os-extra_specs used request id req-f85b522b-9ea2-4cae-bde2-67b5aac066ac 2018-07-22 15:34:06,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0308928489685s 2018-07-22 15:34:06,308 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8ecda558-484d-4589-ac80-81991835969f/os-extra_specs used request id req-f85b522b-9ea2-4cae-bde2-67b5aac066ac 2018-07-22 15:34:06,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 15:34:06,318 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:34: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:34:06,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:34:06,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:34:06,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f51e22d-9005-4201-a513-c69cf29ab4e2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:34:06,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2f51e22d-9005-4201-a513-c69cf29ab4e2 2018-07-22 15:34:06,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0842552185059s 2018-07-22 15:34:06,406 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2f51e22d-9005-4201-a513-c69cf29ab4e2 2018-07-22 15:34:06,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:34:06,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:34:06,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d70e97-50d5-4b0e-b494-6bbf329e2ea3 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:34:06,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70d70e97-50d5-4b0e-b494-6bbf329e2ea3 2018-07-22 15:34:06,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0896029472351s 2018-07-22 15:34:06,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70d70e97-50d5-4b0e-b494-6bbf329e2ea3 2018-07-22 15:34:06,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-22 15:34:06,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:34:06,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-eb915943-e4a0-4229-9ba5-b86fa39d963e x-compute-request-id: req-eb915943-e4a0-4229-9ba5-b86fa39d963e Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-22 15:34:06,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-eb915943-e4a0-4229-9ba5-b86fa39d963e 2018-07-22 15:34:06,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0334749221802s 2018-07-22 15:34:06,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-eb915943-e4a0-4229-9ba5-b86fa39d963e 2018-07-22 15:34:06,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:34:06,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:34:06,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-f45a1e74-466d-4063-8e30-e51d0efeb217 Date: Sun, 22 Jul 2018 15:34:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/909007aa-7118-426d-be02-984088f3c6af/snap", "metadata": {}}], "file": "/v2/images/909007aa-7118-426d-be02-984088f3c6af/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "909007aa-7118-426d-be02-984088f3c6af", "size": 12716032, "self": "/v2/images/909007aa-7118-426d-be02-984088f3c6af", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/909007aa-7118-426d-be02-984088f3c6af/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:34:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T15:34:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:34:06,565 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f45a1e74-466d-4063-8e30-e51d0efeb217 2018-07-22 15:34:06,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0242848396301s 2018-07-22 15:34:06,565 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f45a1e74-466d-4063-8e30-e51d0efeb217 2018-07-22 15:34:06,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 15:34:06,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78"}' 2018-07-22 15:34:06,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e594df32-8af8-4361-863e-5b8aaaf28772 Date: Sun, 22 Jul 2018 15:34:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b77a91bd-56a9-44e1-a181-657e7a6b7cf6", "size": null, "self": "/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:34:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "checksum": null, "created_at": "2018-07-22T15:34:06Z", "protected": false} 2018-07-22 15:34:06,615 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e594df32-8af8-4361-863e-5b8aaaf28772 2018-07-22 15:34:06,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0422348976135s 2018-07-22 15:34:06,615 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e594df32-8af8-4361-863e-5b8aaaf28772 returning object b77a91bd-56a9-44e1-a181-657e7a6b7cf6 2018-07-22 15:34:06,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 15:34:06,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6/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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '' 2018-07-22 15:34:07,137 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c883407-c5fb-43a3-9182-10db9c8db913 Date: Sun, 22 Jul 2018 15:34:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:34:07,137 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6/file used request id req-9c883407-c5fb-43a3-9182-10db9c8db913 2018-07-22 15:34:07,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.521322011948s 2018-07-22 15:34:07,137 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6/file used request id req-9c883407-c5fb-43a3-9182-10db9c8db913 2018-07-22 15:34:07,138 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/patrole-img_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T15:34:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'b77a91bd-56a9-44e1-a181-657e7a6b7cf6', u'size': None, u'name': u'patrole-img_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78', u'checksum': None, u'self': u'/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T15:34:06Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 15:34:07,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 15:34:07,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 15:34:07,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:34: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-8a430c85-8c10-4007-b4f8-b4d604e2fe5d x-compute-request-id: req-8a430c85-8c10-4007-b4f8-b4d604e2fe5d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f16bf66d-980c-458d-897d-6edd485a90db", "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": "f16bf66d-980c-458d-897d-6edd485a90db"}} 2018-07-22 15:34:07,175 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8a430c85-8c10-4007-b4f8-b4d604e2fe5d 2018-07-22 15:34:07,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0365798473358s 2018-07-22 15:34:07,175 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8a430c85-8c10-4007-b4f8-b4d604e2fe5d 2018-07-22 15:34:07,176 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'f16bf66d-980c-458d-897d-6edd485a90db', 'swap': 0}) 2018-07-22 15:34:07,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 15:34:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db/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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"extra_specs": {}}' 2018-07-22 15:34:07,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:34: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-eeaeb7a1-f444-454a-9e48-1e1b6defeacb x-compute-request-id: req-eeaeb7a1-f444-454a-9e48-1e1b6defeacb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 15:34:07,198 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db/os-extra_specs used request id req-eeaeb7a1-f444-454a-9e48-1e1b6defeacb 2018-07-22 15:34:07,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208950042725s 2018-07-22 15:34:07,198 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db/os-extra_specs used request id req-eeaeb7a1-f444-454a-9e48-1e1b6defeacb 2018-07-22 15:34:07,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'f16bf66d-980c-458d-897d-6edd485a90db', 'swap': 0}) 2018-07-22 15:34:10,464 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-22 15:34:10,465 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-22 15:34:10,465 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-22 15:34:10,467 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-22 15:34:10,479 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-22 15:34:14,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ff2e4c92-e7d9-4eb1-b9b6-efdb0392b588/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-07-22 15:34:14,022 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-22 15:34:14,024 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-22 15:34:14,024 - 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-07-22 15:35:46,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: acf43176-dd7e-46d8-8a9a-936029a363a4 2018-07-22 15:35:47,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'acf43176-dd7e-46d8-8a9a-936029a363a4']'. 2018-07-22 15:35:47,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-22 15:35:47,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-22 15:35:47,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-22 15:35:47,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | acf43176-dd7e-46d8-8a9a-936029a363a4 | 2018-07-22 15:35:47,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-07-22 15:35:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-22 15:34:16 | 2018-07-22 15:35:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-22 15:35:46 | 2018-07-22 15:35:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:30 | 2018-07-22 15:35:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-22 15:35:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-22 15:35:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ff2e4c92-e7d9-4eb1-b9b6-efdb0392b588) | 2018-07-22 15:35:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-22 15:35:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 72b58074-c2a1-4a3c-91c7-588355e0eca5) | 2018-07-22 15:35:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-07-22 15:35:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 69.79 | 2018-07-22 15:35:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-07-22 15:35:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-07-22 15:35:47,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-22 15:35:47,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-22 15:35:47,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-07-22 15:35:47,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-22 15:35:47,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-22 15:35:47,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-07-22 15:35:48,128 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 15:35:48,129 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 01:47 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 15:35:48,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 15:35:48,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4/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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" -d '{"subnet_id": "e96d2237-7e5a-42a4-bbcc-20b1ec39010d"}' 2018-07-22 15:35:49,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c2f38047-5526-4028-ba49-532e0571b7a1 Date: Sun, 22 Jul 2018 15:35:49 GMT RESP BODY: {"network_id": "cb0a8c2a-a574-4380-b126-1606c5e10f77", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "e96d2237-7e5a-42a4-bbcc-20b1ec39010d", "subnet_ids": ["e96d2237-7e5a-42a4-bbcc-20b1ec39010d"], "port_id": "312bd247-f2fc-48b7-863e-803e71d2de2a", "id": "af57bb06-41ef-4a97-8c93-e8c549ccc8d4"} 2018-07-22 15:35:49,391 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4/remove_router_interface.json used request id req-c2f38047-5526-4028-ba49-532e0571b7a1 2018-07-22 15:35:49,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.2602751255s 2018-07-22 15:35:49,392 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4/remove_router_interface.json used request id req-c2f38047-5526-4028-ba49-532e0571b7a1 returning object af57bb06-41ef-4a97-8c93-e8c549ccc8d4 2018-07-22 15:35:49,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 15:35:49,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:49,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-1fec6d9a-6aaf-4d5d-acf2-44c1291ceb3d Date: Sun, 22 Jul 2018 15:35:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:58:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:58:43Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "3404185f-e34b-4ba3-9890-72b3d2a1751b", "name": "NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "949fe51739d5472d894c66756cc1cd7a", "created_at": "2018-07-22T15:30:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:30:04Z", "revision_number": 2, "routes": [], "project_id": "949fe51739d5472d894c66756cc1cd7a", "id": "6b036f3f-820f-4ae6-8e81-ea3102eeaa7f", "name": "c_rally_24579ddc_tfreUk8U"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T15:34:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:35:48Z", "revision_number": 4, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "af57bb06-41ef-4a97-8c93-e8c549ccc8d4", "name": "patrole-router_685bbad5-6ce2-41f1-bb75-9de0dee47d78"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "949fe51739d5472d894c66756cc1cd7a", "created_at": "2018-07-22T15:30:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:30:05Z", "revision_number": 2, "routes": [], "project_id": "949fe51739d5472d894c66756cc1cd7a", "id": "ef486ce5-2231-4e1b-ba82-0a1426a5b8f1", "name": "c_rally_24579ddc_tfreUk8U"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:58:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:58:44Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "f7dcc3e6-f1db-422d-bfa1-3e02ff32da4a", "name": "NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router"}]} 2018-07-22 15:35:49,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1fec6d9a-6aaf-4d5d-acf2-44c1291ceb3d 2018-07-22 15:35:49,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.312678813934s 2018-07-22 15:35:49,705 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1fec6d9a-6aaf-4d5d-acf2-44c1291ceb3d 2018-07-22 15:35:49,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 15:35:49,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:50,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b21b338-6580-44f1-8b9f-f11b48f2d8db Content-Length: 0 Date: Sun, 22 Jul 2018 15:35:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:35:50,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4.json used request id req-0b21b338-6580-44f1-8b9f-f11b48f2d8db 2018-07-22 15:35:50,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.14738106728s 2018-07-22 15:35:50,855 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/af57bb06-41ef-4a97-8c93-e8c549ccc8d4.json used request id req-0b21b338-6580-44f1-8b9f-f11b48f2d8db 2018-07-22 15:35:50,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 15:35:50,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:50,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-882ec64d-8b08-44c7-ac38-e364fb3cad8b Date: Sun, 22 Jul 2018 15:35:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb0a8c2a-a574-4380-b126-1606c5e10f77","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:34:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:34:01Z","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":"f65ca044e22540bca7d76e49c8ced1bf","id":"e96d2237-7e5a-42a4-bbcc-20b1ec39010d","subnetpool_id":null,"name":"patrole-subnet_685bbad5-6ce2-41f1-bb75-9de0dee47d78"}]} 2018-07-22 15:35:50,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-882ec64d-8b08-44c7-ac38-e364fb3cad8b 2018-07-22 15:35:50,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0892989635468s 2018-07-22 15:35:50,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-882ec64d-8b08-44c7-ac38-e364fb3cad8b 2018-07-22 15:35:50,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 15:35:50,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/e96d2237-7e5a-42a4-bbcc-20b1ec39010d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:51,796 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fd22697-bce9-42b9-b7cb-e407c09b9d92 Date: Sun, 22 Jul 2018 15:35:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:35:51,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e96d2237-7e5a-42a4-bbcc-20b1ec39010d.json used request id req-7fd22697-bce9-42b9-b7cb-e407c09b9d92 2018-07-22 15:35:51,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.84955406189s 2018-07-22 15:35:51,797 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e96d2237-7e5a-42a4-bbcc-20b1ec39010d.json used request id req-7fd22697-bce9-42b9-b7cb-e407c09b9d92 2018-07-22 15:35:51,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:35:51,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:52,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-9a9864a0-eef0-4d50-9095-1f16478549f5 Date: Sun, 22 Jul 2018 15:35:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cb0a8c2a-a574-4380-b126-1606c5e10f77","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:35:51Z","provider:segmentation_id":12,"name":"patrole-net_685bbad5-6ce2-41f1-bb75-9de0dee47d78","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:34:00Z","provider:network_type":"vxlan"}]} 2018-07-22 15:35:52,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9a9864a0-eef0-4d50-9095-1f16478549f5 2018-07-22 15:35:52,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264357805252s 2018-07-22 15:35:52,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-9a9864a0-eef0-4d50-9095-1f16478549f5 2018-07-22 15:35:52,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 15:35:52,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/cb0a8c2a-a574-4380-b126-1606c5e10f77.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:52,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c43bce15-75f3-49cd-aae5-6bb62a76ff61 Date: Sun, 22 Jul 2018 15:35:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:35:52,872 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cb0a8c2a-a574-4380-b126-1606c5e10f77.json used request id req-c43bce15-75f3-49cd-aae5-6bb62a76ff61 2018-07-22 15:35:52,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.808683156967s 2018-07-22 15:35:52,872 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cb0a8c2a-a574-4380-b126-1606c5e10f77.json used request id req-c43bce15-75f3-49cd-aae5-6bb62a76ff61 2018-07-22 15:35:52,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:35:52,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:53,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-92d8a5bc-5447-4100-9a7b-276c2402be53 Date: Sun, 22 Jul 2018 15:35:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6/snap", "metadata": {}}], "file": "/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b77a91bd-56a9-44e1-a181-657e7a6b7cf6", "size": 12716032, "self": "/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:34:07Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T15:34:06Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/909007aa-7118-426d-be02-984088f3c6af/snap", "metadata": {}}], "file": "/v2/images/909007aa-7118-426d-be02-984088f3c6af/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "909007aa-7118-426d-be02-984088f3c6af", "size": 12716032, "self": "/v2/images/909007aa-7118-426d-be02-984088f3c6af", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/909007aa-7118-426d-be02-984088f3c6af/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T15:34:06Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T15:34:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:35:53,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-92d8a5bc-5447-4100-9a7b-276c2402be53 2018-07-22 15:35:53,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185837984085s 2018-07-22 15:35:53,063 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-92d8a5bc-5447-4100-9a7b-276c2402be53 2018-07-22 15:35:53,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 15:35:53,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/909007aa-7118-426d-be02-984088f3c6af -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:54,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-082669f4-352e-4b13-8c94-8bcb1b59b3d3 Date: Sun, 22 Jul 2018 15:35:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:35:54,119 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/909007aa-7118-426d-be02-984088f3c6af used request id req-082669f4-352e-4b13-8c94-8bcb1b59b3d3 2018-07-22 15:35:54,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05428099632s 2018-07-22 15:35:54,120 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/909007aa-7118-426d-be02-984088f3c6af used request id req-082669f4-352e-4b13-8c94-8bcb1b59b3d3 2018-07-22 15:35:54,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 15:35:54,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:54,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:35: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-b78b5561-14e8-40ee-8a20-184585bc8b5d x-compute-request-id: req-b78b5561-14e8-40ee-8a20-184585bc8b5d Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8ecda558-484d-4589-ac80-81991835969f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8ecda558-484d-4589-ac80-81991835969f", "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": "8ecda558-484d-4589-ac80-81991835969f"}, {"name": "patrole-flavor_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f16bf66d-980c-458d-897d-6edd485a90db", "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": "f16bf66d-980c-458d-897d-6edd485a90db"}]} 2018-07-22 15:35:54,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b78b5561-14e8-40ee-8a20-184585bc8b5d 2018-07-22 15:35:54,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0278458595276s 2018-07-22 15:35:54,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b78b5561-14e8-40ee-8a20-184585bc8b5d 2018-07-22 15:35:54,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 15:35:54,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/8ecda558-484d-4589-ac80-81991835969f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:54,184 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:35: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-058952ec-03aa-4e4a-b2c4-4c5b8bf9574c x-compute-request-id: req-058952ec-03aa-4e4a-b2c4-4c5b8bf9574c Content-Length: 0 Content-Type: application/json 2018-07-22 15:35:54,184 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8ecda558-484d-4589-ac80-81991835969f used request id req-058952ec-03aa-4e4a-b2c4-4c5b8bf9574c 2018-07-22 15:35:54,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0332129001617s 2018-07-22 15:35:54,184 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8ecda558-484d-4589-ac80-81991835969f used request id req-058952ec-03aa-4e4a-b2c4-4c5b8bf9574c 2018-07-22 15:35:54,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 15:35:54,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:55,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-21c92000-ca70-4bd6-85c8-145764abab88 Date: Sun, 22 Jul 2018 15:35:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:35:55,182 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6 used request id req-21c92000-ca70-4bd6-85c8-145764abab88 2018-07-22 15:35:55,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.997341871262s 2018-07-22 15:35:55,183 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b77a91bd-56a9-44e1-a181-657e7a6b7cf6 used request id req-21c92000-ca70-4bd6-85c8-145764abab88 2018-07-22 15:35:55,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 15:35:55,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:55,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:35:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0891c99e-8578-456a-8412-00cc6108a727 x-compute-request-id: req-0891c99e-8578-456a-8412-00cc6108a727 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_685bbad5-6ce2-41f1-bb75-9de0dee47d78", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f16bf66d-980c-458d-897d-6edd485a90db", "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": "f16bf66d-980c-458d-897d-6edd485a90db"}]} 2018-07-22 15:35:55,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0891c99e-8578-456a-8412-00cc6108a727 2018-07-22 15:35:55,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276339054108s 2018-07-22 15:35:55,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-0891c99e-8578-456a-8412-00cc6108a727 2018-07-22 15:35:55,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 15:35:55,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04878a87c89bdb9ebad1e74f736b309ce3ca12ff" 2018-07-22 15:35:55,242 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:35:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7075076e-dfb2-45b9-960f-04fa3480f436 x-compute-request-id: req-7075076e-dfb2-45b9-960f-04fa3480f436 Content-Length: 0 Content-Type: application/json 2018-07-22 15:35:55,242 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db used request id req-7075076e-dfb2-45b9-960f-04fa3480f436 2018-07-22 15:35:55,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0295040607452s 2018-07-22 15:35:55,243 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f16bf66d-980c-458d-897d-6edd485a90db used request id req-7075076e-dfb2-45b9-960f-04fa3480f436 2018-07-22 15:35:55,293 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-07-22 15:35:55,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 15:35:55,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 15:35:55,331 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 15:35:55,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 15:35:55,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:35:55,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ae653ec-88c1-47e6-bec9-333242d6753c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:35:55,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3ae653ec-88c1-47e6-bec9-333242d6753c 2018-07-22 15:35:55,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 15:35:55,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:35:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MKQtDXKrTcyTKI4IOCA5rQ"], "issued_at": "2018-07-22T15:35:55.000000Z"}} 2018-07-22 15:35:55,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:35:55,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" 2018-07-22 15:35:55,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e345a16b-eb2a-41cb-92cb-e40bbe79d702 Date: Sun, 22 Jul 2018 15:35:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:35:55,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e345a16b-eb2a-41cb-92cb-e40bbe79d702 2018-07-22 15:35:55,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248821973801s 2018-07-22 15:35:55,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e345a16b-eb2a-41cb-92cb-e40bbe79d702 2018-07-22 15:35:55,985 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-07-22 15:35:55,986 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-22 15:35:57,470 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:06d561ab1ae8723493b484c1effc2790 sha256:98087fed614aef8f63d5d2e3fcd1f6d82f1faa547a78915b63717f62410bcc98 2018-07-22 15:35:57,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 15:35:57,476 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 15:35:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 15:35:57,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:35:57,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" 2018-07-22 15:35:57,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5986c6d5-036d-48a0-adb9-c3ca8927e5b9 Date: Sun, 22 Jul 2018 15:35:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:35:57,667 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5986c6d5-036d-48a0-adb9-c3ca8927e5b9 2018-07-22 15:35:57,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189091920853s 2018-07-22 15:35:57,667 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5986c6d5-036d-48a0-adb9-c3ca8927e5b9 2018-07-22 15:35:57,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 15:35:57,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" -d '{"owner_specified.shade.md5": "06d561ab1ae8723493b484c1effc2790", "owner_specified.shade.sha256": "98087fed614aef8f63d5d2e3fcd1f6d82f1faa547a78915b63717f62410bcc98", "owner_specified.shade.object": "images/vmtp-img_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}' 2018-07-22 15:35:57,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-890973f1-78b7-408d-96e4-eb971cd9858c Date: Sun, 22 Jul 2018 15:35:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "7a1d3be0-7df9-4a53-be38-60b3c9daefc9", "size": null, "self": "/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "98087fed614aef8f63d5d2e3fcd1f6d82f1faa547a78915b63717f62410bcc98", "updated_at": "2018-07-22T15:35:57Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "06d561ab1ae8723493b484c1effc2790", "name": "vmtp-img_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "checksum": null, "created_at": "2018-07-22T15:35:57Z", "protected": false} 2018-07-22 15:35:57,719 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-890973f1-78b7-408d-96e4-eb971cd9858c 2018-07-22 15:35:57,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0424871444702s 2018-07-22 15:35:57,719 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-890973f1-78b7-408d-96e4-eb971cd9858c returning object 7a1d3be0-7df9-4a53-be38-60b3c9daefc9 2018-07-22 15:35:57,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 15:35:57,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9/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}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" -d '' 2018-07-22 15:36:02,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7ce5ec40-f880-4ee7-8989-a4e913d8d76c Date: Sun, 22 Jul 2018 15:36:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:36:02,377 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9/file used request id req-7ce5ec40-f880-4ee7-8989-a4e913d8d76c 2018-07-22 15:36:02,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.65782594681s 2018-07-22 15:36:02,378 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9/file used request id req-7ce5ec40-f880-4ee7-8989-a4e913d8d76c 2018-07-22 15:36:02,378 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmtp-img_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T15:35:57Z', u'owner_specified.shade.sha256': u'98087fed614aef8f63d5d2e3fcd1f6d82f1faa547a78915b63717f62410bcc98', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'06d561ab1ae8723493b484c1effc2790', u'id': u'7a1d3be0-7df9-4a53-be38-60b3c9daefc9', u'size': None, u'name': u'vmtp-img_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877', u'checksum': None, u'self': u'/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T15:35:57Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 15:36:02,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 15:36:02,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-07-22 15:36:02,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:36: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-6ea08965-2e6d-4520-a429-f8108114f75b x-compute-request-id: req-6ea08965-2e6d-4520-a429-f8108114f75b Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}} 2018-07-22 15:36:02,605 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6ea08965-2e6d-4520-a429-f8108114f75b 2018-07-22 15:36:02,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.225993156433s 2018-07-22 15:36:02,605 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6ea08965-2e6d-4520-a429-f8108114f75b 2018-07-22 15:36:02,606 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'19d5eedd-9876-4099-870b-58dd46815962', 'swap': 0}) 2018-07-22 15:36:02,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 15:36:02,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962/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}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" -d '{"extra_specs": {}}' 2018-07-22 15:36:02,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:36: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-b6f98334-c2bc-46d7-a1d0-b8fb9a47f2f4 x-compute-request-id: req-b6f98334-c2bc-46d7-a1d0-b8fb9a47f2f4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 15:36:02,628 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962/os-extra_specs used request id req-b6f98334-c2bc-46d7-a1d0-b8fb9a47f2f4 2018-07-22 15:36:02,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212759971619s 2018-07-22 15:36:02,629 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962/os-extra_specs used request id req-b6f98334-c2bc-46d7-a1d0-b8fb9a47f2f4 2018-07-22 15:36:02,629 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877' 2018-07-22 15:36:02,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 15:36:02,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" -d '{"keypair": {"name": "vmtp_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}}' 2018-07-22 15:36:02,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:36: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-9a60e4de-7407-4dac-8743-816f7ff9dc95 x-compute-request-id: req-9a60e4de-7407-4dac-8743-816f7ff9dc95 Content-Encoding: gzip Content-Length: 1799 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHoovyJhj70jX9RzTyPZl4IbMgpcPkfkD9Ii/NBkDjm9ChU7yobch8wA+gonvm/auZf+0dMjLz0GWDte/Zo8iJ48av3GnhfP9P7KQltnDLvpfBCRth5lxe77pRRqd9YzreEzdtcamJW/x6OLbBpFGHom9zN7N8VbEQJtoMBaDsyvRKbJUAw+7ndDD/jkQHU16kyPfQ0WF6Qhdx/CBAMEVeMJmxDxolXIIIg4qh2gK02D4Fsir8STdPuAaqo2/W/Uk02mwxJ8uZsTy6BBUY9MaaoQL4iM7TqhdHgYKTmA7a/288IeEUhEApwD4Si7Szjm+XLr9AeLCfnTw6S6Of1k9F Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAx6KL8iYY+9I1/Uc08j2ZeCGzIKXD5H5A/SIvzQZA45vQoVO8\nqG3IfMAPoKJ75v2rmX/tHTIy89Blg7Xv2aPIiePGr9xp4Xz/T+ykJbZwy76XwQkb\nYeZcXu+6UUanfWM63hM3bXGpiVv8eji2waRRh6JvczezfFWxECbaDAWg7Mr0SmyV\nAMPu53Qw/45EB1NepMj30NFhekIXcfwgQDBFXjCZsQ8aJVyCCIOKodoCtNg+BbIq\n/Ek3T7gGqqNv1v1JNNpsMSfLmbE8ugQVGPTGmqEC+IjO06oXR4GCk5gO2v9vPCHh\nFIRAKcA+Eou0s45vly6/QHiwn508Okujn9ZPRQIDAQABAoIBAAV/j5UqwXNmFcCV\nDntBgRGS9AkJJ70KUSXnpCNkcbMTHori8IY/B8+Pxp5o+zqgb/J5WIF+WXLnoXQg\nNavr2+EYWeeMDYp9U9bSsK6tOKwT4sAZTRzEKHUg6yPD62cDraJiKxujjsTOuMRw\n/W+V4/z1V1Z4CUR6Y7cLKuQ733PGErFzf1wMZ6G9WRR2cw/RJ47luKmhnVL8wNYR\nZ+yMe5GICfJjCvANfN5QWvy4tvLL76GCW68Cr7lzIt1v+GorEtdkPj6vzOpT3j0t\nWP/P9aR01uwb6Mi9nBi7it1Qn49nVVyBo/M/blR16jr2WBl13ZlHbz68ZZvftcBT\n1/r674ECgYEA+qifqfVAlsLp/BzRAv9yrRMfrmBAU5I0Vjpc5gxmKrV/Nu/2uvGg\n5vXA8Yo1nFI1jlrjWjr/s9U4KXpFyzzdAfouj5xk1k7Eo+QwbHZUkm6mwYFGOS2o\nJK1gs4zldpjgSIt/q6E8s22lfmz38C0nUvmS6UCgf1XQOqPvrrt+L2UCgYEAy+OU\n7D52e7ichyxF5u6aAouqM0O1pv7giVy/I8zDtIpluTWJpYkNl/svVmwSgWboHxTB\nUH1w1m3BM8O/qtKldB9tpo3yhu6f7e0A4H4uiO0UTGTYp204bsuJHA8jXa3tHnyV\nGIh/6ltXx1KrBM0Jx8gnCXV4jSeTMYUdFUD4UmECgYEAwiMuHo20a9AlN7396Et/\nPyuLoxwrVk7ruElVwFukGbofAKbUuzAARkHbIXjBUwSdNFeStUTy3Q7sg7uPKP1H\n04s42sPvmcjCJonLM4ZmtE99WmxMvmZtT5L1Tbt30eZP+AALbxvfjr0Cq6usUNo4\nFdz0+zGx3U3SjEiCkBvpfL0CgYByjh3gVoAPp3wa3p8vzyOtBnfMceCgQVg7FWc3\nYBcdWx0oYJJD9aszlyfTsMj896q3u9uZs8EwWV5SDUulWNEpW3cqO1rmwTAOaDkz\n6PGQcVQUUB0ChPVOGwGgSEkgm1Y86NaEgD0Omd/J2ALKocE7BJQaVmwzMucazaW3\niVd8QQKBgQCElewA9EpYzdAYhcYt+dKuU1MAIyxk6GZYPXGPpiFKqGEgZuUjT2/m\n/lQy90gN5dltw5TLb0VCZMMZwZMjwg3dUCf40FB4cSRR2CIy8aFvSczctHESjTVf\nnHA1u8+HOmylDeHn164C1Fmn7nh/W4MlRNqpz0QJOni6QxiNv6qT7w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "e4227d46953b40858f903170fa2ab282", "name": "vmtp_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "fingerprint": "94:29:dd:b2:94:46:a6:18:b1:e7:8a:84:89:dd:d6:4d"}} 2018-07-22 15:36:02,757 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9a60e4de-7407-4dac-8743-816f7ff9dc95 2018-07-22 15:36:02,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.127562046051s 2018-07-22 15:36:02,757 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9a60e4de-7407-4dac-8743-816f7ff9dc95 2018-07-22 15:36:02,758 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHoovyJhj70jX9RzTyPZl4IbMgpcPkfkD9Ii/NBkDjm9ChU7yobch8wA+gonvm/auZf+0dMjLz0GWDte/Zo8iJ48av3GnhfP9P7KQltnDLvpfBCRth5lxe77pRRqd9YzreEzdtcamJW/x6OLbBpFGHom9zN7N8VbEQJtoMBaDsyvRKbJUAw+7ndDD/jkQHU16kyPfQ0WF6Qhdx/CBAMEVeMJmxDxolXIIIg4qh2gK02D4Fsir8STdPuAaqo2/W/Uk02mwxJ8uZsTy6BBUY9MaaoQL4iM7TqhdHgYKTmA7a/288IeEUhEApwD4Si7Szjm+XLr9AeLCfnTw6S6Of1k9F Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAx6KL8iYY+9I1/Uc08j2ZeCGzIKXD5H5A/SIvzQZA45vQoVO8\nqG3IfMAPoKJ75v2rmX/tHTIy89Blg7Xv2aPIiePGr9xp4Xz/T+ykJbZwy76XwQkb\nYeZcXu+6UUanfWM63hM3bXGpiVv8eji2waRRh6JvczezfFWxECbaDAWg7Mr0SmyV\nAMPu53Qw/45EB1NepMj30NFhekIXcfwgQDBFXjCZsQ8aJVyCCIOKodoCtNg+BbIq\n/Ek3T7gGqqNv1v1JNNpsMSfLmbE8ugQVGPTGmqEC+IjO06oXR4GCk5gO2v9vPCHh\nFIRAKcA+Eou0s45vly6/QHiwn508Okujn9ZPRQIDAQABAoIBAAV/j5UqwXNmFcCV\nDntBgRGS9AkJJ70KUSXnpCNkcbMTHori8IY/B8+Pxp5o+zqgb/J5WIF+WXLnoXQg\nNavr2+EYWeeMDYp9U9bSsK6tOKwT4sAZTRzEKHUg6yPD62cDraJiKxujjsTOuMRw\n/W+V4/z1V1Z4CUR6Y7cLKuQ733PGErFzf1wMZ6G9WRR2cw/RJ47luKmhnVL8wNYR\nZ+yMe5GICfJjCvANfN5QWvy4tvLL76GCW68Cr7lzIt1v+GorEtdkPj6vzOpT3j0t\nWP/P9aR01uwb6Mi9nBi7it1Qn49nVVyBo/M/blR16jr2WBl13ZlHbz68ZZvftcBT\n1/r674ECgYEA+qifqfVAlsLp/BzRAv9yrRMfrmBAU5I0Vjpc5gxmKrV/Nu/2uvGg\n5vXA8Yo1nFI1jlrjWjr/s9U4KXpFyzzdAfouj5xk1k7Eo+QwbHZUkm6mwYFGOS2o\nJK1gs4zldpjgSIt/q6E8s22lfmz38C0nUvmS6UCgf1XQOqPvrrt+L2UCgYEAy+OU\n7D52e7ichyxF5u6aAouqM0O1pv7giVy/I8zDtIpluTWJpYkNl/svVmwSgWboHxTB\nUH1w1m3BM8O/qtKldB9tpo3yhu6f7e0A4H4uiO0UTGTYp204bsuJHA8jXa3tHnyV\nGIh/6ltXx1KrBM0Jx8gnCXV4jSeTMYUdFUD4UmECgYEAwiMuHo20a9AlN7396Et/\nPyuLoxwrVk7ruElVwFukGbofAKbUuzAARkHbIXjBUwSdNFeStUTy3Q7sg7uPKP1H\n04s42sPvmcjCJonLM4ZmtE99WmxMvmZtT5L1Tbt30eZP+AALbxvfjr0Cq6usUNo4\nFdz0+zGx3U3SjEiCkBvpfL0CgYByjh3gVoAPp3wa3p8vzyOtBnfMceCgQVg7FWc3\nYBcdWx0oYJJD9aszlyfTsMj896q3u9uZs8EwWV5SDUulWNEpW3cqO1rmwTAOaDkz\n6PGQcVQUUB0ChPVOGwGgSEkgm1Y86NaEgD0Omd/J2ALKocE7BJQaVmwzMucazaW3\niVd8QQKBgQCElewA9EpYzdAYhcYt+dKuU1MAIyxk6GZYPXGPpiFKqGEgZuUjT2/m\n/lQy90gN5dltw5TLb0VCZMMZwZMjwg3dUCf40FB4cSRR2CIy8aFvSczctHESjTVf\nnHA1u8+HOmylDeHn164C1Fmn7nh/W4MlRNqpz0QJOni6QxiNv6qT7w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e4227d46953b40858f903170fa2ab282', 'name': u'vmtp_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877', 'created_at': '2018-07-22T15:36:02.758315', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f65ca044e22540bca7d76e49c8ced1bf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'94:29:dd:b2:94:46:a6:18:b1:e7:8a:84:89:dd:d6:4d', 'type': 'ssh', 'id': u'vmtp_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877'}) 2018-07-22 15:36:02,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 15:36:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" 2018-07-22 15:36:02,788 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:36: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-63d073c4-77ff-4486-8d17-4baa2320219f x-compute-request-id: req-63d073c4-77ff-4486-8d17-4baa2320219f Content-Length: 0 Content-Type: application/json 2018-07-22 15:36:02,788 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 used request id req-63d073c4-77ff-4486-8d17-4baa2320219f 2018-07-22 15:36:02,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0290789604187s 2018-07-22 15:36:02,788 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vmtp_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 used request id req-63d073c4-77ff-4486-8d17-4baa2320219f 2018-07-22 15:36:03,732 - 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-07-22 15:42:12,672 - 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-07-22 15:36:04,480 INFO Using http://172.30.9.28:5000//v3 2018-07-22 15:36:04,480 INFO VM public key: /tmp/tmpyhNtPt 2018-07-22 15:36:04,480 INFO VM private key: /tmp/tmpjsN6tl 2018-07-22 15:36:06,010 INFO Found image vmtp-img_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 to launch VM, will continue 2018-07-22 15:36:06,293 INFO Using external network: external. 2018-07-22 15:36:06,596 INFO Found external router: NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router 2018-07-22 15:36:07,221 INFO Created internal network: pns-internal-net_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877. 2018-07-22 15:36:07,886 INFO Created internal network: pns-internal-net2_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877. 2018-07-22 15:36:09,651 DEBUG Ext router associated to pns-internal-net_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 2018-07-22 15:36:11,121 DEBUG Ext router associated to pns-internal-net2_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 2018-07-22 15:36:11,160 INFO OpenStack agent: Unknown agent 2018-07-22 15:36:11,160 INFO OpenStack network type: vxlan 2018-07-22 15:36:12,190 INFO [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] Creating server VM... 2018-07-22 15:36:12,190 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-07-22 15:36:13,497 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 1 of 50... 2018-07-22 15:36:15,984 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 2 of 50... 2018-07-22 15:36:18,459 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 3 of 50... 2018-07-22 15:36:20,939 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 4 of 50... 2018-07-22 15:36:23,107 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 5 of 50... 2018-07-22 15:36:25,682 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 6 of 50... 2018-07-22 15:36:28,169 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 7 of 50... 2018-07-22 15:36:30,327 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 8 of 50... 2018-07-22 15:36:32,894 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 9 of 50... 2018-07-22 15:36:35,395 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 10 of 50... 2018-07-22 15:36:37,751 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 11 of 50... 2018-07-22 15:36:39,921 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 12 of 50... 2018-07-22 15:36:42,250 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 13 of 50... 2018-07-22 15:36:44,560 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 14 of 50... 2018-07-22 15:36:46,717 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 15 of 50... 2018-07-22 15:36:49,026 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 16 of 50... 2018-07-22 15:36:51,191 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 17 of 50... 2018-07-22 15:36:53,521 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 18 of 50... 2018-07-22 15:36:55,860 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 19 of 50... 2018-07-22 15:36:58,173 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 20 of 50... 2018-07-22 15:37:00,347 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 21 of 50... 2018-07-22 15:37:02,523 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 22 of 50... 2018-07-22 15:37:04,835 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 23 of 50... 2018-07-22 15:37:07,142 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 24 of 50... 2018-07-22 15:37:09,313 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 25 of 50... 2018-07-22 15:37:11,642 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 26 of 50... 2018-07-22 15:37:13,963 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 27 of 50... 2018-07-22 15:37:16,278 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 28 of 50... 2018-07-22 15:37:18,435 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 29 of 50... 2018-07-22 15:37:20,595 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 30 of 50... 2018-07-22 15:37:22,945 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 31 of 50... 2018-07-22 15:37:25,117 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 32 of 50... 2018-07-22 15:37:27,296 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 33 of 50... 2018-07-22 15:37:29,797 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 34 of 50... 2018-07-22 15:37:31,956 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 35 of 50... 2018-07-22 15:37:34,112 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 36 of 50... 2018-07-22 15:37:36,438 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 37 of 50... 2018-07-22 15:37:38,612 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 38 of 50... 2018-07-22 15:37:41,116 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 39 of 50... 2018-07-22 15:37:43,674 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 40 of 50... 2018-07-22 15:37:46,056 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 41 of 50... 2018-07-22 15:37:48,523 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 42 of 50... 2018-07-22 15:37:50,686 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 43 of 50... 2018-07-22 15:37:52,839 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] VM status=BUILD, retrying 44 of 50... 2018-07-22 15:37:56,575 INFO [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] Internal network IP: 192.168.1.11 2018-07-22 15:37:56,575 INFO [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] SSH IP: 172.30.9.201 2018-07-22 15:37:56,575 INFO [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] Setup SSH for ubuntu@172.30.9.201 2018-07-22 15:42:03,981 ERROR Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 475, in run self.setup() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 318, in setup self.net.vm_int_net[0]) 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.201] SSH Connection failed after 50 attempts 2018-07-22 15:42:03,981 INFO Cleaning up... 2018-07-22 15:42:03,981 INFO Deleting floating ip 4e0cdfac-30f6-427f-827d-2806abbd65c9 2018-07-22 15:42:04,813 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] Floating IP 172.30.9.201 deleted 2018-07-22 15:42:05,110 DEBUG [TestServer_2bc7d45c-2ad9-4c33-8dcd-8573d53b58771] Instance deleted 2018-07-22 15:42:10,049 INFO Network pns-internal-net_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 deleted. 2018-07-22 15:42:12,265 INFO Network pns-internal-net2_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 deleted. 2018-07-22 15:42:12,325 INFO Removed public key pns_public_key 2018-07-22 15:42:12,325 INFO Deleting security group 2018-07-22 15:42:12,578 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 0 [0.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 29 +----------+-------------------------------------------------------+-------------------+------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 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 | {} | +----------+-------------------------------------------------------+-------------------+------+ No handlers could be found for logger "vmtp_file" 2018-07-22 15:42:12,580 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-07-22 15:42:12,796 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 15:42:12,797 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 06:17 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-22 15:42:12,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 15:42:12,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" 2018-07-22 15:42:13,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-912c5b06-3eac-4f03-9219-9e9300c4cf52 Date: Sun, 22 Jul 2018 15:42:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:42:13,263 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9 used request id req-912c5b06-3eac-4f03-9219-9e9300c4cf52 2018-07-22 15:42:13,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.459757089615s 2018-07-22 15:42:13,263 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7a1d3be0-7df9-4a53-be38-60b3c9daefc9 used request id req-912c5b06-3eac-4f03-9219-9e9300c4cf52 2018-07-22 15:42:13,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:42:13,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" 2018-07-22 15:42:13,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-16e29152-7669-4cde-9a3f-0fc5b093f0b9 Date: Sun, 22 Jul 2018 15:42:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:42:13,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-16e29152-7669-4cde-9a3f-0fc5b093f0b9 2018-07-22 15:42:13,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.451713085175s 2018-07-22 15:42:13,716 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-16e29152-7669-4cde-9a3f-0fc5b093f0b9 2018-07-22 15:42:13,717 - shade - DEBUG - Network pns-internal-net_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 not found for deleting 2018-07-22 15:42:13,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:42:13,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f18a7f75b20eaab39f323c583ebe83a25ee9c31c" 2018-07-22 15:42:13,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f5612349-8e41-46ef-9ed9-8480c57aa8a8 Date: Sun, 22 Jul 2018 15:42:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:42:13,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f5612349-8e41-46ef-9ed9-8480c57aa8a8 2018-07-22 15:42:13,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0755650997162s 2018-07-22 15:42:13,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f5612349-8e41-46ef-9ed9-8480c57aa8a8 2018-07-22 15:42:13,795 - shade - DEBUG - Network pns-internal-net2_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877 not found for deleting 2018-07-22 15:42:13,795 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-07-22 15:42:13,840 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-07-22 15:42:13,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 15:42:13,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 15:42:13,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 15:42:13,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 15:42:13,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 15:42:13,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 15:42:13,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 15:42:13,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 15:42:13,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 15:42:13,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 15:42:13,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 15:42:13,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 15:42:13,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 15:42:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 15:42:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 15:42:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 15:42:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 15:42:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 15:42:13,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 15:42:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 15:42:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 15:42:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 15:42:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 15:42:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 15:42:13,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 15:42:13,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:42:13,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3902b90a-58d7-4c44-8e71-3d822c40a351 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:42:13,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3902b90a-58d7-4c44-8e71-3d822c40a351 2018-07-22 15:42:13,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 15:42:14,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:42:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bO_8UIs3SLS1cWHnIeONQg"], "issued_at": "2018-07-22T15:42:14.000000Z"}} 2018-07-22 15:42:14,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:42:14,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:14,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ba4c303b-a8b9-48af-8c15-3790ef7bd1dd Date: Sun, 22 Jul 2018 15:42:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:42:14,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ba4c303b-a8b9-48af-8c15-3790ef7bd1dd 2018-07-22 15:42:14,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229300022125s 2018-07-22 15:42:14,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ba4c303b-a8b9-48af-8c15-3790ef7bd1dd 2018-07-22 15:42:14,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 15:42:14,519 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:42: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:42:14,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 15:42:14,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:14,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1683a1f9-aecb-4437-8307-8f0663c499f2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 15:42:14,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-1683a1f9-aecb-4437-8307-8f0663c499f2 2018-07-22 15:42:14,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0960741043091s 2018-07-22 15:42:14,617 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-1683a1f9-aecb-4437-8307-8f0663c499f2 2018-07-22 15:42:14,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 15:42:14,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6"}}' 2018-07-22 15:42:14,746 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:42:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dc724f6-8e18-482e-8b38-6f2c9b80d6e8 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.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8"}, "tags": [], "enabled": true, "id": "b8bc8db048c044b2b059edae4c54eff8", "parent_id": "default", "domain_id": "default", "name": "shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6"}} 2018-07-22 15:42:14,747 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4dc724f6-8e18-482e-8b38-6f2c9b80d6e8 2018-07-22 15:42:14,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.122354030609s 2018-07-22 15:42:14,747 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4dc724f6-8e18-482e-8b38-6f2c9b80d6e8 2018-07-22 15:42:14,747 - 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'b8bc8db048c044b2b059edae4c54eff8', '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_758d934f-d6e5-4744-b8ad-a5935158bca6'}) 2018-07-22 15:42:14,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 15:42:14,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6cf304ee-c049-494e-8acf-878124e6211b", "email": null, "name": "shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6"}}' 2018-07-22 15:42:15,122 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:42:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f3e9fdf-fb88-49b7-9442-f64852283931 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6", "links": {"self": "http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e5987a017fc42eea799db26dd450cb0", "domain_id": "default", "password_expires_at": null}} 2018-07-22 15:42:15,123 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-3f3e9fdf-fb88-49b7-9442-f64852283931 2018-07-22 15:42:15,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.368811130524s 2018-07-22 15:42:15,123 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-3f3e9fdf-fb88-49b7-9442-f64852283931 2018-07-22 15:42:15,124 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0e5987a017fc42eea799db26dd450cb0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6'}) 2018-07-22 15:42:15,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:42:15,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:15,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-959752ae-1dc0-45f1-b82d-ac68f8e37c83 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:42:15,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-959752ae-1dc0-45f1-b82d-ac68f8e37c83 2018-07-22 15:42:15,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0889339447021s 2018-07-22 15:42:15,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-959752ae-1dc0-45f1-b82d-ac68f8e37c83 2018-07-22 15:42:15,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:42:15,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:15,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65708fa4-6e9b-41f0-82df-2f354d52add5 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:42:15,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-65708fa4-6e9b-41f0-82df-2f354d52add5 2018-07-22 15:42:15,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.088663816452s 2018-07-22 15:42:15,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-65708fa4-6e9b-41f0-82df-2f354d52add5 2018-07-22 15:42:15,312 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 15:42:15,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 15:42:15,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" -d '{"role": {"name": "Member"}}' 2018-07-22 15:42:15,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5ec23fe-eacf-4517-b0aa-635ab305cd8f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d73f45e2823a47e3a057b1fbf4dd60ca", "links": {"self": "http://172.30.9.28:5000/v3/roles/d73f45e2823a47e3a057b1fbf4dd60ca"}, "name": "Member"}} 2018-07-22 15:42:15,418 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5ec23fe-eacf-4517-b0aa-635ab305cd8f 2018-07-22 15:42:15,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.10271191597s 2018-07-22 15:42:15,419 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5ec23fe-eacf-4517-b0aa-635ab305cd8f 2018-07-22 15:42:15,419 - 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'd73f45e2823a47e3a057b1fbf4dd60ca'}) 2018-07-22 15:42:15,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:42:15,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:15,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee8e812-3534-4431-8bbc-20090a33750e Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "d73f45e2823a47e3a057b1fbf4dd60ca", "links": {"self": "http://172.30.9.28:5000/v3/roles/d73f45e2823a47e3a057b1fbf4dd60ca"}, "name": "Member"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:42:15,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fee8e812-3534-4431-8bbc-20090a33750e 2018-07-22 15:42:15,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0188069343567s 2018-07-22 15:42:15,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fee8e812-3534-4431-8bbc-20090a33750e 2018-07-22 15:42:15,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 15:42:15,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:15,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae16e80e-a0ba-4d9a-bd08-44e05865e113 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 15:42:15,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ae16e80e-a0ba-4d9a-bd08-44e05865e113 2018-07-22 15:42:15,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0883319377899s 2018-07-22 15:42:15,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ae16e80e-a0ba-4d9a-bd08-44e05865e113 2018-07-22 15:42:15,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 15:42:15,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:15,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ee0919-e050-4605-b3da-653f0bbd104a Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6", "links": {"self": "http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e5987a017fc42eea799db26dd450cb0", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:42:15,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b9ee0919-e050-4605-b3da-653f0bbd104a 2018-07-22 15:42:15,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107342004776s 2018-07-22 15:42:15,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b9ee0919-e050-4605-b3da-653f0bbd104a 2018-07-22 15:42:15,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 15:42:15,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:15,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89fc8121-6756-49ba-b3a6-e97e36438136 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8"}, "tags": [], "enabled": true, "id": "b8bc8db048c044b2b059edae4c54eff8", "parent_id": "default", "domain_id": "default", "name": "shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 15:42:15,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-89fc8121-6756-49ba-b3a6-e97e36438136 2018-07-22 15:42:15,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844550132751s 2018-07-22 15:42:15,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-89fc8121-6756-49ba-b3a6-e97e36438136 2018-07-22 15:42:15,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 15:42:15,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=0e5987a017fc42eea799db26dd450cb0&role.id=d73f45e2823a47e3a057b1fbf4dd60ca&scope.project.id=b8bc8db048c044b2b059edae4c54eff8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:15,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ddb154-a811-465c-a643-43079ddafeb7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=0e5987a017fc42eea799db26dd450cb0&role.id=d73f45e2823a47e3a057b1fbf4dd60ca&scope.project.id=b8bc8db048c044b2b059edae4c54eff8", "previous": null, "next": null}} 2018-07-22 15:42:15,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=0e5987a017fc42eea799db26dd450cb0&role.id=d73f45e2823a47e3a057b1fbf4dd60ca&scope.project.id=b8bc8db048c044b2b059edae4c54eff8 used request id req-f1ddb154-a811-465c-a643-43079ddafeb7 2018-07-22 15:42:15,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0892210006714s 2018-07-22 15:42:15,836 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=0e5987a017fc42eea799db26dd450cb0&role.id=d73f45e2823a47e3a057b1fbf4dd60ca&scope.project.id=b8bc8db048c044b2b059edae4c54eff8 used request id req-f1ddb154-a811-465c-a643-43079ddafeb7 2018-07-22 15:42:15,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 15:42:15,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8/users/0e5987a017fc42eea799db26dd450cb0/roles/d73f45e2823a47e3a057b1fbf4dd60ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:42:15,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b15f0b7-44a8-4d9a-98d7-79a3a3362d29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:42:15,960 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8/users/0e5987a017fc42eea799db26dd450cb0/roles/d73f45e2823a47e3a057b1fbf4dd60ca used request id req-5b15f0b7-44a8-4d9a-98d7-79a3a3362d29 2018-07-22 15:42:15,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.12038397789s 2018-07-22 15:42:15,961 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8/users/0e5987a017fc42eea799db26dd450cb0/roles/d73f45e2823a47e3a057b1fbf4dd60ca used request id req-5b15f0b7-44a8-4d9a-98d7-79a3a3362d29 2018-07-22 15:42:15,962 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6', 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'b8bc8db048c044b2b059edae4c54eff8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '6cf304ee-c049-494e-8acf-878124e6211b', 'username': u'shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 15:42:15,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 15:42:15,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 15:42:15,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 15:42:15,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 15:42:15,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 15:42:15,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 15:42:15,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 15:42:15,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 15:42:15,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 15:42:15,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 15:42:15,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 15:42:15,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 15:42:15,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 15:42:15,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 15:42:15,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 15:42:15,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 15:42:15,968 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6', 'password': '6cf304ee-c049-494e-8acf-878124e6211b', 'project_name': 'shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': 'b8bc8db048c044b2b059edae4c54eff8', 'project_domain_name': 'Default'} 2018-07-22 15:42:15,968 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-07-22 15:42:15,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:42:15,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbac6432-19ac-433d-813f-deddf0d9c0ab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:42:15,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fbac6432-19ac-433d-813f-deddf0d9c0ab 2018-07-22 15:42:15,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 15:42:16,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d73f45e2823a47e3a057b1fbf4dd60ca", "name": "Member"}], "expires_at": "2018-07-22T16:42:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8bc8db048c044b2b059edae4c54eff8", "name": "shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/b8bc8db048c044b2b059edae4c54eff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/b8bc8db048c044b2b059edae4c54eff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/b8bc8db048c044b2b059edae4c54eff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b8bc8db048c044b2b059edae4c54eff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/b8bc8db048c044b2b059edae4c54eff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/b8bc8db048c044b2b059edae4c54eff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/b8bc8db048c044b2b059edae4c54eff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/b8bc8db048c044b2b059edae4c54eff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/b8bc8db048c044b2b059edae4c54eff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b8bc8db048c044b2b059edae4c54eff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/b8bc8db048c044b2b059edae4c54eff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/b8bc8db048c044b2b059edae4c54eff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_b8bc8db048c044b2b059edae4c54eff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_b8bc8db048c044b2b059edae4c54eff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6", "id": "0e5987a017fc42eea799db26dd450cb0"}, "audit_ids": ["n5pYYV80TmKIjH7kmbyKbw"], "issued_at": "2018-07-22T15:42:16.000000Z"}} 2018-07-22 15:42:16,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 15:42:16,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"network": {"name": "shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6", "admin_state_up": true}}' 2018-07-22 15:42:16,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-f65ccfaf-83b9-45d2-9f64-dd188f6c0b30 Date: Sun, 22 Jul 2018 15:42:16 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T15:42:16Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b8bc8db048c044b2b059edae4c54eff8","id":"a9eb30b4-34ab-478c-b523-b90729f16d98","name":"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6"}} 2018-07-22 15:42:16,983 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f65ccfaf-83b9-45d2-9f64-dd188f6c0b30 2018-07-22 15:42:16,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.617389917374s 2018-07-22 15:42:16,984 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f65ccfaf-83b9-45d2-9f64-dd188f6c0b30 2018-07-22 15:42:16,984 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T15:42:16Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'a9eb30b4-34ab-478c-b523-b90729f16d98', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6', u'admin_state_up': True, u'tenant_id': u'b8bc8db048c044b2b059edae4c54eff8', u'created_at': u'2018-07-22T15:42:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b8bc8db048c044b2b059edae4c54eff8'}) 2018-07-22 15:42:16,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:42:16,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:17,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1145 X-Openstack-Request-Id: req-6a4caba6-5841-420c-b94b-277a7875cdad Date: Sun, 22 Jul 2018 15:42: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T15:42:16Z","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b8bc8db048c044b2b059edae4c54eff8","id":"a9eb30b4-34ab-478c-b523-b90729f16d98","name":"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:42:17,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6a4caba6-5841-420c-b94b-277a7875cdad 2018-07-22 15:42:17,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.156647920609s 2018-07-22 15:42:17,142 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6a4caba6-5841-420c-b94b-277a7875cdad 2018-07-22 15:42:17,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 15:42:17,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"subnet": {"name": "shaker-subnet_758d934f-d6e5-4744-b8ad-a5935158bca6", "enable_dhcp": true, "network_id": "a9eb30b4-34ab-478c-b523-b90729f16d98", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 15:42:17,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f7f5bd56-dcc0-4cda-aa5b-569d5fbe9f23 Date: Sun, 22 Jul 2018 15:42:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9eb30b4-34ab-478c-b523-b90729f16d98","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:42: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":"b8bc8db048c044b2b059edae4c54eff8","id":"71212ddc-caa6-43da-91e5-eb7cdf7d97ad","subnetpool_id":null,"name":"shaker-subnet_758d934f-d6e5-4744-b8ad-a5935158bca6"}} 2018-07-22 15:42:17,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f7f5bd56-dcc0-4cda-aa5b-569d5fbe9f23 2018-07-22 15:42:17,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.684001207352s 2018-07-22 15:42:17,828 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-f7f5bd56-dcc0-4cda-aa5b-569d5fbe9f23 2018-07-22 15:42:17,828 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T15:42: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'71212ddc-caa6-43da-91e5-eb7cdf7d97ad', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_758d934f-d6e5-4744-b8ad-a5935158bca6', u'enable_dhcp': True, u'network_id': u'a9eb30b4-34ab-478c-b523-b90729f16d98', u'tenant_id': u'b8bc8db048c044b2b059edae4c54eff8', u'created_at': u'2018-07-22T15:42: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'b8bc8db048c044b2b059edae4c54eff8'}) 2018-07-22 15:42:17,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 15:42:17,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "shaker-router_758d934f-d6e5-4744-b8ad-a5935158bca6", "admin_state_up": true}}' 2018-07-22 15:42:18,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-30e5e6ee-e85d-4d50-a76b-bccd47cf1bda Date: Sun, 22 Jul 2018 15:42:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:17Z", "admin_state_up": true, "updated_at": "2018-07-22T15:42:18Z", "revision_number": 2, "routes": [], "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "58fb6110-8a44-406a-bca9-1c8b19d1868d", "name": "shaker-router_758d934f-d6e5-4744-b8ad-a5935158bca6"}} 2018-07-22 15:42:18,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-30e5e6ee-e85d-4d50-a76b-bccd47cf1bda 2018-07-22 15:42:18,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.04285907745s 2018-07-22 15:42:18,872 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-30e5e6ee-e85d-4d50-a76b-bccd47cf1bda 2018-07-22 15:42:18,872 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b8bc8db048c044b2b059edae4c54eff8', u'created_at': u'2018-07-22T15:42:17Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T15:42:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'b8bc8db048c044b2b059edae4c54eff8', u'id': u'58fb6110-8a44-406a-bca9-1c8b19d1868d', u'name': u'shaker-router_758d934f-d6e5-4744-b8ad-a5935158bca6'}) 2018-07-22 15:42:18,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 15:42:18,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d/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}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"subnet_id": "71212ddc-caa6-43da-91e5-eb7cdf7d97ad"}' 2018-07-22 15:42:20,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-31b99ec7-8949-49a3-83c3-bf3fc3e9529b Date: Sun, 22 Jul 2018 15:42:20 GMT RESP BODY: {"network_id": "a9eb30b4-34ab-478c-b523-b90729f16d98", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "subnet_id": "71212ddc-caa6-43da-91e5-eb7cdf7d97ad", "subnet_ids": ["71212ddc-caa6-43da-91e5-eb7cdf7d97ad"], "port_id": "23e210df-90a1-43ff-9463-654c166ac41b", "id": "58fb6110-8a44-406a-bca9-1c8b19d1868d"} 2018-07-22 15:42:20,654 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d/add_router_interface.json used request id req-31b99ec7-8949-49a3-83c3-bf3fc3e9529b 2018-07-22 15:42:20,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.78058695793s 2018-07-22 15:42:20,654 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d/add_router_interface.json used request id req-31b99ec7-8949-49a3-83c3-bf3fc3e9529b returning object 58fb6110-8a44-406a-bca9-1c8b19d1868d 2018-07-22 15:42:20,654 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-07-22 15:42:24,212 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-07-22 15:42:24,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 15:42:24,217 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 15:42:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 15:42:24,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:42:24,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:24,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d698eab2-503e-4903-b5aa-cf0465d9b300 Date: Sun, 22 Jul 2018 15:42:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:42:24,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d698eab2-503e-4903-b5aa-cf0465d9b300 2018-07-22 15:42:24,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195873975754s 2018-07-22 15:42:24,414 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d698eab2-503e-4903-b5aa-cf0465d9b300 2018-07-22 15:42:24,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 15:42:24,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6"}' 2018-07-22 15:42:24,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 864 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a4116ac7-8a7c-4de3-ac20-13486e4bf39a Date: Sun, 22 Jul 2018 15:42:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/file", "owner": "b8bc8db048c044b2b059edae4c54eff8", "id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "size": null, "self": "/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-07-22T15:42:24Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6", "checksum": null, "created_at": "2018-07-22T15:42:24Z", "protected": false} 2018-07-22 15:42:24,483 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a4116ac7-8a7c-4de3-ac20-13486e4bf39a 2018-07-22 15:42:24,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0604538917542s 2018-07-22 15:42:24,483 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a4116ac7-8a7c-4de3-ac20-13486e4bf39a returning object db5f4084-dd24-48c4-bb53-a19c010ca2a1 2018-07-22 15:42:24,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 15:42:24,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/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}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '' 2018-07-22 15:42:33,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93d568bf-3766-4b52-949d-08db3c5c2693 Date: Sun, 22 Jul 2018 15:42:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:42:33,431 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/file used request id req-93d568bf-3766-4b52-949d-08db3c5c2693 2018-07-22 15:42:33,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.94728183746s 2018-07-22 15:42:33,431 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/file used request id req-93d568bf-3766-4b52-949d-08db3c5c2693 2018-07-22 15:42:33,432 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T15:42:24Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/file', u'owner': u'b8bc8db048c044b2b059edae4c54eff8', u'virtual_size': None, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'id': u'db5f4084-dd24-48c4-bb53-a19c010ca2a1', u'size': None, u'name': u'shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6', u'checksum': None, u'self': u'/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T15:42:24Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 15:42:33,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 15:42:33,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_758d934f-d6e5-4744-b8ad-a5935158bca6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-07-22 15:42:33,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42da3cb6-81ee-46b1-97a6-7c555717eccb x-compute-request-id: req-42da3cb6-81ee-46b1-97a6-7c555717eccb Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_758d934f-d6e5-4744-b8ad-a5935158bca6", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "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": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f"}} 2018-07-22 15:42:33,683 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-42da3cb6-81ee-46b1-97a6-7c555717eccb 2018-07-22 15:42:33,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.250859022141s 2018-07-22 15:42:33,684 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-42da3cb6-81ee-46b1-97a6-7c555717eccb 2018-07-22 15:42:33,685 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_758d934f-d6e5-4744-b8ad-a5935158bca6', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'd876c8a5-0616-4a46-ad86-9ba0d0bb3e4f', 'swap': 0}) 2018-07-22 15:42:33,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 15:42:33,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f/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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" -d '{"extra_specs": {}}' 2018-07-22 15:42:33,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa26123c-e6ce-4876-86c8-d7b689f66314 x-compute-request-id: req-aa26123c-e6ce-4876-86c8-d7b689f66314 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 15:42:33,714 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f/os-extra_specs used request id req-aa26123c-e6ce-4876-86c8-d7b689f66314 2018-07-22 15:42:33,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0286009311676s 2018-07-22 15:42:33,714 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f/os-extra_specs used request id req-aa26123c-e6ce-4876-86c8-d7b689f66314 2018-07-22 15:42:33,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 15:42:33,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"keypair": {"name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6"}}' 2018-07-22 15:42:34,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2e1e745-d5e4-4e28-b54a-c3090babffc7 x-compute-request-id: req-d2e1e745-d5e4-4e28-b54a-c3090babffc7 Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKxQliXhifcb/0HPOgoujLlWf8KI61SV9ko/HGY/g6ZnWjiICzzzgirBuA4Q+EN02Y0HH7fg2Kr5WIhhSY8bFu4u5Zqc0Y9+Nm7PEEWGxlBvLepLg90owmJZPKUEd3tNZjtuH0kasit0YuMrEzu7aaoyLgKtVZNPbmbJkRSvOexwV8M15QOnSs5gehqSXDfJ/Bq8/R5AJ9pYC1y7FvvPbcGO0aSSz93d0K3OGSMTeKTpkHeTlAfl/7MCb3QX9gmTabcpZKdZ5RXasY3N7WDAxppyWOvyTUAOfbu4DrqzNauqaz4wTxWNipi+eZNcma4YVFamRFIzG2FO41m1j+vI7h Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAysUJYl4Yn3G/9BzzoKLoy5Vn/CiOtUlfZKPxxmP4OmZ1o4iA\ns884IqwbgOEPhDdNmNBx+34Niq+ViIYUmPGxbuLuWanNGPfjZuzxBFhsZQby3qS4\nPdKMJiWTylBHd7TWY7bh9JGrIrdGLjKxM7u2mqMi4CrVWTT25myZEUrznscFfDNe\nUDp0rOYHoaklw3yfwavP0eQCfaWAtcuxb7z23BjtGkks/d3dCtzhkjE3ik6ZB3k5\nQH5f+zAm90F/YJk2m3KWSnWeUV2rGNze1gwMaacljr8k1ADn27uA66szWrqms+ME\n8VjYqYvnmTXJmuGFRWpkRSMxthTuNZtY/ryO4QIDAQABAoIBAHeTas1PoEWm1wQm\nbqW0bIRiP0g8wqu18UNwSwwruB74fTdLMFrZQMlxpWaDUpst4dzUT+N3mpTGpvAz\n4cGwBmrV+Kl3sTOgO8JeyGM/oeySBHe3u875cxyr3FPas8qsIiH7n5SSstFuMzzb\nOBTCBhV7Tv3TRK2uxktsj3fbM3/V4Mm74ozRwGxSA2TkoeQPqN69+P0YAogvgwoj\ndB5eo8v4Bv1dHaT/6PjuzzbqeafhjK9AvmZ5N7bdGhphLEfVzStbQlAkQCKJVSwf\nYLkI5U3kVIDS49GCpDtdzc/ku4XijTnnoUJh/Y+7Y6lhZerGMPN/6OjnHUD9spFM\nP4WAK2ECgYEA9IuxoLUSiK/P4n0wfLM50OdiYXDp9E/Y7kqNLI/kC/dTYHHlG1Ew\nzhrj2YF2vzuL+oykKpBB7BKTeW5gTCWEof5B7cRQF9dfBJkSkDbaKb1VjVN5HOUJ\nl1PM9TEiStbDDRINB/mMCaCjM4/fhGBpdFUoIYcGW2SIZ8wvj8LId3MCgYEA1ERp\n61Ut4AaAtkrWMp+ylims2CD0+IEWa5DFmtqHqvgWjaD/eNWMYFN904Nj02I9XoOl\nU/P2F7QecljZGfKFk8+9oUtxJErFGp6Z11YOcgWmoSckFf/8hczcGNv0kESaQx8F\njZ7Oc6qvPQo0TsrKH+x9onBtcugTvBkzSsktQ1sCgYEAwtylmAdxU1W08ycKgfNW\nuK4H6NlOs40EsSzavY2TDC3yVEGtbE0P9Mvcj67n7o4GhomXLwtwXCqZNQPM3CBx\nRZwS8OGjaLwHTOSktCHhSa1DBLBlK68eK2VtRlv2lWf4WOvvUlF5UxqbsTSNyTAC\nF97bcYvkduLvBrbfl1CA6R0CgYEAoie1Rormpbox/5BB+6BV3DLwEJd0rJZomzmY\nS0jf1TL6f61bHGL+fuOpPrijvOrSeO5WkUDQYaE+lRncl97WPmm3so0gXJol4sUA\nPylFlcNNXNS603ef4FL0XKVDOia+NcJwCpUjn+bnQdkWxo5SRHr0KvB6HArAcLRL\no7j1s/sCgYEA2MzHfjyBCAWGjBqXrolIsdrQ1vDk0OrITRX1cQ6MN7i8WQxGvhco\nOVl5cDMAky6l4/M8Psm7vtcSQkrkIuJnDhPwOnJ/IDsSvhFaR56E37IctCgm824w\nJwgGMZabxAJXKM7mZq4wnTH4L+OGD6z1+4CNdXDxF311D4JDFYFHIbY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "0e5987a017fc42eea799db26dd450cb0", "name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "fingerprint": "0a:6e:c2:d9:e5:ce:b3:3c:fa:cb:6e:b0:6a:2e:62:09"}} 2018-07-22 15:42:34,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d2e1e745-d5e4-4e28-b54a-c3090babffc7 2018-07-22 15:42:34,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.336864948273s 2018-07-22 15:42:34,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d2e1e745-d5e4-4e28-b54a-c3090babffc7 2018-07-22 15:42:34,053 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKxQliXhifcb/0HPOgoujLlWf8KI61SV9ko/HGY/g6ZnWjiICzzzgirBuA4Q+EN02Y0HH7fg2Kr5WIhhSY8bFu4u5Zqc0Y9+Nm7PEEWGxlBvLepLg90owmJZPKUEd3tNZjtuH0kasit0YuMrEzu7aaoyLgKtVZNPbmbJkRSvOexwV8M15QOnSs5gehqSXDfJ/Bq8/R5AJ9pYC1y7FvvPbcGO0aSSz93d0K3OGSMTeKTpkHeTlAfl/7MCb3QX9gmTabcpZKdZ5RXasY3N7WDAxppyWOvyTUAOfbu4DrqzNauqaz4wTxWNipi+eZNcma4YVFamRFIzG2FO41m1j+vI7h Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAysUJYl4Yn3G/9BzzoKLoy5Vn/CiOtUlfZKPxxmP4OmZ1o4iA\ns884IqwbgOEPhDdNmNBx+34Niq+ViIYUmPGxbuLuWanNGPfjZuzxBFhsZQby3qS4\nPdKMJiWTylBHd7TWY7bh9JGrIrdGLjKxM7u2mqMi4CrVWTT25myZEUrznscFfDNe\nUDp0rOYHoaklw3yfwavP0eQCfaWAtcuxb7z23BjtGkks/d3dCtzhkjE3ik6ZB3k5\nQH5f+zAm90F/YJk2m3KWSnWeUV2rGNze1gwMaacljr8k1ADn27uA66szWrqms+ME\n8VjYqYvnmTXJmuGFRWpkRSMxthTuNZtY/ryO4QIDAQABAoIBAHeTas1PoEWm1wQm\nbqW0bIRiP0g8wqu18UNwSwwruB74fTdLMFrZQMlxpWaDUpst4dzUT+N3mpTGpvAz\n4cGwBmrV+Kl3sTOgO8JeyGM/oeySBHe3u875cxyr3FPas8qsIiH7n5SSstFuMzzb\nOBTCBhV7Tv3TRK2uxktsj3fbM3/V4Mm74ozRwGxSA2TkoeQPqN69+P0YAogvgwoj\ndB5eo8v4Bv1dHaT/6PjuzzbqeafhjK9AvmZ5N7bdGhphLEfVzStbQlAkQCKJVSwf\nYLkI5U3kVIDS49GCpDtdzc/ku4XijTnnoUJh/Y+7Y6lhZerGMPN/6OjnHUD9spFM\nP4WAK2ECgYEA9IuxoLUSiK/P4n0wfLM50OdiYXDp9E/Y7kqNLI/kC/dTYHHlG1Ew\nzhrj2YF2vzuL+oykKpBB7BKTeW5gTCWEof5B7cRQF9dfBJkSkDbaKb1VjVN5HOUJ\nl1PM9TEiStbDDRINB/mMCaCjM4/fhGBpdFUoIYcGW2SIZ8wvj8LId3MCgYEA1ERp\n61Ut4AaAtkrWMp+ylims2CD0+IEWa5DFmtqHqvgWjaD/eNWMYFN904Nj02I9XoOl\nU/P2F7QecljZGfKFk8+9oUtxJErFGp6Z11YOcgWmoSckFf/8hczcGNv0kESaQx8F\njZ7Oc6qvPQo0TsrKH+x9onBtcugTvBkzSsktQ1sCgYEAwtylmAdxU1W08ycKgfNW\nuK4H6NlOs40EsSzavY2TDC3yVEGtbE0P9Mvcj67n7o4GhomXLwtwXCqZNQPM3CBx\nRZwS8OGjaLwHTOSktCHhSa1DBLBlK68eK2VtRlv2lWf4WOvvUlF5UxqbsTSNyTAC\nF97bcYvkduLvBrbfl1CA6R0CgYEAoie1Rormpbox/5BB+6BV3DLwEJd0rJZomzmY\nS0jf1TL6f61bHGL+fuOpPrijvOrSeO5WkUDQYaE+lRncl97WPmm3so0gXJol4sUA\nPylFlcNNXNS603ef4FL0XKVDOia+NcJwCpUjn+bnQdkWxo5SRHr0KvB6HArAcLRL\no7j1s/sCgYEA2MzHfjyBCAWGjBqXrolIsdrQ1vDk0OrITRX1cQ6MN7i8WQxGvhco\nOVl5cDMAky6l4/M8Psm7vtcSQkrkIuJnDhPwOnJ/IDsSvhFaR56E37IctCgm824w\nJwgGMZabxAJXKM7mZq4wnTH4L+OGD6z1+4CNdXDxF311D4JDFYFHIbY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0e5987a017fc42eea799db26dd450cb0', 'name': u'shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6', 'created_at': '2018-07-22T15:42:34.053358', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b8bc8db048c044b2b059edae4c54eff8', 'name': 'shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0a:6e:c2:d9:e5:ce:b3:3c:fa:cb:6e:b0:6a:2e:62:09', 'type': 'ssh', 'id': u'shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6'}) 2018-07-22 15:42:34,053 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAysUJYl4Yn3G/9BzzoKLoy5Vn/CiOtUlfZKPxxmP4OmZ1o4iA s884IqwbgOEPhDdNmNBx+34Niq+ViIYUmPGxbuLuWanNGPfjZuzxBFhsZQby3qS4 PdKMJiWTylBHd7TWY7bh9JGrIrdGLjKxM7u2mqMi4CrVWTT25myZEUrznscFfDNe UDp0rOYHoaklw3yfwavP0eQCfaWAtcuxb7z23BjtGkks/d3dCtzhkjE3ik6ZB3k5 QH5f+zAm90F/YJk2m3KWSnWeUV2rGNze1gwMaacljr8k1ADn27uA66szWrqms+ME 8VjYqYvnmTXJmuGFRWpkRSMxthTuNZtY/ryO4QIDAQABAoIBAHeTas1PoEWm1wQm bqW0bIRiP0g8wqu18UNwSwwruB74fTdLMFrZQMlxpWaDUpst4dzUT+N3mpTGpvAz 4cGwBmrV+Kl3sTOgO8JeyGM/oeySBHe3u875cxyr3FPas8qsIiH7n5SSstFuMzzb OBTCBhV7Tv3TRK2uxktsj3fbM3/V4Mm74ozRwGxSA2TkoeQPqN69+P0YAogvgwoj dB5eo8v4Bv1dHaT/6PjuzzbqeafhjK9AvmZ5N7bdGhphLEfVzStbQlAkQCKJVSwf YLkI5U3kVIDS49GCpDtdzc/ku4XijTnnoUJh/Y+7Y6lhZerGMPN/6OjnHUD9spFM P4WAK2ECgYEA9IuxoLUSiK/P4n0wfLM50OdiYXDp9E/Y7kqNLI/kC/dTYHHlG1Ew zhrj2YF2vzuL+oykKpBB7BKTeW5gTCWEof5B7cRQF9dfBJkSkDbaKb1VjVN5HOUJ l1PM9TEiStbDDRINB/mMCaCjM4/fhGBpdFUoIYcGW2SIZ8wvj8LId3MCgYEA1ERp 61Ut4AaAtkrWMp+ylims2CD0+IEWa5DFmtqHqvgWjaD/eNWMYFN904Nj02I9XoOl U/P2F7QecljZGfKFk8+9oUtxJErFGp6Z11YOcgWmoSckFf/8hczcGNv0kESaQx8F jZ7Oc6qvPQo0TsrKH+x9onBtcugTvBkzSsktQ1sCgYEAwtylmAdxU1W08ycKgfNW uK4H6NlOs40EsSzavY2TDC3yVEGtbE0P9Mvcj67n7o4GhomXLwtwXCqZNQPM3CBx RZwS8OGjaLwHTOSktCHhSa1DBLBlK68eK2VtRlv2lWf4WOvvUlF5UxqbsTSNyTAC F97bcYvkduLvBrbfl1CA6R0CgYEAoie1Rormpbox/5BB+6BV3DLwEJd0rJZomzmY S0jf1TL6f61bHGL+fuOpPrijvOrSeO5WkUDQYaE+lRncl97WPmm3so0gXJol4sUA PylFlcNNXNS603ef4FL0XKVDOia+NcJwCpUjn+bnQdkWxo5SRHr0KvB6HArAcLRL o7j1s/sCgYEA2MzHfjyBCAWGjBqXrolIsdrQ1vDk0OrITRX1cQ6MN7i8WQxGvhco OVl5cDMAky6l4/M8Psm7vtcSQkrkIuJnDhPwOnJ/IDsSvhFaR56E37IctCgm824w JwgGMZabxAJXKM7mZq4wnTH4L+OGD6z1+4CNdXDxF311D4JDFYFHIbY= -----END RSA PRIVATE KEY----- 2018-07-22 15:42:34,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 15:42:34,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"security_group": {"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6", "description": "created by OPNFV Functest (shaker)"}}' 2018-07-22 15:42:34,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ebd9618d-7c13-4b38-813a-d2f6df779d9b Date: Sun, 22 Jul 2018 15:42:34 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:34Z", "updated_at": "2018-07-22T15:42:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "c5e3e9e1-3094-4480-8b24-40b313b3add7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "f15b2559-72f0-4d52-b028-3d8393fdd9b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 2, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}} 2018-07-22 15:42:34,459 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ebd9618d-7c13-4b38-813a-d2f6df779d9b 2018-07-22 15:42:34,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.402347803116s 2018-07-22 15:42:34,459 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ebd9618d-7c13-4b38-813a-d2f6df779d9b 2018-07-22 15:42:34,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 15:42:34,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:34,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-3ca12988-3f2b-497e-9533-43f1672e0ec4 Date: Sun, 22 Jul 2018 15:42:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:34Z", "updated_at": "2018-07-22T15:42:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "c5e3e9e1-3094-4480-8b24-40b313b3add7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "f15b2559-72f0-4d52-b028-3d8393fdd9b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 2, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:42:34,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3ca12988-3f2b-497e-9533-43f1672e0ec4 2018-07-22 15:42:34,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0842249393463s 2018-07-22 15:42:34,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-3ca12988-3f2b-497e-9533-43f1672e0ec4 2018-07-22 15:42:34,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 15:42:34,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -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": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d"}}' 2018-07-22 15:42:34,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fa9034c5-2bda-4dfe-b9ec-40531599e8b1 Date: Sun, 22 Jul 2018 15:42:34 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-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "port_range_min": 22, "revision_number": 0, "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:34Z", "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "45654c58-a1a8-4bc0-b4e0-f75c9ae79b88"}} 2018-07-22 15:42:34,730 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-fa9034c5-2bda-4dfe-b9ec-40531599e8b1 2018-07-22 15:42:34,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.17805314064s 2018-07-22 15:42:34,731 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-fa9034c5-2bda-4dfe-b9ec-40531599e8b1 2018-07-22 15:42:34,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 15:42:34,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:34,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-675cb0a2-6c3f-43d9-8fe8-a9a930d4c0e8 Date: Sun, 22 Jul 2018 15:42:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:34Z", "updated_at": "2018-07-22T15:42:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "45654c58-a1a8-4bc0-b4e0-f75c9ae79b88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "c5e3e9e1-3094-4480-8b24-40b313b3add7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "f15b2559-72f0-4d52-b028-3d8393fdd9b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 3, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:42:34,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-675cb0a2-6c3f-43d9-8fe8-a9a930d4c0e8 2018-07-22 15:42:34,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0549590587616s 2018-07-22 15:42:34,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-675cb0a2-6c3f-43d9-8fe8-a9a930d4c0e8 2018-07-22 15:42:34,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 15:42:34,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -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": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d"}}' 2018-07-22 15:42:34,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-afd8e681-4b61-4af1-b3e4-c1670ffae5e4 Date: Sun, 22 Jul 2018 15:42:34 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-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "port_range_min": null, "revision_number": 0, "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:34Z", "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "4cead056-e2f3-40a9-87b7-4929a24fb82f"}} 2018-07-22 15:42:34,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-afd8e681-4b61-4af1-b3e4-c1670ffae5e4 2018-07-22 15:42:34,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.154058933258s 2018-07-22 15:42:34,947 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-afd8e681-4b61-4af1-b3e4-c1670ffae5e4 2018-07-22 15:42:34,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 15:42:34,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:35,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-88d06cfe-8829-485a-baa9-fd8bdee2b23a Date: Sun, 22 Jul 2018 15:42:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:34Z", "updated_at": "2018-07-22T15:42:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "45654c58-a1a8-4bc0-b4e0-f75c9ae79b88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "4cead056-e2f3-40a9-87b7-4929a24fb82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "c5e3e9e1-3094-4480-8b24-40b313b3add7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "f15b2559-72f0-4d52-b028-3d8393fdd9b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:42:35,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-88d06cfe-8829-485a-baa9-fd8bdee2b23a 2018-07-22 15:42:35,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0545608997345s 2018-07-22 15:42:35,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-88d06cfe-8829-485a-baa9-fd8bdee2b23a 2018-07-22 15:42:35,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 15:42:35,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -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": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d"}}' 2018-07-22 15:42:35,160 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-21e8be54-edfc-4cfd-b0c3-e619f5763b36 Date: Sun, 22 Jul 2018 15:42:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-07-22T15:42:35Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "port_range_min": 9000, "revision_number": 0, "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:35Z", "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "416ac247-6941-483d-9728-135c9a14ddfa"}} 2018-07-22 15:42:35,160 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-21e8be54-edfc-4cfd-b0c3-e619f5763b36 2018-07-22 15:42:35,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.151546955109s 2018-07-22 15:42:35,160 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-21e8be54-edfc-4cfd-b0c3-e619f5763b36 2018-07-22 15:42:35,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:42:35,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:35,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-274d202b-47b4-40cc-89c3-1cff18ce2e30 Date: Sun, 22 Jul 2018 15:42:35 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["71212ddc-caa6-43da-91e5-eb7cdf7d97ad"],"updated_at":"2018-07-22T15:42:17Z","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b8bc8db048c044b2b059edae4c54eff8","id":"a9eb30b4-34ab-478c-b523-b90729f16d98","name":"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:42:35,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-274d202b-47b4-40cc-89c3-1cff18ce2e30 2018-07-22 15:42:35,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115010023117s 2018-07-22 15:42:35,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-274d202b-47b4-40cc-89c3-1cff18ce2e30 2018-07-22 15:42:35,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:42:35,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:35,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-0184dc54-e1dc-4606-ad51-6fbbccaa9db8 Date: Sun, 22 Jul 2018 15:42:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/snap", "metadata": {}}], "file": "/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/file", "owner": "b8bc8db048c044b2b059edae4c54eff8", "id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "size": 666173440, "self": "/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-07-22T15:42:33Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-07-22T15:42:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:42:35,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0184dc54-e1dc-4606-ad51-6fbbccaa9db8 2018-07-22 15:42:35,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0390639305115s 2018-07-22 15:42:35,321 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0184dc54-e1dc-4606-ad51-6fbbccaa9db8 2018-07-22 15:42:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 15:42:35,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:35,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-50611f60-340d-414a-80af-1acd0eaa9321 x-compute-request-id: req-50611f60-340d-414a-80af-1acd0eaa9321 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}, {"name": "shaker-flavor_758d934f-d6e5-4744-b8ad-a5935158bca6", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "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": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f"}]} 2018-07-22 15:42:35,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-50611f60-340d-414a-80af-1acd0eaa9321 2018-07-22 15:42:35,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0271270275116s 2018-07-22 15:42:35,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-50611f60-340d-414a-80af-1acd0eaa9321 2018-07-22 15:42:35,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 15:42:35,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"server": {"name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "imageRef": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "flavorRef": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a9eb30b4-34ab-478c-b523-b90729f16d98"}], "security_groups": [{"name": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d"}]}}' 2018-07-22 15:42:36,236 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15: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 x-openstack-request-id: req-ab384068-5f47-4da0-822e-cfc07239adc8 x-compute-request-id: req-ab384068-5f47-4da0-822e-cfc07239adc8 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d"}], "OS-DCF:diskConfig": "MANUAL", "id": "13ef24be-183b-4b98-8913-17073a276361", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "adminPass": "XetGUouoYn94"}} 2018-07-22 15:42:36,236 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ab384068-5f47-4da0-822e-cfc07239adc8 2018-07-22 15:42:36,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.883540153503s 2018-07-22 15:42:36,237 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ab384068-5f47-4da0-822e-cfc07239adc8 2018-07-22 15:42:36,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:36,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:36,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-464a64d1-b8d1-4cc6-8151-2a08d7c5ef35 x-compute-request-id: req-464a64d1-b8d1-4cc6-8151-2a08d7c5ef35 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "user_id": "0e5987a017fc42eea799db26dd450cb0", "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-07-22T15:42:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:36,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-464a64d1-b8d1-4cc6-8151-2a08d7c5ef35 2018-07-22 15:42:36,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478286027908s 2018-07-22 15:42:36,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-464a64d1-b8d1-4cc6-8151-2a08d7c5ef35 2018-07-22 15:42:36,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:42:36,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:36,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-f4009216-3696-4ebf-abd8-62c4aff9a399 Date: Sun, 22 Jul 2018 15:42: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["71212ddc-caa6-43da-91e5-eb7cdf7d97ad"],"updated_at":"2018-07-22T15:42:17Z","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b8bc8db048c044b2b059edae4c54eff8","id":"a9eb30b4-34ab-478c-b523-b90729f16d98","name":"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:42:36,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f4009216-3696-4ebf-abd8-62c4aff9a399 2018-07-22 15:42:36,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.153993844986s 2018-07-22 15:42:36,877 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f4009216-3696-4ebf-abd8-62c4aff9a399 2018-07-22 15:42:36,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 15:42:36,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:36,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-e1f3f3a6-2c2f-46cf-a4e1-89170153a7af Date: Sun, 22 Jul 2018 15:42:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9eb30b4-34ab-478c-b523-b90729f16d98","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:42: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":"b8bc8db048c044b2b059edae4c54eff8","id":"71212ddc-caa6-43da-91e5-eb7cdf7d97ad","subnetpool_id":null,"name":"shaker-subnet_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:42:36,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e1f3f3a6-2c2f-46cf-a4e1-89170153a7af 2018-07-22 15:42:36,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0517489910126s 2018-07-22 15:42:36,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e1f3f3a6-2c2f-46cf-a4e1-89170153a7af 2018-07-22 15:42:36,931 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:38,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:38,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:39,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f94f11b0-cdb4-4ecf-a62a-ea20b88c13ba x-compute-request-id: req-f94f11b0-cdb4-4ecf-a62a-ea20b88c13ba 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:39,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f94f11b0-cdb4-4ecf-a62a-ea20b88c13ba 2018-07-22 15:42:39,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390644073486s 2018-07-22 15:42:39,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f94f11b0-cdb4-4ecf-a62a-ea20b88c13ba 2018-07-22 15:42:39,329 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:41,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:41,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:41,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cd20f5f-54fd-4d95-8328-0237dc2af6ec x-compute-request-id: req-0cd20f5f-54fd-4d95-8328-0237dc2af6ec 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:41,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0cd20f5f-54fd-4d95-8328-0237dc2af6ec 2018-07-22 15:42:41,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.336678981781s 2018-07-22 15:42:41,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0cd20f5f-54fd-4d95-8328-0237dc2af6ec 2018-07-22 15:42:41,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:43,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:43,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:43,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c805f31-0f1a-4e9b-86e0-5ffcffeb380a x-compute-request-id: req-4c805f31-0f1a-4e9b-86e0-5ffcffeb380a 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:43,926 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4c805f31-0f1a-4e9b-86e0-5ffcffeb380a 2018-07-22 15:42:43,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.251225948334s 2018-07-22 15:42:43,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4c805f31-0f1a-4e9b-86e0-5ffcffeb380a 2018-07-22 15:42:43,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:45,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:45,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:46,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2444592a-294f-4b93-98d1-b5489795ec35 x-compute-request-id: req-2444592a-294f-4b93-98d1-b5489795ec35 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:46,335 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2444592a-294f-4b93-98d1-b5489795ec35 2018-07-22 15:42:46,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401840925217s 2018-07-22 15:42:46,335 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2444592a-294f-4b93-98d1-b5489795ec35 2018-07-22 15:42:46,339 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:48,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:48,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:48,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-054baf2e-3f34-4090-8d28-311e9cddfdab x-compute-request-id: req-054baf2e-3f34-4090-8d28-311e9cddfdab 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:48,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-054baf2e-3f34-4090-8d28-311e9cddfdab 2018-07-22 15:42:48,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542237043381s 2018-07-22 15:42:48,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-054baf2e-3f34-4090-8d28-311e9cddfdab 2018-07-22 15:42:48,888 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:50,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:50,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:51,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa4e851a-ec02-4461-a5b7-f7700dbf428b x-compute-request-id: req-aa4e851a-ec02-4461-a5b7-f7700dbf428b 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:51,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aa4e851a-ec02-4461-a5b7-f7700dbf428b 2018-07-22 15:42:51,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201231002808s 2018-07-22 15:42:51,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aa4e851a-ec02-4461-a5b7-f7700dbf428b 2018-07-22 15:42:51,096 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:53,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:53,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:53,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-08edc99e-8bf0-4642-bfda-69806dbdd328 x-compute-request-id: req-08edc99e-8bf0-4642-bfda-69806dbdd328 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:53,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08edc99e-8bf0-4642-bfda-69806dbdd328 2018-07-22 15:42:53,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.23294377327s 2018-07-22 15:42:53,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-08edc99e-8bf0-4642-bfda-69806dbdd328 2018-07-22 15:42:53,336 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:55,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:55,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:55,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:42:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-173724e6-b3f3-4393-b635-d99cdd2c96cd x-compute-request-id: req-173724e6-b3f3-4393-b635-d99cdd2c96cd 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:55,541 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-173724e6-b3f3-4393-b635-d99cdd2c96cd 2018-07-22 15:42:55,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202469110489s 2018-07-22 15:42:55,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-173724e6-b3f3-4393-b635-d99cdd2c96cd 2018-07-22 15:42:55,545 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:42:57,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:42:57,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:42:58,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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,Accept-Encoding x-openstack-request-id: req-1e4e4ab0-2d9c-4c52-965b-c91517c0734c x-compute-request-id: req-1e4e4ab0-2d9c-4c52-965b-c91517c0734c 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:42:58,062 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e4e4ab0-2d9c-4c52-965b-c91517c0734c 2018-07-22 15:42:58,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514466047287s 2018-07-22 15:42:58,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e4e4ab0-2d9c-4c52-965b-c91517c0734c 2018-07-22 15:42:58,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:00,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:00,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:00,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-407182a1-ac27-48b7-8747-62e9297888f0 x-compute-request-id: req-407182a1-ac27-48b7-8747-62e9297888f0 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:00,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-407182a1-ac27-48b7-8747-62e9297888f0 2018-07-22 15:43:00,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342793941498s 2018-07-22 15:43:00,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-407182a1-ac27-48b7-8747-62e9297888f0 2018-07-22 15:43:00,416 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:02,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:02,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:02,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43: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-f848881e-c240-4f92-9850-b9688994c1c0 x-compute-request-id: req-f848881e-c240-4f92-9850-b9688994c1c0 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:02,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f848881e-c240-4f92-9850-b9688994c1c0 2018-07-22 15:43:02,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373340129852s 2018-07-22 15:43:02,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f848881e-c240-4f92-9850-b9688994c1c0 2018-07-22 15:43:02,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:04,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:04,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:04,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71d12b20-f819-4958-9984-fc5372101960 x-compute-request-id: req-71d12b20-f819-4958-9984-fc5372101960 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:04,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-71d12b20-f819-4958-9984-fc5372101960 2018-07-22 15:43:04,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189549922943s 2018-07-22 15:43:04,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-71d12b20-f819-4958-9984-fc5372101960 2018-07-22 15:43:04,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:06,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:06,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:07,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92becb70-aeda-4f7a-9d85-f0e4d83118ab x-compute-request-id: req-92becb70-aeda-4f7a-9d85-f0e4d83118ab 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:07,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92becb70-aeda-4f7a-9d85-f0e4d83118ab 2018-07-22 15:43:07,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356052875519s 2018-07-22 15:43:07,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92becb70-aeda-4f7a-9d85-f0e4d83118ab 2018-07-22 15:43:07,355 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:09,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:09,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48352073-af58-4c0c-a1bf-ccec60774e30 x-compute-request-id: req-48352073-af58-4c0c-a1bf-ccec60774e30 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:09,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-48352073-af58-4c0c-a1bf-ccec60774e30 2018-07-22 15:43:09,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197283029556s 2018-07-22 15:43:09,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-48352073-af58-4c0c-a1bf-ccec60774e30 2018-07-22 15:43:09,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:11,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:11,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:11,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4b11afb-26dd-4e03-86fd-d4434d314b19 x-compute-request-id: req-e4b11afb-26dd-4e03-86fd-d4434d314b19 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:11,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e4b11afb-26dd-4e03-86fd-d4434d314b19 2018-07-22 15:43:11,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361306905746s 2018-07-22 15:43:11,924 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e4b11afb-26dd-4e03-86fd-d4434d314b19 2018-07-22 15:43:11,928 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:13,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:13,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:14,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43: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-d8e83b07-e383-496f-b56b-b6ee1804b8a1 x-compute-request-id: req-d8e83b07-e383-496f-b56b-b6ee1804b8a1 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:14,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d8e83b07-e383-496f-b56b-b6ee1804b8a1 2018-07-22 15:43:14,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365176916122s 2018-07-22 15:43:14,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d8e83b07-e383-496f-b56b-b6ee1804b8a1 2018-07-22 15:43:14,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:16,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:16,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:16,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c3f24c9-7733-4995-b508-955f8e5e5f2b x-compute-request-id: req-2c3f24c9-7733-4995-b508-955f8e5e5f2b 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:16,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c3f24c9-7733-4995-b508-955f8e5e5f2b 2018-07-22 15:43:16,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55767416954s 2018-07-22 15:43:16,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2c3f24c9-7733-4995-b508-955f8e5e5f2b 2018-07-22 15:43:16,865 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:18,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:18,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:19,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ac44598-b2c0-492c-83a3-688539eaeb2e x-compute-request-id: req-2ac44598-b2c0-492c-83a3-688539eaeb2e 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:19,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2ac44598-b2c0-492c-83a3-688539eaeb2e 2018-07-22 15:43:19,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490333080292s 2018-07-22 15:43:19,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2ac44598-b2c0-492c-83a3-688539eaeb2e 2018-07-22 15:43:19,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:21,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:21,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:22,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-544f7c31-d992-470a-86e4-144021a64251 x-compute-request-id: req-544f7c31-d992-470a-86e4-144021a64251 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:22,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-544f7c31-d992-470a-86e4-144021a64251 2018-07-22 15:43:22,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656597137451s 2018-07-22 15:43:22,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-544f7c31-d992-470a-86e4-144021a64251 2018-07-22 15:43:22,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:24,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:24,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:24,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c58a105d-5ea4-4bff-a36e-fbf3c9843014 x-compute-request-id: req-c58a105d-5ea4-4bff-a36e-fbf3c9843014 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:24,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c58a105d-5ea4-4bff-a36e-fbf3c9843014 2018-07-22 15:43:24,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206298112869s 2018-07-22 15:43:24,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c58a105d-5ea4-4bff-a36e-fbf3c9843014 2018-07-22 15:43:24,236 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:26,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:26,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9343a80-b8ca-4132-9975-6078e7af9bdb x-compute-request-id: req-c9343a80-b8ca-4132-9975-6078e7af9bdb 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:26,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c9343a80-b8ca-4132-9975-6078e7af9bdb 2018-07-22 15:43:26,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505571842194s 2018-07-22 15:43:26,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c9343a80-b8ca-4132-9975-6078e7af9bdb 2018-07-22 15:43:26,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:28,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:28,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:29,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37177e01-f102-4285-944d-05695867ac24 x-compute-request-id: req-37177e01-f102-4285-944d-05695867ac24 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:29,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37177e01-f102-4285-944d-05695867ac24 2018-07-22 15:43:29,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344926834106s 2018-07-22 15:43:29,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-37177e01-f102-4285-944d-05695867ac24 2018-07-22 15:43:29,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:31,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:31,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:31,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48e3a004-96db-4de1-b103-c13970571984 x-compute-request-id: req-48e3a004-96db-4de1-b103-c13970571984 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:31,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-48e3a004-96db-4de1-b103-c13970571984 2018-07-22 15:43:31,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357267856598s 2018-07-22 15:43:31,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-48e3a004-96db-4de1-b103-c13970571984 2018-07-22 15:43:31,466 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:33,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:33,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:33,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f62b37e6-5a34-4986-83fb-1232e53ffc5d x-compute-request-id: req-f62b37e6-5a34-4986-83fb-1232e53ffc5d 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:33,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f62b37e6-5a34-4986-83fb-1232e53ffc5d 2018-07-22 15:43:33,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206904888153s 2018-07-22 15:43:33,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f62b37e6-5a34-4986-83fb-1232e53ffc5d 2018-07-22 15:43:33,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:35,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:36,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70e8c3cf-11b3-4bfe-8dab-b1741ddd3994 x-compute-request-id: req-70e8c3cf-11b3-4bfe-8dab-b1741ddd3994 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:36,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-70e8c3cf-11b3-4bfe-8dab-b1741ddd3994 2018-07-22 15:43:36,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3439848423s 2018-07-22 15:43:36,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-70e8c3cf-11b3-4bfe-8dab-b1741ddd3994 2018-07-22 15:43:36,030 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:38,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:38,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:38,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f965f50d-35fd-4316-9a4e-5731e01a4783 x-compute-request-id: req-f965f50d-35fd-4316-9a4e-5731e01a4783 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:38,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f965f50d-35fd-4316-9a4e-5731e01a4783 2018-07-22 15:43:38,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199559926987s 2018-07-22 15:43:38,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f965f50d-35fd-4316-9a4e-5731e01a4783 2018-07-22 15:43:38,237 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:40,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:40,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:40,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18c1a4c3-3595-4b08-9844-59fa5719792b x-compute-request-id: req-18c1a4c3-3595-4b08-9844-59fa5719792b 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:40,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-18c1a4c3-3595-4b08-9844-59fa5719792b 2018-07-22 15:43:40,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407532930374s 2018-07-22 15:43:40,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-18c1a4c3-3595-4b08-9844-59fa5719792b 2018-07-22 15:43:40,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:42,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:42,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:43,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecb9d198-1bbd-4e2f-a58a-f45e77d785d1 x-compute-request-id: req-ecb9d198-1bbd-4e2f-a58a-f45e77d785d1 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:43,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ecb9d198-1bbd-4e2f-a58a-f45e77d785d1 2018-07-22 15:43:43,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.464255094528s 2018-07-22 15:43:43,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ecb9d198-1bbd-4e2f-a58a-f45e77d785d1 2018-07-22 15:43:43,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:45,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:45,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:45,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-91398d0c-7f5a-44f6-8de5-eab797b96ac7 x-compute-request-id: req-91398d0c-7f5a-44f6-8de5-eab797b96ac7 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:45,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-91398d0c-7f5a-44f6-8de5-eab797b96ac7 2018-07-22 15:43:45,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362908124924s 2018-07-22 15:43:45,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-91398d0c-7f5a-44f6-8de5-eab797b96ac7 2018-07-22 15:43:45,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:47,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:47,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:47,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c45d850-6eb4-43f7-b927-6f2dc3beb7a1 x-compute-request-id: req-1c45d850-6eb4-43f7-b927-6f2dc3beb7a1 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:47,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c45d850-6eb4-43f7-b927-6f2dc3beb7a1 2018-07-22 15:43:47,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.34489607811s 2018-07-22 15:43:47,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c45d850-6eb4-43f7-b927-6f2dc3beb7a1 2018-07-22 15:43:47,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:49,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:49,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:50,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc662909-c940-4a6d-a66c-4909b0f988fb x-compute-request-id: req-dc662909-c940-4a6d-a66c-4909b0f988fb 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:50,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc662909-c940-4a6d-a66c-4909b0f988fb 2018-07-22 15:43:50,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343905925751s 2018-07-22 15:43:50,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc662909-c940-4a6d-a66c-4909b0f988fb 2018-07-22 15:43:50,194 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:52,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:52,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:52,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7f19298-ba74-4429-bf91-901c6eb85174 x-compute-request-id: req-c7f19298-ba74-4429-bf91-901c6eb85174 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:52,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c7f19298-ba74-4429-bf91-901c6eb85174 2018-07-22 15:43:52,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.341576099396s 2018-07-22 15:43:52,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c7f19298-ba74-4429-bf91-901c6eb85174 2018-07-22 15:43:52,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:54,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:54,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:54,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f232c43-6c49-477f-8487-1c796f6a09c5 x-compute-request-id: req-1f232c43-6c49-477f-8487-1c796f6a09c5 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:54,766 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f232c43-6c49-477f-8487-1c796f6a09c5 2018-07-22 15:43:54,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221558094025s 2018-07-22 15:43:54,767 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1f232c43-6c49-477f-8487-1c796f6a09c5 2018-07-22 15:43:54,770 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:56,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:56,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:56,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aac59007-2880-4cec-a369-0936d2cd8596 x-compute-request-id: req-aac59007-2880-4cec-a369-0936d2cd8596 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:56,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aac59007-2880-4cec-a369-0936d2cd8596 2018-07-22 15:43:56,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193670988083s 2018-07-22 15:43:56,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aac59007-2880-4cec-a369-0936d2cd8596 2018-07-22 15:43:56,971 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:43:58,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:43:58,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:43:59,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:43:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5719455-0720-4563-a9a2-890d0439bd4d x-compute-request-id: req-a5719455-0720-4563-a9a2-890d0439bd4d 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:43:59,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a5719455-0720-4563-a9a2-890d0439bd4d 2018-07-22 15:43:59,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356225967407s 2018-07-22 15:43:59,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a5719455-0720-4563-a9a2-890d0439bd4d 2018-07-22 15:43:59,333 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:01,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:01,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:01,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44: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-feee8d11-c20c-4083-867b-4d68c9a0e20f x-compute-request-id: req-feee8d11-c20c-4083-867b-4d68c9a0e20f 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:01,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-feee8d11-c20c-4083-867b-4d68c9a0e20f 2018-07-22 15:44:01,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.334755897522s 2018-07-22 15:44:01,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-feee8d11-c20c-4083-867b-4d68c9a0e20f 2018-07-22 15:44:01,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:03,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:03,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:04,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5aab55c2-4ec9-4059-b234-65d7102ce686 x-compute-request-id: req-5aab55c2-4ec9-4059-b234-65d7102ce686 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:04,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5aab55c2-4ec9-4059-b234-65d7102ce686 2018-07-22 15:44:04,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347867012024s 2018-07-22 15:44:04,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5aab55c2-4ec9-4059-b234-65d7102ce686 2018-07-22 15:44:04,027 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:06,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:06,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:06,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fabcc17-eca9-420a-83f1-54f7f4d3a484 x-compute-request-id: req-7fabcc17-eca9-420a-83f1-54f7f4d3a484 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:06,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7fabcc17-eca9-420a-83f1-54f7f4d3a484 2018-07-22 15:44:06,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573447942734s 2018-07-22 15:44:06,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7fabcc17-eca9-420a-83f1-54f7f4d3a484 2018-07-22 15:44:06,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:08,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:08,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:08,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dce981a9-0bc9-423a-8958-52633746406a x-compute-request-id: req-dce981a9-0bc9-423a-8958-52633746406a 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:08,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dce981a9-0bc9-423a-8958-52633746406a 2018-07-22 15:44:08,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35250210762s 2018-07-22 15:44:08,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dce981a9-0bc9-423a-8958-52633746406a 2018-07-22 15:44:08,966 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:10,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:10,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:11,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-efc40561-1cd6-4a92-b765-d96b3e63198a x-compute-request-id: req-efc40561-1cd6-4a92-b765-d96b3e63198a 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:11,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-efc40561-1cd6-4a92-b765-d96b3e63198a 2018-07-22 15:44:11,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193302869797s 2018-07-22 15:44:11,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-efc40561-1cd6-4a92-b765-d96b3e63198a 2018-07-22 15:44:11,167 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:13,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:13,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:13,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33c64e74-0ee7-4a1a-be4b-6501b069db3a x-compute-request-id: req-33c64e74-0ee7-4a1a-be4b-6501b069db3a 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:13,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-33c64e74-0ee7-4a1a-be4b-6501b069db3a 2018-07-22 15:44:13,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212152957916s 2018-07-22 15:44:13,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-33c64e74-0ee7-4a1a-be4b-6501b069db3a 2018-07-22 15:44:13,386 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:15,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:15,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:15,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a5050f0-222c-49ab-9dd9-5e7d49a9301a x-compute-request-id: req-1a5050f0-222c-49ab-9dd9-5e7d49a9301a 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:15,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a5050f0-222c-49ab-9dd9-5e7d49a9301a 2018-07-22 15:44:15,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356354951859s 2018-07-22 15:44:15,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a5050f0-222c-49ab-9dd9-5e7d49a9301a 2018-07-22 15:44:15,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:17,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:17,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:18,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e834a37-b4bb-4bf7-bfd1-8eced31c3af5 x-compute-request-id: req-1e834a37-b4bb-4bf7-bfd1-8eced31c3af5 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:18,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e834a37-b4bb-4bf7-bfd1-8eced31c3af5 2018-07-22 15:44:18,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.340101957321s 2018-07-22 15:44:18,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1e834a37-b4bb-4bf7-bfd1-8eced31c3af5 2018-07-22 15:44:18,096 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:20,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:20,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:20,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-a759d5dc-50bd-45ae-a836-7ef8899ce33f x-compute-request-id: req-a759d5dc-50bd-45ae-a836-7ef8899ce33f 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:20,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a759d5dc-50bd-45ae-a836-7ef8899ce33f 2018-07-22 15:44:20,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349487066269s 2018-07-22 15:44:20,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a759d5dc-50bd-45ae-a836-7ef8899ce33f 2018-07-22 15:44:20,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:22,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:22,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:22,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75fa5cf5-4665-4df4-9fdb-de5028c29c06 x-compute-request-id: req-75fa5cf5-4665-4df4-9fdb-de5028c29c06 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:22,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-75fa5cf5-4665-4df4-9fdb-de5028c29c06 2018-07-22 15:44:22,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206915140152s 2018-07-22 15:44:22,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-75fa5cf5-4665-4df4-9fdb-de5028c29c06 2018-07-22 15:44:22,666 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:24,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:24,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:25,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36f55b86-65fc-483b-8dd9-5fb1c1f22f91 x-compute-request-id: req-36f55b86-65fc-483b-8dd9-5fb1c1f22f91 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:25,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-36f55b86-65fc-483b-8dd9-5fb1c1f22f91 2018-07-22 15:44:25,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367274045944s 2018-07-22 15:44:25,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-36f55b86-65fc-483b-8dd9-5fb1c1f22f91 2018-07-22 15:44:25,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:27,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:27,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:27,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44: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-e679a451-1d3d-4bbc-b616-00c705449781 x-compute-request-id: req-e679a451-1d3d-4bbc-b616-00c705449781 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:27,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e679a451-1d3d-4bbc-b616-00c705449781 2018-07-22 15:44:27,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405912160873s 2018-07-22 15:44:27,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e679a451-1d3d-4bbc-b616-00c705449781 2018-07-22 15:44:27,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:29,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:29,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:29,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-18b3854f-1931-429f-917a-a4510f95d2b5 x-compute-request-id: req-18b3854f-1931-429f-917a-a4510f95d2b5 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:29,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-18b3854f-1931-429f-917a-a4510f95d2b5 2018-07-22 15:44:29,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348128795624s 2018-07-22 15:44:29,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-18b3854f-1931-429f-917a-a4510f95d2b5 2018-07-22 15:44:29,808 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:31,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:31,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:32,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0629e3f1-26d6-452d-827c-808141f449c7 x-compute-request-id: req-0629e3f1-26d6-452d-827c-808141f449c7 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:32,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0629e3f1-26d6-452d-827c-808141f449c7 2018-07-22 15:44:32,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191586971283s 2018-07-22 15:44:32,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0629e3f1-26d6-452d-827c-808141f449c7 2018-07-22 15:44:32,006 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:34,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:34,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:34,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b77836a3-3896-4e68-9f58-9c06da0277f4 x-compute-request-id: req-b77836a3-3896-4e68-9f58-9c06da0277f4 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:34,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b77836a3-3896-4e68-9f58-9c06da0277f4 2018-07-22 15:44:34,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365560054779s 2018-07-22 15:44:34,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b77836a3-3896-4e68-9f58-9c06da0277f4 2018-07-22 15:44:34,378 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:36,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:36,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:36,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-22e73c10-6db0-4053-9214-143bfa63a977 x-compute-request-id: req-22e73c10-6db0-4053-9214-143bfa63a977 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:36,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-22e73c10-6db0-4053-9214-143bfa63a977 2018-07-22 15:44:36,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189503908157s 2018-07-22 15:44:36,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-22e73c10-6db0-4053-9214-143bfa63a977 2018-07-22 15:44:36,575 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:38,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:38,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:38,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-5a6a1bc6-e6f8-4c0f-9aef-a0e9d238ad62 x-compute-request-id: req-5a6a1bc6-e6f8-4c0f-9aef-a0e9d238ad62 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:38,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5a6a1bc6-e6f8-4c0f-9aef-a0e9d238ad62 2018-07-22 15:44:38,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401174068451s 2018-07-22 15:44:38,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5a6a1bc6-e6f8-4c0f-9aef-a0e9d238ad62 2018-07-22 15:44:38,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:40,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:40,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:41,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-d772145e-1edd-42ff-94d8-299353879fb6 x-compute-request-id: req-d772145e-1edd-42ff-94d8-299353879fb6 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:41,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d772145e-1edd-42ff-94d8-299353879fb6 2018-07-22 15:44:41,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346768856049s 2018-07-22 15:44:41,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d772145e-1edd-42ff-94d8-299353879fb6 2018-07-22 15:44:41,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:43,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:43,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:43,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44: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-6b127318-a42e-490c-b603-afe2f34e5def x-compute-request-id: req-6b127318-a42e-490c-b603-afe2f34e5def 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:43,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6b127318-a42e-490c-b603-afe2f34e5def 2018-07-22 15:44:43,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.243113040924s 2018-07-22 15:44:43,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6b127318-a42e-490c-b603-afe2f34e5def 2018-07-22 15:44:43,587 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:45,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:45,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:45,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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,Accept-Encoding x-openstack-request-id: req-5fbd747c-efef-448d-baec-cd8c679cd804 x-compute-request-id: req-5fbd747c-efef-448d-baec-cd8c679cd804 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:45,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5fbd747c-efef-448d-baec-cd8c679cd804 2018-07-22 15:44:45,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38236784935s 2018-07-22 15:44:45,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5fbd747c-efef-448d-baec-cd8c679cd804 2018-07-22 15:44:45,977 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:47,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:47,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:48,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccaf4d65-344d-4f91-b6a9-40acd81a3c59 x-compute-request-id: req-ccaf4d65-344d-4f91-b6a9-40acd81a3c59 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:48,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ccaf4d65-344d-4f91-b6a9-40acd81a3c59 2018-07-22 15:44:48,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365190029144s 2018-07-22 15:44:48,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ccaf4d65-344d-4f91-b6a9-40acd81a3c59 2018-07-22 15:44:48,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:50,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:50,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:50,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d28dc34-f81c-43e3-b92a-fd9d41959987 x-compute-request-id: req-6d28dc34-f81c-43e3-b92a-fd9d41959987 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:50,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6d28dc34-f81c-43e3-b92a-fd9d41959987 2018-07-22 15:44:50,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221164941788s 2018-07-22 15:44:50,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6d28dc34-f81c-43e3-b92a-fd9d41959987 2018-07-22 15:44:50,577 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:52,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:52,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:53,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4456d95-4d0d-42ad-bb4b-393963c962b4 x-compute-request-id: req-a4456d95-4d0d-42ad-bb4b-393963c962b4 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:53,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a4456d95-4d0d-42ad-bb4b-393963c962b4 2018-07-22 15:44:53,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442903995514s 2018-07-22 15:44:53,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a4456d95-4d0d-42ad-bb4b-393963c962b4 2018-07-22 15:44:53,027 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:55,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:55,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:55,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1b8c323-be29-40cd-9898-672faaa6931b x-compute-request-id: req-a1b8c323-be29-40cd-9898-672faaa6931b 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:55,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a1b8c323-be29-40cd-9898-672faaa6931b 2018-07-22 15:44:55,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203535795212s 2018-07-22 15:44:55,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a1b8c323-be29-40cd-9898-672faaa6931b 2018-07-22 15:44:55,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:57,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:57,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:57,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44: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-45234ad1-2b86-4d8b-ab56-a297e3205f94 x-compute-request-id: req-45234ad1-2b86-4d8b-ab56-a297e3205f94 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:57,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-45234ad1-2b86-4d8b-ab56-a297e3205f94 2018-07-22 15:44:57,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192907094955s 2018-07-22 15:44:57,434 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-45234ad1-2b86-4d8b-ab56-a297e3205f94 2018-07-22 15:44:57,438 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:44:59,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:44:59,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:44:59,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:44: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-ef1fabb4-058c-4f98-848e-73efd89298b7 x-compute-request-id: req-ef1fabb4-058c-4f98-848e-73efd89298b7 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:44:59,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ef1fabb4-058c-4f98-848e-73efd89298b7 2018-07-22 15:44:59,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193358182907s 2018-07-22 15:44:59,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ef1fabb4-058c-4f98-848e-73efd89298b7 2018-07-22 15:44:59,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:01,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:01,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:01,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45: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-bf795b58-c48a-4a05-83a6-0f920f428537 x-compute-request-id: req-bf795b58-c48a-4a05-83a6-0f920f428537 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:01,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf795b58-c48a-4a05-83a6-0f920f428537 2018-07-22 15:45:01,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.21662902832s 2018-07-22 15:45:01,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bf795b58-c48a-4a05-83a6-0f920f428537 2018-07-22 15:45:01,861 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:03,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:03,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:04,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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,Accept-Encoding x-openstack-request-id: req-7430d9ba-8c4d-4750-bc60-ecfec776e26a x-compute-request-id: req-7430d9ba-8c4d-4750-bc60-ecfec776e26a 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:04,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7430d9ba-8c4d-4750-bc60-ecfec776e26a 2018-07-22 15:45:04,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508051872253s 2018-07-22 15:45:04,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7430d9ba-8c4d-4750-bc60-ecfec776e26a 2018-07-22 15:45:04,376 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:06,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:06,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:06,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45: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-c04e0f16-07f8-4c7a-91c5-73cf81a729b6 x-compute-request-id: req-c04e0f16-07f8-4c7a-91c5-73cf81a729b6 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:06,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c04e0f16-07f8-4c7a-91c5-73cf81a729b6 2018-07-22 15:45:06,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19234919548s 2018-07-22 15:45:06,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c04e0f16-07f8-4c7a-91c5-73cf81a729b6 2018-07-22 15:45:06,575 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:08,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:08,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:09,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0afe19a-2eb0-4570-9af9-102d86159cff x-compute-request-id: req-f0afe19a-2eb0-4570-9af9-102d86159cff 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:09,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f0afe19a-2eb0-4570-9af9-102d86159cff 2018-07-22 15:45:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547353982925s 2018-07-22 15:45:09,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f0afe19a-2eb0-4570-9af9-102d86159cff 2018-07-22 15:45:09,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:11,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:11,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:11,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-851a6d3a-c75b-44a3-a2d5-004fb4102e12 x-compute-request-id: req-851a6d3a-c75b-44a3-a2d5-004fb4102e12 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:11,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-851a6d3a-c75b-44a3-a2d5-004fb4102e12 2018-07-22 15:45:11,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342787981033s 2018-07-22 15:45:11,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-851a6d3a-c75b-44a3-a2d5-004fb4102e12 2018-07-22 15:45:11,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:13,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:13,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:13,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-fe7e3116-f3dc-45c4-a6d5-6d8fab24408e x-compute-request-id: req-fe7e3116-f3dc-45c4-a6d5-6d8fab24408e 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:13,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fe7e3116-f3dc-45c4-a6d5-6d8fab24408e 2018-07-22 15:45:13,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.231551170349s 2018-07-22 15:45:13,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fe7e3116-f3dc-45c4-a6d5-6d8fab24408e 2018-07-22 15:45:13,716 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:15,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:15,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:15,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-a55f7eac-ec7f-47c8-9b96-f80ef4be4e58 x-compute-request-id: req-a55f7eac-ec7f-47c8-9b96-f80ef4be4e58 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:15,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a55f7eac-ec7f-47c8-9b96-f80ef4be4e58 2018-07-22 15:45:15,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.222790956497s 2018-07-22 15:45:15,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a55f7eac-ec7f-47c8-9b96-f80ef4be4e58 2018-07-22 15:45:15,946 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:17,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:17,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:18,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45: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-ccab9644-5222-4297-bc74-110d59239717 x-compute-request-id: req-ccab9644-5222-4297-bc74-110d59239717 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:18,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ccab9644-5222-4297-bc74-110d59239717 2018-07-22 15:45:18,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370261907578s 2018-07-22 15:45:18,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ccab9644-5222-4297-bc74-110d59239717 2018-07-22 15:45:18,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:20,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:20,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:20,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c8fd85e-ed68-43d4-8209-056f0acaa773 x-compute-request-id: req-0c8fd85e-ed68-43d4-8209-056f0acaa773 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:20,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0c8fd85e-ed68-43d4-8209-056f0acaa773 2018-07-22 15:45:20,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196939945221s 2018-07-22 15:45:20,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0c8fd85e-ed68-43d4-8209-056f0acaa773 2018-07-22 15:45:20,527 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:22,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:22,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:22,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-fb4ca8f6-a738-487e-9483-d1964fd740a2 x-compute-request-id: req-fb4ca8f6-a738-487e-9483-d1964fd740a2 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:22,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fb4ca8f6-a738-487e-9483-d1964fd740a2 2018-07-22 15:45:22,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352491140366s 2018-07-22 15:45:22,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fb4ca8f6-a738-487e-9483-d1964fd740a2 2018-07-22 15:45:22,886 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:24,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:24,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:25,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-bddf9161-579e-4418-8def-c5b7ee39e9ce x-compute-request-id: req-bddf9161-579e-4418-8def-c5b7ee39e9ce 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:25,114 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bddf9161-579e-4418-8def-c5b7ee39e9ce 2018-07-22 15:45:25,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.224787950516s 2018-07-22 15:45:25,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bddf9161-579e-4418-8def-c5b7ee39e9ce 2018-07-22 15:45:25,118 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:27,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:27,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:27,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb33b006-89b7-42dc-abfb-cbb1dda561cf x-compute-request-id: req-eb33b006-89b7-42dc-abfb-cbb1dda561cf 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:27,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eb33b006-89b7-42dc-abfb-cbb1dda561cf 2018-07-22 15:45:27,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349914073944s 2018-07-22 15:45:27,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eb33b006-89b7-42dc-abfb-cbb1dda561cf 2018-07-22 15:45:27,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:29,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:29,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:29,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54953fea-bd61-4891-9ad2-72fd9efa4e5d x-compute-request-id: req-54953fea-bd61-4891-9ad2-72fd9efa4e5d 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:29,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-54953fea-bd61-4891-9ad2-72fd9efa4e5d 2018-07-22 15:45:29,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372907161713s 2018-07-22 15:45:29,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-54953fea-bd61-4891-9ad2-72fd9efa4e5d 2018-07-22 15:45:29,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:31,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:31,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:32,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-97c0cde8-fa1e-4163-acf3-59fe1b01f635 x-compute-request-id: req-97c0cde8-fa1e-4163-acf3-59fe1b01f635 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:32,394 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-97c0cde8-fa1e-4163-acf3-59fe1b01f635 2018-07-22 15:45:32,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536147117615s 2018-07-22 15:45:32,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-97c0cde8-fa1e-4163-acf3-59fe1b01f635 2018-07-22 15:45:32,398 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:34,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:34,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:34,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45: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-82f1297e-9e06-4971-97b9-6886f203790f x-compute-request-id: req-82f1297e-9e06-4971-97b9-6886f203790f 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:34,755 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-82f1297e-9e06-4971-97b9-6886f203790f 2018-07-22 15:45:34,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354342937469s 2018-07-22 15:45:34,756 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-82f1297e-9e06-4971-97b9-6886f203790f 2018-07-22 15:45:34,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:36,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:36,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:36,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-697fb3c1-eaf5-42b9-a14c-e78b3a00ef0d x-compute-request-id: req-697fb3c1-eaf5-42b9-a14c-e78b3a00ef0d 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:36,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-697fb3c1-eaf5-42b9-a14c-e78b3a00ef0d 2018-07-22 15:45:36,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210340023041s 2018-07-22 15:45:36,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-697fb3c1-eaf5-42b9-a14c-e78b3a00ef0d 2018-07-22 15:45:36,977 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:38,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:39,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ba5b623-0d6a-4bd9-b0cc-0d6bda0035f0 x-compute-request-id: req-6ba5b623-0d6a-4bd9-b0cc-0d6bda0035f0 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:39,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6ba5b623-0d6a-4bd9-b0cc-0d6bda0035f0 2018-07-22 15:45:39,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358126878738s 2018-07-22 15:45:39,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6ba5b623-0d6a-4bd9-b0cc-0d6bda0035f0 2018-07-22 15:45:39,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:41,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:41,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:41,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94cfd092-9b24-42a6-853f-0e8efbc62e35 x-compute-request-id: req-94cfd092-9b24-42a6-853f-0e8efbc62e35 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:41,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-94cfd092-9b24-42a6-853f-0e8efbc62e35 2018-07-22 15:45:41,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211271047592s 2018-07-22 15:45:41,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-94cfd092-9b24-42a6-853f-0e8efbc62e35 2018-07-22 15:45:41,560 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:43,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:43,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:43,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b1739d1-d4b4-4250-a647-335b8946953c x-compute-request-id: req-6b1739d1-d4b4-4250-a647-335b8946953c 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:43,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6b1739d1-d4b4-4250-a647-335b8946953c 2018-07-22 15:45:43,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37033200264s 2018-07-22 15:45:43,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6b1739d1-d4b4-4250-a647-335b8946953c 2018-07-22 15:45:43,938 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:45,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:45,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:46,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0075a3de-8035-43a8-ab13-d5fa90e69244 x-compute-request-id: req-0075a3de-8035-43a8-ab13-d5fa90e69244 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:46,152 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0075a3de-8035-43a8-ab13-d5fa90e69244 2018-07-22 15:45:46,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212273836136s 2018-07-22 15:45:46,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0075a3de-8035-43a8-ab13-d5fa90e69244 2018-07-22 15:45:46,157 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:48,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:48,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:48,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4957a92-a843-4b41-aa57-9915ba041469 x-compute-request-id: req-a4957a92-a843-4b41-aa57-9915ba041469 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:48,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a4957a92-a843-4b41-aa57-9915ba041469 2018-07-22 15:45:48,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196691036224s 2018-07-22 15:45:48,356 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a4957a92-a843-4b41-aa57-9915ba041469 2018-07-22 15:45:48,360 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:50,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:50,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:50,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7456c461-a81f-45fe-a956-6488eef8d5d0 x-compute-request-id: req-7456c461-a81f-45fe-a956-6488eef8d5d0 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:50,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7456c461-a81f-45fe-a956-6488eef8d5d0 2018-07-22 15:45:50,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344659805298s 2018-07-22 15:45:50,708 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7456c461-a81f-45fe-a956-6488eef8d5d0 2018-07-22 15:45:50,712 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:52,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:52,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:52,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68365eaa-f219-4322-adba-fb3660649195 x-compute-request-id: req-68365eaa-f219-4322-adba-fb3660649195 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:52,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68365eaa-f219-4322-adba-fb3660649195 2018-07-22 15:45:52,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206750154495s 2018-07-22 15:45:52,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-68365eaa-f219-4322-adba-fb3660649195 2018-07-22 15:45:52,925 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:54,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:54,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:55,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce84f7bb-0954-4200-b275-e2471293ea2d x-compute-request-id: req-ce84f7bb-0954-4200-b275-e2471293ea2d 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.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:42:37Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:55,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ce84f7bb-0954-4200-b275-e2471293ea2d 2018-07-22 15:45:55,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364722013474s 2018-07-22 15:45:55,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ce84f7bb-0954-4200-b275-e2471293ea2d 2018-07-22 15:45:55,296 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:45:57,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:57,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:57,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-792f93ec-ccdc-41c1-8554-c3f39540c19e x-compute-request-id: req-792f93ec-ccdc-41c1-8554-c3f39540c19e Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:b8:e8", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:45:56.000000", "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:45:56Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:57,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-792f93ec-ccdc-41c1-8554-c3f39540c19e 2018-07-22 15:45:57,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.21430683136s 2018-07-22 15:45:57,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-792f93ec-ccdc-41c1-8554-c3f39540c19e 2018-07-22 15:45:57,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 15:45:57,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:57,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-81adc975-6a54-4947-95a5-3563a31e6f60 Date: Sun, 22 Jul 2018 15:45:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a9eb30b4-34ab-478c-b523-b90729f16d98","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:37Z","admin_state_up":true,"updated_at":"2018-07-22T15:45:56Z","binding:vnic_type":"normal","device_id":"13ef24be-183b-4b98-8913-17073a276361","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d6:b8:e8","id":"f6a7227f-5a9f-48fa-930a-d80b768cf719","port_security_enabled":true,"project_id":"b8bc8db048c044b2b059edae4c54eff8","fixed_ips":[{"subnet_id":"71212ddc-caa6-43da-91e5-eb7cdf7d97ad","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["aff2620e-50a3-4ab6-bd2c-e21534cddf1d"],"name":""}]} 2018-07-22 15:45:57,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361 used request id req-81adc975-6a54-4947-95a5-3563a31e6f60 2018-07-22 15:45:57,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0579760074615s 2018-07-22 15:45:57,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361 used request id req-81adc975-6a54-4947-95a5-3563a31e6f60 2018-07-22 15:45:57,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 15:45:57,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6a7227f-5a9f-48fa-930a-d80b768cf719" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:57,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3ae5d49f-7438-4a36-b084-21e5642cd623 Date: Sun, 22 Jul 2018 15:45:57 GMT RESP BODY: {"floatingips": []} 2018-07-22 15:45:57,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6a7227f-5a9f-48fa-930a-d80b768cf719 used request id req-3ae5d49f-7438-4a36-b084-21e5642cd623 2018-07-22 15:45:57,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.017609834671s 2018-07-22 15:45:57,596 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6a7227f-5a9f-48fa-930a-d80b768cf719 used request id req-3ae5d49f-7438-4a36-b084-21e5642cd623 2018-07-22 15:45:57,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:45:57,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:57,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63c495b2-b920-4e89-a8be-9279692718f3 x-compute-request-id: req-63c495b2-b920-4e89-a8be-9279692718f3 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:b8:e8", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:45:56.000000", "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:45:56Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:45:57,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-63c495b2-b920-4e89-a8be-9279692718f3 2018-07-22 15:45:57,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191197872162s 2018-07-22 15:45:57,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-63c495b2-b920-4e89-a8be-9279692718f3 2018-07-22 15:45:57,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 15:45:57,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:57,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-273d38f7-cbfb-4684-b777-436a6fb96b4d Date: Sun, 22 Jul 2018 15:45:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a9eb30b4-34ab-478c-b523-b90729f16d98","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:37Z","admin_state_up":true,"updated_at":"2018-07-22T15:45:56Z","binding:vnic_type":"normal","device_id":"13ef24be-183b-4b98-8913-17073a276361","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d6:b8:e8","id":"f6a7227f-5a9f-48fa-930a-d80b768cf719","port_security_enabled":true,"project_id":"b8bc8db048c044b2b059edae4c54eff8","fixed_ips":[{"subnet_id":"71212ddc-caa6-43da-91e5-eb7cdf7d97ad","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["aff2620e-50a3-4ab6-bd2c-e21534cddf1d"],"name":""}]} 2018-07-22 15:45:57,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361 used request id req-273d38f7-cbfb-4684-b777-436a6fb96b4d 2018-07-22 15:45:57,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0542559623718s 2018-07-22 15:45:57,847 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361 used request id req-273d38f7-cbfb-4684-b777-436a6fb96b4d 2018-07-22 15:45:57,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 15:45:57,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6a7227f-5a9f-48fa-930a-d80b768cf719" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:57,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cfc4f5dd-534b-4054-be02-b1e7d044506f Date: Sun, 22 Jul 2018 15:45:57 GMT RESP BODY: {"floatingips": []} 2018-07-22 15:45:57,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6a7227f-5a9f-48fa-930a-d80b768cf719 used request id req-cfc4f5dd-534b-4054-be02-b1e7d044506f 2018-07-22 15:45:57,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.015969991684s 2018-07-22 15:45:57,865 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=f6a7227f-5a9f-48fa-930a-d80b768cf719 used request id req-cfc4f5dd-534b-4054-be02-b1e7d044506f 2018-07-22 15:45:57,865 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d6:b8:e8', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'db5f4084-dd24-48c4-bb53-a19c010ca2a1'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-22T15:45:56.000000', 'flavor': Munch({u'id': u'd876c8a5-0616-4a46-ad86-9ba0d0bb3e4f'}), 'az': u'nova', 'id': u'13ef24be-183b-4b98-8913-17073a276361', 'security_groups': [Munch({u'name': u'shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0e5987a017fc42eea799db26dd450cb0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b8bc8db048c044b2b059edae4c54eff8', 'name': 'shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6', '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-07-22T15:45:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T15:45:56Z', 'hostId': u'0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548', '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-07-22T15:45:56.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b8bc8db048c044b2b059edae4c54eff8', 'name': u'shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6', 'adminPass': None, 'tenant_id': u'b8bc8db048c044b2b059edae4c54eff8', 'created_at': u'2018-07-22T15:42:36Z', 'created': u'2018-07-22T15:42:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 15:45:57,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:45:57,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:57,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-96332a69-a2d2-4ca4-946c-47262172bab1 Date: Sun, 22 Jul 2018 15:45: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["71212ddc-caa6-43da-91e5-eb7cdf7d97ad"],"updated_at":"2018-07-22T15:42:17Z","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b8bc8db048c044b2b059edae4c54eff8","id":"a9eb30b4-34ab-478c-b523-b90729f16d98","name":"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:45:57,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-96332a69-a2d2-4ca4-946c-47262172bab1 2018-07-22 15:45:57,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106473922729s 2018-07-22 15:45:57,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-96332a69-a2d2-4ca4-946c-47262172bab1 2018-07-22 15:45:57,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 15:45:57,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:45:58,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9f0ac4fd-8f89-4ba9-bd0c-2eea2e4bd65f Date: Sun, 22 Jul 2018 15:45:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a9eb30b4-34ab-478c-b523-b90729f16d98","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:37Z","admin_state_up":true,"updated_at":"2018-07-22T15:45:56Z","binding:vnic_type":"normal","device_id":"13ef24be-183b-4b98-8913-17073a276361","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d6:b8:e8","id":"f6a7227f-5a9f-48fa-930a-d80b768cf719","port_security_enabled":true,"project_id":"b8bc8db048c044b2b059edae4c54eff8","fixed_ips":[{"subnet_id":"71212ddc-caa6-43da-91e5-eb7cdf7d97ad","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["aff2620e-50a3-4ab6-bd2c-e21534cddf1d"],"name":""}]} 2018-07-22 15:45:58,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361 used request id req-9f0ac4fd-8f89-4ba9-bd0c-2eea2e4bd65f 2018-07-22 15:45:58,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0551469326019s 2018-07-22 15:45:58,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=13ef24be-183b-4b98-8913-17073a276361 used request id req-9f0ac4fd-8f89-4ba9-bd0c-2eea2e4bd65f 2018-07-22 15:45:58,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 15:45:58,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"floatingip": {"floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.11", "port_id": "f6a7227f-5a9f-48fa-930a-d80b768cf719"}}' 2018-07-22 15:45:59,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-4ef95034-dcf1-4e78-881a-dba186ce03a8 Date: Sun, 22 Jul 2018 15:45:59 GMT RESP BODY: {"floatingip": {"router_id": "58fb6110-8a44-406a-bca9-1c8b19d1868d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T15:45:58Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "f6a7227f-5a9f-48fa-930a-d80b768cf719", "id": "57e7cf38-eff6-47ac-86a5-03d076bf5fe5", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:45:58Z", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}} 2018-07-22 15:45:59,767 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4ef95034-dcf1-4e78-881a-dba186ce03a8 2018-07-22 15:45:59,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.73654913902s 2018-07-22 15:45:59,768 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4ef95034-dcf1-4e78-881a-dba186ce03a8 2018-07-22 15:45:59,771 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'58fb6110-8a44-406a-bca9-1c8b19d1868d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b8bc8db048c044b2b059edae4c54eff8', 'created_at': u'2018-07-22T15:45:58Z', 'attached': True, 'updated_at': u'2018-07-22T15:45:58Z', 'id': u'57e7cf38-eff6-47ac-86a5-03d076bf5fe5', 'floating_network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.213', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b8bc8db048c044b2b059edae4c54eff8', 'name': 'shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'58fb6110-8a44-406a-bca9-1c8b19d1868d', 'project_id': u'b8bc8db048c044b2b059edae4c54eff8', 'port_id': u'f6a7227f-5a9f-48fa-930a-d80b768cf719', 'port': u'f6a7227f-5a9f-48fa-930a-d80b768cf719', 'network': u'6a167d45-02f1-4160-bc00-29ab4d79828c'}) 2018-07-22 15:45:59,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 15:45:59,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361/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}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 15:45:59,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:45:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b464af7-aac3-47f4-b0dc-9fb4cabc8e58 x-compute-request-id: req-0b464af7-aac3-47f4-b0dc-9fb4cabc8e58 Content-Encoding: gzip Content-Length: 8869 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 650988365 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.155261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157291] pid_max: default: 32768 minimum: 301\n[ 0.158403] ACPI: Core revision 20150930\n[ 0.159949] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161528] Security Framework initialized\n[ 0.162524] Yama: becoming mindful.\n[ 0.163392] AppArmor: AppArmor initialized\n[ 0.164419] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166026] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168981] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170632] Initializing cgroup subsys io\n[ 0.171612] Initializing cgroup subsys memory\n[ 0.172675] Initializing cgroup subsys devices\n[ 0.173701] Initializing cgroup subsys freezer\n[ 0.174714] Initializing cgroup subsys net_cls\n[ 0.175764] Initializing cgroup subsys perf_event\n[ 0.176863] Initializing cgroup subsys net_prio\n[ 0.177915] Initializing cgroup subsys hugetlb\n[ 0.178934] Initializing cgroup subsys pids\n[ 0.179974] CPU: Physical Processor ID: 0\n[ 0.181665] mce: CPU supports 10 MCE banks\n[ 0.182728] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185337] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.186639] Spectre V2 : Enabling Indirect Branch Prediction Barrier\n[ 0.188081] Spectre V2 : Enabling Indirect Branch Restricted Speculation\n[ 0.189582] Spectre V2 : Speculation control IBPB supported IBRS supported\n[ 0.190956] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.192823] Speculative Store Bypass: Vulnerable\n[ 0.212874] Freeing SMP alternatives memory: 32K\n[ 0.218816] ftrace: allocating 32237 entries in 126 pages\n[ 0.254160] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.255682] smpboot: Max logical packages: 1\n[ 0.256858] x2apic enabled\n[ 0.257789] Switched APIC routing to physical x2apic.\n[ 0.259756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.261148] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.263699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.265874] KVM setup paravirtual spinlock\n[ 0.267371] x86: Booted up 1 node, 1 CPUs\n[ 0.268360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.270065] devtmpfs: initialized\n[ 0.271934] evm: security.selinux\n[ 0.272784] evm: security.SMACK64\n[ 0.273653] evm: security.SMACK64EXEC\n[ 0.274567] evm: security.SMACK64TRANSMUTE\n[ 0.275558] evm: security.SMACK64MMAP\n[ 0.276461] evm: security.ima\n[ 0.277225] evm: security.capability\n[ 0.278201] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.280432] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.281885] pinctrl core: initialized pinctrl subsystem\n[ 0.283250] RTC time: 15:45:57, date: 07/22/18\n[ 0.284437] NET: Registered protocol family 16\n[ 0.285631] cpuidle: using governor ladder\n[ 0.286636] cpuidle: using governor menu\n[ 0.287591] PCCT header not found.\n[ 0.288509] ACPI: bus type PCI registered\n[ 0.289488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.291020] PCI: Using configuration type 1 for base access\n[ 0.293113] ACPI: Added _OSI(Module Device)\n[ 0.294176] ACPI: Added _OSI(Processor Device)\n[ 0.295230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.296328] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.298363] ACPI: Interpreter enabled\n[ 0.299304] ACPI: (supports S0 S5)\n[ 0.300158] ACPI: Using IOAPIC for interrupt routing\n[ 0.301315] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305022] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306441] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309468] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312204] acpiphp: Slot [3] registered\n[ 0.313189] acpiphp: Slot [4] registered\n[ 0.324382] acpiphp: Slot [5] registered\n[ 0.325372] acpiphp: Slot [6] registered\n[ 0.326371] acpiphp: Slot [7] registered\n[ 0.327343] acpiphp: Slot [8] registered\n[ 0.328314] acpiphp: Slot [9] registered\n[ 0.329289] acpiphp: Slot [10] registered\n[ 0.330279] acpiphp: Slot [11] registered\n[ 0.331265] acpiphp: Slot [12] registered\n[ 0.332255] acpiphp: Slot [13] registered\n[ 0.333260] acpiphp: Slot [14] registered\n[ 0.334283] acpiphp: Slot [15] registered\n[ 0.335270] acpiphp: Slot [16] registered\n[ 0.336279] acpiphp: Slot [17] registered\n[ 0.337272] acpiphp: Slot [18] registered\n[ 0.338263] acpiphp: Slot [19] registered\n[ 0.339259] acpiphp: Slot [20] registered\n[ 0.340250] acpiphp: Slot [21] registered\n[ 0.341236] acpiphp: Slot [22] registered\n[ 0.342309] acpiphp: Slot [23] registered\n[ 0.343353] acpiphp: Slot [24] registered\n[ 0.344385] acpiphp: Slot [25] registered\n[ 0.345395] acpiphp: Slot [26] registered\n[ 0.346399] acpiphp: Slot [27] registered\n[ 0.347412] acpiphp: Slot [28] registered\n[ 0.348415] acpiphp: Slot [29] registered\n[ 0.349461] acpiphp: Slot [30] registered\n[ 0.350486] acpiphp: Slot [31] registered\n[ 0.351487] PCI host bridge to bus 0000:00\n[ 0.352480] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.354018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355548] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.357337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.359137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.360959] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.364521] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.366122] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.367584] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.369182] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.372862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.374969] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.395285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.397081] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.398767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.400448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402110] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403591] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405188] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406510] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408470] vgaarb: loaded\n[ 0.409191] vgaarb: bridge control possible 0000:00:02.0\n[ 0.410689] SCSI subsystem initialized\n[ 0.411778] ACPI: bus type USB registered\n[ 0.412806] usbcore: registered new interface driver usbfs\n[ 0.414076] usbcore: registered new interface driver hub\n[ 0.415352] usbcore: registered new device driver usb\n[ 0.416689] PCI: Using ACPI for IRQ routing\n[ 0.418001] NetLabel: Initializing\n[ 0.418875] NetLabel: domain hash size = 128\n[ 0.419923] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421105] NetLabel: unlabeled traffic allowed by default\n[ 0.424579] amd_nb: Cannot enumerate AMD northbridges\n[ 0.425843] clocksource: Switched to clocksource kvm-clock\n[ 0.433891] AppArmor: AppArmor Filesystem Enabled\n[ 0.435174] pnp: PnP ACPI init\n[ 0.436437] pnp: PnP ACPI: found 5 devices\n[ 0.443112] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445271] NET: Registered protocol family 2\n[ 0.446644] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.448269] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.449742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451224] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454032] NET: Registered protocol family 1\n[ 0.455133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456504] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457867] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.474034] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490574] Unpacking initramfs...\n[ 0.943404] Freeing initrd memory: 37084K\n[ 0.944781] Scanning for low memory corruption every 60 seconds\n[ 0.946498] audit: initializing netlink subsys (disabled)\n[ 0.947799] audit: type=2000 audit(1532274357.804:1): initialized\n[ 0.949482] Initialise system trusted keyring\n[ 0.950757] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.952209] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.954732] zbud: loaded\n[ 0.955693] VFS: Disk quotas dquot_6.6.0\n[ 0.956701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.958491] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.960072] fuse init (API version 7.23)\n[ 0.961213] Key type big_key registered\n[ 0.962209] Allocating IMA MOK and blacklist keyrings.\n[ 0.963743] Key type asymmetric registered\n[ 0.964757] Asymmetric key parser 'x509' registered\n[ 0.965947] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.967777] io scheduler noop registered\n[ 0.968751] io scheduler deadline registered (default)\n[ 0.969993] io scheduler cfq registered\n[ 0.971068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.972367] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.973975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.975761] ACPI: Power Button [PWRF]\n[ 0.976836] GHES: HEST is not enabled!\n[ 0.992486] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.024446] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.027011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.050925] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.053643] Linux agpgart interface v0.103\n[ 1.056048] loop: module loaded\n[ 1.058975] vda: vda1\n[ 1.060394] scsi host0: ata_piix\n[ 1.061315] scsi host1: ata_piix\n[ 1.062215] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.063731] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.065547] libphy: Fixed MDIO Bus: probed\n[ 1.066742] tun: Universal TUN/TAP device driver, 1.6\n[ 1.067918] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.070325] PPP generic driver version 2.4.2\n[ 1.071453] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.072942] ehci-pci: EHCI PCI platform driver\n[ 1.074029] ehci-platform: EHCI generic platform driver\n[ 1.075252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.076650] ohci-pci: OHCI PCI platform driver\n[ 1.077716] ohci-platform: OHCI generic platform driver\n[ 1.078939] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.095252] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.096497] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.098293] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.099513] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.100925] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.102489] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.104237] usb usb1: Product: UHCI Host Controller\n[ 1.105373] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.106802] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.108026] hub 1-0:1.0: USB hub found\n[ 1.108968] hub 1-0:1.0: 2 ports detected\n[ 1.110097] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.112793] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.113990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.115274] mousedev: PS/2 mouse device common for all mice\n[ 1.116824] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.119097] rtc_cmos 00:00: RTC can wake from S4\n[ 1.120434] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.121922] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.123430] i2c /dev entries driver\n[ 1.124359] device-mapper: uevent: version 1.0.3\n[ 1.125528] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.127539] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.129183] NET: Registered protocol family 10\n[ 1.130491] NET: Registered protocol family 17\n[ 1.131587] Key type dns_resolver registered\n[ 1.132882] registered taskstats version 1\n[ 1.133935] Loading compiled-in X.509 certificates\n[ 1.135618] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.137914] zswap: loaded using pool lzo/zbud\n[ 1.140350] Key type trusted registered\n[ 1.143494] Key type encrypted registered\n[ 1.144520] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.145780] ima: No TPM chip found, activating TPM-bypass!\n[ 1.147073] evm: HMAC attrs: 0x1\n[ 1.148188] Magic number: 10:486:791\n[ 1.149241] rtc_cmos 00:00: setting system clock to 2018-07-22 15:45:57 UTC (1532274357)\n[ 1.151233] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.152631] EDD information not available.\n[ 1.223426] Freeing unused kernel memory: 1512K\n[ 1.224534] Write protecting the kernel read-only data: 14336k\n[ 1.226822] Freeing unused kernel memory: 1692K\n[ 1.228128] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.238882] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.241019] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.243535] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.245818] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.248032] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.250286] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.257917] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.260174] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.263500] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.266638] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.327028] virtio_net virtio0 ens3: renamed from eth0\n[ 1.334927] [drm] Initialized drm 1.1.0 20060810\n[ 1.337101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.339218] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.362252] FDC 0 is a S82078B\n[ 1.365192] AVX2 version of gcm_enc/dec engaged.\n[ 1.366363] AES CTR mode by8 optimization enabled\n[ 1.421923] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.582187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.583800] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.585455] usb 1-1: Product: QEMU USB Tablet\n[ 1.586563] usb 1-1: Manufacturer: QEMU\n[ 1.587516] usb 1-1: SerialNumber: 42\n[ 1.596067] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.602865] usbcore: registered new interface driver usbhid\n[ 1.604186] usbhid: USB HID core driver\n[ 1.606677] 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.609539] 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.877944] md: linear personality registered for level -1\n[ 1.881233] md: multipath personality registered for level -4\n[ 1.884659] md: raid0 personality registered for level 0\n[ 1.888469] md: raid1 personality registered for level 1\n[ 1.957843] raid6: sse2x1 gen() 11688 MB/s\n[ 2.025849] raid6: sse2x1 xor() 9097 MB/s\n[ 2.093841] raid6: sse2x2 gen() 14903 MB/s\n[ 2.161843] raid6: sse2x2 xor() 9905 MB/s\n[ 2.229844] raid6: sse2x4 gen() 17074 MB/s\n[ 2.297841] raid6: sse2x4 xor() 11728 MB/s\n[ 2.365854] raid6: avx2x1 gen() 22675 MB/s\n[ 2.433853] raid6: avx2x2 gen() 25597 MB/s\n[ 2.501852] raid6: avx2x4 gen() 29220 MB/s\n[ 2.502761] raid6: using algorithm avx2x4 gen() 29220 MB/s\n[ 2.503833] raid6: using avx2x2 recovery algorithm\n[ 2.504818] tsc: Refined TSC clocksource calibration: 3491.853 MHz\n[ 2.506019] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325540c5569, max_idle_ns: 440795228128 ns\n[ 2.509236] xor: automatically using best checksumming function:\n[ 2.549853] avx : 31522.000 MB/sec\n[ 2.551940] async_tx: api initialized (async)\n[ 2.561789] md: raid6 personality registered for level 6\n[ 2.562885] md: raid5 personality registered for level 5\n[ 2.563942] md: raid4 personality registered for level 4\n[ 2.569326] 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.597432] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.615623] 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.733174] 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.736630] systemd[1]: Detected virtualization kvm.\n[ 2.737655] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.740726] systemd[1]: Set hostname to .\n[ 2.743119] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.744307] systemd[1]: Installed transient /etc/machine-id file.\n"} 2018-07-22 15:45:59,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361/action used request id req-0b464af7-aac3-47f4-b0dc-9fb4cabc8e58 2018-07-22 15:45:59,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0839688777924s 2018-07-22 15:45:59,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361/action used request id req-0b464af7-aac3-47f4-b0dc-9fb4cabc8e58 2018-07-22 15:45:59,857 - 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 650988365 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.155261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.157291] pid_max: default: 32768 minimum: 301 [ 0.158403] ACPI: Core revision 20150930 [ 0.159949] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.161528] Security Framework initialized [ 0.162524] Yama: becoming mindful. [ 0.163392] AppArmor: AppArmor initialized [ 0.164419] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.166026] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.167529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168981] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170632] Initializing cgroup subsys io [ 0.171612] Initializing cgroup subsys memory [ 0.172675] Initializing cgroup subsys devices [ 0.173701] Initializing cgroup subsys freezer [ 0.174714] Initializing cgroup subsys net_cls [ 0.175764] Initializing cgroup subsys perf_event [ 0.176863] Initializing cgroup subsys net_prio [ 0.177915] Initializing cgroup subsys hugetlb [ 0.178934] Initializing cgroup subsys pids [ 0.179974] CPU: Physical Processor ID: 0 [ 0.181665] mce: CPU supports 10 MCE banks [ 0.182728] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.183981] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.185337] Spectre V2 : Mitigation: Full generic retpoline [ 0.186639] Spectre V2 : Enabling Indirect Branch Prediction Barrier [ 0.188081] Spectre V2 : Enabling Indirect Branch Restricted Speculation [ 0.189582] Spectre V2 : Speculation control IBPB supported IBRS supported [ 0.190956] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.192823] Speculative Store Bypass: Vulnerable [ 0.212874] Freeing SMP alternatives memory: 32K [ 0.218816] ftrace: allocating 32237 entries in 126 pages [ 0.254160] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.255682] smpboot: Max logical packages: 1 [ 0.256858] x2apic enabled [ 0.257789] Switched APIC routing to physical x2apic. [ 0.259756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.261148] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.263699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.265874] KVM setup paravirtual spinlock [ 0.267371] x86: Booted up 1 node, 1 CPUs [ 0.268360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.270065] devtmpfs: initialized [ 0.271934] evm: security.selinux [ 0.272784] evm: security.SMACK64 [ 0.273653] evm: security.SMACK64EXEC [ 0.274567] evm: security.SMACK64TRANSMUTE [ 0.275558] evm: security.SMACK64MMAP [ 0.276461] evm: security.ima [ 0.277225] evm: security.capability [ 0.278201] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.280432] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.281885] pinctrl core: initialized pinctrl subsystem [ 0.283250] RTC time: 15:45:57, date: 07/22/18 [ 0.284437] NET: Registered protocol family 16 [ 0.285631] cpuidle: using governor ladder [ 0.286636] cpuidle: using governor menu [ 0.287591] PCCT header not found. [ 0.288509] ACPI: bus type PCI registered [ 0.289488] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.291020] PCI: Using configuration type 1 for base access [ 0.293113] ACPI: Added _OSI(Module Device) [ 0.294176] ACPI: Added _OSI(Processor Device) [ 0.295230] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.296328] ACPI: Added _OSI(Processor Aggregator Device) [ 0.298363] ACPI: Interpreter enabled [ 0.299304] ACPI: (supports S0 S5) [ 0.300158] ACPI: Using IOAPIC for interrupt routing [ 0.301315] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.305022] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.306441] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.307980] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.309468] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312204] acpiphp: Slot [3] registered [ 0.313189] acpiphp: Slot [4] registered [ 0.324382] acpiphp: Slot [5] registered [ 0.325372] acpiphp: Slot [6] registered [ 0.326371] acpiphp: Slot [7] registered [ 0.327343] acpiphp: Slot [8] registered [ 0.328314] acpiphp: Slot [9] registered [ 0.329289] acpiphp: Slot [10] registered [ 0.330279] acpiphp: Slot [11] registered [ 0.331265] acpiphp: Slot [12] registered [ 0.332255] acpiphp: Slot [13] registered [ 0.333260] acpiphp: Slot [14] registered [ 0.334283] acpiphp: Slot [15] registered [ 0.335270] acpiphp: Slot [16] registered [ 0.336279] acpiphp: Slot [17] registered [ 0.337272] acpiphp: Slot [18] registered [ 0.338263] acpiphp: Slot [19] registered [ 0.339259] acpiphp: Slot [20] registered [ 0.340250] acpiphp: Slot [21] registered [ 0.341236] acpiphp: Slot [22] registered [ 0.342309] acpiphp: Slot [23] registered [ 0.343353] acpiphp: Slot [24] registered [ 0.344385] acpiphp: Slot [25] registered [ 0.345395] acpiphp: Slot [26] registered [ 0.346399] acpiphp: Slot [27] registered [ 0.347412] acpiphp: Slot [28] registered [ 0.348415] acpiphp: Slot [29] registered [ 0.349461] acpiphp: Slot [30] registered [ 0.350486] acpiphp: Slot [31] registered [ 0.351487] PCI host bridge to bus 0000:00 [ 0.352480] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.354018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.355548] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.357337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.359137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.360959] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.364521] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.366122] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.367584] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.369182] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.372862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.374969] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.395285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.397081] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.398767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.400448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.402110] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.403591] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405188] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406510] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408470] vgaarb: loaded [ 0.409191] vgaarb: bridge control possible 0000:00:02.0 [ 0.410689] SCSI subsystem initialized [ 0.411778] ACPI: bus type USB registered [ 0.412806] usbcore: registered new interface driver usbfs [ 0.414076] usbcore: registered new interface driver hub [ 0.415352] usbcore: registered new device driver usb [ 0.416689] PCI: Using ACPI for IRQ routing [ 0.418001] NetLabel: Initializing [ 0.418875] NetLabel: domain hash size = 128 [ 0.419923] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.421105] NetLabel: unlabeled traffic allowed by default [ 0.424579] amd_nb: Cannot enumerate AMD northbridges [ 0.425843] clocksource: Switched to clocksource kvm-clock [ 0.433891] AppArmor: AppArmor Filesystem Enabled [ 0.435174] pnp: PnP ACPI init [ 0.436437] pnp: PnP ACPI: found 5 devices [ 0.443112] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445271] NET: Registered protocol family 2 [ 0.446644] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448269] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451224] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452564] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.454032] NET: Registered protocol family 1 [ 0.455133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456504] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457867] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.474034] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.490574] Unpacking initramfs... [ 0.943404] Freeing initrd memory: 37084K [ 0.944781] Scanning for low memory corruption every 60 seconds [ 0.946498] audit: initializing netlink subsys (disabled) [ 0.947799] audit: type=2000 audit(1532274357.804:1): initialized [ 0.949482] Initialise system trusted keyring [ 0.950757] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.952209] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.954732] zbud: loaded [ 0.955693] VFS: Disk quotas dquot_6.6.0 [ 0.956701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.958491] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.960072] fuse init (API version 7.23) [ 0.961213] Key type big_key registered [ 0.962209] Allocating IMA MOK and blacklist keyrings. [ 0.963743] Key type asymmetric registered [ 0.964757] Asymmetric key parser 'x509' registered [ 0.965947] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.967777] io scheduler noop registered [ 0.968751] io scheduler deadline registered (default) [ 0.969993] io scheduler cfq registered [ 0.971068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.972367] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.973975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.975761] ACPI: Power Button [PWRF] [ 0.976836] GHES: HEST is not enabled! [ 0.992486] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.024446] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.027011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.050925] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.053643] Linux agpgart interface v0.103 [ 1.056048] loop: module loaded [ 1.058975] vda: vda1 [ 1.060394] scsi host0: ata_piix [ 1.061315] scsi host1: ata_piix [ 1.062215] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.063731] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.065547] libphy: Fixed MDIO Bus: probed [ 1.066742] tun: Universal TUN/TAP device driver, 1.6 [ 1.067918] tun: (C) 1999-2004 Max Krasnyansky [ 1.070325] PPP generic driver version 2.4.2 [ 1.071453] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.072942] ehci-pci: EHCI PCI platform driver [ 1.074029] ehci-platform: EHCI generic platform driver [ 1.075252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.076650] ohci-pci: OHCI PCI platform driver [ 1.077716] ohci-platform: OHCI generic platform driver [ 1.078939] uhci_hcd: USB Universal Host Controller Interface driver [ 1.095252] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.096497] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.098293] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.099513] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.100925] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.102489] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.104237] usb usb1: Product: UHCI Host Controller [ 1.105373] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.106802] usb usb1: SerialNumber: 0000:00:01.2 [ 1.108026] hub 1-0:1.0: USB hub found [ 1.108968] hub 1-0:1.0: 2 ports detected [ 1.110097] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.112793] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.113990] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.115274] mousedev: PS/2 mouse device common for all mice [ 1.116824] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.119097] rtc_cmos 00:00: RTC can wake from S4 [ 1.120434] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.121922] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.123430] i2c /dev entries driver [ 1.124359] device-mapper: uevent: version 1.0.3 [ 1.125528] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.127539] ledtrig-cpu: registered to indicate activity on CPUs [ 1.129183] NET: Registered protocol family 10 [ 1.130491] NET: Registered protocol family 17 [ 1.131587] Key type dns_resolver registered [ 1.132882] registered taskstats version 1 [ 1.133935] Loading compiled-in X.509 certificates [ 1.135618] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.137914] zswap: loaded using pool lzo/zbud [ 1.140350] Key type trusted registered [ 1.143494] Key type encrypted registered [ 1.144520] AppArmor: AppArmor sha1 policy hashing enabled [ 1.145780] ima: No TPM chip found, activating TPM-bypass! [ 1.147073] evm: HMAC attrs: 0x1 [ 1.148188] Magic number: 10:486:791 [ 1.149241] rtc_cmos 00:00: setting system clock to 2018-07-22 15:45:57 UTC (1532274357) [ 1.151233] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.152631] EDD information not available. [ 1.223426] Freeing unused kernel memory: 1512K [ 1.224534] Write protecting the kernel read-only data: 14336k [ 1.226822] Freeing unused kernel memory: 1692K [ 1.228128] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.238882] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.241019] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.243535] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.245818] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.248032] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.250286] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.257917] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.260174] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.263500] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.266638] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.327028] virtio_net virtio0 ens3: renamed from eth0 [ 1.334927] [drm] Initialized drm 1.1.0 20060810 [ 1.337101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.339218] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.362252] FDC 0 is a S82078B [ 1.365192] AVX2 version of gcm_enc/dec engaged. [ 1.366363] AES CTR mode by8 optimization enabled [ 1.421923] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.582187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.583800] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.585455] usb 1-1: Product: QEMU USB Tablet [ 1.586563] usb 1-1: Manufacturer: QEMU [ 1.587516] usb 1-1: SerialNumber: 42 [ 1.596067] hidraw: raw HID events driver (C) Jiri Kosina [ 1.602865] usbcore: registered new interface driver usbhid [ 1.604186] usbhid: USB HID core driver [ 1.606677] 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.609539] 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.877944] md: linear personality registered for level -1 [ 1.881233] md: multipath personality registered for level -4 [ 1.884659] md: raid0 personality registered for level 0 [ 1.888469] md: raid1 personality registered for level 1 [ 1.957843] raid6: sse2x1 gen() 11688 MB/s [ 2.025849] raid6: sse2x1 xor() 9097 MB/s [ 2.093841] raid6: sse2x2 gen() 14903 MB/s [ 2.161843] raid6: sse2x2 xor() 9905 MB/s [ 2.229844] raid6: sse2x4 gen() 17074 MB/s [ 2.297841] raid6: sse2x4 xor() 11728 MB/s [ 2.365854] raid6: avx2x1 gen() 22675 MB/s [ 2.433853] raid6: avx2x2 gen() 25597 MB/s [ 2.501852] raid6: avx2x4 gen() 29220 MB/s [ 2.502761] raid6: using algorithm avx2x4 gen() 29220 MB/s [ 2.503833] raid6: using avx2x2 recovery algorithm [ 2.504818] tsc: Refined TSC clocksource calibration: 3491.853 MHz [ 2.506019] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325540c5569, max_idle_ns: 440795228128 ns [ 2.509236] xor: automatically using best checksumming function: [ 2.549853] avx : 31522.000 MB/sec [ 2.551940] async_tx: api initialized (async) [ 2.561789] md: raid6 personality registered for level 6 [ 2.562885] md: raid5 personality registered for level 5 [ 2.563942] md: raid4 personality registered for level 4 [ 2.569326] 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.597432] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.615623] 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.733174] 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.736630] systemd[1]: Detected virtualization kvm. [ 2.737655] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.740726] systemd[1]: Set hostname to . [ 2.743119] systemd[1]: Initializing machine ID from KVM UUID. [ 2.744307] systemd[1]: Installed transient /etc/machine-id file. 2018-07-22 15:46:14,896 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.213 2018-07-22 15:46:24,907 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.213 2018-07-22 15:46:34,918 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.213 2018-07-22 15:46:44,921 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.213 2018-07-22 15:46:54,932 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.213 2018-07-22 15:47:04,937 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.213 2018-07-22 15:47:14,950 - paramiko.transport - DEBUG - starting thread (client mode): 0x4a1da8d0L 2018-07-22 15:47:14,951 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 15:47:14,956 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-07-22 15:47:14,957 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-07-22 15:47:14,958 - 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-07-22 15:47:14,958 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 15:47:14,958 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 15:47:14,958 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 15:47:14,959 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 15:47:14,959 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 15:47:15,002 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 15:47:15,003 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 15:47:15,015 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.213: f9e6c1a3cb48a4fcdfd11959ec9fe521 2018-07-22 15:47:15,016 - paramiko.transport - DEBUG - Trying discovered key 0a6ec2d9e5ceb33cfacb6eb06a2e6209 in /tmp/tmppV_etI 2018-07-22 15:47:15,042 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 15:47:15,068 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-07-22 15:47:15,068 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 15:47:15,082 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-07-22 15:47:15,082 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.213 2018-07-22 15:47:25,085 - paramiko.transport - DEBUG - starting thread (client mode): 0x4a259190L 2018-07-22 15:47:25,086 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 15:47:25,089 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-07-22 15:47:25,090 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-07-22 15:47:25,091 - 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-07-22 15:47:25,091 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 15:47:25,091 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 15:47:25,092 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 15:47:25,092 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 15:47:25,092 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 15:47:25,133 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 15:47:25,134 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 15:47:25,150 - paramiko.transport - DEBUG - Trying discovered key 0a6ec2d9e5ceb33cfacb6eb06a2e6209 in /tmp/tmppV_etI 2018-07-22 15:47:25,174 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 15:47:25,182 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 15:47:25,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-22 15:47:25,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-07-22 15:47:25,226 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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://192.30.9.7: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.7:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:25,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:25,317 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-07-22 15:47:25,317 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-07-22 15:47:25,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7241bcfb-40ef-45e5-943a-53b540f4fa38 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0026f334295c43f88ecc771414a3a6b5"}, "enabled": true, "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/1714f934aa5d47dc9b1f86ea9e0d791a"}, "enabled": true, "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1b52eba3461243f7b3a5201e8e001d42"}, "enabled": true, "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/3f96379a30f6492ebec25d0623634774"}, "enabled": true, "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/63a3603f3e2a4d8e837a90643df389fa"}, "enabled": true, "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9ba831539d0c4f60a24684a96759c839"}, "enabled": true, "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/be233f6ee4b7491987283a4b948879f8"}, "enabled": true, "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/d07405a2d4744a5b956eb640a51337a7"}, "enabled": true, "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d457b045904947349122bd987bbac514"}, "enabled": true, "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de5eabb256814d1c96d76e93595e24a7"}, "enabled": true, "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e2103418d916425bba77fb780ac8563e"}, "enabled": true, "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e5abccc207344d60abbf759ba93cb38d"}, "enabled": true, "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e5cb657002df4ae696858cea0b6eacb2"}, "enabled": true, "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f118cf0ea368460181662c3b5984607f"}, "enabled": true, "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f2e21686cd50476793f24fb1d0b32168"}, "enabled": true, "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-07-22 15:47:25,328 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-7241bcfb-40ef-45e5-943a-53b540f4fa38 2018-07-22 15:47:25,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.110980987549s 2018-07-22 15:47:25,328 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-7241bcfb-40ef-45e5-943a-53b540f4fa38 2018-07-22 15:47:25,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-22 15:47:25,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:25,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-384a2b6e-27ac-4204-afaf-31628d306f57 Content-Encoding: gzip Content-Length: 1991 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0433f7e3793a401389766cb182b1a8e8"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0645819fbcfa48bb9d10712bec990ae7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/090fc08431604589b99f24f6cc775e37"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "090fc08431604589b99f24f6cc775e37"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0d0bcd7fc50f48c4a5739f3906090382"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/11eea033759f4b7f8046f9b12eb8a57b"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/166011bc1dc74733a1b38f89eb384932"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "166011bc1dc74733a1b38f89eb384932"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/186541a42f8b45c28cb5ab22b795b2a2"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1d39da9971174dcc8f2cd0a5d930aff1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d457b045904947349122bd987bbac514", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/23d82839a7bb4504a2f7a71aceb6ba97"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/276c1e88e9474ce585d5c73df0083d9a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/27a2b8fb3efe4b75ad2617fc4ba78180"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/471b0868aa504c2298f7f44861b9ed40"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/536d91da5fed406b8fb1bca737622c75"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "536d91da5fed406b8fb1bca737622c75"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/53bac962e3ba49f69a727c284e22640f"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "53bac962e3ba49f69a727c284e22640f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5495df63face43a6a58ac897299d157e"}, "url": "http://172.30.9.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "5495df63face43a6a58ac897299d157e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/62b11313eaee4b3583a4d0ff4b460417"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/688ccb831f774d8d98cde748230a9739"}, "url": "http://172.30.9.28:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "688ccb831f774d8d98cde748230a9739"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6f2c9c85862d4b70a8b37d181efa11c3"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d457b045904947349122bd987bbac514", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7f5105a409db4590850eed0b38f135c3"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "7f5105a409db4590850eed0b38f135c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/86c193d67f08404594566df93294c34e"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "86c193d67f08404594566df93294c34e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8b5dd73cb7ae4b04a80f2c5b36df2bc9"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1714f934aa5d47dc9b1f86ea9e0d791a", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8bdf88a2ae5c4a5f8fb145141208298e"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5abccc207344d60abbf759ba93cb38d", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/93c102dbda81435dad8500d1d3ac9a3a"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9728ba9b94a84ff38e05340a08a8e4e5"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1b52eba3461243f7b3a5201e8e001d42", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9d85854dfad84993afd7273f92a3df6f"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9dc125e1bf044017b1d0d1d1815c7548"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a0761c19908e49f8bcbf608c1dd974f6"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5cb657002df4ae696858cea0b6eacb2", "id": "a0761c19908e49f8bcbf608c1dd974f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a444da2e028e4079ab037830d449d07e"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e2103418d916425bba77fb780ac8563e", "id": "a444da2e028e4079ab037830d449d07e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a6207e15a4da469f8f043a09b18398c9"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ba831539d0c4f60a24684a96759c839", "id": "a6207e15a4da469f8f043a09b18398c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/aa9d821ec8cc42da9be287bf0e0b5498"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d457b045904947349122bd987bbac514", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ac39a84e898542ee86387ad1ec22499a"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b697d88d76e34a388ae08bee193bc6dd"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f118cf0ea368460181662c3b5984607f", "id": "b697d88d76e34a388ae08bee193bc6dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bb47fccb29d64f0cb441d6b7de9ceea8"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bde76fd702b04d15aca5984d66f32b12"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c9970178a1b245bcab7728bb6536a345"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d07405a2d4744a5b956eb640a51337a7", "id": "c9970178a1b245bcab7728bb6536a345"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cb33efb18e2d4bdaab6d1847c60361a9"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc2bcab9307248e4bd362040d9cd6381"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0026f334295c43f88ecc771414a3a6b5", "id": "cc2bcab9307248e4bd362040d9cd6381"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/d5b5884f8f144b1b83cba0d6f64e7c86"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f96379a30f6492ebec25d0623634774", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7fc48a78c7e47cca2465436102c20bd"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "be233f6ee4b7491987283a4b948879f8", "id": "e7fc48a78c7e47cca2465436102c20bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ebb33a22e1454e3e8ebc791d29c8a335"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f2e21686cd50476793f24fb1d0b32168", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f7e929d309e941dea06656c81c860175"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "63a3603f3e2a4d8e837a90643df389fa", "id": "f7e929d309e941dea06656c81c860175"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-22 15:47:25,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-384a2b6e-27ac-4204-afaf-31628d306f57 2018-07-22 15:47:25,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.100508928299s 2018-07-22 15:47:25,437 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-384a2b6e-27ac-4204-afaf-31628d306f57 2018-07-22 15:47:25,444 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.28:5000 2018-07-22 15:47:25,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:47:25,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:25,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8e1280b-fb5a-4b7d-8093-3229d3796200 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "d73f45e2823a47e3a057b1fbf4dd60ca", "links": {"self": "http://172.30.9.28:5000/v3/roles/d73f45e2823a47e3a057b1fbf4dd60ca"}, "name": "Member"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:47:25,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f8e1280b-fb5a-4b7d-8093-3229d3796200 2018-07-22 15:47:25,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0881569385529s 2018-07-22 15:47:25,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f8e1280b-fb5a-4b7d-8093-3229d3796200 2018-07-22 15:47:25,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 15:47:25,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:25,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56baeaf6-f68c-498a-beba-d1c2b25f7c00 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 15:47:25,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-56baeaf6-f68c-498a-beba-d1c2b25f7c00 2018-07-22 15:47:25,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0909519195557s 2018-07-22 15:47:25,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-56baeaf6-f68c-498a-beba-d1c2b25f7c00 2018-07-22 15:47:25,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 15:47:25,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:25,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79bbb365-27ce-40d9-a7b6-871ec480f2d2 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6", "links": {"self": "http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e5987a017fc42eea799db26dd450cb0", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:47:25,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-79bbb365-27ce-40d9-a7b6-871ec480f2d2 2018-07-22 15:47:25,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104865789413s 2018-07-22 15:47:25,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-79bbb365-27ce-40d9-a7b6-871ec480f2d2 2018-07-22 15:47:25,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 15:47:25,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:25,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2d83cf9-7bde-47bb-b980-8b434bd942c2 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8"}, "tags": [], "enabled": true, "id": "b8bc8db048c044b2b059edae4c54eff8", "parent_id": "default", "domain_id": "default", "name": "shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 15:47:25,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c2d83cf9-7bde-47bb-b980-8b434bd942c2 2018-07-22 15:47:25,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10782289505s 2018-07-22 15:47:25,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c2d83cf9-7bde-47bb-b980-8b434bd942c2 2018-07-22 15:47:25,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 15:47:25,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=0e5987a017fc42eea799db26dd450cb0&role.id=d70d9356b3514aafaf74dcf89c56992f&scope.project.id=b8bc8db048c044b2b059edae4c54eff8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:25,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd86d6a6-b2af-4579-aed3-e67f7ecee660 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=0e5987a017fc42eea799db26dd450cb0&role.id=d70d9356b3514aafaf74dcf89c56992f&scope.project.id=b8bc8db048c044b2b059edae4c54eff8", "previous": null, "next": null}} 2018-07-22 15:47:25,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=0e5987a017fc42eea799db26dd450cb0&role.id=d70d9356b3514aafaf74dcf89c56992f&scope.project.id=b8bc8db048c044b2b059edae4c54eff8 used request id req-bd86d6a6-b2af-4579-aed3-e67f7ecee660 2018-07-22 15:47:25,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0821859836578s 2018-07-22 15:47:25,948 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=0e5987a017fc42eea799db26dd450cb0&role.id=d70d9356b3514aafaf74dcf89c56992f&scope.project.id=b8bc8db048c044b2b059edae4c54eff8 used request id req-bd86d6a6-b2af-4579-aed3-e67f7ecee660 2018-07-22 15:47:25,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 15:47:25,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8/users/0e5987a017fc42eea799db26dd450cb0/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:26,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb76ae15-61ca-4a62-bdd5-99d843639f1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:26,086 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8/users/0e5987a017fc42eea799db26dd450cb0/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-fb76ae15-61ca-4a62-bdd5-99d843639f1d 2018-07-22 15:47:26,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.13422703743s 2018-07-22 15:47:26,086 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8/users/0e5987a017fc42eea799db26dd450cb0/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-fb76ae15-61ca-4a62-bdd5-99d843639f1d 2018-07-22 15:47:26,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:47:26,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:26,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c6e7d3-5731-40d8-a9bf-5af0ca11cc64 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "d73f45e2823a47e3a057b1fbf4dd60ca", "links": {"self": "http://172.30.9.28:5000/v3/roles/d73f45e2823a47e3a057b1fbf4dd60ca"}, "name": "Member"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:47:26,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-18c6e7d3-5731-40d8-a9bf-5af0ca11cc64 2018-07-22 15:47:26,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0866007804871s 2018-07-22 15:47:26,177 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-18c6e7d3-5731-40d8-a9bf-5af0ca11cc64 2018-07-22 15:47:26,178 - functest.core.singlevm - ERROR - Cannot run shaker Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 390, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/shaker/shaker.py", line 64, in execute domain=self.project.domain.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 10775, in grant_role 'Role {0} not found.'.format(name_or_id)) OpenStackCloudException: Role heat_stack_owner not found. 2018-07-22 15:47:26,307 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 15:47:26,307 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 05:10 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-22 15:47:26,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 15:47:26,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/57e7cf38-eff6-47ac-86a5-03d076bf5fe5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:27,174 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-193c63e2-3507-4296-b3cf-9e3e1c2edae9 Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:27,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/57e7cf38-eff6-47ac-86a5-03d076bf5fe5.json used request id req-193c63e2-3507-4296-b3cf-9e3e1c2edae9 2018-07-22 15:47:27,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.860143899918s 2018-07-22 15:47:27,175 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/57e7cf38-eff6-47ac-86a5-03d076bf5fe5.json used request id req-193c63e2-3507-4296-b3cf-9e3e1c2edae9 2018-07-22 15:47:27,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 15:47:27,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:27,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-57591bee-d492-47b1-928d-0133037d1e6c Date: Sun, 22 Jul 2018 15:47:27 GMT RESP BODY: {"floatingips": []} 2018-07-22 15:47:27,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-57591bee-d492-47b1-928d-0133037d1e6c 2018-07-22 15:47:27,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0249609947205s 2018-07-22 15:47:27,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-57591bee-d492-47b1-928d-0133037d1e6c 2018-07-22 15:47:27,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 15:47:27,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:27,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77b657f6-3e92-4068-8637-12054d762255 x-compute-request-id: req-77b657f6-3e92-4068-8637-12054d762255 Content-Type: application/json 2018-07-22 15:47:27,514 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361 used request id req-77b657f6-3e92-4068-8637-12054d762255 2018-07-22 15:47:27,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.307835817337s 2018-07-22 15:47:27,515 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361 used request id req-77b657f6-3e92-4068-8637-12054d762255 2018-07-22 15:47:27,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:47:27,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:28,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5220dda5-72ca-4389-96c2-59a5bc6fd97c x-compute-request-id: req-5220dda5-72ca-4389-96c2-59a5bc6fd97c Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:b8:e8", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:b8:e8", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/13ef24be-183b-4b98-8913-17073a276361", "rel": "bookmark"}], "image": {"id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "links": [{"href": "http://172.30.9.28:8774/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:45:56.000000", "flavor": {"id": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "links": [{"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "bookmark"}]}, "id": "13ef24be-183b-4b98-8913-17073a276361", "security_groups": [{"name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}], "user_id": "0e5987a017fc42eea799db26dd450cb0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:47:27Z", "hostId": "0e8fb1e89d07a4f3b5f3812209f4ae1caf2358af69ce9e539231e548", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6", "name": "shaker-vm_758d934f-d6e5-4744-b8ad-a5935158bca6", "created": "2018-07-22T15:42:36Z", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:47:28,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5220dda5-72ca-4389-96c2-59a5bc6fd97c 2018-07-22 15:47:28,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631341934204s 2018-07-22 15:47:28,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5220dda5-72ca-4389-96c2-59a5bc6fd97c 2018-07-22 15:47:28,149 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 15:47:30,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 15:47:30,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:30,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27f9943e-8abc-4173-989d-2afae10ad9d5 x-compute-request-id: req-27f9943e-8abc-4173-989d-2afae10ad9d5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:47:30,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27f9943e-8abc-4173-989d-2afae10ad9d5 2018-07-22 15:47:30,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0805752277374s 2018-07-22 15:47:30,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27f9943e-8abc-4173-989d-2afae10ad9d5 2018-07-22 15:47:30,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 15:47:30,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:30,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-335ca704-9c7c-48e3-b73b-987b261326ae Date: Sun, 22 Jul 2018 15:47:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:34Z", "updated_at": "2018-07-22T15:42:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-07-22T15:42:35Z", "revision_number": 0, "id": "416ac247-6941-483d-9728-135c9a14ddfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:35Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "45654c58-a1a8-4bc0-b4e0-f75c9ae79b88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "4cead056-e2f3-40a9-87b7-4929a24fb82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "c5e3e9e1-3094-4480-8b24-40b313b3add7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:34Z", "revision_number": 0, "id": "f15b2559-72f0-4d52-b028-3d8393fdd9b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:34Z", "security_group_id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 5, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "aff2620e-50a3-4ab6-bd2c-e21534cddf1d", "name": "shaker-sg_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:47:30,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-335ca704-9c7c-48e3-b73b-987b261326ae 2018-07-22 15:47:30,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0510678291321s 2018-07-22 15:47:30,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-335ca704-9c7c-48e3-b73b-987b261326ae 2018-07-22 15:47:30,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 15:47:30,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/aff2620e-50a3-4ab6-bd2c-e21534cddf1d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:30,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4043c2b-503d-4291-b609-3a30f6cb5043 Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:30,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/aff2620e-50a3-4ab6-bd2c-e21534cddf1d.json used request id req-c4043c2b-503d-4291-b609-3a30f6cb5043 2018-07-22 15:47:30,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.184523105621s 2018-07-22 15:47:30,476 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/aff2620e-50a3-4ab6-bd2c-e21534cddf1d.json used request id req-c4043c2b-503d-4291-b609-3a30f6cb5043 2018-07-22 15:47:30,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 15:47:30,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:30,543 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ca871bb-d512-45d3-93bb-963dd7fd5ed9 x-compute-request-id: req-2ca871bb-d512-45d3-93bb-963dd7fd5ed9 Content-Length: 0 Content-Type: application/json 2018-07-22 15:47:30,544 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6 used request id req-2ca871bb-d512-45d3-93bb-963dd7fd5ed9 2018-07-22 15:47:30,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0670909881592s 2018-07-22 15:47:30,544 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/shaker-kp_758d934f-d6e5-4744-b8ad-a5935158bca6 used request id req-2ca871bb-d512-45d3-93bb-963dd7fd5ed9 2018-07-22 15:47:30,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 15:47:30,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d/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}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" -d '{"subnet_id": "71212ddc-caa6-43da-91e5-eb7cdf7d97ad"}' 2018-07-22 15:47:32,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c52701b3-3966-4802-818e-cd05058f75a0 Date: Sun, 22 Jul 2018 15:47:32 GMT RESP BODY: {"network_id": "a9eb30b4-34ab-478c-b523-b90729f16d98", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "subnet_id": "71212ddc-caa6-43da-91e5-eb7cdf7d97ad", "subnet_ids": ["71212ddc-caa6-43da-91e5-eb7cdf7d97ad"], "port_id": "23e210df-90a1-43ff-9463-654c166ac41b", "id": "58fb6110-8a44-406a-bca9-1c8b19d1868d"} 2018-07-22 15:47:32,087 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d/remove_router_interface.json used request id req-c52701b3-3966-4802-818e-cd05058f75a0 2018-07-22 15:47:32,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54305291176s 2018-07-22 15:47:32,088 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d/remove_router_interface.json used request id req-c52701b3-3966-4802-818e-cd05058f75a0 returning object 58fb6110-8a44-406a-bca9-1c8b19d1868d 2018-07-22 15:47:32,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 15:47:32,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:32,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-baad30f4-7284-495a-9e2e-fd264b5dee38 Date: Sun, 22 Jul 2018 15:47:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:17Z", "admin_state_up": true, "updated_at": "2018-07-22T15:47:31Z", "revision_number": 4, "routes": [], "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "58fb6110-8a44-406a-bca9-1c8b19d1868d", "name": "shaker-router_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:47:32,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-baad30f4-7284-495a-9e2e-fd264b5dee38 2018-07-22 15:47:32,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.106283903122s 2018-07-22 15:47:32,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-baad30f4-7284-495a-9e2e-fd264b5dee38 2018-07-22 15:47:32,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 15:47:32,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:33,395 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54b63ab2-0027-43b0-b1df-44f0b22c7728 Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:33,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d.json used request id req-54b63ab2-0027-43b0-b1df-44f0b22c7728 2018-07-22 15:47:33,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19969391823s 2018-07-22 15:47:33,396 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/58fb6110-8a44-406a-bca9-1c8b19d1868d.json used request id req-54b63ab2-0027-43b0-b1df-44f0b22c7728 2018-07-22 15:47:33,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 15:47:33,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:33,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-accf7141-9ce5-4d46-a365-d320dae2df6b Date: Sun, 22 Jul 2018 15:47:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9eb30b4-34ab-478c-b523-b90729f16d98","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T15:42: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":"b8bc8db048c044b2b059edae4c54eff8","id":"71212ddc-caa6-43da-91e5-eb7cdf7d97ad","subnetpool_id":null,"name":"shaker-subnet_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:47:33,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-accf7141-9ce5-4d46-a365-d320dae2df6b 2018-07-22 15:47:33,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0474681854248s 2018-07-22 15:47:33,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-accf7141-9ce5-4d46-a365-d320dae2df6b 2018-07-22 15:47:33,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 15:47:33,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/71212ddc-caa6-43da-91e5-eb7cdf7d97ad.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:34,533 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-897bbb5f-ebfb-4045-8fef-4742c31dfbc9 Date: Sun, 22 Jul 2018 15:47:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:34,533 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/71212ddc-caa6-43da-91e5-eb7cdf7d97ad.json used request id req-897bbb5f-ebfb-4045-8fef-4742c31dfbc9 2018-07-22 15:47:34,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.08761811256s 2018-07-22 15:47:34,533 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/71212ddc-caa6-43da-91e5-eb7cdf7d97ad.json used request id req-897bbb5f-ebfb-4045-8fef-4742c31dfbc9 2018-07-22 15:47:34,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 15:47:34,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:34,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1151 X-Openstack-Request-Id: req-bcc3dd1f-75ef-4da2-b99e-f2d91313fdf4 Date: Sun, 22 Jul 2018 15:47:34 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T15:47:34Z","tenant_id":"b8bc8db048c044b2b059edae4c54eff8","created_at":"2018-07-22T15:42:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8bc8db048c044b2b059edae4c54eff8","id":"a9eb30b4-34ab-478c-b523-b90729f16d98","name":"shaker-net_758d934f-d6e5-4744-b8ad-a5935158bca6"}]} 2018-07-22 15:47:34,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bcc3dd1f-75ef-4da2-b99e-f2d91313fdf4 2018-07-22 15:47:34,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113547086716s 2018-07-22 15:47:34,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bcc3dd1f-75ef-4da2-b99e-f2d91313fdf4 2018-07-22 15:47:34,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 15:47:34,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/a9eb30b4-34ab-478c-b523-b90729f16d98.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:35,703 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-961b26e1-076a-45aa-bff5-98edeea4f8c1 Date: Sun, 22 Jul 2018 15:47:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:35,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a9eb30b4-34ab-478c-b523-b90729f16d98.json used request id req-961b26e1-076a-45aa-bff5-98edeea4f8c1 2018-07-22 15:47:35,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.05498504639s 2018-07-22 15:47:35,703 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a9eb30b4-34ab-478c-b523-b90729f16d98.json used request id req-961b26e1-076a-45aa-bff5-98edeea4f8c1 2018-07-22 15:47:35,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 15:47:35,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:35,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-120be666-5b1b-4954-9cb1-456918a778c4 Date: Sun, 22 Jul 2018 15:47:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/snap", "metadata": {}}], "file": "/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/file", "owner": "b8bc8db048c044b2b059edae4c54eff8", "id": "db5f4084-dd24-48c4-bb53-a19c010ca2a1", "size": 666173440, "self": "/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-07-22T15:42:33Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_758d934f-d6e5-4744-b8ad-a5935158bca6", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-07-22T15:42:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 15:47:35,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-120be666-5b1b-4954-9cb1-456918a778c4 2018-07-22 15:47:35,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188415050507s 2018-07-22 15:47:35,896 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-120be666-5b1b-4954-9cb1-456918a778c4 2018-07-22 15:47:35,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 15:47:35,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0a429f9bb0b0a6081f8509793bd1f02d7862d88b" 2018-07-22 15:47:36,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de94675f-ed25-418c-ba93-3d1661c51224 Date: Sun, 22 Jul 2018 15:47:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:47:36,544 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1 used request id req-de94675f-ed25-418c-ba93-3d1661c51224 2018-07-22 15:47:36,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.645833015442s 2018-07-22 15:47:36,544 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/db5f4084-dd24-48c4-bb53-a19c010ca2a1 used request id req-de94675f-ed25-418c-ba93-3d1661c51224 2018-07-22 15:47:36,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 15:47:36,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:36,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fd3201d-07df-4288-ab84-aa251b63769d x-compute-request-id: req-5fd3201d-07df-4288-ab84-aa251b63769d Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}, {"name": "shaker-flavor_758d934f-d6e5-4744-b8ad-a5935158bca6", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f", "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": "d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f"}]} 2018-07-22 15:47:36,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5fd3201d-07df-4288-ab84-aa251b63769d 2018-07-22 15:47:36,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.181181907654s 2018-07-22 15:47:36,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5fd3201d-07df-4288-ab84-aa251b63769d 2018-07-22 15:47:36,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 15:47:36,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:36,770 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:47:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b23a02c-9d77-4ee5-98c2-5d6e4c0c9599 x-compute-request-id: req-3b23a02c-9d77-4ee5-98c2-5d6e4c0c9599 Content-Length: 0 Content-Type: application/json 2018-07-22 15:47:36,770 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f used request id req-3b23a02c-9d77-4ee5-98c2-5d6e4c0c9599 2018-07-22 15:47:36,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0423600673676s 2018-07-22 15:47:36,771 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d876c8a5-0616-4a46-ad86-9ba0d0bb3e4f used request id req-3b23a02c-9d77-4ee5-98c2-5d6e4c0c9599 2018-07-22 15:47:36,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 15:47:36,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:36,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28bc0ee5-24a4-462a-9eb9-fa6faa3c9b3b Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6", "links": {"self": "http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e5987a017fc42eea799db26dd450cb0", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:47:36,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-28bc0ee5-24a4-462a-9eb9-fa6faa3c9b3b 2018-07-22 15:47:36,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110796928406s 2018-07-22 15:47:36,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-28bc0ee5-24a4-462a-9eb9-fa6faa3c9b3b 2018-07-22 15:47:36,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 15:47:36,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:36,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c709110-bb4e-4c67-a24f-22cbaa983f1f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_758d934f-d6e5-4744-b8ad-a5935158bca6", "links": {"self": "http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0e5987a017fc42eea799db26dd450cb0", "description": null}} 2018-07-22 15:47:36,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0 used request id req-6c709110-bb4e-4c67-a24f-22cbaa983f1f 2018-07-22 15:47:36,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.088278055191s 2018-07-22 15:47:36,977 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0 used request id req-6c709110-bb4e-4c67-a24f-22cbaa983f1f 2018-07-22 15:47:36,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 15:47:36,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:37,168 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b1f5f77-8257-48f8-8b1e-a6ffa69dbc44 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:37,168 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0 used request id req-2b1f5f77-8257-48f8-8b1e-a6ffa69dbc44 2018-07-22 15:47:37,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.190721988678s 2018-07-22 15:47:37,169 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0e5987a017fc42eea799db26dd450cb0 used request id req-2b1f5f77-8257-48f8-8b1e-a6ffa69dbc44 2018-07-22 15:47:37,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 15:47:37,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:37,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a790645b-48e7-4122-98f7-c4fd807b9963 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8"}, "tags": [], "enabled": true, "id": "b8bc8db048c044b2b059edae4c54eff8", "parent_id": "default", "domain_id": "default", "name": "shaker-project_758d934f-d6e5-4744-b8ad-a5935158bca6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 15:47:37,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-a790645b-48e7-4122-98f7-c4fd807b9963 2018-07-22 15:47:37,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.09170794487s 2018-07-22 15:47:37,267 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-a790645b-48e7-4122-98f7-c4fd807b9963 2018-07-22 15:47:37,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 15:47:37,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:37,479 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b412aff-ce70-472c-a8a8-c2dfacc7a045 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:37,479 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-4b412aff-ce70-472c-a8a8-c2dfacc7a045 2018-07-22 15:47:37,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.207469940186s 2018-07-22 15:47:37,480 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-4b412aff-ce70-472c-a8a8-c2dfacc7a045 2018-07-22 15:47:37,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 15:47:37,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:37,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c87cf2e-3f69-40a6-a568-4e8cac1ff911 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "d73f45e2823a47e3a057b1fbf4dd60ca", "links": {"self": "http://172.30.9.28:5000/v3/roles/d73f45e2823a47e3a057b1fbf4dd60ca"}, "name": "Member"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:47:37,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1c87cf2e-3f69-40a6-a568-4e8cac1ff911 2018-07-22 15:47:37,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0879619121552s 2018-07-22 15:47:37,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1c87cf2e-3f69-40a6-a568-4e8cac1ff911 2018-07-22 15:47:37,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 15:47:37,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/d73f45e2823a47e3a057b1fbf4dd60ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9f19106f0521a34b4e69c701d5d1db163a7b2ccc" 2018-07-22 15:47:37,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d78bda69-fbea-439d-bf47-1bd293b37806 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:37,695 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d73f45e2823a47e3a057b1fbf4dd60ca used request id req-d78bda69-fbea-439d-bf47-1bd293b37806 2018-07-22 15:47:37,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.118427991867s 2018-07-22 15:47:37,695 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d73f45e2823a47e3a057b1fbf4dd60ca used request id req-d78bda69-fbea-439d-bf47-1bd293b37806 2018-07-22 15:47:37,696 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-07-22 15:47:37,741 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-07-22 15:47:38,139 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-07-22 15:47:38,139 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-22 15:47:38,140 - openstack_tests - INFO - OS Credentials = > 2018-07-22 15:47:38,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:38,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:38,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["we1hd0s7SbqcmAVyIA0JdQ"], "issued_at": "2018-07-22T15:47:38.000000Z"}} 2018-07-22 15:47:38,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c64e8163dbed7ef9b4a86426931582a93e50eb3c" 2018-07-22 15:47:38,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-69679ad2-e70d-412a-b659-aea17e00a5a6 Date: Sun, 22 Jul 2018 15:47:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:47:38,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-69679ad2-e70d-412a-b659-aea17e00a5a6 2018-07-22 15:47:38,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c64e8163dbed7ef9b4a86426931582a93e50eb3c" 2018-07-22 15:47:38,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-60ccb2f7-ed53-4cb2-887f-0fc3eb554ebe Date: Sun, 22 Jul 2018 15:47:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 15:47:38,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-60ccb2f7-ed53-4cb2-887f-0fc3eb554ebe 2018-07-22 15:47:38,811 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-22 15:47:38,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 15:47:38,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 15:47:38,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 15:47:38,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 15:47:38,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 15:47:38,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 15:47:38,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 15:47:38,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 15:47:38,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 15:47:38,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 15:47:38,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 15:47:38,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 15:47:38,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 15:47:38,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 15:47:38,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 15:47:38,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 15:47:38,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 15:47:38,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-07-22 15:47:38,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:38,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6443fb17-46a3-49ff-9f35-9c265480b625 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:38,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6443fb17-46a3-49ff-9f35-9c265480b625 2018-07-22 15:47:38,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 15:47:39,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Bx6WcU5JR1OOZj30yOtMHA"], "issued_at": "2018-07-22T15:47:39.000000Z"}} 2018-07-22 15:47:39,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9bd0e38f8020b2304bfc17a2f9223f14e2a18b2b" 2018-07-22 15:47:39,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d1d0a36-ac65-4c6a-9c43-91cfa41fdf2d x-compute-request-id: req-4d1d0a36-ac65-4c6a-9c43-91cfa41fdf2d 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.28: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-07-22 15:47:39,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-4d1d0a36-ac65-4c6a-9c43-91cfa41fdf2d 2018-07-22 15:47:39,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.482157945633s 2018-07-22 15:47:39,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/ used request id req-4d1d0a36-ac65-4c6a-9c43-91cfa41fdf2d 2018-07-22 15:47:39,301 - 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.28: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-07-22 15:47:39,301 - functest.utils.functest_utils - DEBUG - nova version: (2, 60) 2018-07-22 15:47:39,302 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-07-22 15:47:39,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:39,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["iGQwcZUtQ_qdvt2w7xPh3w"], "issued_at": "2018-07-22T15:47:39.000000Z"}} 2018-07-22 15:47:39,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b252a98c124c52f3c4e4bc2079edc750da99d4" 2018-07-22 15:47:39,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65616fcc-59cc-406e-91c3-838d56ba7382 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:39,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-65616fcc-59cc-406e-91c3-838d56ba7382 2018-07-22 15:47:39,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:39,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:40,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_fjNVM_ZQOiQQpUe3AdmBQ"], "issued_at": "2018-07-22T15:47:40.000000Z"}} 2018-07-22 15:47:40,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:40,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d011cddb-9c5e-4506-9aaf-bd2e25fcea7d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:40,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d011cddb-9c5e-4506-9aaf-bd2e25fcea7d 2018-07-22 15:47:40,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:40,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:40,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:40,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ce86c7-5bcc-4a5f-b4a7-742fb5dfd35b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:47:40,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj used request id req-e4ce86c7-5bcc-4a5f-b4a7-742fb5dfd35b 2018-07-22 15:47:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:40,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2638084-b9e0-4144-af62-7b2c4af60580 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:47:40,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e2638084-b9e0-4144-af62-7b2c4af60580 2018-07-22 15:47:40,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj"}}' 2018-07-22 15:47:40,570 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:47:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0851d15c-75b4-4107-befa-4eadf13b151f Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1"}, "tags": [], "enabled": true, "id": "9e9e6da0a48447ada718dd850a54a4b1", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj"}} 2018-07-22 15:47:40,570 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0851d15c-75b4-4107-befa-4eadf13b151f 2018-07-22 15:47:40,570 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj 2018-07-22 15:47:40,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:40,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:40,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-jkZ7vI9SgmVINEE9w3gvQ"], "issued_at": "2018-07-22T15:47:40.000000Z"}} 2018-07-22 15:47:40,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e26e8540dfa0bbb40cd2d8cd5fb48c1d7710f05" 2018-07-22 15:47:40,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208c9814-824d-4b23-bc44-9824a4852728 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:40,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-208c9814-824d-4b23-bc44-9824a4852728 2018-07-22 15:47:40,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:40,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:40,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e26e8540dfa0bbb40cd2d8cd5fb48c1d7710f05" 2018-07-22 15:47:41,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b204126-ea00-4a22-952d-60d1fa2bf470 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:47:41,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4b204126-ea00-4a22-952d-60d1fa2bf470 2018-07-22 15:47:41,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e26e8540dfa0bbb40cd2d8cd5fb48c1d7710f05" 2018-07-22 15:47:41,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4627754-3a49-456c-bcb1-9e1b3fd2e9c1 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1"}, "tags": [], "enabled": true, "id": "9e9e6da0a48447ada718dd850a54a4b1", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj"}]} 2018-07-22 15:47:41,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj used request id req-e4627754-3a49-456c-bcb1-9e1b3fd2e9c1 2018-07-22 15:47:41,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e26e8540dfa0bbb40cd2d8cd5fb48c1d7710f05" 2018-07-22 15:47:41,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53061f9-b932-4c7f-b117-4c54a53ca970 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:47:41,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b53061f9-b932-4c7f-b117-4c54a53ca970 2018-07-22 15:47:41,592 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-20c7b642-1c1f-4a4-user 2018-07-22 15:47:41,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:41,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:41,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a908140-2321-4052-bc60-53a3ae41c239 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:47:41,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9a908140-2321-4052-bc60-53a3ae41c239 2018-07-22 15:47:41,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" -d '{"role": {"name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj-role"}}' 2018-07-22 15:47:41,718 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:47:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b0af591-e3d6-4341-afdc-6745a88eec20 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa2a8b1d872a48b8b27532d94d77c7c3", "links": {"self": "http://172.30.9.28:5000/v3/roles/aa2a8b1d872a48b8b27532d94d77c7c3"}, "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj-role"}} 2018-07-22 15:47:41,718 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0b0af591-e3d6-4341-afdc-6745a88eec20 2018-07-22 15:47:41,718 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj-role 2018-07-22 15:47:41,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/aa2a8b1d872a48b8b27532d94d77c7c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:41,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb8b09b-8245-4b8e-b6f6-82f8b01ce3eb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa2a8b1d872a48b8b27532d94d77c7c3", "links": {"self": "http://172.30.9.28:5000/v3/roles/aa2a8b1d872a48b8b27532d94d77c7c3"}, "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj-role"}} 2018-07-22 15:47:41,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/aa2a8b1d872a48b8b27532d94d77c7c3 used request id req-4bb8b09b-8245-4b8e-b6f6-82f8b01ce3eb 2018-07-22 15:47:41,805 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj-role to project CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj 2018-07-22 15:47:41,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1/users/3293cdaa98174fa3b786a6d14276267a/roles/aa2a8b1d872a48b8b27532d94d77c7c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:41,930 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a481b86-3bb3-4ac2-8649-765660e9161b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:41,930 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1/users/3293cdaa98174fa3b786a6d14276267a/roles/aa2a8b1d872a48b8b27532d94d77c7c3 used request id req-0a481b86-3bb3-4ac2-8649-765660e9161b 2018-07-22 15:47:41,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:41,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:42,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa2a8b1d872a48b8b27532d94d77c7c3", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj-role"}], "expires_at": "2018-07-22T16:47:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e9e6da0a48447ada718dd850a54a4b1", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/9e9e6da0a48447ada718dd850a54a4b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9e9e6da0a48447ada718dd850a54a4b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-user", "id": "3293cdaa98174fa3b786a6d14276267a"}, "audit_ids": ["G77jnnOeQOSIX0Tv8w1pJg"], "issued_at": "2018-07-22T15:47:42.000000Z"}} 2018-07-22 15:47:42,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:42,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f632b49-7efc-4942-8af9-27bd3f8597af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:42,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4f632b49-7efc-4942-8af9-27bd3f8597af 2018-07-22 15:47:42,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:42,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-128d8fcb-5b3d-4c61-bbdd-38b221f2154b Date: Sun, 22 Jul 2018 15:47:42 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:47:42,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name&description=hello+group used request id req-128d8fcb-5b3d-4c61-bbdd-38b221f2154b 2018-07-22 15:47:42,758 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name... 2018-07-22 15:47:42,758 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name 2018-07-22 15:47:42,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" -d '{"security_group": {"name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name", "description": "hello group"}}' 2018-07-22 15:47:43,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-a3379996-c656-4c95-9eba-99243e5d8b44 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 2, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name"}} 2018-07-22 15:47:43,149 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-a3379996-c656-4c95-9eba-99243e5d8b44 2018-07-22 15:47:43,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da57461d-551e-4b22-b4e9-de6c048616a8 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:43,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-da57461d-551e-4b22-b4e9-de6c048616a8 2018-07-22 15:47:43,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5b247ad5-29c0-4c5e-a5e6-65a52acbeea6 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:43,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-5b247ad5-29c0-4c5e-a5e6-65a52acbeea6 2018-07-22 15:47:43,287 - neutron_utils - INFO - Retrieving security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-fa075833-df42-4bea-a1be-b7b5f86515a2 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 2, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name"}]} 2018-07-22 15:47:43,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-fa075833-df42-4bea-a1be-b7b5f86515a2 2018-07-22 15:47:43,426 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dcb5ef5e-c670-482a-978d-edd072babbe6 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:43,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-dcb5ef5e-c670-482a-978d-edd072babbe6 2018-07-22 15:47:43,457 - neutron_utils - INFO - Retrieving security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c75a5315-f7bd-4ec5-97bc-97c618249354 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 2, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name"}]} 2018-07-22 15:47:43,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-c75a5315-f7bd-4ec5-97bc-97c618249354 2018-07-22 15:47:43,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-616722dc-0c3e-45aa-8b51-ce3b2a0c52a2 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:43,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-616722dc-0c3e-45aa-8b51-ce3b2a0c52a2 2018-07-22 15:47:43,541 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name 2018-07-22 15:47:43,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b9ba6d70-a653-435b-a016-292957bff496 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 2, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name"}]} 2018-07-22 15:47:43,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name used request id req-b9ba6d70-a653-435b-a016-292957bff496 2018-07-22 15:47:43,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:43,595 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:43,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd30307-9228-419b-9f84-732f6d85f8ad Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9e9e6da0a48447ada718dd850a54a4b1", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj"}} 2018-07-22 15:47:43,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1 used request id req-6cd30307-9228-419b-9f84-732f6d85f8ad 2018-07-22 15:47:43,674 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e662d9af-0390-48d6-ba35-0e08b6ed1120 Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:43,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-e662d9af-0390-48d6-ba35-0e08b6ed1120 2018-07-22 15:47:43,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1"}}' 2018-07-22 15:47:43,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-ebfa7c8e-758c-47d6-8c1f-88557d3c2a8e Date: Sun, 22 Jul 2018 15:47:43 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-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:43Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "788b34e2-d05f-420a-983c-49773abbfb14"}} 2018-07-22 15:47:43,879 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-ebfa7c8e-758c-47d6-8c1f-88557d3c2a8e 2018-07-22 15:47:43,880 - neutron_utils - INFO - Retrieving security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-a01932df-6ef3-41fd-b1a2-1077d091143b Date: Sun, 22 Jul 2018 15:47:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:43Z", "revision_number": 0, "id": "788b34e2-d05f-420a-983c-49773abbfb14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 3, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name"}]} 2018-07-22 15:47:43,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-a01932df-6ef3-41fd-b1a2-1077d091143b 2018-07-22 15:47:43,938 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:43,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:43,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-f42545ec-e764-42e1-9228-a2772f57dddd Date: Sun, 22 Jul 2018 15:47:43 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-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:43Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "788b34e2-d05f-420a-983c-49773abbfb14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:43,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-f42545ec-e764-42e1-9228-a2772f57dddd 2018-07-22 15:47:43,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:44,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa2a8b1d872a48b8b27532d94d77c7c3", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj-role"}], "expires_at": "2018-07-22T16:47:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e9e6da0a48447ada718dd850a54a4b1", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/9e9e6da0a48447ada718dd850a54a4b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9e9e6da0a48447ada718dd850a54a4b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_9e9e6da0a48447ada718dd850a54a4b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9e9e6da0a48447ada718dd850a54a4b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-user", "id": "3293cdaa98174fa3b786a6d14276267a"}, "audit_ids": ["HqHYVx0uQeqzTFvceZha6w"], "issued_at": "2018-07-22T15:47:44.000000Z"}} 2018-07-22 15:47:44,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2298c33fa9bf416e684fad46cd2861f58c2c2c26" 2018-07-22 15:47:44,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-9987b8ce-5a76-471d-8423-b221ee6e470c Date: Sun, 22 Jul 2018 15:47:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:43Z", "revision_number": 0, "id": "788b34e2-d05f-420a-983c-49773abbfb14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 3, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name"}]} 2018-07-22 15:47:44,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name&description=hello+group used request id req-9987b8ce-5a76-471d-8423-b221ee6e470c 2018-07-22 15:47:44,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:44,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2298c33fa9bf416e684fad46cd2861f58c2c2c26" 2018-07-22 15:47:44,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0cc3086b-7d85-436c-bcf0-ae4865026976 Date: Sun, 22 Jul 2018 15:47:44 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-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:43Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "788b34e2-d05f-420a-983c-49773abbfb14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:44,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-0cc3086b-7d85-436c-bcf0-ae4865026976 2018-07-22 15:47:44,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:44,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2298c33fa9bf416e684fad46cd2861f58c2c2c26" 2018-07-22 15:47:44,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-fab15f81-474e-4a7e-b26f-ac7c131e9d45 Date: Sun, 22 Jul 2018 15:47:44 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-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:43Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "788b34e2-d05f-420a-983c-49773abbfb14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:44,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-fab15f81-474e-4a7e-b26f-ac7c131e9d45 2018-07-22 15:47:44,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2298c33fa9bf416e684fad46cd2861f58c2c2c26" 2018-07-22 15:47:44,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e6d88151-0131-4272-9dac-9572eee8dbfc Date: Sun, 22 Jul 2018 15:47:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:43Z", "revision_number": 0, "id": "788b34e2-d05f-420a-983c-49773abbfb14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 3, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name"}]} 2018-07-22 15:47:44,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name used request id req-e6d88151-0131-4272-9dac-9572eee8dbfc 2018-07-22 15:47:44,776 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:44,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2298c33fa9bf416e684fad46cd2861f58c2c2c26" 2018-07-22 15:47:44,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-11abbf15-ba23-463c-81eb-137b1afa69cf Date: Sun, 22 Jul 2018 15:47:44 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-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:43Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "788b34e2-d05f-420a-983c-49773abbfb14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:44,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-11abbf15-ba23-463c-81eb-137b1afa69cf 2018-07-22 15:47:44,805 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:44,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2298c33fa9bf416e684fad46cd2861f58c2c2c26" 2018-07-22 15:47:44,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-31fdcfeb-fb89-4665-b52e-52cc0c0c3bd5 Date: Sun, 22 Jul 2018 15:47:44 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-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:43Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "788b34e2-d05f-420a-983c-49773abbfb14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:44,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-31fdcfeb-fb89-4665-b52e-52cc0c0c3bd5 2018-07-22 15:47:44,833 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name 2018-07-22 15:47:44,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:44,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-199621be-dd0c-4261-8b01-29127a295d6f Date: Sun, 22 Jul 2018 15:47:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:43Z", "revision_number": 0, "id": "788b34e2-d05f-420a-983c-49773abbfb14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 3, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "name": "CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name"}]} 2018-07-22 15:47:44,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name used request id req-199621be-dd0c-4261-8b01-29127a295d6f 2018-07-22 15:47:44,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:44,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adfa7410-2a75-4adb-841c-9b8856d4b4a4 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9e9e6da0a48447ada718dd850a54a4b1", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj"}} 2018-07-22 15:47:44,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1 used request id req-adfa7410-2a75-4adb-841c-9b8856d4b4a4 2018-07-22 15:47:44,976 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:44,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:45,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-c86a0134-7d25-4ffe-b41b-bbade256efa0 Date: Sun, 22 Jul 2018 15:47:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:43Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "788b34e2-d05f-420a-983c-49773abbfb14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:45,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-c86a0134-7d25-4ffe-b41b-bbade256efa0 2018-07-22 15:47:45,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1"}}' 2018-07-22 15:47:45,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-bb25169d-d09c-49bb-a391-61ea75696278 Date: Sun, 22 Jul 2018 15:47:45 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-07-22T15:47:45Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:45Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "74030bfa-f716-4433-96fc-19af7146eef7"}} 2018-07-22 15:47:45,167 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-bb25169d-d09c-49bb-a391-61ea75696278 2018-07-22 15:47:45,168 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e9ea241-3612-47db-8ea7-7206eb12ffe1 2018-07-22 15:47:45,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2298c33fa9bf416e684fad46cd2861f58c2c2c26" 2018-07-22 15:47:45,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-cf44720d-8146-432e-89ca-e09498620d5b Date: Sun, 22 Jul 2018 15:47:45 GMT RESP BODY: {"security_group_rules": [{"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-07-22T15:47:45Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:45Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "74030bfa-f716-4433-96fc-19af7146eef7"}, {"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-07-22T15:47:43Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:43Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "788b34e2-d05f-420a-983c-49773abbfb14"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "c71a8538-0889-466e-a7b9-2bd3edf46d30"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "9e9ea241-3612-47db-8ea7-7206eb12ffe1", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "dac51b34-ef44-4ecc-b4ef-53f06fd7c55d"}]} 2018-07-22 15:47:45,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-cf44720d-8146-432e-89ca-e09498620d5b 2018-07-22 15:47:45,228 - neutron_utils - INFO - Deleting security group rule with ID - 74030bfa-f716-4433-96fc-19af7146eef7 2018-07-22 15:47:45,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/74030bfa-f716-4433-96fc-19af7146eef7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:45,535 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3b6ba59-480c-4518-a697-3be16e2f12e8 Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:45,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/74030bfa-f716-4433-96fc-19af7146eef7 used request id req-a3b6ba59-480c-4518-a697-3be16e2f12e8 2018-07-22 15:47:45,535 - neutron_utils - INFO - Deleting security group rule with ID - 788b34e2-d05f-420a-983c-49773abbfb14 2018-07-22 15:47:45,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/788b34e2-d05f-420a-983c-49773abbfb14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:45,643 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76ee7577-d7c0-4bb7-9c96-9159fadbe826 Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:45,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/788b34e2-d05f-420a-983c-49773abbfb14 used request id req-76ee7577-d7c0-4bb7-9c96-9159fadbe826 2018-07-22 15:47:45,644 - neutron_utils - INFO - Deleting security group rule with ID - dac51b34-ef44-4ecc-b4ef-53f06fd7c55d 2018-07-22 15:47:45,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/dac51b34-ef44-4ecc-b4ef-53f06fd7c55d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:45,754 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eeb42884-e68f-485f-90f7-ac00f419e27d Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:45,754 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/dac51b34-ef44-4ecc-b4ef-53f06fd7c55d used request id req-eeb42884-e68f-485f-90f7-ac00f419e27d 2018-07-22 15:47:45,754 - neutron_utils - INFO - Deleting security group rule with ID - c71a8538-0889-466e-a7b9-2bd3edf46d30 2018-07-22 15:47:45,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/c71a8538-0889-466e-a7b9-2bd3edf46d30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:45,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3e217c4-dfc3-4512-8875-80526ace0ad2 Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:45,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/c71a8538-0889-466e-a7b9-2bd3edf46d30 used request id req-e3e217c4-dfc3-4512-8875-80526ace0ad2 2018-07-22 15:47:45,856 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-a7bfcd3d-98a7-4f80-bbf8-bcc210571123name 2018-07-22 15:47:45,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9e9ea241-3612-47db-8ea7-7206eb12ffe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41efcc563b1c215dbb1a2b59ea6e44cc7fbc2ab" 2018-07-22 15:47:46,011 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83b4bdd1-fc08-422f-ac1a-777759ad1a0d Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:46,011 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9e9ea241-3612-47db-8ea7-7206eb12ffe1 used request id req-83b4bdd1-fc08-422f-ac1a-777759ad1a0d 2018-07-22 15:47:46,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:46,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-bf306e6b-d4c1-4290-b71f-7eb056eb4c8c Date: Sun, 22 Jul 2018 15:47:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "updated_at": "2018-07-22T15:47:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "0727ea63-8e6f-4c2c-9141-b877a7b38f6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "67b88cda-bc9d-435a-9db6-020ef0142117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "6d1ef73b-16a3-497d-8c57-dfec72e66285", "remote_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "revision_number": 0, "id": "8ce8273e-29a0-4b47-91f9-6deb43f7bf44", "remote_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:42Z", "security_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e9e6da0a48447ada718dd850a54a4b1"}], "revision_number": 4, "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:47:46,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-bf306e6b-d4c1-4290-b71f-7eb056eb4c8c 2018-07-22 15:47:46,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:46,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad5d075-dcc1-4988-ae7d-d38fc6ee56e5 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:47:46,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-5ad5d075-dcc1-4988-ae7d-d38fc6ee56e5 2018-07-22 15:47:46,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:46,823 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ec3eff4-04f6-4197-a3b9-c44aaa6947b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:47:46,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-0ec3eff4-04f6-4197-a3b9-c44aaa6947b7 2018-07-22 15:47:46,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:47:46,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:46,912 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-139d07f3-b3fb-49c7-a115-c39aeddc8ad0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:47:46,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-139d07f3-b3fb-49c7-a115-c39aeddc8ad0 2018-07-22 15:47:46,912 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:47:46,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:46,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91945b5e-8e26-4ab0-b032-81eb3f40acd2 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9e9e6da0a48447ada718dd850a54a4b1", "name": "CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj"}} 2018-07-22 15:47:46,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1 used request id req-91945b5e-8e26-4ab0-b032-81eb3f40acd2 2018-07-22 15:47:46,996 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e0ab75c-b63e-4881-8f4f-58ac19a491f9 2018-07-22 15:47:47,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7e0ab75c-b63e-4881-8f4f-58ac19a491f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:47,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3ed7f923-9c7b-4ea6-a48a-eb601aab2352 Date: Sun, 22 Jul 2018 15:47:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "0727ea63-8e6f-4c2c-9141-b877a7b38f6c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "67b88cda-bc9d-435a-9db6-020ef0142117"}, {"remote_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "6d1ef73b-16a3-497d-8c57-dfec72e66285"}, {"remote_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:42Z", "security_group_id": "7e0ab75c-b63e-4881-8f4f-58ac19a491f9", "port_range_min": null, "revision_number": 0, "tenant_id": "9e9e6da0a48447ada718dd850a54a4b1", "created_at": "2018-07-22T15:47:42Z", "project_id": "9e9e6da0a48447ada718dd850a54a4b1", "id": "8ce8273e-29a0-4b47-91f9-6deb43f7bf44"}]} 2018-07-22 15:47:47,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7e0ab75c-b63e-4881-8f4f-58ac19a491f9 used request id req-3ed7f923-9c7b-4ea6-a48a-eb601aab2352 2018-07-22 15:47:47,023 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:47:47,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7e0ab75c-b63e-4881-8f4f-58ac19a491f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:47,191 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e254439-16fe-4e67-ae9d-baa536dd2a97 Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:47,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7e0ab75c-b63e-4881-8f4f-58ac19a491f9 used request id req-4e254439-16fe-4e67-ae9d-baa536dd2a97 2018-07-22 15:47:47,192 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj 2018-07-22 15:47:47,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:47,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bb52d8a-700c-4ee3-93e8-b87a7068f7c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:47,455 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9e9e6da0a48447ada718dd850a54a4b1 used request id req-8bb52d8a-700c-4ee3-93e8-b87a7068f7c6 2018-07-22 15:47:47,455 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-20c7b642-1c1f-4a4-proj-role 2018-07-22 15:47:47,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/aa2a8b1d872a48b8b27532d94d77c7c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:47,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ca25933-27f2-4faf-849f-3619c1780f5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:47,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/aa2a8b1d872a48b8b27532d94d77c7c3 used request id req-8ca25933-27f2-4faf-849f-3619c1780f5f 2018-07-22 15:47:47,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def14f274bec3326a5b01a1181b0109a4ebba6de" 2018-07-22 15:47:47,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8896b705-0095-4647-a205-f99d0abf160e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:47:47,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8896b705-0095-4647-a205-f99d0abf160e 2018-07-22 15:47:47,731 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-20c7b642-1c1f-4a4-user 2018-07-22 15:47:47,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3293cdaa98174fa3b786a6d14276267a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e26e8540dfa0bbb40cd2d8cd5fb48c1d7710f05" 2018-07-22 15:47:47,916 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-201d670b-2f3b-43f1-9d05-eaff84533ef4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:47,916 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3293cdaa98174fa3b786a6d14276267a used request id req-201d670b-2f3b-43f1-9d05-eaff84533ef4 2018-07-22 15:47:47,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:48,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Jsf5KbcqR9OMyZZVCwcGHA"], "issued_at": "2018-07-22T15:47:48.000000Z"}} 2018-07-22 15:47:48,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1120373a8a377d9cdaee3ef2661241ed135e3390" 2018-07-22 15:47:48,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c54578-9fde-4d33-a7e9-aa2e2eafa4b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:48,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e6c54578-9fde-4d33-a7e9-aa2e2eafa4b5 2018-07-22 15:47:48,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:48,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:48,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["XQTUZF2fTfKQVgikifdEdg"], "issued_at": "2018-07-22T15:47:48.000000Z"}} 2018-07-22 15:47:48,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:48,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44e866e3-f471-4006-8267-bd364879d30c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:48,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-44e866e3-f471-4006-8267-bd364879d30c 2018-07-22 15:47:48,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:48,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:48,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-eb37528a-6069-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:48,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e92349-470f-4c1c-b240-f2fe8266f76c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-eb37528a-6069-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:47:48,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-eb37528a-6069-4bd-proj used request id req-58e92349-470f-4c1c-b240-f2fe8266f76c 2018-07-22 15:47:48,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:48,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9349aca5-a187-4013-8452-44121786d5e4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:47:48,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9349aca5-a187-4013-8452-44121786d5e4 2018-07-22 15:47:48,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj"}}' 2018-07-22 15:47:49,014 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:47:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21c65dc5-804e-42fb-ab2d-ee10f7cd2767 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366"}, "tags": [], "enabled": true, "id": "2e0037f81734425ebd6568cc638df366", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj"}} 2018-07-22 15:47:49,014 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-21c65dc5-804e-42fb-ab2d-ee10f7cd2767 2018-07-22 15:47:49,014 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-eb37528a-6069-4bd-proj 2018-07-22 15:47:49,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:49,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:49,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Egq9ZCL7QIyXhP1q8vvRPA"], "issued_at": "2018-07-22T15:47:49.000000Z"}} 2018-07-22 15:47:49,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7e9b7c94a6062fb237de681eab371f607eb19a" 2018-07-22 15:47:49,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae5cc7fb-58cd-4ca2-88a1-818affd3f6fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:49,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ae5cc7fb-58cd-4ca2-88a1-818affd3f6fb 2018-07-22 15:47:49,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:49,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:49,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7e9b7c94a6062fb237de681eab371f607eb19a" 2018-07-22 15:47:49,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fdbbc5b-61ca-4881-a79d-25da09cc0d46 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:47:49,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3fdbbc5b-61ca-4881-a79d-25da09cc0d46 2018-07-22 15:47:49,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-eb37528a-6069-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7e9b7c94a6062fb237de681eab371f607eb19a" 2018-07-22 15:47:49,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57404868-87cd-4713-ba86-31f4187b1d11 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-eb37528a-6069-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366"}, "tags": [], "enabled": true, "id": "2e0037f81734425ebd6568cc638df366", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj"}]} 2018-07-22 15:47:49,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-eb37528a-6069-4bd-proj used request id req-57404868-87cd-4713-ba86-31f4187b1d11 2018-07-22 15:47:49,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7e9b7c94a6062fb237de681eab371f607eb19a" 2018-07-22 15:47:49,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de7d64e2-03cc-4a2e-9304-a0a4ce25ca5f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:47:49,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-de7d64e2-03cc-4a2e-9304-a0a4ce25ca5f 2018-07-22 15:47:50,201 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-eb37528a-6069-4bd-user 2018-07-22 15:47:50,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:50,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:50,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3465bab0-509c-4fdd-a573-f62c7b16dbdd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:47:50,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3465bab0-509c-4fdd-a573-f62c7b16dbdd 2018-07-22 15:47:50,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" -d '{"role": {"name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj-role"}}' 2018-07-22 15:47:50,392 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30e1e2da-7c88-4351-accc-4ca91f8320c2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59b8382867ac43fcb60d94e23872ddf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/59b8382867ac43fcb60d94e23872ddf2"}, "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj-role"}} 2018-07-22 15:47:50,392 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-30e1e2da-7c88-4351-accc-4ca91f8320c2 2018-07-22 15:47:50,392 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-eb37528a-6069-4bd-proj-role 2018-07-22 15:47:50,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/59b8382867ac43fcb60d94e23872ddf2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:50,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab28ad8-aebc-474e-8baf-563a149ae7c6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59b8382867ac43fcb60d94e23872ddf2", "links": {"self": "http://172.30.9.28:5000/v3/roles/59b8382867ac43fcb60d94e23872ddf2"}, "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj-role"}} 2018-07-22 15:47:50,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/59b8382867ac43fcb60d94e23872ddf2 used request id req-6ab28ad8-aebc-474e-8baf-563a149ae7c6 2018-07-22 15:47:50,484 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-eb37528a-6069-4bd-proj-role to project CreateSecurityGroupTests-eb37528a-6069-4bd-proj 2018-07-22 15:47:50,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366/users/9d3f9110025d40e19d591f3ac31aba8e/roles/59b8382867ac43fcb60d94e23872ddf2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:50,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ef8d18b-6ce5-42a4-aa16-b4a5430ad956 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:50,608 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366/users/9d3f9110025d40e19d591f3ac31aba8e/roles/59b8382867ac43fcb60d94e23872ddf2 used request id req-2ef8d18b-6ce5-42a4-aa16-b4a5430ad956 2018-07-22 15:47:50,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:50,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:50,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59b8382867ac43fcb60d94e23872ddf2", "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj-role"}], "expires_at": "2018-07-22T16:47:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e0037f81734425ebd6568cc638df366", "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2e0037f81734425ebd6568cc638df366", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2e0037f81734425ebd6568cc638df366", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2e0037f81734425ebd6568cc638df366", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2e0037f81734425ebd6568cc638df366", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-user", "id": "9d3f9110025d40e19d591f3ac31aba8e"}, "audit_ids": ["I0BpdpS-SpS0Y9uPoyC6Yw"], "issued_at": "2018-07-22T15:47:50.000000Z"}} 2018-07-22 15:47:50,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3343b4b6-658f-45d6-844a-7152c971e88a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:51,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3343b4b6-658f-45d6-844a-7152c971e88a 2018-07-22 15:47:51,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d2fb7e53-9db3-42ec-89e7-fe83f17b0fe5 Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:47:51,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename&description=hello+group used request id req-d2fb7e53-9db3-42ec-89e7-fe83f17b0fe5 2018-07-22 15:47:51,388 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename... 2018-07-22 15:47:51,388 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename 2018-07-22 15:47:51,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" -d '{"security_group": {"name": "CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename", "description": "hello group"}}' 2018-07-22 15:47:51,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-d11db209-4ccd-4b0a-84d6-810a556ec3ac Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "updated_at": "2018-07-22T15:47:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "6329b079-d870-4e07-88b1-d15744bfcc4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e0037f81734425ebd6568cc638df366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e0037f81734425ebd6568cc638df366"}], "revision_number": 2, "project_id": "2e0037f81734425ebd6568cc638df366", "id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "name": "CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename"}} 2018-07-22 15:47:51,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-d11db209-4ccd-4b0a-84d6-810a556ec3ac 2018-07-22 15:47:51,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad 2018-07-22 15:47:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f6a44619-4ef1-4c29-abf1-097f2c2686b2 Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "6329b079-d870-4e07-88b1-d15744bfcc4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4"}]} 2018-07-22 15:47:51,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-f6a44619-4ef1-4c29-abf1-097f2c2686b2 2018-07-22 15:47:51,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad 2018-07-22 15:47:51,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c463b8ee-cc84-4db0-9750-b771d4a0c2d1 Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "6329b079-d870-4e07-88b1-d15744bfcc4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4"}]} 2018-07-22 15:47:51,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-c463b8ee-cc84-4db0-9750-b771d4a0c2d1 2018-07-22 15:47:51,725 - neutron_utils - INFO - Retrieving security group with ID - a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad 2018-07-22 15:47:51,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3b4b896c-36f9-4368-b15b-7078edfb86cd Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "updated_at": "2018-07-22T15:47:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "6329b079-d870-4e07-88b1-d15744bfcc4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e0037f81734425ebd6568cc638df366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e0037f81734425ebd6568cc638df366"}], "revision_number": 2, "project_id": "2e0037f81734425ebd6568cc638df366", "id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "name": "CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename"}]} 2018-07-22 15:47:51,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-3b4b896c-36f9-4368-b15b-7078edfb86cd 2018-07-22 15:47:51,826 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad 2018-07-22 15:47:51,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1c7d7015-9ad1-431c-a9e8-697b113e1453 Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "6329b079-d870-4e07-88b1-d15744bfcc4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4"}]} 2018-07-22 15:47:51,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-1c7d7015-9ad1-431c-a9e8-697b113e1453 2018-07-22 15:47:51,856 - neutron_utils - INFO - Retrieving security group with ID - a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad 2018-07-22 15:47:51,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-63a549a9-129a-449d-8498-c34ab1248fa4 Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "updated_at": "2018-07-22T15:47:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "6329b079-d870-4e07-88b1-d15744bfcc4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e0037f81734425ebd6568cc638df366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e0037f81734425ebd6568cc638df366"}], "revision_number": 2, "project_id": "2e0037f81734425ebd6568cc638df366", "id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "name": "CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename"}]} 2018-07-22 15:47:51,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-63a549a9-129a-449d-8498-c34ab1248fa4 2018-07-22 15:47:51,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad 2018-07-22 15:47:51,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4ef47ff1-fe55-492a-87cd-fa0906b80c4d Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "6329b079-d870-4e07-88b1-d15744bfcc4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4"}]} 2018-07-22 15:47:51,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-4ef47ff1-fe55-492a-87cd-fa0906b80c4d 2018-07-22 15:47:51,944 - neutron_utils - INFO - Retrieving security group with ID - a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad 2018-07-22 15:47:51,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:51,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-fc8dae51-cb17-44f0-88a2-3c1bd2130052 Date: Sun, 22 Jul 2018 15:47:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "updated_at": "2018-07-22T15:47:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "6329b079-d870-4e07-88b1-d15744bfcc4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e0037f81734425ebd6568cc638df366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e0037f81734425ebd6568cc638df366"}], "revision_number": 2, "project_id": "2e0037f81734425ebd6568cc638df366", "id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "name": "CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename"}]} 2018-07-22 15:47:51,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-fc8dae51-cb17-44f0-88a2-3c1bd2130052 2018-07-22 15:47:51,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad 2018-07-22 15:47:51,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:52,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6c4946c-cb5e-4379-a16a-64139ca8138f Date: Sun, 22 Jul 2018 15:47:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "6329b079-d870-4e07-88b1-d15744bfcc4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "d6043d32-ef8e-4345-8f0c-07d617629ef4"}]} 2018-07-22 15:47:52,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-d6c4946c-cb5e-4379-a16a-64139ca8138f 2018-07-22 15:47:52,019 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename 2018-07-22 15:47:52,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:52,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59b8382867ac43fcb60d94e23872ddf2", "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj-role"}], "expires_at": "2018-07-22T16:47:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e0037f81734425ebd6568cc638df366", "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2e0037f81734425ebd6568cc638df366", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2e0037f81734425ebd6568cc638df366", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2e0037f81734425ebd6568cc638df366", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2e0037f81734425ebd6568cc638df366", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2e0037f81734425ebd6568cc638df366", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2e0037f81734425ebd6568cc638df366", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-user", "id": "9d3f9110025d40e19d591f3ac31aba8e"}, "audit_ids": ["Y8utE4EwS1W8CoHEAOuJ5Q"], "issued_at": "2018-07-22T15:47:52.000000Z"}} 2018-07-22 15:47:52,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7334fddc82243e7a601d2607262b683c6609ff15" 2018-07-22 15:47:52,763 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d389bba-1e8d-46a8-a1bb-38f22b24dc5d Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:52,763 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-3d389bba-1e8d-46a8-a1bb-38f22b24dc5d 2018-07-22 15:47:52,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7334fddc82243e7a601d2607262b683c6609ff15" 2018-07-22 15:47:52,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fc00a315-d4f8-440b-bf6b-513981b6ff2c Date: Sun, 22 Jul 2018 15:47:52 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:47:52,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename&description=hello+group used request id req-fc00a315-d4f8-440b-bf6b-513981b6ff2c 2018-07-22 15:47:52,846 - neutron_utils - INFO - Deleting security group rule with ID - 6329b079-d870-4e07-88b1-d15744bfcc4f 2018-07-22 15:47:52,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/6329b079-d870-4e07-88b1-d15744bfcc4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:52,869 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-41d99cc5-249a-4285-a8e6-669b90fc0bae Date: Sun, 22 Jul 2018 15:47:52 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 6329b079-d870-4e07-88b1-d15744bfcc4f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-22 15:47:52,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/6329b079-d870-4e07-88b1-d15744bfcc4f used request id req-41d99cc5-249a-4285-a8e6-669b90fc0bae 2018-07-22 15:47:52,870 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 6329b079-d870-4e07-88b1-d15744bfcc4f does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-22 15:47:52,870 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 6329b079-d870-4e07-88b1-d15744bfcc4f does not exist Neutron server returns request_ids: ['req-41d99cc5-249a-4285-a8e6-669b90fc0bae'] 2018-07-22 15:47:52,870 - neutron_utils - INFO - Deleting security group rule with ID - d6043d32-ef8e-4345-8f0c-07d617629ef4 2018-07-22 15:47:52,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d6043d32-ef8e-4345-8f0c-07d617629ef4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:52,893 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-dbb95115-4b1f-4dcf-a072-a155da9a9c5b Date: Sun, 22 Jul 2018 15:47:52 GMT RESP BODY: {"NeutronError": {"message": "Security group rule d6043d32-ef8e-4345-8f0c-07d617629ef4 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-22 15:47:52,893 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d6043d32-ef8e-4345-8f0c-07d617629ef4 used request id req-dbb95115-4b1f-4dcf-a072-a155da9a9c5b 2018-07-22 15:47:52,893 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule d6043d32-ef8e-4345-8f0c-07d617629ef4 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-22 15:47:52,893 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule d6043d32-ef8e-4345-8f0c-07d617629ef4 does not exist Neutron server returns request_ids: ['req-dbb95115-4b1f-4dcf-a072-a155da9a9c5b'] 2018-07-22 15:47:52,893 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-744a3409-76cc-444e-8ead-42daa75cfcaename 2018-07-22 15:47:52,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f01a05c7d5c64136a4bff66c4b8dc080a33978f" 2018-07-22 15:47:52,916 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-d891b967-1178-48eb-ad30-579d3997b00a Date: Sun, 22 Jul 2018 15:47:52 GMT RESP BODY: {"NeutronError": {"message": "Security group a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-07-22 15:47:52,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad used request id req-d891b967-1178-48eb-ad30-579d3997b00a 2018-07-22 15:47:52,916 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-07-22 15:47:52,916 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group a81efc46-d9f0-4d80-8f03-6ae1dc60a1ad does not exist Neutron server returns request_ids: ['req-d891b967-1178-48eb-ad30-579d3997b00a'] 2018-07-22 15:47:52,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-cfc981c8-9c2a-4270-9d27-be95221661d4 Date: Sun, 22 Jul 2018 15:47:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "updated_at": "2018-07-22T15:47:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "06345f1a-5ad1-49eb-9e5f-fcdffef90622", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e0037f81734425ebd6568cc638df366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "0bdf0ab9-8d7a-4cbf-94ec-3e7c06b8ceaa", "remote_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e0037f81734425ebd6568cc638df366"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "802bcbef-9802-45bf-ae93-c8553b761ef0", "remote_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e0037f81734425ebd6568cc638df366"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "revision_number": 0, "id": "f4a7c24d-277c-416f-a0db-02bfb9ac11fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:51Z", "security_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "tenant_id": "2e0037f81734425ebd6568cc638df366", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e0037f81734425ebd6568cc638df366"}], "revision_number": 4, "project_id": "2e0037f81734425ebd6568cc638df366", "id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:47:53,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-cfc981c8-9c2a-4270-9d27-be95221661d4 2018-07-22 15:47:53,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d24c718-718a-498d-9f85-69323f143680 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:47:53,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-3d24c718-718a-498d-9f85-69323f143680 2018-07-22 15:47:53,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,319 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:47:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb105dd8-c765-46fe-a681-8e74a8f56992 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:47:53,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-bb105dd8-c765-46fe-a681-8e74a8f56992 2018-07-22 15:47:53,319 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:47:53,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,404 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:47:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7be9f18f-3efe-4f6c-ac54-a4650ae16e15 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:47:53,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-7be9f18f-3efe-4f6c-ac54-a4650ae16e15 2018-07-22 15:47:53,404 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:47:53,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,493 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:47:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4bb51dd-fddd-4785-862d-9e7a9fd97e42 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:47:53,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-a4bb51dd-fddd-4785-862d-9e7a9fd97e42 2018-07-22 15:47:53,493 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:47:53,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2146aef1-b8ad-4d9b-90cc-a86ab14a5689 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:47:53,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-2146aef1-b8ad-4d9b-90cc-a86ab14a5689 2018-07-22 15:47:53,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,661 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:47:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3e66043-2fe6-4487-8ec2-b8d2ea12f14a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:47:53,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-f3e66043-2fe6-4487-8ec2-b8d2ea12f14a 2018-07-22 15:47:53,662 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:47:53,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a83ec7-9789-405c-8935-30c51339dc6b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2e0037f81734425ebd6568cc638df366", "name": "CreateSecurityGroupTests-eb37528a-6069-4bd-proj"}} 2018-07-22 15:47:53,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366 used request id req-a2a83ec7-9789-405c-8935-30c51339dc6b 2018-07-22 15:47:53,751 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d251445e-36cd-4ad1-b0a2-9a2d56475af0 2018-07-22 15:47:53,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d251445e-36cd-4ad1-b0a2-9a2d56475af0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:53,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-606e8154-828b-41a0-8fdf-5ca3ed1e13d0 Date: Sun, 22 Jul 2018 15:47: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-07-22T15:47:51Z", "security_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "06345f1a-5ad1-49eb-9e5f-fcdffef90622"}, {"remote_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "0bdf0ab9-8d7a-4cbf-94ec-3e7c06b8ceaa"}, {"remote_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "802bcbef-9802-45bf-ae93-c8553b761ef0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:51Z", "security_group_id": "d251445e-36cd-4ad1-b0a2-9a2d56475af0", "port_range_min": null, "revision_number": 0, "tenant_id": "2e0037f81734425ebd6568cc638df366", "created_at": "2018-07-22T15:47:51Z", "project_id": "2e0037f81734425ebd6568cc638df366", "id": "f4a7c24d-277c-416f-a0db-02bfb9ac11fc"}]} 2018-07-22 15:47:53,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d251445e-36cd-4ad1-b0a2-9a2d56475af0 used request id req-606e8154-828b-41a0-8fdf-5ca3ed1e13d0 2018-07-22 15:47:53,780 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:47:53,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d251445e-36cd-4ad1-b0a2-9a2d56475af0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:54,001 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e2f04a9-9a62-4ea2-a920-eaa5599ad788 Content-Length: 0 Date: Sun, 22 Jul 2018 15:47:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:47:54,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d251445e-36cd-4ad1-b0a2-9a2d56475af0 used request id req-4e2f04a9-9a62-4ea2-a920-eaa5599ad788 2018-07-22 15:47:54,001 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-eb37528a-6069-4bd-proj 2018-07-22 15:47:54,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:54,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1280683-2063-4e7e-80df-8e1273f0fc9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:54,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2e0037f81734425ebd6568cc638df366 used request id req-f1280683-2063-4e7e-80df-8e1273f0fc9e 2018-07-22 15:47:54,333 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-eb37528a-6069-4bd-proj-role 2018-07-22 15:47:54,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/59b8382867ac43fcb60d94e23872ddf2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:54,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6b77657-e48b-40ea-a6ab-4817d70eff64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:54,441 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/59b8382867ac43fcb60d94e23872ddf2 used request id req-a6b77657-e48b-40ea-a6ab-4817d70eff64 2018-07-22 15:47:54,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fba5cdf9e88ae9f18fbd2a9f9ad5a1f834a624a" 2018-07-22 15:47:54,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcff4bc9-5476-49f9-bd3e-181135997256 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:47:54,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bcff4bc9-5476-49f9-bd3e-181135997256 2018-07-22 15:47:54,533 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-eb37528a-6069-4bd-user 2018-07-22 15:47:54,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9d3f9110025d40e19d591f3ac31aba8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7e9b7c94a6062fb237de681eab371f607eb19a" 2018-07-22 15:47:54,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78bf819d-8615-4a49-b33d-e276b0d2da0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:54,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9d3f9110025d40e19d591f3ac31aba8e used request id req-78bf819d-8615-4a49-b33d-e276b0d2da0f 2018-07-22 15:47:54,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:55,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["OdUHrj7PSyKcUJCxu2gZQQ"], "issued_at": "2018-07-22T15:47:55.000000Z"}} 2018-07-22 15:47:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c787bae3bf887d29e8926bb411673fef65bc67d" 2018-07-22 15:47:55,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13806c0-8083-4bdb-8870-b5cf8efdeb5e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:55,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d13806c0-8083-4bdb-8870-b5cf8efdeb5e 2018-07-22 15:47:55,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:55,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:55,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["b7sl7tgdR3Sy6QwEeSQ_5Q"], "issued_at": "2018-07-22T15:47:55.000000Z"}} 2018-07-22 15:47:55,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:47:55,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-150eb5cf-d512-416d-a3e1-511739bc8933 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:55,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-150eb5cf-d512-416d-a3e1-511739bc8933 2018-07-22 15:47:55,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:55,680 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:55,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:47:55,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea32008-70b1-4ce9-b7ca-7213c8305e1e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:47:55,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj used request id req-3ea32008-70b1-4ce9-b7ca-7213c8305e1e 2018-07-22 15:47:55,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:47:56,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43b5a3e-3779-4f26-94e2-ea592aabcf92 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:47:56,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b43b5a3e-3779-4f26-94e2-ea592aabcf92 2018-07-22 15:47:56,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}}' 2018-07-22 15:47:56,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:47:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb3fe92a-22a3-40c6-bcb7-77c9ffb7fa70 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549"}, "tags": [], "enabled": true, "id": "14ea54835624402fbc3a31b6a2978549", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}} 2018-07-22 15:47:56,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cb3fe92a-22a3-40c6-bcb7-77c9ffb7fa70 2018-07-22 15:47:56,085 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-2717c26e-2672-4a0-proj 2018-07-22 15:47:56,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:56,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:56,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["6yyWA0yHQfGnHpYiU1zBGg"], "issued_at": "2018-07-22T15:47:56.000000Z"}} 2018-07-22 15:47:56,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd937b55ddb94f2a3f11c2bd9bb648a6def5f9b8" 2018-07-22 15:47:56,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4bdacb0-ca72-40f5-bfd1-c0114ff546b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:56,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a4bdacb0-ca72-40f5-bfd1-c0114ff546b9 2018-07-22 15:47:56,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:56,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:56,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd937b55ddb94f2a3f11c2bd9bb648a6def5f9b8" 2018-07-22 15:47:56,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48aff243-f143-4a78-857c-5ac401c09db2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:47:56,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-48aff243-f143-4a78-857c-5ac401c09db2 2018-07-22 15:47:56,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd937b55ddb94f2a3f11c2bd9bb648a6def5f9b8" 2018-07-22 15:47:56,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54b573f-e0c8-4733-9f5c-155f21140f80 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549"}, "tags": [], "enabled": true, "id": "14ea54835624402fbc3a31b6a2978549", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}]} 2018-07-22 15:47:56,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj used request id req-b54b573f-e0c8-4733-9f5c-155f21140f80 2018-07-22 15:47:56,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd937b55ddb94f2a3f11c2bd9bb648a6def5f9b8" 2018-07-22 15:47:56,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc938df0-a2f3-42ef-9930-a18c6a136c02 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:47:56,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bc938df0-a2f3-42ef-9930-a18c6a136c02 2018-07-22 15:47:57,133 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-2717c26e-2672-4a0-user 2018-07-22 15:47:57,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:57,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:47:57,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d22d7ef5-dc33-442b-8612-c2cefa4d698c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:47:57,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d22d7ef5-dc33-442b-8612-c2cefa4d698c 2018-07-22 15:47:57,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" -d '{"role": {"name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj-role"}}' 2018-07-22 15:47:57,338 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:47:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e42cd81-8d08-4e22-8599-5291dd28674b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5c02e603f64d438ebe1cc0c7d3c9e1b2", "links": {"self": "http://172.30.9.28:5000/v3/roles/5c02e603f64d438ebe1cc0c7d3c9e1b2"}, "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj-role"}} 2018-07-22 15:47:57,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2e42cd81-8d08-4e22-8599-5291dd28674b 2018-07-22 15:47:57,339 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-2717c26e-2672-4a0-proj-role 2018-07-22 15:47:57,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/5c02e603f64d438ebe1cc0c7d3c9e1b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:47:57,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3a15bfe-0cd8-4e08-992d-588af06fddf8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5c02e603f64d438ebe1cc0c7d3c9e1b2", "links": {"self": "http://172.30.9.28:5000/v3/roles/5c02e603f64d438ebe1cc0c7d3c9e1b2"}, "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj-role"}} 2018-07-22 15:47:57,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/5c02e603f64d438ebe1cc0c7d3c9e1b2 used request id req-f3a15bfe-0cd8-4e08-992d-588af06fddf8 2018-07-22 15:47:57,436 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-2717c26e-2672-4a0-proj-role to project CreateSecurityGroupTests-2717c26e-2672-4a0-proj 2018-07-22 15:47:57,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549/users/217a85b8d4764529b01a84a7cb2211e3/roles/5c02e603f64d438ebe1cc0c7d3c9e1b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:47:57,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:47:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e43f396f-aae3-4979-bf51-b98133d43cd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:47:57,556 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549/users/217a85b8d4764529b01a84a7cb2211e3/roles/5c02e603f64d438ebe1cc0c7d3c9e1b2 used request id req-e43f396f-aae3-4979-bf51-b98133d43cd3 2018-07-22 15:47:57,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:47:57,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:57,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:47:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Vw4TpPrUQpiDot8Xbgjwow"], "issued_at": "2018-07-22T15:47:57.000000Z"}} 2018-07-22 15:47:57,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:58,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d3e29b-e6e4-4fbc-9c49-5386049a0aa3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:47:58,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-40d3e29b-e6e4-4fbc-9c49-5386049a0aa3 2018-07-22 15:47:58,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:58,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e195072a-dc1f-478a-b1ff-4ef0714a1b8a Date: Sun, 22 Jul 2018 15:47:58 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:47:58,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name&description=hello+group used request id req-e195072a-dc1f-478a-b1ff-4ef0714a1b8a 2018-07-22 15:47:58,613 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name... 2018-07-22 15:47:58,613 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name 2018-07-22 15:47:58,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:58,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:58,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:58,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7405a824-b34f-493b-88f8-40b61e19ed61 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549"}, "tags": [], "enabled": true, "id": "14ea54835624402fbc3a31b6a2978549", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}]} 2018-07-22 15:47:58,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-2717c26e-2672-4a0-proj used request id req-7405a824-b34f-493b-88f8-40b61e19ed61 2018-07-22 15:47:58,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" -d '{"security_group": {"tenant_id": "14ea54835624402fbc3a31b6a2978549", "name": "CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name", "description": "hello group"}}' 2018-07-22 15:47:59,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-ca1ab8cf-389d-4777-acea-006e27d85271 Date: Sun, 22 Jul 2018 15:47:59 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "updated_at": "2018-07-22T15:47:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "ea80c4f1-5856-4036-921f-fadde80507f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}], "revision_number": 2, "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "name": "CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name"}} 2018-07-22 15:47:59,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-ca1ab8cf-389d-4777-acea-006e27d85271 2018-07-22 15:47:59,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:59,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-393b52b9-a775-43f2-83c2-1df68cafb777 Date: Sun, 22 Jul 2018 15:47: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-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:47:59,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-393b52b9-a775-43f2-83c2-1df68cafb777 2018-07-22 15:47:59,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:59,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ddc51db1-195f-4b51-bf19-71393a641b17 Date: Sun, 22 Jul 2018 15:47: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-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:47:59,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-ddc51db1-195f-4b51-bf19-71393a641b17 2018-07-22 15:47:59,116 - neutron_utils - INFO - Retrieving security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:59,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-19ce774e-22e4-4bab-9d90-034deab1860b Date: Sun, 22 Jul 2018 15:47:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "updated_at": "2018-07-22T15:47:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "ea80c4f1-5856-4036-921f-fadde80507f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}], "revision_number": 2, "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "name": "CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name"}]} 2018-07-22 15:47:59,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-19ce774e-22e4-4bab-9d90-034deab1860b 2018-07-22 15:47:59,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:59,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-213bb8a0-f01c-40e9-b06d-8d52e2f3d1ad Date: Sun, 22 Jul 2018 15:47: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-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:47:59,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-213bb8a0-f01c-40e9-b06d-8d52e2f3d1ad 2018-07-22 15:47:59,192 - neutron_utils - INFO - Retrieving security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:59,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d7f60e79-1ba9-4300-9243-7275e113cafc Date: Sun, 22 Jul 2018 15:47:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "updated_at": "2018-07-22T15:47:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "ea80c4f1-5856-4036-921f-fadde80507f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}], "revision_number": 2, "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "name": "CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name"}]} 2018-07-22 15:47:59,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-d7f60e79-1ba9-4300-9243-7275e113cafc 2018-07-22 15:47:59,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:59,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b070efb7-ca92-4afd-889f-840b322ed829 Date: Sun, 22 Jul 2018 15:47: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-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:47:59,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-b070efb7-ca92-4afd-889f-840b322ed829 2018-07-22 15:47:59,281 - neutron_utils - INFO - Retrieving security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:59,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-537531c2-72b8-4767-8a5e-397ffaec5c6a Date: Sun, 22 Jul 2018 15:47:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "updated_at": "2018-07-22T15:47:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "ea80c4f1-5856-4036-921f-fadde80507f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}], "revision_number": 2, "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "name": "CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name"}]} 2018-07-22 15:47:59,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-537531c2-72b8-4767-8a5e-397ffaec5c6a 2018-07-22 15:47:59,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:47:59,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7173196-b496-4a9d-b21f-9e5105293c19 Date: Sun, 22 Jul 2018 15:47: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-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:47:59,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-a7173196-b496-4a9d-b21f-9e5105293c19 2018-07-22 15:47:59,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:47:59,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5c02e603f64d438ebe1cc0c7d3c9e1b2", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj-role"}], "expires_at": "2018-07-22T16:47:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14ea54835624402fbc3a31b6a2978549", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/14ea54835624402fbc3a31b6a2978549", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/14ea54835624402fbc3a31b6a2978549", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/14ea54835624402fbc3a31b6a2978549", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/14ea54835624402fbc3a31b6a2978549", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-user", "id": "217a85b8d4764529b01a84a7cb2211e3"}, "audit_ids": ["-ImN05YTSamVlgxl9ROw8w"], "issued_at": "2018-07-22T15:47:59.000000Z"}} 2018-07-22 15:47:59,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5695ebe023f78035435f6feaf3ecb47d5e378b5e" 2018-07-22 15:47:59,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f3115a83-75b4-4366-9c1d-4ba0663c62e7 Date: Sun, 22 Jul 2018 15:47:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "updated_at": "2018-07-22T15:47:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "ea80c4f1-5856-4036-921f-fadde80507f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}], "revision_number": 2, "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "name": "CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name"}]} 2018-07-22 15:47:59,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name&description=hello+group used request id req-f3115a83-75b4-4366-9c1d-4ba0663c62e7 2018-07-22 15:47:59,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:47:59,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:47:59,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c787bae3bf887d29e8926bb411673fef65bc67d" 2018-07-22 15:47:59,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:47:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fd30bc-e75e-4398-becc-9b0e438a006e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "14ea54835624402fbc3a31b6a2978549", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}} 2018-07-22 15:47:59,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549 used request id req-53fd30bc-e75e-4398-becc-9b0e438a006e 2018-07-22 15:47:59,978 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:47:59,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5695ebe023f78035435f6feaf3ecb47d5e378b5e" 2018-07-22 15:48:00,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0a98eacd-1c40-414e-812e-4016b1cc0b76 Date: Sun, 22 Jul 2018 15:48:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:48:00,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-0a98eacd-1c40-414e-812e-4016b1cc0b76 2018-07-22 15:48:00,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:48:00,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5695ebe023f78035435f6feaf3ecb47d5e378b5e" 2018-07-22 15:48:00,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-69dd413f-441f-4141-9c09-92e42e011d82 Date: Sun, 22 Jul 2018 15:48:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:48:00,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-69dd413f-441f-4141-9c09-92e42e011d82 2018-07-22 15:48:00,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:00,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:00,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5c02e603f64d438ebe1cc0c7d3c9e1b2", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj-role"}], "expires_at": "2018-07-22T16:48:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14ea54835624402fbc3a31b6a2978549", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/14ea54835624402fbc3a31b6a2978549", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/14ea54835624402fbc3a31b6a2978549", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/14ea54835624402fbc3a31b6a2978549", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/14ea54835624402fbc3a31b6a2978549", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_14ea54835624402fbc3a31b6a2978549", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_14ea54835624402fbc3a31b6a2978549", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-user", "id": "217a85b8d4764529b01a84a7cb2211e3"}, "audit_ids": ["E-gTRMOcTIyzsF8DxY7QqA"], "issued_at": "2018-07-22T15:48:00.000000Z"}} 2018-07-22 15:48:00,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f383aeade156c6102d98d06d672f0c6a0bdd6ad" 2018-07-22 15:48:00,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-439a3441-0102-42a9-b99b-ee107e72e8a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:00,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-439a3441-0102-42a9-b99b-ee107e72e8a7 2018-07-22 15:48:00,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f383aeade156c6102d98d06d672f0c6a0bdd6ad" 2018-07-22 15:48:00,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7ea2b521-1108-462a-875c-50bac67e48f0 Date: Sun, 22 Jul 2018 15:48:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "updated_at": "2018-07-22T15:47:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "ea80c4f1-5856-4036-921f-fadde80507f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}], "revision_number": 2, "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "name": "CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name"}]} 2018-07-22 15:48:00,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name used request id req-7ea2b521-1108-462a-875c-50bac67e48f0 2018-07-22 15:48:00,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:00,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:00,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f383aeade156c6102d98d06d672f0c6a0bdd6ad" 2018-07-22 15:48:00,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07e232f-9643-462e-a7ee-cc2087af73bc Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "14ea54835624402fbc3a31b6a2978549", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}} 2018-07-22 15:48:00,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549 used request id req-f07e232f-9643-462e-a7ee-cc2087af73bc 2018-07-22 15:48:00,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:48:00,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f383aeade156c6102d98d06d672f0c6a0bdd6ad" 2018-07-22 15:48:00,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-91ef1f23-d90b-4d54-9c69-6747bdf0e1a2 Date: Sun, 22 Jul 2018 15:48:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:48:00,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-91ef1f23-d90b-4d54-9c69-6747bdf0e1a2 2018-07-22 15:48:00,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:48:00,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f383aeade156c6102d98d06d672f0c6a0bdd6ad" 2018-07-22 15:48:00,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7808e8fa-f282-4019-946f-3a68494d8526 Date: Sun, 22 Jul 2018 15:48:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:48:00,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-7808e8fa-f282-4019-946f-3a68494d8526 2018-07-22 15:48:00,860 - neutron_utils - INFO - Retrieving security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:48:00,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f383aeade156c6102d98d06d672f0c6a0bdd6ad" 2018-07-22 15:48:00,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-192abcec-10a3-43b4-958b-ce1b2d85a558 Date: Sun, 22 Jul 2018 15:48:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "updated_at": "2018-07-22T15:47:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "ea80c4f1-5856-4036-921f-fadde80507f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}], "revision_number": 2, "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "name": "CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name"}]} 2018-07-22 15:48:00,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-192abcec-10a3-43b4-958b-ce1b2d85a558 2018-07-22 15:48:00,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 34b89db4-89ab-41e8-a927-559ae6d084ea 2018-07-22 15:48:00,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f383aeade156c6102d98d06d672f0c6a0bdd6ad" 2018-07-22 15:48:00,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0f3ab260-fa52-459a-9f5f-6378a1f57250 Date: Sun, 22 Jul 2018 15:48:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "ea80c4f1-5856-4036-921f-fadde80507f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "34b89db4-89ab-41e8-a927-559ae6d084ea", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "f63b1d7f-27e5-40e8-a9de-34c37ead5caf"}]} 2018-07-22 15:48:00,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-0f3ab260-fa52-459a-9f5f-6378a1f57250 2018-07-22 15:48:00,936 - neutron_utils - INFO - Deleting security group rule with ID - f63b1d7f-27e5-40e8-a9de-34c37ead5caf 2018-07-22 15:48:00,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f63b1d7f-27e5-40e8-a9de-34c37ead5caf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:48:01,038 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec05b74b-43ce-4a95-a995-ff97bf9d6b19 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:01,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f63b1d7f-27e5-40e8-a9de-34c37ead5caf used request id req-ec05b74b-43ce-4a95-a995-ff97bf9d6b19 2018-07-22 15:48:01,039 - neutron_utils - INFO - Deleting security group rule with ID - ea80c4f1-5856-4036-921f-fadde80507f8 2018-07-22 15:48:01,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/ea80c4f1-5856-4036-921f-fadde80507f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:48:01,301 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eea469a8-2691-45e8-a877-c9f52156bb34 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:01,301 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/ea80c4f1-5856-4036-921f-fadde80507f8 used request id req-eea469a8-2691-45e8-a877-c9f52156bb34 2018-07-22 15:48:01,302 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-e25d566d-f637-41cb-8abe-bcdebb075498name 2018-07-22 15:48:01,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/34b89db4-89ab-41e8-a927-559ae6d084ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7462bc5750d1d2a4fb3243d057676f03632a976d" 2018-07-22 15:48:01,571 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-42a67806-0cf7-4c44-9d23-fefa8ccc8286 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:01,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/34b89db4-89ab-41e8-a927-559ae6d084ea used request id req-42a67806-0cf7-4c44-9d23-fefa8ccc8286 2018-07-22 15:48:01,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:01,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-433688dc-1d82-4985-8a23-a75be304e0e5 Date: Sun, 22 Jul 2018 15:48:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "updated_at": "2018-07-22T15:47:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "13432b11-06e0-4850-b451-a416eb3545ad", "remote_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "3c769bf1-1fc5-4247-b1e1-f42e3edf4eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv4", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "98b5f7c8-842b-44fd-8ac5-846df5464c1b", "remote_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "revision_number": 0, "id": "c4a346fd-5b3a-4358-ac9e-058edd0b45ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:47:58Z", "security_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "tenant_id": "14ea54835624402fbc3a31b6a2978549", "port_range_min": null, "ethertype": "IPv6", "project_id": "14ea54835624402fbc3a31b6a2978549"}], "revision_number": 4, "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:48:01,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-433688dc-1d82-4985-8a23-a75be304e0e5 2018-07-22 15:48:01,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:01,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c15ab9-2635-4352-b5ba-85ce3cde7b9d 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:48:01,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-29c15ab9-2635-4352-b5ba-85ce3cde7b9d 2018-07-22 15:48:01,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:01,974 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebb68279-eb75-41c9-908b-e2dfb992d050 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:01,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-ebb68279-eb75-41c9-908b-e2dfb992d050 2018-07-22 15:48:01,974 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:01,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:02,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d399269c-87d6-447a-9bf0-a276c6f5435e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "14ea54835624402fbc3a31b6a2978549", "name": "CreateSecurityGroupTests-2717c26e-2672-4a0-proj"}} 2018-07-22 15:48:02,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549 used request id req-d399269c-87d6-447a-9bf0-a276c6f5435e 2018-07-22 15:48:02,063 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 68d6cf34-777f-4aec-abdd-88a44f25ad90 2018-07-22 15:48:02,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=68d6cf34-777f-4aec-abdd-88a44f25ad90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:02,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b5be4f67-d74a-480e-9b3e-a18cee7f91b4 Date: Sun, 22 Jul 2018 15:48:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "13432b11-06e0-4850-b451-a416eb3545ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "3c769bf1-1fc5-4247-b1e1-f42e3edf4eb5"}, {"remote_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "98b5f7c8-842b-44fd-8ac5-846df5464c1b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:47:58Z", "security_group_id": "68d6cf34-777f-4aec-abdd-88a44f25ad90", "port_range_min": null, "revision_number": 0, "tenant_id": "14ea54835624402fbc3a31b6a2978549", "created_at": "2018-07-22T15:47:58Z", "project_id": "14ea54835624402fbc3a31b6a2978549", "id": "c4a346fd-5b3a-4358-ac9e-058edd0b45ae"}]} 2018-07-22 15:48:02,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=68d6cf34-777f-4aec-abdd-88a44f25ad90 used request id req-b5be4f67-d74a-480e-9b3e-a18cee7f91b4 2018-07-22 15:48:02,090 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:48:02,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/68d6cf34-777f-4aec-abdd-88a44f25ad90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:02,233 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7ad120a-aaa0-4e5e-807c-9fd6870f078e Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:02,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/68d6cf34-777f-4aec-abdd-88a44f25ad90 used request id req-a7ad120a-aaa0-4e5e-807c-9fd6870f078e 2018-07-22 15:48:02,234 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-2717c26e-2672-4a0-proj 2018-07-22 15:48:02,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:02,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fedc2f33-ffac-41e3-ac5b-02340ed27ca6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:02,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/14ea54835624402fbc3a31b6a2978549 used request id req-fedc2f33-ffac-41e3-ac5b-02340ed27ca6 2018-07-22 15:48:02,428 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-2717c26e-2672-4a0-proj-role 2018-07-22 15:48:02,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/5c02e603f64d438ebe1cc0c7d3c9e1b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:02,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deaf383b-d46b-433f-9722-5208cb0d78a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:02,531 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/5c02e603f64d438ebe1cc0c7d3c9e1b2 used request id req-deaf383b-d46b-433f-9722-5208cb0d78a7 2018-07-22 15:48:02,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569c52d82d13b1b6718e1a8b0c78b6405ebb44ab" 2018-07-22 15:48:02,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f1dd89-47e9-4fb8-b61f-2094f779ae48 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:02,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-04f1dd89-47e9-4fb8-b61f-2094f779ae48 2018-07-22 15:48:02,610 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-2717c26e-2672-4a0-user 2018-07-22 15:48:02,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/217a85b8d4764529b01a84a7cb2211e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd937b55ddb94f2a3f11c2bd9bb648a6def5f9b8" 2018-07-22 15:48:02,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71e441e3-c31c-42ee-99b4-6d4e6d89fb47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:02,771 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/217a85b8d4764529b01a84a7cb2211e3 used request id req-71e441e3-c31c-42ee-99b4-6d4e6d89fb47 2018-07-22 15:48:02,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:03,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["GnSoK9IWSbSlVNoQP_FOBA"], "issued_at": "2018-07-22T15:48:03.000000Z"}} 2018-07-22 15:48:03,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d126b689988b9d59e0911583e1d5abb893a637" 2018-07-22 15:48:03,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d32ac1-f6a7-4606-b512-b96a50dc0ee4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:03,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-27d32ac1-f6a7-4606-b512-b96a50dc0ee4 2018-07-22 15:48:03,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:03,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:03,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["6OsajhoZQvi2O7SRpXc42g"], "issued_at": "2018-07-22T15:48:03.000000Z"}} 2018-07-22 15:48:03,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:03,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc2541d2-806d-484d-a47e-4de13195fd70 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:03,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fc2541d2-806d-484d-a47e-4de13195fd70 2018-07-22 15:48:03,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:03,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:03,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:03,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00df2de2-f2c3-45ca-82de-2949ca4e82cf Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:48:03,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj used request id req-00df2de2-f2c3-45ca-82de-2949ca4e82cf 2018-07-22 15:48:03,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:03,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70792e05-994e-4f70-aa7f-34ad5991cbaa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:03,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-70792e05-994e-4f70-aa7f-34ad5991cbaa 2018-07-22 15:48:03,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj"}}' 2018-07-22 15:48:04,021 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39c84c05-eb79-459f-b63e-377a8c99e158 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1"}, "tags": [], "enabled": true, "id": "e3ddcdf7df1f4de6b75387d4c67611e1", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj"}} 2018-07-22 15:48:04,021 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-39c84c05-eb79-459f-b63e-377a8c99e158 2018-07-22 15:48:04,021 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj 2018-07-22 15:48:04,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:04,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:04,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Jfp4eWpsQEauR3LP0hnR1g"], "issued_at": "2018-07-22T15:48:04.000000Z"}} 2018-07-22 15:48:04,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa866eed0c71ed6c118d0db647a5f646ad917826" 2018-07-22 15:48:04,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5bb3229-a5a3-4b3d-a75a-813052e2e17f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:04,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f5bb3229-a5a3-4b3d-a75a-813052e2e17f 2018-07-22 15:48:04,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:04,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:04,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa866eed0c71ed6c118d0db647a5f646ad917826" 2018-07-22 15:48:04,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0996fe5b-41a2-42ac-9d92-d5eb0beb3530 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:48:04,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0996fe5b-41a2-42ac-9d92-d5eb0beb3530 2018-07-22 15:48:04,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa866eed0c71ed6c118d0db647a5f646ad917826" 2018-07-22 15:48:04,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0a60957-a21e-4db5-9ad8-b1fb0dd25bc9 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1"}, "tags": [], "enabled": true, "id": "e3ddcdf7df1f4de6b75387d4c67611e1", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj"}]} 2018-07-22 15:48:04,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj used request id req-e0a60957-a21e-4db5-9ad8-b1fb0dd25bc9 2018-07-22 15:48:04,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa866eed0c71ed6c118d0db647a5f646ad917826" 2018-07-22 15:48:04,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659c9e77-3588-4285-829b-e0333aaa7b2a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:04,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-659c9e77-3588-4285-829b-e0333aaa7b2a 2018-07-22 15:48:04,949 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-1cd14e6e-22cd-4f1-user 2018-07-22 15:48:04,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:04,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:05,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14368f6c-7ca2-4898-aed7-1636761c5086 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:05,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-14368f6c-7ca2-4898-aed7-1636761c5086 2018-07-22 15:48:05,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" -d '{"role": {"name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj-role"}}' 2018-07-22 15:48:05,146 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37e42309-038a-4c82-8de7-247db3ebbeb2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a1a86b462eb41678593259967e1ff3e", "links": {"self": "http://172.30.9.28:5000/v3/roles/7a1a86b462eb41678593259967e1ff3e"}, "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj-role"}} 2018-07-22 15:48:05,146 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-37e42309-038a-4c82-8de7-247db3ebbeb2 2018-07-22 15:48:05,147 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj-role 2018-07-22 15:48:05,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/7a1a86b462eb41678593259967e1ff3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:05,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c2f281-9f1d-4b46-adb1-c3215e4c936a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a1a86b462eb41678593259967e1ff3e", "links": {"self": "http://172.30.9.28:5000/v3/roles/7a1a86b462eb41678593259967e1ff3e"}, "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj-role"}} 2018-07-22 15:48:05,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/7a1a86b462eb41678593259967e1ff3e used request id req-f5c2f281-9f1d-4b46-adb1-c3215e4c936a 2018-07-22 15:48:05,235 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj-role to project CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj 2018-07-22 15:48:05,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1/users/e5a077ad7db44821bde0f44edc375bc8/roles/7a1a86b462eb41678593259967e1ff3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:05,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c0b12a1-50a9-426e-ab7c-c56028f755fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:05,353 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1/users/e5a077ad7db44821bde0f44edc375bc8/roles/7a1a86b462eb41678593259967e1ff3e used request id req-4c0b12a1-50a9-426e-ab7c-c56028f755fb 2018-07-22 15:48:05,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:05,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:05,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fNu9vuBoTymXvXKunjuW-g"], "issued_at": "2018-07-22T15:48:05.000000Z"}} 2018-07-22 15:48:05,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:05,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee56f14b-87cb-4ebd-92fb-06b87df57458 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:05,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ee56f14b-87cb-4ebd-92fb-06b87df57458 2018-07-22 15:48:05,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7f5a0cec-03eb-4916-92a9-78907c475082 Date: Sun, 22 Jul 2018 15:48:06 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:48:06,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname&description=hello+group used request id req-7f5a0cec-03eb-4916-92a9-78907c475082 2018-07-22 15:48:06,109 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname... 2018-07-22 15:48:06,109 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname 2018-07-22 15:48:06,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:06,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:06,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c87df8e4-20e2-451c-8d09-cd0e32c36a6a Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1"}, "tags": [], "enabled": true, "id": "e3ddcdf7df1f4de6b75387d4c67611e1", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj"}]} 2018-07-22 15:48:06,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj used request id req-c87df8e4-20e2-451c-8d09-cd0e32c36a6a 2018-07-22 15:48:06,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" -d '{"security_group": {"tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "name": "CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname", "description": "hello group"}}' 2018-07-22 15:48:06,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-aebfc955-44dd-4259-a60c-1fcb89164d0d Date: Sun, 22 Jul 2018 15:48:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "updated_at": "2018-07-22T15:48:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}], "revision_number": 2, "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "name": "CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname"}} 2018-07-22 15:48:06,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-aebfc955-44dd-4259-a60c-1fcb89164d0d 2018-07-22 15:48:06,560 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:06,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-16a51e9c-636f-4620-b745-53c25486d8c5 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf"}]} 2018-07-22 15:48:06,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-16a51e9c-636f-4620-b745-53c25486d8c5 2018-07-22 15:48:06,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:06,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b2bd76d4-8052-4168-a022-7c538cb66091 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf"}]} 2018-07-22 15:48:06,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-b2bd76d4-8052-4168-a022-7c538cb66091 2018-07-22 15:48:06,655 - neutron_utils - INFO - Retrieving security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:06,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-02727379-6594-4231-ae27-ea4795bc38df Date: Sun, 22 Jul 2018 15:48:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "updated_at": "2018-07-22T15:48:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}], "revision_number": 2, "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "name": "CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname"}]} 2018-07-22 15:48:06,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-02727379-6594-4231-ae27-ea4795bc38df 2018-07-22 15:48:06,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:06,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-107f081f-98e0-437b-9c70-f8e4e93e8887 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf"}]} 2018-07-22 15:48:06,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-107f081f-98e0-437b-9c70-f8e4e93e8887 2018-07-22 15:48:06,752 - neutron_utils - INFO - Retrieving security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:06,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-384772a9-2526-47e4-b108-9dfd3a81354b Date: Sun, 22 Jul 2018 15:48:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "updated_at": "2018-07-22T15:48:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}], "revision_number": 2, "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "name": "CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname"}]} 2018-07-22 15:48:06,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-384772a9-2526-47e4-b108-9dfd3a81354b 2018-07-22 15:48:06,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:06,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d92fc1a6-ea59-483c-b48e-8682ac354f82 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf"}]} 2018-07-22 15:48:06,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-d92fc1a6-ea59-483c-b48e-8682ac354f82 2018-07-22 15:48:06,834 - neutron_utils - INFO - Retrieving security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:06,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d34ea723-2ceb-4eb1-9ea2-7d5737f53d77 Date: Sun, 22 Jul 2018 15:48:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "updated_at": "2018-07-22T15:48:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}], "revision_number": 2, "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "name": "CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname"}]} 2018-07-22 15:48:06,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-d34ea723-2ceb-4eb1-9ea2-7d5737f53d77 2018-07-22 15:48:06,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:06,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:06,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9e3898ad-1f9e-4e30-a5c5-653493ec1076 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf"}]} 2018-07-22 15:48:06,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-9e3898ad-1f9e-4e30-a5c5-653493ec1076 2018-07-22 15:48:06,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:07,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a1a86b462eb41678593259967e1ff3e", "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj-role"}], "expires_at": "2018-07-22T16:48:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3ddcdf7df1f4de6b75387d4c67611e1", "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e3ddcdf7df1f4de6b75387d4c67611e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-user", "id": "e5a077ad7db44821bde0f44edc375bc8"}, "audit_ids": ["9gBwIUm7TGyd9IzHCOVDww"], "issued_at": "2018-07-22T15:48:07.000000Z"}} 2018-07-22 15:48:07,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9a1ba3820dd2942f6d489f0b4939de77601ae9" 2018-07-22 15:48:07,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ee9601bf-5deb-4580-9437-6220b942e1c1 Date: Sun, 22 Jul 2018 15:48:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "updated_at": "2018-07-22T15:48:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}], "revision_number": 2, "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "name": "CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname"}]} 2018-07-22 15:48:07,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname&description=hello+group used request id req-ee9601bf-5deb-4580-9437-6220b942e1c1 2018-07-22 15:48:07,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:07,528 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:07,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15d126b689988b9d59e0911583e1d5abb893a637" 2018-07-22 15:48:07,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f5eddd1-77af-44bd-8fcb-1e3d58fb10fe Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e3ddcdf7df1f4de6b75387d4c67611e1", "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj"}} 2018-07-22 15:48:07,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1 used request id req-9f5eddd1-77af-44bd-8fcb-1e3d58fb10fe 2018-07-22 15:48:07,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:07,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9a1ba3820dd2942f6d489f0b4939de77601ae9" 2018-07-22 15:48:07,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c06f8046-4d46-41de-a2e3-92e9c9b803af Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf"}]} 2018-07-22 15:48:07,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-c06f8046-4d46-41de-a2e3-92e9c9b803af 2018-07-22 15:48:07,676 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afcded95-6e0b-4fe7-805a-66e629e4bfe5 2018-07-22 15:48:07,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c9a1ba3820dd2942f6d489f0b4939de77601ae9" 2018-07-22 15:48:07,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f1097d4-91fa-49b3-b5a3-194c02892720 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "339675dc-f9b1-48d1-a661-286d94b4a2ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "afcded95-6e0b-4fe7-805a-66e629e4bfe5", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "3ee784f4-b31f-409e-a880-1547b8abe2bf"}]} 2018-07-22 15:48:07,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-1f1097d4-91fa-49b3-b5a3-194c02892720 2018-07-22 15:48:07,703 - neutron_utils - INFO - Deleting security group rule with ID - 339675dc-f9b1-48d1-a661-286d94b4a2ff 2018-07-22 15:48:07,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/339675dc-f9b1-48d1-a661-286d94b4a2ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:07,814 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1c8df24-0cf8-4239-83ee-947debd4c3d1 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:07,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/339675dc-f9b1-48d1-a661-286d94b4a2ff used request id req-f1c8df24-0cf8-4239-83ee-947debd4c3d1 2018-07-22 15:48:07,814 - neutron_utils - INFO - Deleting security group rule with ID - 3ee784f4-b31f-409e-a880-1547b8abe2bf 2018-07-22 15:48:07,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/3ee784f4-b31f-409e-a880-1547b8abe2bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:07,915 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdb8dfcd-329e-4cbe-9058-d4f0a8f25e37 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:07,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/3ee784f4-b31f-409e-a880-1547b8abe2bf used request id req-cdb8dfcd-329e-4cbe-9058-d4f0a8f25e37 2018-07-22 15:48:07,916 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-e8bbe5c0-c709-4ba5-9ed1-baa1866a126fname 2018-07-22 15:48:07,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/afcded95-6e0b-4fe7-805a-66e629e4bfe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bf1529f5d84e2fc42ff23c253de35bcc4c1c78" 2018-07-22 15:48:08,065 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e7e9498-e140-4d40-af7d-45337a085527 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:08,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/afcded95-6e0b-4fe7-805a-66e629e4bfe5 used request id req-6e7e9498-e140-4d40-af7d-45337a085527 2018-07-22 15:48:08,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:08,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-6dbf7dea-e720-4f06-aa8a-ade3d17076fb Date: Sun, 22 Jul 2018 15:48:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "updated_at": "2018-07-22T15:48:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "1b95cf94-79e6-4b21-ac5e-19dd77f7f367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "227bff9a-be99-426e-a63b-10188e8d448d", "remote_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "b27d0cf6-4f10-476a-b892-f606d357f004", "remote_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "revision_number": 0, "id": "e33bcfb7-1404-45c5-8aa6-9f67a0995a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:06Z", "security_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1"}], "revision_number": 4, "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:48:08,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6dbf7dea-e720-4f06-aa8a-ade3d17076fb 2018-07-22 15:48:08,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:08,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c45b606e-181e-4576-80f5-6b8446cdc4f7 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:48:08,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-c45b606e-181e-4576-80f5-6b8446cdc4f7 2018-07-22 15:48:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:08,468 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-257826a3-5988-42c8-bc6f-ae6022c26ade Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:08,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-257826a3-5988-42c8-bc6f-ae6022c26ade 2018-07-22 15:48:08,468 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:08,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:08,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45eaadb5-c07f-4f94-83c0-199e710c0ac6 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e3ddcdf7df1f4de6b75387d4c67611e1", "name": "CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj"}} 2018-07-22 15:48:08,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1 used request id req-45eaadb5-c07f-4f94-83c0-199e710c0ac6 2018-07-22 15:48:08,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b80a4e7-ee9b-4a80-845d-d20d683f20c9 2018-07-22 15:48:08,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6b80a4e7-ee9b-4a80-845d-d20d683f20c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:08,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b0aecee5-b8eb-4261-bf7c-ae4189dfeda4 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:06Z", "security_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "1b95cf94-79e6-4b21-ac5e-19dd77f7f367"}, {"remote_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "227bff9a-be99-426e-a63b-10188e8d448d"}, {"remote_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "b27d0cf6-4f10-476a-b892-f606d357f004"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:06Z", "security_group_id": "6b80a4e7-ee9b-4a80-845d-d20d683f20c9", "port_range_min": null, "revision_number": 0, "tenant_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "created_at": "2018-07-22T15:48:06Z", "project_id": "e3ddcdf7df1f4de6b75387d4c67611e1", "id": "e33bcfb7-1404-45c5-8aa6-9f67a0995a44"}]} 2018-07-22 15:48:08,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6b80a4e7-ee9b-4a80-845d-d20d683f20c9 used request id req-b0aecee5-b8eb-4261-bf7c-ae4189dfeda4 2018-07-22 15:48:08,595 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:48:08,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/6b80a4e7-ee9b-4a80-845d-d20d683f20c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:08,747 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f36e8c1e-e45d-465b-948f-86a1881a1cdc Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:08,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/6b80a4e7-ee9b-4a80-845d-d20d683f20c9 used request id req-f36e8c1e-e45d-465b-948f-86a1881a1cdc 2018-07-22 15:48:08,748 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj 2018-07-22 15:48:08,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:09,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8627e7af-6706-4b6f-8114-3961659bffba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:09,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e3ddcdf7df1f4de6b75387d4c67611e1 used request id req-8627e7af-6706-4b6f-8114-3961659bffba 2018-07-22 15:48:09,007 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-1cd14e6e-22cd-4f1-proj-role 2018-07-22 15:48:09,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/7a1a86b462eb41678593259967e1ff3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:09,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09b67273-21e4-4d0c-819e-bfac7065a9d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:09,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/7a1a86b462eb41678593259967e1ff3e used request id req-09b67273-21e4-4d0c-819e-bfac7065a9d8 2018-07-22 15:48:09,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b9ecfcfcaf3273a29b42f116a1a9ab144681c88" 2018-07-22 15:48:09,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f0ac341-dff3-49ef-b555-6605f4a6ccc9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:09,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0f0ac341-dff3-49ef-b555-6605f4a6ccc9 2018-07-22 15:48:09,209 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-1cd14e6e-22cd-4f1-user 2018-07-22 15:48:09,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e5a077ad7db44821bde0f44edc375bc8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa866eed0c71ed6c118d0db647a5f646ad917826" 2018-07-22 15:48:09,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10cc7e87-b15d-4a53-9189-f40dbfa28d4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:09,296 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e5a077ad7db44821bde0f44edc375bc8 used request id req-10cc7e87-b15d-4a53-9189-f40dbfa28d4b 2018-07-22 15:48:09,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:09,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["uGiUjsB1Q4KABPqCeBLepw"], "issued_at": "2018-07-22T15:48:09.000000Z"}} 2018-07-22 15:48:09,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d22caf625b2d3eea922bdf5cba4693f7ae31111" 2018-07-22 15:48:09,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-816bc8fd-5e94-4535-8385-8c4edb936902 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:09,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-816bc8fd-5e94-4535-8385-8c4edb936902 2018-07-22 15:48:09,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:09,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:10,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["HTKF4V4ZTZSahXk3QFL8Nw"], "issued_at": "2018-07-22T15:48:10.000000Z"}} 2018-07-22 15:48:10,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:10,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cc4c456-2a5c-47b7-901d-d88b1fc29946 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:10,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5cc4c456-2a5c-47b7-901d-d88b1fc29946 2018-07-22 15:48:10,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:10,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:10,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:10,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adbc597a-834b-4f9c-8c08-add9a7af28ab Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:48:10,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj used request id req-adbc597a-834b-4f9c-8c08-add9a7af28ab 2018-07-22 15:48:10,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:10,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4467f17-7973-47e7-ab08-3cd436ae7cb3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:10,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a4467f17-7973-47e7-ab08-3cd436ae7cb3 2018-07-22 15:48:10,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj"}}' 2018-07-22 15:48:10,459 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbbe5116-ae89-447c-875c-c77c53a81928 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d"}, "tags": [], "enabled": true, "id": "acf8574767f443fb92f1ec717912a35d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj"}} 2018-07-22 15:48:10,459 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-dbbe5116-ae89-447c-875c-c77c53a81928 2018-07-22 15:48:10,459 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj 2018-07-22 15:48:10,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:10,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:10,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["F98F2PcwQ-2jSGbWY8noPg"], "issued_at": "2018-07-22T15:48:10.000000Z"}} 2018-07-22 15:48:10,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d247a1cd51d1c389367ba87b0c6d4f70f156293" 2018-07-22 15:48:10,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d3f1b2-0fcc-44ba-9fd7-934e4acda237 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:10,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-65d3f1b2-0fcc-44ba-9fd7-934e4acda237 2018-07-22 15:48:10,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:10,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:10,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d247a1cd51d1c389367ba87b0c6d4f70f156293" 2018-07-22 15:48:11,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac77977-6a91-4ec3-9e08-7c33b84d2e75 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:48:11,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-eac77977-6a91-4ec3-9e08-7c33b84d2e75 2018-07-22 15:48:11,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d247a1cd51d1c389367ba87b0c6d4f70f156293" 2018-07-22 15:48:11,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf53ee3-7404-458f-8d1f-63e27524cad8 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d"}, "tags": [], "enabled": true, "id": "acf8574767f443fb92f1ec717912a35d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj"}]} 2018-07-22 15:48:11,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj used request id req-2bf53ee3-7404-458f-8d1f-63e27524cad8 2018-07-22 15:48:11,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d247a1cd51d1c389367ba87b0c6d4f70f156293" 2018-07-22 15:48:11,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-908818a3-769e-4d25-8ca8-65f0aff83bfc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:11,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-908818a3-769e-4d25-8ca8-65f0aff83bfc 2018-07-22 15:48:11,599 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-17e11b0d-ab2c-4bb-user 2018-07-22 15:48:11,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:11,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:11,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0593a266-b666-4db5-b2e8-f2044bda4c61 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:11,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0593a266-b666-4db5-b2e8-f2044bda4c61 2018-07-22 15:48:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" -d '{"role": {"name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj-role"}}' 2018-07-22 15:48:11,797 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-819efe74-0d00-48d9-a3fe-81d4583edec0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60c7fb7d60934599b08a00544012b46d", "links": {"self": "http://172.30.9.28:5000/v3/roles/60c7fb7d60934599b08a00544012b46d"}, "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj-role"}} 2018-07-22 15:48:11,797 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-819efe74-0d00-48d9-a3fe-81d4583edec0 2018-07-22 15:48:11,797 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj-role 2018-07-22 15:48:11,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/60c7fb7d60934599b08a00544012b46d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:11,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d46f4b-ab4f-4e64-aa8c-1efb72ecad16 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60c7fb7d60934599b08a00544012b46d", "links": {"self": "http://172.30.9.28:5000/v3/roles/60c7fb7d60934599b08a00544012b46d"}, "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj-role"}} 2018-07-22 15:48:11,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/60c7fb7d60934599b08a00544012b46d used request id req-f1d46f4b-ab4f-4e64-aa8c-1efb72ecad16 2018-07-22 15:48:11,883 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj-role to project CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj 2018-07-22 15:48:11,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d/users/00edd67ba24c4c86a2e5ec37db694a27/roles/60c7fb7d60934599b08a00544012b46d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:11,935 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfea95e7-f65e-4e19-b51a-d948e0b70f04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:11,935 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d/users/00edd67ba24c4c86a2e5ec37db694a27/roles/60c7fb7d60934599b08a00544012b46d used request id req-bfea95e7-f65e-4e19-b51a-d948e0b70f04 2018-07-22 15:48:11,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:11,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:12,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60c7fb7d60934599b08a00544012b46d", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj-role"}], "expires_at": "2018-07-22T16:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acf8574767f443fb92f1ec717912a35d", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/acf8574767f443fb92f1ec717912a35d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/acf8574767f443fb92f1ec717912a35d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/acf8574767f443fb92f1ec717912a35d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/acf8574767f443fb92f1ec717912a35d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-user", "id": "00edd67ba24c4c86a2e5ec37db694a27"}, "audit_ids": ["pVxaGNvhS_KexRgrJXrhkQ"], "issued_at": "2018-07-22T15:48:12.000000Z"}} 2018-07-22 15:48:12,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:12,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b897264-c5d4-478e-b466-524104d58720 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:12,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1b897264-c5d4-478e-b466-524104d58720 2018-07-22 15:48:12,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:12,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8830922d-3021-4e1c-9b4a-b3a78509be38 Date: Sun, 22 Jul 2018 15:48:12 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:48:12,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name&description=hello+group used request id req-8830922d-3021-4e1c-9b4a-b3a78509be38 2018-07-22 15:48:12,712 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name... 2018-07-22 15:48:12,712 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name 2018-07-22 15:48:12,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" -d '{"security_group": {"name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name", "description": "hello group"}}' 2018-07-22 15:48:12,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-251f8c9c-8b8b-4226-973a-ba149f0763dc Date: Sun, 22 Jul 2018 15:48:12 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 2, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}} 2018-07-22 15:48:12,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-251f8c9c-8b8b-4226-973a-ba149f0763dc 2018-07-22 15:48:12,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:12,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:12,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-65f8a87e-4eac-4f11-9846-1ccb359163dc Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}]} 2018-07-22 15:48:12,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-65f8a87e-4eac-4f11-9846-1ccb359163dc 2018-07-22 15:48:12,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:12,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-483d2ff1-0163-40a1-a7b6-f95049b2b4ac Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}]} 2018-07-22 15:48:13,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-483d2ff1-0163-40a1-a7b6-f95049b2b4ac 2018-07-22 15:48:13,028 - neutron_utils - INFO - Retrieving security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:13,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-59c91591-2040-42c1-ae77-bb9c46ac775d Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 2, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}]} 2018-07-22 15:48:13,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-59c91591-2040-42c1-ae77-bb9c46ac775d 2018-07-22 15:48:13,119 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-15ae724d-d113-4b8a-b037-95a3c682bf13 Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}]} 2018-07-22 15:48:13,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-15ae724d-d113-4b8a-b037-95a3c682bf13 2018-07-22 15:48:13,149 - neutron_utils - INFO - Retrieving security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:13,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-999e1b76-0fbb-4faa-8f92-98c90b72d55f Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 2, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}]} 2018-07-22 15:48:13,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-999e1b76-0fbb-4faa-8f92-98c90b72d55f 2018-07-22 15:48:13,197 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:13,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e6d993e8-ea8c-489d-926f-40ac695de943 Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}]} 2018-07-22 15:48:13,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-e6d993e8-ea8c-489d-926f-40ac695de943 2018-07-22 15:48:13,228 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name 2018-07-22 15:48:13,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3f80ac18-9bd4-4ca6-8617-e110156e1a51 Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 2, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}]} 2018-07-22 15:48:13,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name used request id req-3f80ac18-9bd4-4ca6-8617-e110156e1a51 2018-07-22 15:48:13,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:13,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:13,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-352e6f97-60b2-4ad4-a6a8-dae6309fd938 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "acf8574767f443fb92f1ec717912a35d", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj"}} 2018-07-22 15:48:13,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d used request id req-352e6f97-60b2-4ad4-a6a8-dae6309fd938 2018-07-22 15:48:13,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:13,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ca69c442-7138-49a3-ad4b-7c6ba3d15564 Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}]} 2018-07-22 15:48:13,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-ca69c442-7138-49a3-ad4b-7c6ba3d15564 2018-07-22 15:48:13,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": 10}}' 2018-07-22 15:48:13,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-6480a7dc-48d2-48a8-8510-48538df69e51 Date: Sun, 22 Jul 2018 15:48:13 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-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": 10, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:13Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc"}} 2018-07-22 15:48:13,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-6480a7dc-48d2-48a8-8510-48538df69e51 2018-07-22 15:48:13,531 - neutron_utils - INFO - Retrieving security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:13,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-de52952c-1bca-4d12-98d8-703ceb183d3f Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:13Z", "revision_number": 0, "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 3, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}]} 2018-07-22 15:48:13,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-de52952c-1bca-4d12-98d8-703ceb183d3f 2018-07-22 15:48:13,586 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:13,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:13,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-c86fc260-0c72-4979-b7a0-451f3474cb41 Date: Sun, 22 Jul 2018 15:48:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}, {"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-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": 10, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:13Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc"}]} 2018-07-22 15:48:13,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-c86fc260-0c72-4979-b7a0-451f3474cb41 2018-07-22 15:48:13,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:14,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60c7fb7d60934599b08a00544012b46d", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj-role"}], "expires_at": "2018-07-22T16:48:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acf8574767f443fb92f1ec717912a35d", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/acf8574767f443fb92f1ec717912a35d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/acf8574767f443fb92f1ec717912a35d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/acf8574767f443fb92f1ec717912a35d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/acf8574767f443fb92f1ec717912a35d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_acf8574767f443fb92f1ec717912a35d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_acf8574767f443fb92f1ec717912a35d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-user", "id": "00edd67ba24c4c86a2e5ec37db694a27"}, "audit_ids": ["fVnHQcvQSN6aYXjSVzERfw"], "issued_at": "2018-07-22T15:48:14.000000Z"}} 2018-07-22 15:48:14,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-1306f561-6e35-48fe-9363-1512f35ed8ca Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:13Z", "revision_number": 0, "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 3, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}]} 2018-07-22 15:48:14,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name&description=hello+group used request id req-1306f561-6e35-48fe-9363-1512f35ed8ca 2018-07-22 15:48:14,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:14,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-bb1dfcac-6beb-4bca-a4cd-724dd04ffac9 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}, {"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-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": 10, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:13Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc"}]} 2018-07-22 15:48:14,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-bb1dfcac-6beb-4bca-a4cd-724dd04ffac9 2018-07-22 15:48:14,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:14,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-a0df90dc-8990-48e2-9d15-a263445d66b1 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}, {"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-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": 10, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:13Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc"}]} 2018-07-22 15:48:14,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-a0df90dc-8990-48e2-9d15-a263445d66b1 2018-07-22 15:48:14,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-95e7181c-3b80-4d2a-94da-58d764d46c0b Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:13Z", "revision_number": 0, "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 3, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}]} 2018-07-22 15:48:14,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name used request id req-95e7181c-3b80-4d2a-94da-58d764d46c0b 2018-07-22 15:48:14,336 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:14,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-260c0328-a807-4495-a5aa-ce24ca689c20 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}, {"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-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": 10, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:13Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc"}]} 2018-07-22 15:48:14,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-260c0328-a807-4495-a5aa-ce24ca689c20 2018-07-22 15:48:14,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-650b54d8-c414-4273-a054-18bf042be9cf Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:13Z", "revision_number": 0, "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 3, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}]} 2018-07-22 15:48:14,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name used request id req-650b54d8-c414-4273-a054-18bf042be9cf 2018-07-22 15:48:14,416 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:14,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-f58e2c02-5b8c-4800-ab74-b1f698ca64e7 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}, {"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-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": 10, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:13Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc"}]} 2018-07-22 15:48:14,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-f58e2c02-5b8c-4800-ab74-b1f698ca64e7 2018-07-22 15:48:14,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-44b54580-e47f-456c-9c92-ee4e713da382 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:13Z", "revision_number": 0, "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 3, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "name": "CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name"}]} 2018-07-22 15:48:14,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name used request id req-44b54580-e47f-456c-9c92-ee4e713da382 2018-07-22 15:48:14,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf8eb1c-b0de-4a24-86ce-966f8be7c134 2018-07-22 15:48:14,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1be81c5ef8dc5bb94b07de270a8e4b559ee13ab3" 2018-07-22 15:48:14,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-0cf3684c-c8f2-49bc-ade3-78faa86b9032 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c83376b9-66ec-49e7-bd71-7841fd8f6c80"}, {"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-07-22T15:48:13Z", "security_group_id": "dcf8eb1c-b0de-4a24-86ce-966f8be7c134", "port_range_min": 10, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:13Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "feccf7db-dcd0-4565-ad71-587de9e8f8fc"}]} 2018-07-22 15:48:14,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-0cf3684c-c8f2-49bc-ade3-78faa86b9032 2018-07-22 15:48:14,524 - neutron_utils - INFO - Deleting security group rule with ID - c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4 2018-07-22 15:48:14,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:14,630 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8999795f-5c49-4be7-80b6-88cfff12b22b Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:14,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/c2d7c4fa-3ec7-4ff9-9f44-f0667cc719f4 used request id req-8999795f-5c49-4be7-80b6-88cfff12b22b 2018-07-22 15:48:14,630 - neutron_utils - INFO - Deleting security group rule with ID - feccf7db-dcd0-4565-ad71-587de9e8f8fc 2018-07-22 15:48:14,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/feccf7db-dcd0-4565-ad71-587de9e8f8fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:14,730 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1e9b4a42-0a9d-473a-9f59-02a318c904af Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:14,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/feccf7db-dcd0-4565-ad71-587de9e8f8fc used request id req-1e9b4a42-0a9d-473a-9f59-02a318c904af 2018-07-22 15:48:14,731 - neutron_utils - INFO - Deleting security group rule with ID - c83376b9-66ec-49e7-bd71-7841fd8f6c80 2018-07-22 15:48:14,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/c83376b9-66ec-49e7-bd71-7841fd8f6c80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:14,833 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-288ecbcc-f4f4-4683-ac66-eb7c9b5e66a6 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:14,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/c83376b9-66ec-49e7-bd71-7841fd8f6c80 used request id req-288ecbcc-f4f4-4683-ac66-eb7c9b5e66a6 2018-07-22 15:48:14,834 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-348153d5-0b24-4b82-b00e-53908a105a09name 2018-07-22 15:48:14,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/dcf8eb1c-b0de-4a24-86ce-966f8be7c134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b9592c938a3fe85b0af0fcd25921b7fa655128" 2018-07-22 15:48:14,980 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88140025-5eeb-47c0-8f5c-011a5f5c6cf1 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:14,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/dcf8eb1c-b0de-4a24-86ce-966f8be7c134 used request id req-88140025-5eeb-47c0-8f5c-011a5f5c6cf1 2018-07-22 15:48:14,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:15,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-f85b2239-5326-456e-ac5c-b8b94cf0c0ae Date: Sun, 22 Jul 2018 15:48:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "updated_at": "2018-07-22T15:48:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "469a860a-c957-41de-907d-d767793b09a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "a0c7ba07-a016-4623-904c-aa82b83888e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "c59eab25-88c3-454d-9ba3-3ebd868a4bb5", "remote_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv6", "project_id": "acf8574767f443fb92f1ec717912a35d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "revision_number": 0, "id": "ddab8d0d-c064-48e0-a93d-7856cb20d017", "remote_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:12Z", "security_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "tenant_id": "acf8574767f443fb92f1ec717912a35d", "port_range_min": null, "ethertype": "IPv4", "project_id": "acf8574767f443fb92f1ec717912a35d"}], "revision_number": 4, "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:48:15,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f85b2239-5326-456e-ac5c-b8b94cf0c0ae 2018-07-22 15:48:15,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:15,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b76edd4-eb3e-4a1f-aec0-7977106f3b34 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:48:15,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-7b76edd4-eb3e-4a1f-aec0-7977106f3b34 2018-07-22 15:48:15,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:15,412 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-733b3bb1-46e9-4213-abab-f38cb60b90c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:15,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-733b3bb1-46e9-4213-abab-f38cb60b90c2 2018-07-22 15:48:15,413 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:15,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:15,500 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c59bf649-0806-4a4a-b75f-7e337d00730d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:15,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-c59bf649-0806-4a4a-b75f-7e337d00730d 2018-07-22 15:48:15,500 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:15,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:15,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b866ad-98f1-4a99-9a69-2dfc713a5149 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "acf8574767f443fb92f1ec717912a35d", "name": "CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj"}} 2018-07-22 15:48:15,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d used request id req-f6b866ad-98f1-4a99-9a69-2dfc713a5149 2018-07-22 15:48:15,586 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1a65de-87d9-4235-a0ec-3a3803a2140c 2018-07-22 15:48:15,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7e1a65de-87d9-4235-a0ec-3a3803a2140c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:15,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2644b6ec-0f59-4375-8a47-2cb639c5cf7a Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:12Z", "security_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "469a860a-c957-41de-907d-d767793b09a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "a0c7ba07-a016-4623-904c-aa82b83888e8"}, {"remote_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "c59eab25-88c3-454d-9ba3-3ebd868a4bb5"}, {"remote_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:12Z", "security_group_id": "7e1a65de-87d9-4235-a0ec-3a3803a2140c", "port_range_min": null, "revision_number": 0, "tenant_id": "acf8574767f443fb92f1ec717912a35d", "created_at": "2018-07-22T15:48:12Z", "project_id": "acf8574767f443fb92f1ec717912a35d", "id": "ddab8d0d-c064-48e0-a93d-7856cb20d017"}]} 2018-07-22 15:48:15,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7e1a65de-87d9-4235-a0ec-3a3803a2140c used request id req-2644b6ec-0f59-4375-8a47-2cb639c5cf7a 2018-07-22 15:48:15,624 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:48:15,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7e1a65de-87d9-4235-a0ec-3a3803a2140c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:15,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd55e12d-b730-4b23-8300-ff29c2837443 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:15,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7e1a65de-87d9-4235-a0ec-3a3803a2140c used request id req-dd55e12d-b730-4b23-8300-ff29c2837443 2018-07-22 15:48:15,798 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj 2018-07-22 15:48:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:16,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4cc00a3-d11d-4cce-bb9d-e4b8e7ffadd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:16,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/acf8574767f443fb92f1ec717912a35d used request id req-c4cc00a3-d11d-4cce-bb9d-e4b8e7ffadd0 2018-07-22 15:48:16,090 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-17e11b0d-ab2c-4bb-proj-role 2018-07-22 15:48:16,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/60c7fb7d60934599b08a00544012b46d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:16,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ca2bd54-c2aa-43f5-8989-b4cfd239570f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:16,220 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/60c7fb7d60934599b08a00544012b46d used request id req-5ca2bd54-c2aa-43f5-8989-b4cfd239570f 2018-07-22 15:48:16,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d193061d4dc0b6b0bc759f36d09e8c67986412d" 2018-07-22 15:48:16,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991f9ed9-9372-467b-9cde-bce3838103cc Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:16,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-991f9ed9-9372-467b-9cde-bce3838103cc 2018-07-22 15:48:16,301 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-17e11b0d-ab2c-4bb-user 2018-07-22 15:48:16,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/00edd67ba24c4c86a2e5ec37db694a27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d247a1cd51d1c389367ba87b0c6d4f70f156293" 2018-07-22 15:48:16,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71c3a604-304e-468a-9ca0-55d0aa9323b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:16,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/00edd67ba24c4c86a2e5ec37db694a27 used request id req-71c3a604-304e-468a-9ca0-55d0aa9323b6 2018-07-22 15:48:16,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:16,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["v_41DxRNS6qJtxJHCx1hAQ"], "issued_at": "2018-07-22T15:48:16.000000Z"}} 2018-07-22 15:48:16,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac26016409d719cb28578e812e34344a0cd1f8c" 2018-07-22 15:48:16,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a51d9e9-1bfe-4a8b-9375-717b7fa31c9f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:16,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6a51d9e9-1bfe-4a8b-9375-717b7fa31c9f 2018-07-22 15:48:16,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:16,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:17,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["XNgtonDHShScX8CESKj7cw"], "issued_at": "2018-07-22T15:48:17.000000Z"}} 2018-07-22 15:48:17,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:17,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dc048b1-cd5a-44f0-9b88-57b31a74b169 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:17,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9dc048b1-cd5a-44f0-9b88-57b31a74b169 2018-07-22 15:48:17,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:17,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-06332634-c111-440-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:17,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144e4edb-92db-4bfa-9a3c-8cf6b79ac059 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-06332634-c111-440-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:48:17,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-06332634-c111-440-proj used request id req-144e4edb-92db-4bfa-9a3c-8cf6b79ac059 2018-07-22 15:48:17,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:17,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a219aa84-375c-47cf-a952-697e19406c42 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:17,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a219aa84-375c-47cf-a952-697e19406c42 2018-07-22 15:48:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-06332634-c111-440-proj"}}' 2018-07-22 15:48:17,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7518c4e1-286c-4f50-bacd-c4202e3d0d6a Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc"}, "tags": [], "enabled": true, "id": "9af8f22cec104a3a89bbcb4f821dc5cc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-06332634-c111-440-proj"}} 2018-07-22 15:48:17,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7518c4e1-286c-4f50-bacd-c4202e3d0d6a 2018-07-22 15:48:17,616 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-06332634-c111-440-proj 2018-07-22 15:48:17,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:17,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:18,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["H7tpsriVQt-5ITp8DwOuYg"], "issued_at": "2018-07-22T15:48:18.000000Z"}} 2018-07-22 15:48:18,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a0fe74c119cb28df3b1e90c8d85a2df2d5fd5c" 2018-07-22 15:48:18,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa7c45b-734e-42d4-bfbf-bb06ffb161a6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:18,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cfa7c45b-734e-42d4-bfbf-bb06ffb161a6 2018-07-22 15:48:18,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:18,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:18,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a0fe74c119cb28df3b1e90c8d85a2df2d5fd5c" 2018-07-22 15:48:18,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38baeaf5-0be2-4557-b458-3b00ddcc98d0 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:48:18,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-38baeaf5-0be2-4557-b458-3b00ddcc98d0 2018-07-22 15:48:18,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-06332634-c111-440-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a0fe74c119cb28df3b1e90c8d85a2df2d5fd5c" 2018-07-22 15:48:18,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101faa17-52ce-453d-99ad-580f9a82f1a8 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-06332634-c111-440-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc"}, "tags": [], "enabled": true, "id": "9af8f22cec104a3a89bbcb4f821dc5cc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-06332634-c111-440-proj"}]} 2018-07-22 15:48:18,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-06332634-c111-440-proj used request id req-101faa17-52ce-453d-99ad-580f9a82f1a8 2018-07-22 15:48:18,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a0fe74c119cb28df3b1e90c8d85a2df2d5fd5c" 2018-07-22 15:48:18,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-955ba3a5-c8e6-4a98-8a19-1799ebec97bb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:18,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-955ba3a5-c8e6-4a98-8a19-1799ebec97bb 2018-07-22 15:48:18,623 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-06332634-c111-440-user 2018-07-22 15:48:18,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:18,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e47e25d1-7fa2-4838-a495-c06efdc03eaa Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:18,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e47e25d1-7fa2-4838-a495-c06efdc03eaa 2018-07-22 15:48:18,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" -d '{"role": {"name": "CreateSecurityGroupTests-06332634-c111-440-proj-role"}}' 2018-07-22 15:48:18,810 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34c632c8-317a-44bc-814c-3fe5be4b2b7d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a1bab87f3c4484b82538f6e8cc66cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/7a1bab87f3c4484b82538f6e8cc66cbf"}, "name": "CreateSecurityGroupTests-06332634-c111-440-proj-role"}} 2018-07-22 15:48:18,810 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-34c632c8-317a-44bc-814c-3fe5be4b2b7d 2018-07-22 15:48:18,811 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-06332634-c111-440-proj-role 2018-07-22 15:48:18,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/7a1bab87f3c4484b82538f6e8cc66cbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:18,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5a77660-d298-40f2-a1e8-e6a301c804bb Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a1bab87f3c4484b82538f6e8cc66cbf", "links": {"self": "http://172.30.9.28:5000/v3/roles/7a1bab87f3c4484b82538f6e8cc66cbf"}, "name": "CreateSecurityGroupTests-06332634-c111-440-proj-role"}} 2018-07-22 15:48:18,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/7a1bab87f3c4484b82538f6e8cc66cbf used request id req-d5a77660-d298-40f2-a1e8-e6a301c804bb 2018-07-22 15:48:18,900 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-06332634-c111-440-proj-role to project CreateSecurityGroupTests-06332634-c111-440-proj 2018-07-22 15:48:18,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc/users/5cd8d6234682482b9807dd95aa227676/roles/7a1bab87f3c4484b82538f6e8cc66cbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:19,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd08d089-d70e-420f-a800-9e1b063aa2b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:19,028 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc/users/5cd8d6234682482b9807dd95aa227676/roles/7a1bab87f3c4484b82538f6e8cc66cbf used request id req-fd08d089-d70e-420f-a800-9e1b063aa2b3 2018-07-22 15:48:19,029 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:19,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:19,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a1bab87f3c4484b82538f6e8cc66cbf", "name": "CreateSecurityGroupTests-06332634-c111-440-proj-role"}], "expires_at": "2018-07-22T16:48:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9af8f22cec104a3a89bbcb4f821dc5cc", "name": "CreateSecurityGroupTests-06332634-c111-440-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-06332634-c111-440-user", "id": "5cd8d6234682482b9807dd95aa227676"}, "audit_ids": ["GOyzXwG3S--KTquX09ZOpQ"], "issued_at": "2018-07-22T15:48:19.000000Z"}} 2018-07-22 15:48:19,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:19,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26232cf-1db7-4471-a64d-dea465e7ffd1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:19,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d26232cf-1db7-4471-a64d-dea465e7ffd1 2018-07-22 15:48:19,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:19,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-10cc0fe1-339d-4211-9b67-165651845510 Date: Sun, 22 Jul 2018 15:48:19 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:48:19,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name&description=hello+group used request id req-10cc0fe1-339d-4211-9b67-165651845510 2018-07-22 15:48:19,827 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name... 2018-07-22 15:48:19,827 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name 2018-07-22 15:48:19,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" -d '{"security_group": {"name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name", "description": "hello group"}}' 2018-07-22 15:48:20,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-dc8c5fc4-5794-4381-80da-a2628ffceda1 Date: Sun, 22 Jul 2018 15:48:20 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 2, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name"}} 2018-07-22 15:48:20,073 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-dc8c5fc4-5794-4381-80da-a2628ffceda1 2018-07-22 15:48:20,073 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-26ad8772-9bd7-4c9d-95ca-947f5724100b Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:20,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-26ad8772-9bd7-4c9d-95ca-947f5724100b 2018-07-22 15:48:20,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-def39861-eb65-47c1-9813-d92b576b90fc Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:20,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-def39861-eb65-47c1-9813-d92b576b90fc 2018-07-22 15:48:20,307 - neutron_utils - INFO - Retrieving security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-510b799d-c96c-49c6-89cf-9893c0d0f92f Date: Sun, 22 Jul 2018 15:48:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 2, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name"}]} 2018-07-22 15:48:20,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-510b799d-c96c-49c6-89cf-9893c0d0f92f 2018-07-22 15:48:20,379 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3292cc1a-3e8e-4880-b6a4-2cc1413845ca Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:20,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-3292cc1a-3e8e-4880-b6a4-2cc1413845ca 2018-07-22 15:48:20,405 - neutron_utils - INFO - Retrieving security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d84f0df2-0b53-4723-86ab-323f7812ea03 Date: Sun, 22 Jul 2018 15:48:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 2, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name"}]} 2018-07-22 15:48:20,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-d84f0df2-0b53-4723-86ab-323f7812ea03 2018-07-22 15:48:20,460 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1669d837-da1a-4d52-a724-a2aa35c89b9e Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:20,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-1669d837-da1a-4d52-a724-a2aa35c89b9e 2018-07-22 15:48:20,486 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name 2018-07-22 15:48:20,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-fec0e1f2-9e2a-43cd-ae29-175cdbe9e21f Date: Sun, 22 Jul 2018 15:48:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 2, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name"}]} 2018-07-22 15:48:20,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name used request id req-fec0e1f2-9e2a-43cd-ae29-175cdbe9e21f 2018-07-22 15:48:20,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:20,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:20,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb2abae-2efc-4de1-9802-12c9160bea85 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9af8f22cec104a3a89bbcb4f821dc5cc", "name": "CreateSecurityGroupTests-06332634-c111-440-proj"}} 2018-07-22 15:48:20,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc used request id req-aeb2abae-2efc-4de1-9802-12c9160bea85 2018-07-22 15:48:20,634 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b430f9f5-1ec5-47ae-b46a-3286eb5fa9e6 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:20,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-b430f9f5-1ec5-47ae-b46a-3286eb5fa9e6 2018-07-22 15:48:20,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0"}}' 2018-07-22 15:48:20,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-33f5eb8c-8a26-43c4-8347-76e52ed7f9b8 Date: Sun, 22 Jul 2018 15:48:20 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-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:20Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1"}} 2018-07-22 15:48:20,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-33f5eb8c-8a26-43c4-8347-76e52ed7f9b8 2018-07-22 15:48:20,832 - neutron_utils - INFO - Retrieving security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-a62275c3-7c2f-4888-acfd-9f45c794df29 Date: Sun, 22 Jul 2018 15:48:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:20Z", "revision_number": 0, "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 3, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name"}]} 2018-07-22 15:48:20,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-a62275c3-7c2f-4888-acfd-9f45c794df29 2018-07-22 15:48:20,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:20,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:20,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-5f618a5d-0ad3-48e2-b9af-2e58dde10715 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"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-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:20Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:20,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-5f618a5d-0ad3-48e2-b9af-2e58dde10715 2018-07-22 15:48:20,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:21,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a1bab87f3c4484b82538f6e8cc66cbf", "name": "CreateSecurityGroupTests-06332634-c111-440-proj-role"}], "expires_at": "2018-07-22T16:48:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9af8f22cec104a3a89bbcb4f821dc5cc", "name": "CreateSecurityGroupTests-06332634-c111-440-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9af8f22cec104a3a89bbcb4f821dc5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-06332634-c111-440-user", "id": "5cd8d6234682482b9807dd95aa227676"}, "audit_ids": ["zNzaYls6TPy4dYcRrKcbJw"], "issued_at": "2018-07-22T15:48:21.000000Z"}} 2018-07-22 15:48:21,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1103b46809806e1d5de7cfb55917e7c0ed0d5542" 2018-07-22 15:48:21,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-7f0470d0-f9f0-422a-9b68-04b5225ad620 Date: Sun, 22 Jul 2018 15:48:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:20Z", "revision_number": 0, "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 3, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name"}]} 2018-07-22 15:48:21,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name&description=hello+group used request id req-7f0470d0-f9f0-422a-9b68-04b5225ad620 2018-07-22 15:48:21,521 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:21,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1103b46809806e1d5de7cfb55917e7c0ed0d5542" 2018-07-22 15:48:21,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-286de5f6-859a-4627-a73f-edb1cb0c973d Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"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-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:20Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:21,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-286de5f6-859a-4627-a73f-edb1cb0c973d 2018-07-22 15:48:21,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:21,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1103b46809806e1d5de7cfb55917e7c0ed0d5542" 2018-07-22 15:48:21,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-45bd7c71-78e7-4c88-96cd-386973db68f8 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"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-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:20Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:21,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-45bd7c71-78e7-4c88-96cd-386973db68f8 2018-07-22 15:48:21,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1103b46809806e1d5de7cfb55917e7c0ed0d5542" 2018-07-22 15:48:21,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-93cc52ac-3e66-44cb-9469-eff677ff24ad Date: Sun, 22 Jul 2018 15:48:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:20Z", "revision_number": 0, "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 3, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name"}]} 2018-07-22 15:48:21,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name used request id req-93cc52ac-3e66-44cb-9469-eff677ff24ad 2018-07-22 15:48:21,636 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:21,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1103b46809806e1d5de7cfb55917e7c0ed0d5542" 2018-07-22 15:48:21,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-d41054b8-29d5-4176-8811-9a19bdae4b93 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"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-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:20Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:21,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-d41054b8-29d5-4176-8811-9a19bdae4b93 2018-07-22 15:48:21,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1103b46809806e1d5de7cfb55917e7c0ed0d5542" 2018-07-22 15:48:21,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-f89f34b1-6045-40c7-ad9d-fd819cb02193 Date: Sun, 22 Jul 2018 15:48:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:20Z", "revision_number": 0, "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 3, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "name": "CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name"}]} 2018-07-22 15:48:21,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name used request id req-f89f34b1-6045-40c7-ad9d-fd819cb02193 2018-07-22 15:48:21,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13118a6a-eba4-4ecb-9f12-9da407d68ac0 2018-07-22 15:48:21,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1103b46809806e1d5de7cfb55917e7c0ed0d5542" 2018-07-22 15:48:21,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-f786870f-f4ec-4f0f-a62b-6493b973f684 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "02dc5b15-8d7a-43cb-8a50-d544a0be8ffb"}, {"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-07-22T15:48:20Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:20Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "71230532-b7e1-4b76-9f5b-bb1caf5c1ee1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "13118a6a-eba4-4ecb-9f12-9da407d68ac0", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "da6252cb-261a-45e1-83e9-17c4e4f6a3db"}]} 2018-07-22 15:48:21,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-f786870f-f4ec-4f0f-a62b-6493b973f684 2018-07-22 15:48:21,745 - neutron_utils - INFO - Deleting security group rule with ID - 71230532-b7e1-4b76-9f5b-bb1caf5c1ee1 2018-07-22 15:48:21,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/71230532-b7e1-4b76-9f5b-bb1caf5c1ee1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:21,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8992ddc0-4031-4d99-b5a8-07e309a41515 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:21,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/71230532-b7e1-4b76-9f5b-bb1caf5c1ee1 used request id req-8992ddc0-4031-4d99-b5a8-07e309a41515 2018-07-22 15:48:21,842 - neutron_utils - INFO - Deleting security group rule with ID - 02dc5b15-8d7a-43cb-8a50-d544a0be8ffb 2018-07-22 15:48:21,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/02dc5b15-8d7a-43cb-8a50-d544a0be8ffb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:21,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-735e413c-9dec-4dcb-8084-aec6671723f9 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:21,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/02dc5b15-8d7a-43cb-8a50-d544a0be8ffb used request id req-735e413c-9dec-4dcb-8084-aec6671723f9 2018-07-22 15:48:21,930 - neutron_utils - INFO - Deleting security group rule with ID - da6252cb-261a-45e1-83e9-17c4e4f6a3db 2018-07-22 15:48:21,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/da6252cb-261a-45e1-83e9-17c4e4f6a3db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:22,030 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d1e84b9-544b-49c0-b2cd-06e865d9b6c1 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:22,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/da6252cb-261a-45e1-83e9-17c4e4f6a3db used request id req-7d1e84b9-544b-49c0-b2cd-06e865d9b6c1 2018-07-22 15:48:22,030 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b67d1ff2-f9ee-4f06-b264-cbf744214ef2name 2018-07-22 15:48:22,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/13118a6a-eba4-4ecb-9f12-9da407d68ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec01ca542dea55ee7ff3558a546764cfebd177" 2018-07-22 15:48:22,174 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ff610f2-7b0f-4726-b77d-93abe7800a27 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:22,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/13118a6a-eba4-4ecb-9f12-9da407d68ac0 used request id req-9ff610f2-7b0f-4726-b77d-93abe7800a27 2018-07-22 15:48:22,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:22,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-21fff6b3-f132-4069-bc58-bab8b83a8ca2 Date: Sun, 22 Jul 2018 15:48:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "updated_at": "2018-07-22T15:48:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "80a7e751-9fcf-4c01-ba9d-3b4425574669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "ac504ac9-5051-4800-80c5-478ae77b0db1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "c3c88c44-85b0-4890-8038-d6e7ac3a4da0", "remote_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "revision_number": 0, "id": "ea4918c2-40a4-4cf3-87e9-2ef34d8df2e2", "remote_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:19Z", "security_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc"}], "revision_number": 4, "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:48:22,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-21fff6b3-f132-4069-bc58-bab8b83a8ca2 2018-07-22 15:48:22,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:22,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a452d333-81f3-480e-aa06-8067e81ebc52 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:48:22,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-a452d333-81f3-480e-aa06-8067e81ebc52 2018-07-22 15:48:22,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:22,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1b87de4-816a-4c17-9daf-33a64d59cfd2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:22,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-f1b87de4-816a-4c17-9daf-33a64d59cfd2 2018-07-22 15:48:22,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:22,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:22,665 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d0df4cf-2e74-4542-9c40-b4099c51ee46 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:22,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-9d0df4cf-2e74-4542-9c40-b4099c51ee46 2018-07-22 15:48:22,666 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:22,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:22,836 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-847aa554-3f26-486b-9c1c-ebbf6469d2f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:22,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-847aa554-3f26-486b-9c1c-ebbf6469d2f5 2018-07-22 15:48:22,837 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:22,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:22,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-290ca85d-e5dc-4aaa-a254-6f7448ea089e 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:48:22,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-290ca85d-e5dc-4aaa-a254-6f7448ea089e 2018-07-22 15:48:22,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:23,016 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-371e8c7d-1793-4d58-8e96-04bd6dd2b013 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:23,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-371e8c7d-1793-4d58-8e96-04bd6dd2b013 2018-07-22 15:48:23,016 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:23,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:23,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-995a13e8-8a22-4ae2-8668-1fe7b816f1f7 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9af8f22cec104a3a89bbcb4f821dc5cc", "name": "CreateSecurityGroupTests-06332634-c111-440-proj"}} 2018-07-22 15:48:23,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc used request id req-995a13e8-8a22-4ae2-8668-1fe7b816f1f7 2018-07-22 15:48:23,107 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - df9d7d26-1823-4a03-9ab7-8d614f02c5a3 2018-07-22 15:48:23,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=df9d7d26-1823-4a03-9ab7-8d614f02c5a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:23,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-61cba659-3512-4096-86c1-05e635593ab2 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:19Z", "security_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "80a7e751-9fcf-4c01-ba9d-3b4425574669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "ac504ac9-5051-4800-80c5-478ae77b0db1"}, {"remote_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "c3c88c44-85b0-4890-8038-d6e7ac3a4da0"}, {"remote_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:19Z", "security_group_id": "df9d7d26-1823-4a03-9ab7-8d614f02c5a3", "port_range_min": null, "revision_number": 0, "tenant_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "created_at": "2018-07-22T15:48:19Z", "project_id": "9af8f22cec104a3a89bbcb4f821dc5cc", "id": "ea4918c2-40a4-4cf3-87e9-2ef34d8df2e2"}]} 2018-07-22 15:48:23,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=df9d7d26-1823-4a03-9ab7-8d614f02c5a3 used request id req-61cba659-3512-4096-86c1-05e635593ab2 2018-07-22 15:48:23,138 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:48:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/df9d7d26-1823-4a03-9ab7-8d614f02c5a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:23,301 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7305a847-35f0-44ac-998d-7b25cd2345ac Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:23,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/df9d7d26-1823-4a03-9ab7-8d614f02c5a3 used request id req-7305a847-35f0-44ac-998d-7b25cd2345ac 2018-07-22 15:48:23,302 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-06332634-c111-440-proj 2018-07-22 15:48:23,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:23,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48829826-9f3b-48bd-8fc4-e48ce76974b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:23,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9af8f22cec104a3a89bbcb4f821dc5cc used request id req-48829826-9f3b-48bd-8fc4-e48ce76974b0 2018-07-22 15:48:23,521 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-06332634-c111-440-proj-role 2018-07-22 15:48:23,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/7a1bab87f3c4484b82538f6e8cc66cbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:23,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e617b93-6016-4d4f-a72d-02450ac98e03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:23,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/7a1bab87f3c4484b82538f6e8cc66cbf used request id req-4e617b93-6016-4d4f-a72d-02450ac98e03 2018-07-22 15:48:23,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10e255ddbc7b9d76d7bc0bfd510e3e19b44e4ec7" 2018-07-22 15:48:23,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc8da448-4f17-446f-8655-04dac4977d06 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:23,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cc8da448-4f17-446f-8655-04dac4977d06 2018-07-22 15:48:23,803 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-06332634-c111-440-user 2018-07-22 15:48:23,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/5cd8d6234682482b9807dd95aa227676 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a0fe74c119cb28df3b1e90c8d85a2df2d5fd5c" 2018-07-22 15:48:23,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25df073d-4ab2-4391-a829-1dad01a09fa1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:23,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5cd8d6234682482b9807dd95aa227676 used request id req-25df073d-4ab2-4391-a829-1dad01a09fa1 2018-07-22 15:48:23,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:24,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["tf6CmXK-S6m9jReM2PZyBw"], "issued_at": "2018-07-22T15:48:24.000000Z"}} 2018-07-22 15:48:24,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db4791e4c3882b74664f1f05d0a6b98109e26c49" 2018-07-22 15:48:24,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c4b9b38-a10f-4ab0-97af-a36241ad420a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:24,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1c4b9b38-a10f-4ab0-97af-a36241ad420a 2018-07-22 15:48:24,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:24,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:24,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-4vp6B2uRTuSpbZcOa9iTQ"], "issued_at": "2018-07-22T15:48:24.000000Z"}} 2018-07-22 15:48:24,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:24,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d1fb01-8364-4b1e-8588-8d07ee18689f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:24,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-80d1fb01-8364-4b1e-8588-8d07ee18689f 2018-07-22 15:48:24,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:24,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:24,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-11b54974-0ba7-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:24,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f49a4c8-de80-45ea-ac10-700dba5c2be9 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-11b54974-0ba7-449-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:48:24,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-11b54974-0ba7-449-proj used request id req-5f49a4c8-de80-45ea-ac10-700dba5c2be9 2018-07-22 15:48:24,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:24,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6bbdfc5-8499-458b-81ad-9b0e8ad5bde5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:24,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d6bbdfc5-8499-458b-81ad-9b0e8ad5bde5 2018-07-22 15:48:24,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}}' 2018-07-22 15:48:25,086 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d428d2c-82a4-457f-925b-772e4c7d3ef1 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb"}, "tags": [], "enabled": true, "id": "27872c6356c7405a8f0f2932d6ff95eb", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}} 2018-07-22 15:48:25,086 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4d428d2c-82a4-457f-925b-772e4c7d3ef1 2018-07-22 15:48:25,086 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-11b54974-0ba7-449-proj 2018-07-22 15:48:25,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:25,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:25,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["9JuzhJTIRseqtz95oVH7gg"], "issued_at": "2018-07-22T15:48:25.000000Z"}} 2018-07-22 15:48:25,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08f7de30214b39fe51651c7b99e1cbd9a165745" 2018-07-22 15:48:25,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd45dcd-8b90-47c5-9395-34e8dc4b6f19 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:25,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fdd45dcd-8b90-47c5-9395-34e8dc4b6f19 2018-07-22 15:48:25,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:25,562 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:25,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08f7de30214b39fe51651c7b99e1cbd9a165745" 2018-07-22 15:48:25,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ba5bce-d312-433e-9bd2-2ca94b5ecf69 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:48:25,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-53ba5bce-d312-433e-9bd2-2ca94b5ecf69 2018-07-22 15:48:25,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-11b54974-0ba7-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08f7de30214b39fe51651c7b99e1cbd9a165745" 2018-07-22 15:48:25,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-974c1ae9-be84-4076-bab8-07d6b281aede Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-11b54974-0ba7-449-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb"}, "tags": [], "enabled": true, "id": "27872c6356c7405a8f0f2932d6ff95eb", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}]} 2018-07-22 15:48:25,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-11b54974-0ba7-449-proj used request id req-974c1ae9-be84-4076-bab8-07d6b281aede 2018-07-22 15:48:25,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08f7de30214b39fe51651c7b99e1cbd9a165745" 2018-07-22 15:48:25,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4f0ade4-3162-49aa-8f9c-a4121e564eba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:25,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c4f0ade4-3162-49aa-8f9c-a4121e564eba 2018-07-22 15:48:26,153 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-11b54974-0ba7-449-user 2018-07-22 15:48:26,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:26,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:26,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af690fa7-0887-4fb2-be23-cb3710d8844f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:26,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-af690fa7-0887-4fb2-be23-cb3710d8844f 2018-07-22 15:48:26,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" -d '{"role": {"name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj-role"}}' 2018-07-22 15:48:26,338 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af7006eb-4041-4447-9fd2-5a3ee296d9ea Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "948b82db81124dffa7c39cc0a115eb9f", "links": {"self": "http://172.30.9.28:5000/v3/roles/948b82db81124dffa7c39cc0a115eb9f"}, "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj-role"}} 2018-07-22 15:48:26,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-af7006eb-4041-4447-9fd2-5a3ee296d9ea 2018-07-22 15:48:26,339 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-11b54974-0ba7-449-proj-role 2018-07-22 15:48:26,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/948b82db81124dffa7c39cc0a115eb9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:26,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ab2168-af20-46c2-90ac-f45b88c599a8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "948b82db81124dffa7c39cc0a115eb9f", "links": {"self": "http://172.30.9.28:5000/v3/roles/948b82db81124dffa7c39cc0a115eb9f"}, "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj-role"}} 2018-07-22 15:48:26,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/948b82db81124dffa7c39cc0a115eb9f used request id req-93ab2168-af20-46c2-90ac-f45b88c599a8 2018-07-22 15:48:26,426 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-11b54974-0ba7-449-proj-role to project CreateSecurityGroupTests-11b54974-0ba7-449-proj 2018-07-22 15:48:26,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb/users/ed936df063e642fea6cd52834ba48898/roles/948b82db81124dffa7c39cc0a115eb9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:26,551 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9b25da5-992f-4e84-ae7f-41f41467a279 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:26,551 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb/users/ed936df063e642fea6cd52834ba48898/roles/948b82db81124dffa7c39cc0a115eb9f used request id req-f9b25da5-992f-4e84-ae7f-41f41467a279 2018-07-22 15:48:26,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:26,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:26,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "948b82db81124dffa7c39cc0a115eb9f", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj-role"}], "expires_at": "2018-07-22T16:48:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27872c6356c7405a8f0f2932d6ff95eb", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/27872c6356c7405a8f0f2932d6ff95eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/27872c6356c7405a8f0f2932d6ff95eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-11b54974-0ba7-449-user", "id": "ed936df063e642fea6cd52834ba48898"}, "audit_ids": ["eLlKPd47QKeTx14XSZJpCQ"], "issued_at": "2018-07-22T15:48:26.000000Z"}} 2018-07-22 15:48:26,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5522a08d-79ab-4d2f-9f40-516d0f065a5c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:27,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5522a08d-79ab-4d2f-9f40-516d0f065a5c 2018-07-22 15:48:27,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f638c261-3318-49f4-a6b8-79e69fc04d46 Date: Sun, 22 Jul 2018 15:48:27 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:48:27,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname&description=hello+group used request id req-f638c261-3318-49f4-a6b8-79e69fc04d46 2018-07-22 15:48:27,391 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname... 2018-07-22 15:48:27,391 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname 2018-07-22 15:48:27,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" -d '{"security_group": {"name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname", "description": "hello group"}}' 2018-07-22 15:48:27,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-38b75c6b-9ed0-4aa1-8f5b-b4688f122fe1 Date: Sun, 22 Jul 2018 15:48:27 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 2, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}} 2018-07-22 15:48:27,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-38b75c6b-9ed0-4aa1-8f5b-b4688f122fe1 2018-07-22 15:48:27,620 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:27,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da878f8c-4761-4736-82f8-44dd3be2f88e Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:27,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-da878f8c-4761-4736-82f8-44dd3be2f88e 2018-07-22 15:48:27,691 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:27,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-940cb084-586f-4bdf-a6b9-0cabfa4f720e Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:27,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-940cb084-586f-4bdf-a6b9-0cabfa4f720e 2018-07-22 15:48:27,726 - neutron_utils - INFO - Retrieving security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:27,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a3b699ce-7d06-420a-b233-cee826d50f21 Date: Sun, 22 Jul 2018 15:48:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 2, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:27,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-a3b699ce-7d06-420a-b233-cee826d50f21 2018-07-22 15:48:27,814 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:27,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c7e7ddf1-5238-4bbb-8a76-5adda7d86269 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:27,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-c7e7ddf1-5238-4bbb-8a76-5adda7d86269 2018-07-22 15:48:27,845 - neutron_utils - INFO - Retrieving security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:27,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-58d6f60c-6d08-43e4-8232-1f5fbad00852 Date: Sun, 22 Jul 2018 15:48:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 2, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:27,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-58d6f60c-6d08-43e4-8232-1f5fbad00852 2018-07-22 15:48:27,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:27,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-810411b1-b8ab-42ee-be6e-bd5146c093f6 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:27,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-810411b1-b8ab-42ee-be6e-bd5146c093f6 2018-07-22 15:48:27,934 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname 2018-07-22 15:48:27,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:27,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f908d46a-d60c-4334-a8c7-6474a0a1b65a Date: Sun, 22 Jul 2018 15:48:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 2, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:27,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-f908d46a-d60c-4334-a8c7-6474a0a1b65a 2018-07-22 15:48:27,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:27,988 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:27,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d61180-d0be-40b7-b654-6b70448089ca Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "27872c6356c7405a8f0f2932d6ff95eb", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}} 2018-07-22 15:48:28,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb used request id req-c8d61180-d0be-40b7-b654-6b70448089ca 2018-07-22 15:48:28,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:28,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ca39458-3de3-4dd3-9268-e2f7fab720c1 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:28,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-2ca39458-3de3-4dd3-9268-e2f7fab720c1 2018-07-22 15:48:28,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435"}}' 2018-07-22 15:48:28,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-a97cc2d6-b419-4cef-8e76-48e932438cda Date: Sun, 22 Jul 2018 15:48:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}} 2018-07-22 15:48:28,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-a97cc2d6-b419-4cef-8e76-48e932438cda 2018-07-22 15:48:28,271 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname 2018-07-22 15:48:28,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-83876028-b7c2-480b-9a42-9b18e0ee7af0 Date: Sun, 22 Jul 2018 15:48:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 3, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:28,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-83876028-b7c2-480b-9a42-9b18e0ee7af0 2018-07-22 15:48:28,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77343a45-69e0-41ea-aed2-33731dcf4036 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "27872c6356c7405a8f0f2932d6ff95eb", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}} 2018-07-22 15:48:28,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb used request id req-77343a45-69e0-41ea-aed2-33731dcf4036 2018-07-22 15:48:28,347 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:28,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-55b0ea44-38b3-4abb-afa1-7505c2b516e1 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:28,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-55b0ea44-38b3-4abb-afa1-7505c2b516e1 2018-07-22 15:48:28,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435"}}' 2018-07-22 15:48:28,542 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-5e717b77-3809-45f1-8e29-74b904eca357 Date: Sun, 22 Jul 2018 15:48:28 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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}} 2018-07-22 15:48:28,542 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-5e717b77-3809-45f1-8e29-74b904eca357 2018-07-22 15:48:28,542 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname 2018-07-22 15:48:28,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-283fc887-2eff-46f1-9c73-693f674f3c5a Date: Sun, 22 Jul 2018 15:48:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 4, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:28,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-283fc887-2eff-46f1-9c73-693f674f3c5a 2018-07-22 15:48:28,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81d517a4-9603-4420-aef7-1201589d4768 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "27872c6356c7405a8f0f2932d6ff95eb", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}} 2018-07-22 15:48:28,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb used request id req-81d517a4-9603-4420-aef7-1201589d4768 2018-07-22 15:48:28,689 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:28,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-10752759-ff8f-4c03-82cf-03fe1091447d Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:28,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-10752759-ff8f-4c03-82cf-03fe1091447d 2018-07-22 15:48:28,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10}}' 2018-07-22 15:48:28,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-0889f562-5942-42db-ad17-8c2a85750759 Date: Sun, 22 Jul 2018 15:48:28 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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}} 2018-07-22 15:48:28,917 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-0889f562-5942-42db-ad17-8c2a85750759 2018-07-22 15:48:28,917 - neutron_utils - INFO - Retrieving security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:28,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:28,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9e522296-0ee3-48b0-a067-e387361a831a Date: Sun, 22 Jul 2018 15:48:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:28,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-9e522296-0ee3-48b0-a067-e387361a831a 2018-07-22 15:48:28,976 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:28,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:29,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3b86cbb2-521e-4a71-97fb-68550f93fe38 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:29,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-3b86cbb2-521e-4a71-97fb-68550f93fe38 2018-07-22 15:48:29,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:29,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "948b82db81124dffa7c39cc0a115eb9f", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj-role"}], "expires_at": "2018-07-22T16:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27872c6356c7405a8f0f2932d6ff95eb", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/27872c6356c7405a8f0f2932d6ff95eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/27872c6356c7405a8f0f2932d6ff95eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_27872c6356c7405a8f0f2932d6ff95eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_27872c6356c7405a8f0f2932d6ff95eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-11b54974-0ba7-449-user", "id": "ed936df063e642fea6cd52834ba48898"}, "audit_ids": ["Pauer5gCQnaG44HCAKNK3Q"], "issued_at": "2018-07-22T15:48:29.000000Z"}} 2018-07-22 15:48:29,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:29,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c8e7454c-a259-41d4-92e7-fcb7b80b43a9 Date: Sun, 22 Jul 2018 15:48:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:29,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname&description=hello+group used request id req-c8e7454c-a259-41d4-92e7-fcb7b80b43a9 2018-07-22 15:48:29,690 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:29,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:29,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-24352701-6110-4867-9ef3-0e7a77d0c31f Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:29,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-24352701-6110-4867-9ef3-0e7a77d0c31f 2018-07-22 15:48:29,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:29,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:29,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-06b61d0d-97e0-4a1f-905e-3242302f73c6 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:29,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-06b61d0d-97e0-4a1f-905e-3242302f73c6 2018-07-22 15:48:29,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:29,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ee899993-32d2-4fb6-815b-04fc701b80bc Date: Sun, 22 Jul 2018 15:48:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:29,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-ee899993-32d2-4fb6-815b-04fc701b80bc 2018-07-22 15:48:29,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:29,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:29,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1ca09865-47d2-41d7-8652-0ef0a739e3e1 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:29,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-1ca09865-47d2-41d7-8652-0ef0a739e3e1 2018-07-22 15:48:29,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:29,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-11bc5acc-488c-4f22-ab7d-5c3654de63f2 Date: Sun, 22 Jul 2018 15:48:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:29,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-11bc5acc-488c-4f22-ab7d-5c3654de63f2 2018-07-22 15:48:29,899 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:29,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:29,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fcd0bdfc-168a-495f-a18c-cdc74309fa1a Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:29,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-fcd0bdfc-168a-495f-a18c-cdc74309fa1a 2018-07-22 15:48:29,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:29,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6cc3e895-234b-44e3-9874-bdcf0f2538e4 Date: Sun, 22 Jul 2018 15:48:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:29,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-6cc3e895-234b-44e3-9874-bdcf0f2538e4 2018-07-22 15:48:29,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:29,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-929ba8d7-3be4-4286-90c1-6c8e496ad235 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:30,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-929ba8d7-3be4-4286-90c1-6c8e496ad235 2018-07-22 15:48:30,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9df1b80d-203c-440f-bf77-06decb731cbc Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:30,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-9df1b80d-203c-440f-bf77-06decb731cbc 2018-07-22 15:48:30,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:30,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-920ddc20-6778-4c0b-86e7-4bba043fd1ec Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:30,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-920ddc20-6778-4c0b-86e7-4bba043fd1ec 2018-07-22 15:48:30,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9cab5868-4fbc-4610-a0fd-1db885d16b07 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:30,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-9cab5868-4fbc-4610-a0fd-1db885d16b07 2018-07-22 15:48:30,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:30,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-779760ad-7939-4b2d-973f-689c1a8c8cb4 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:30,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-779760ad-7939-4b2d-973f-689c1a8c8cb4 2018-07-22 15:48:30,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-035763e6-88a7-4fd9-93ba-929cf69a2922 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:30,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-035763e6-88a7-4fd9-93ba-929cf69a2922 2018-07-22 15:48:30,240 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:30,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6f7da7cd-62f0-40b9-94b2-6aed66f9f4c2 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:30,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-6f7da7cd-62f0-40b9-94b2-6aed66f9f4c2 2018-07-22 15:48:30,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-17bf1d5f-6f69-4fb2-a93a-c4fa95f790e0 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:30,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-17bf1d5f-6f69-4fb2-a93a-c4fa95f790e0 2018-07-22 15:48:30,326 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:30,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-83c787b0-9dbe-4a38-ad39-d1816308da22 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:30,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-83c787b0-9dbe-4a38-ad39-d1816308da22 2018-07-22 15:48:30,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-2a0cef07-83a1-447d-ab8e-ac758cfd1368 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:30,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-2a0cef07-83a1-447d-ab8e-ac758cfd1368 2018-07-22 15:48:30,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:30,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a01c234b-84ed-4930-99bb-8ccb78e52bdc Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:30,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-a01c234b-84ed-4930-99bb-8ccb78e52bdc 2018-07-22 15:48:30,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-1b7cbd14-021d-42c3-aabe-d3ab25342ac8 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "bbd97397-92d7-4a19-979d-e96454b8b941", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:28Z", "revision_number": 0, "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": 10, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "f2889048-8810-440a-a666-38052db8cebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 5, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "name": "CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname"}]} 2018-07-22 15:48:30,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname used request id req-1b7cbd14-021d-42c3-aabe-d3ab25342ac8 2018-07-22 15:48:30,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b0dfcf24-4c03-47fb-a304-01f8a246c435 2018-07-22 15:48:30,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}951735f79134ec8b9bab2e0f3735fbc2ce499d85" 2018-07-22 15:48:30,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-637f5262-4ea6-410f-82a4-f0001031a423 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "930f4fc6-466d-466d-be42-c8a8bc3b19ea"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "bbd97397-92d7-4a19-979d-e96454b8b941"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1"}, {"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-07-22T15:48:28Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": 10, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:28Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "b0dfcf24-4c03-47fb-a304-01f8a246c435", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f2889048-8810-440a-a666-38052db8cebb"}]} 2018-07-22 15:48:30,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-637f5262-4ea6-410f-82a4-f0001031a423 2018-07-22 15:48:30,530 - neutron_utils - INFO - Deleting security group rule with ID - ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a 2018-07-22 15:48:30,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:30,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c85a2ff2-2b2a-4eca-8635-4c9e45029a57 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:30,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/ea466d2a-4bb5-49c2-b9d4-f31dfdbb238a used request id req-c85a2ff2-2b2a-4eca-8635-4c9e45029a57 2018-07-22 15:48:30,638 - neutron_utils - INFO - Deleting security group rule with ID - f2889048-8810-440a-a666-38052db8cebb 2018-07-22 15:48:30,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f2889048-8810-440a-a666-38052db8cebb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:30,749 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf090979-232d-4a57-8737-94153197cc9f Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:30,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f2889048-8810-440a-a666-38052db8cebb used request id req-cf090979-232d-4a57-8737-94153197cc9f 2018-07-22 15:48:30,749 - neutron_utils - INFO - Deleting security group rule with ID - 930f4fc6-466d-466d-be42-c8a8bc3b19ea 2018-07-22 15:48:30,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/930f4fc6-466d-466d-be42-c8a8bc3b19ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:30,850 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dff2c0f0-6d08-425a-aa41-10bd7aff5764 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:30,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/930f4fc6-466d-466d-be42-c8a8bc3b19ea used request id req-dff2c0f0-6d08-425a-aa41-10bd7aff5764 2018-07-22 15:48:30,850 - neutron_utils - INFO - Deleting security group rule with ID - d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1 2018-07-22 15:48:30,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:30,944 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bad01219-3989-40df-998c-48e1c5489256 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:30,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d3edda62-14ac-42fb-93b0-d1e2b3f3a8d1 used request id req-bad01219-3989-40df-998c-48e1c5489256 2018-07-22 15:48:30,945 - neutron_utils - INFO - Deleting security group rule with ID - bbd97397-92d7-4a19-979d-e96454b8b941 2018-07-22 15:48:30,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/bbd97397-92d7-4a19-979d-e96454b8b941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:31,055 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-716011f7-c3f8-4bad-8e6e-49866a72bf75 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:31,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/bbd97397-92d7-4a19-979d-e96454b8b941 used request id req-716011f7-c3f8-4bad-8e6e-49866a72bf75 2018-07-22 15:48:31,055 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6d5a12a9-cd28-4267-9ab6-dba2151c54cdname 2018-07-22 15:48:31,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b0dfcf24-4c03-47fb-a304-01f8a246c435 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a02df3a8ba695e1e97ca693da627d2539dabb55" 2018-07-22 15:48:31,199 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf1f340c-5c4b-497b-8929-61f4ce5207f1 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:31,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b0dfcf24-4c03-47fb-a304-01f8a246c435 used request id req-bf1f340c-5c4b-497b-8929-61f4ce5207f1 2018-07-22 15:48:31,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:31,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b1a2558a-d80c-4d38-9fee-a48c7ef4ef25 Date: Sun, 22 Jul 2018 15:48:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "updated_at": "2018-07-22T15:48:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "00b73f65-4526-4fb0-938a-b347b44a4009", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "097be506-dc99-4da7-afe3-2e8b324ca52d", "remote_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "1222fc2a-f26c-459c-8a2a-55947e5514a8", "remote_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "revision_number": 0, "id": "2e505d33-161f-44bf-b566-a56d11588473", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:27Z", "security_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "27872c6356c7405a8f0f2932d6ff95eb"}], "revision_number": 4, "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:48:31,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b1a2558a-d80c-4d38-9fee-a48c7ef4ef25 2018-07-22 15:48:31,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:31,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7735cd55-79a4-4e34-8e36-1fb07926b3c2 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:48:31,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-7735cd55-79a4-4e34-8e36-1fb07926b3c2 2018-07-22 15:48:31,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:31,613 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-268cf19b-dc0e-4a5b-a9df-81c299cc8440 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:31,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-268cf19b-dc0e-4a5b-a9df-81c299cc8440 2018-07-22 15:48:31,614 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:31,693 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afbe6bca-63fa-42da-b679-ee52c49b8223 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:31,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-afbe6bca-63fa-42da-b679-ee52c49b8223 2018-07-22 15:48:31,693 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:31,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:31,778 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe0269cb-00dc-4557-8754-39067429b4a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:31,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-fe0269cb-00dc-4557-8754-39067429b4a5 2018-07-22 15:48:31,779 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:31,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:31,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1ab201-37e3-4deb-bff7-edc919a282e3 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:48:31,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-1a1ab201-37e3-4deb-bff7-edc919a282e3 2018-07-22 15:48:31,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:31,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae224a6f-17de-4f46-ad7f-521aab8b106a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:31,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-ae224a6f-17de-4f46-ad7f-521aab8b106a 2018-07-22 15:48:31,972 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:31,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:32,060 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b798ef98-efb8-4ef0-a6fd-e07f9276ab5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:32,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-b798ef98-efb8-4ef0-a6fd-e07f9276ab5e 2018-07-22 15:48:32,060 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:32,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:32,147 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86d49f9f-f749-44cf-8844-4383d188cf5f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:32,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-86d49f9f-f749-44cf-8844-4383d188cf5f 2018-07-22 15:48:32,148 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:32,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:32,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de511877-9188-46a5-aa04-f15bbbaf4456 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "27872c6356c7405a8f0f2932d6ff95eb", "name": "CreateSecurityGroupTests-11b54974-0ba7-449-proj"}} 2018-07-22 15:48:32,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb used request id req-de511877-9188-46a5-aa04-f15bbbaf4456 2018-07-22 15:48:32,238 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f348faad-59e4-432a-93c5-8f0e4abc9014 2018-07-22 15:48:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f348faad-59e4-432a-93c5-8f0e4abc9014 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:32,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a2c0847d-6100-4256-8b91-cebf574526fe Date: Sun, 22 Jul 2018 15:48:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "00b73f65-4526-4fb0-938a-b347b44a4009"}, {"remote_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "097be506-dc99-4da7-afe3-2e8b324ca52d"}, {"remote_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "1222fc2a-f26c-459c-8a2a-55947e5514a8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:27Z", "security_group_id": "f348faad-59e4-432a-93c5-8f0e4abc9014", "port_range_min": null, "revision_number": 0, "tenant_id": "27872c6356c7405a8f0f2932d6ff95eb", "created_at": "2018-07-22T15:48:27Z", "project_id": "27872c6356c7405a8f0f2932d6ff95eb", "id": "2e505d33-161f-44bf-b566-a56d11588473"}]} 2018-07-22 15:48:32,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f348faad-59e4-432a-93c5-8f0e4abc9014 used request id req-a2c0847d-6100-4256-8b91-cebf574526fe 2018-07-22 15:48:32,264 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:48:32,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f348faad-59e4-432a-93c5-8f0e4abc9014 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:32,415 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8e1d6e4c-5155-4091-82e4-24b596c0359d Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:32,415 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f348faad-59e4-432a-93c5-8f0e4abc9014 used request id req-8e1d6e4c-5155-4091-82e4-24b596c0359d 2018-07-22 15:48:32,416 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-11b54974-0ba7-449-proj 2018-07-22 15:48:32,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:32,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42abe81f-521d-430c-a0c2-629b0eda89e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:32,661 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/27872c6356c7405a8f0f2932d6ff95eb used request id req-42abe81f-521d-430c-a0c2-629b0eda89e7 2018-07-22 15:48:32,661 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-11b54974-0ba7-449-proj-role 2018-07-22 15:48:32,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/948b82db81124dffa7c39cc0a115eb9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:32,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-859b78cd-aaf2-48d2-a51f-8b164f390373 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:32,781 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/948b82db81124dffa7c39cc0a115eb9f used request id req-859b78cd-aaf2-48d2-a51f-8b164f390373 2018-07-22 15:48:32,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37fc5bacd01b6de8e86eacbd03aadd64852df7d" 2018-07-22 15:48:32,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad980fdc-c42d-4f03-9a07-34f2e4336e3e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:32,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ad980fdc-c42d-4f03-9a07-34f2e4336e3e 2018-07-22 15:48:32,868 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-11b54974-0ba7-449-user 2018-07-22 15:48:32,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ed936df063e642fea6cd52834ba48898 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08f7de30214b39fe51651c7b99e1cbd9a165745" 2018-07-22 15:48:33,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd66b9bb-6a00-462b-948e-3aff6909512e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:33,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ed936df063e642fea6cd52834ba48898 used request id req-dd66b9bb-6a00-462b-948e-3aff6909512e 2018-07-22 15:48:33,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:33,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["gawna3z1SxSAcwx6Yq9pHQ"], "issued_at": "2018-07-22T15:48:33.000000Z"}} 2018-07-22 15:48:33,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52eae09091152944d76c3592ac9e5087cb020c35" 2018-07-22 15:48:33,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77fb2ea4-2a13-4cac-9a3d-32ac8b6d25c1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:33,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-77fb2ea4-2a13-4cac-9a3d-32ac8b6d25c1 2018-07-22 15:48:33,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:33,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:33,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["CIH4qyPKRwSt6_1H-s6AGg"], "issued_at": "2018-07-22T15:48:33.000000Z"}} 2018-07-22 15:48:33,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:33,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca235223-d4d8-4b96-92b3-2fd4f5913050 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:33,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ca235223-d4d8-4b96-92b3-2fd4f5913050 2018-07-22 15:48:33,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:33,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:33,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f57f7291-1fa1-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:34,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-946ccc77-3627-40d0-9fd5-0819d398aec9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f57f7291-1fa1-411-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:48:34,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f57f7291-1fa1-411-proj used request id req-946ccc77-3627-40d0-9fd5-0819d398aec9 2018-07-22 15:48:34,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:34,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b85b60c9-410e-4b43-add3-10d11f92cf9f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:34,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b85b60c9-410e-4b43-add3-10d11f92cf9f 2018-07-22 15:48:34,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj"}}' 2018-07-22 15:48:34,208 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba256355-925d-46bd-8267-79244c3a1420 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f"}, "tags": [], "enabled": true, "id": "2ce674b5ef1441fe94befca45d27088f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj"}} 2018-07-22 15:48:34,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ba256355-925d-46bd-8267-79244c3a1420 2018-07-22 15:48:34,209 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f57f7291-1fa1-411-proj 2018-07-22 15:48:34,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:34,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:34,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["cCktdQzaSV6j7FN_zxWObQ"], "issued_at": "2018-07-22T15:48:34.000000Z"}} 2018-07-22 15:48:34,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62626ab6c7841ac33b54e98d02df3cbb9845b49a" 2018-07-22 15:48:34,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b7ddfd-b443-46ad-9c5e-8915451a17f7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:34,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-94b7ddfd-b443-46ad-9c5e-8915451a17f7 2018-07-22 15:48:34,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:34,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:34,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62626ab6c7841ac33b54e98d02df3cbb9845b49a" 2018-07-22 15:48:34,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d3d2d7c-b6c4-45f5-9d87-8a75b173c369 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:48:34,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6d3d2d7c-b6c4-45f5-9d87-8a75b173c369 2018-07-22 15:48:34,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-f57f7291-1fa1-411-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62626ab6c7841ac33b54e98d02df3cbb9845b49a" 2018-07-22 15:48:34,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a33976-2046-4d10-aa95-6554887fe306 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-f57f7291-1fa1-411-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f"}, "tags": [], "enabled": true, "id": "2ce674b5ef1441fe94befca45d27088f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj"}]} 2018-07-22 15:48:34,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-f57f7291-1fa1-411-proj used request id req-b8a33976-2046-4d10-aa95-6554887fe306 2018-07-22 15:48:34,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62626ab6c7841ac33b54e98d02df3cbb9845b49a" 2018-07-22 15:48:34,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bead602d-4dca-465d-9842-3f924b1e35a6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:34,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bead602d-4dca-465d-9842-3f924b1e35a6 2018-07-22 15:48:35,262 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f57f7291-1fa1-411-user 2018-07-22 15:48:35,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:35,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:35,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4d06ba7-f3b6-4b86-8c34-e13406cf1cd4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:35,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e4d06ba7-f3b6-4b86-8c34-e13406cf1cd4 2018-07-22 15:48:35,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" -d '{"role": {"name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj-role"}}' 2018-07-22 15:48:35,381 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aeb34f0-7833-4c47-a9cd-5ec32c3b28c7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "22054e757b4f4cbbb86e9611524564e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/22054e757b4f4cbbb86e9611524564e3"}, "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj-role"}} 2018-07-22 15:48:35,381 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-8aeb34f0-7833-4c47-a9cd-5ec32c3b28c7 2018-07-22 15:48:35,381 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f57f7291-1fa1-411-proj-role 2018-07-22 15:48:35,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/22054e757b4f4cbbb86e9611524564e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:35,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3643763a-6026-4e2d-a00c-5d312712cab5 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "22054e757b4f4cbbb86e9611524564e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/22054e757b4f4cbbb86e9611524564e3"}, "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj-role"}} 2018-07-22 15:48:35,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/22054e757b4f4cbbb86e9611524564e3 used request id req-3643763a-6026-4e2d-a00c-5d312712cab5 2018-07-22 15:48:35,470 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f57f7291-1fa1-411-proj-role to project CreateSecurityGroupTests-f57f7291-1fa1-411-proj 2018-07-22 15:48:35,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f/users/c1cc3e1c442144a4a4fa6958f23284c9/roles/22054e757b4f4cbbb86e9611524564e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:35,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eab589c-8b36-4876-af65-1384f4d78458 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:35,597 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f/users/c1cc3e1c442144a4a4fa6958f23284c9/roles/22054e757b4f4cbbb86e9611524564e3 used request id req-5eab589c-8b36-4876-af65-1384f4d78458 2018-07-22 15:48:35,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:35,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:35,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22054e757b4f4cbbb86e9611524564e3", "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj-role"}], "expires_at": "2018-07-22T16:48:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ce674b5ef1441fe94befca45d27088f", "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2ce674b5ef1441fe94befca45d27088f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2ce674b5ef1441fe94befca45d27088f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-user", "id": "c1cc3e1c442144a4a4fa6958f23284c9"}, "audit_ids": ["YUBzvWZ-RJW4qzFVYLR8Bg"], "issued_at": "2018-07-22T15:48:35.000000Z"}} 2018-07-22 15:48:35,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:36,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c3d81a5-3b94-4af7-b10b-8687fcd3578b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:36,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2c3d81a5-3b94-4af7-b10b-8687fcd3578b 2018-07-22 15:48:36,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:36,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5fd4753e-42eb-40e5-ab50-e2a0ab886ac0 Date: Sun, 22 Jul 2018 15:48:36 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:48:36,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name&description=hello+group used request id req-5fd4753e-42eb-40e5-ab50-e2a0ab886ac0 2018-07-22 15:48:36,381 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name... 2018-07-22 15:48:36,381 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name 2018-07-22 15:48:36,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" -d '{"security_group": {"name": "CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name", "description": "hello group"}}' 2018-07-22 15:48:36,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-9dcd1447-17f6-4ee0-807b-f79df59b373a Date: Sun, 22 Jul 2018 15:48:36 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "updated_at": "2018-07-22T15:48:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ce674b5ef1441fe94befca45d27088f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ce674b5ef1441fe94befca45d27088f"}], "revision_number": 2, "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "fc67468c-502a-416e-9d8a-4de28d21f785", "name": "CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name"}} 2018-07-22 15:48:36,675 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-9dcd1447-17f6-4ee0-807b-f79df59b373a 2018-07-22 15:48:36,676 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:36,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:36,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-56fb6d68-35a4-41cd-b030-03c6b060c86c Date: Sun, 22 Jul 2018 15:48:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763"}]} 2018-07-22 15:48:36,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-56fb6d68-35a4-41cd-b030-03c6b060c86c 2018-07-22 15:48:36,753 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:36,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:36,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c5d26d2a-fb6c-4612-9bb9-602c649d0ed1 Date: Sun, 22 Jul 2018 15:48:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763"}]} 2018-07-22 15:48:36,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-c5d26d2a-fb6c-4612-9bb9-602c649d0ed1 2018-07-22 15:48:36,784 - neutron_utils - INFO - Retrieving security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:36,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:36,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-274a7b79-fa0e-4299-918a-e9f431f7014b Date: Sun, 22 Jul 2018 15:48:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "updated_at": "2018-07-22T15:48:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ce674b5ef1441fe94befca45d27088f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ce674b5ef1441fe94befca45d27088f"}], "revision_number": 2, "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "fc67468c-502a-416e-9d8a-4de28d21f785", "name": "CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name"}]} 2018-07-22 15:48:36,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-274a7b79-fa0e-4299-918a-e9f431f7014b 2018-07-22 15:48:36,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:36,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:36,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ef282bb-cf63-4a5f-b346-066c44d020d9 Date: Sun, 22 Jul 2018 15:48:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763"}]} 2018-07-22 15:48:36,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-2ef282bb-cf63-4a5f-b346-066c44d020d9 2018-07-22 15:48:36,914 - neutron_utils - INFO - Retrieving security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:36,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:36,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8be0741c-8c2b-4ae1-89b6-012f4cbe341b Date: Sun, 22 Jul 2018 15:48:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "updated_at": "2018-07-22T15:48:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ce674b5ef1441fe94befca45d27088f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ce674b5ef1441fe94befca45d27088f"}], "revision_number": 2, "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "fc67468c-502a-416e-9d8a-4de28d21f785", "name": "CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name"}]} 2018-07-22 15:48:36,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-8be0741c-8c2b-4ae1-89b6-012f4cbe341b 2018-07-22 15:48:36,967 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:36,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:36,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3ce1553c-20c2-40c9-bbb8-b9d5d57beb24 Date: Sun, 22 Jul 2018 15:48:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763"}]} 2018-07-22 15:48:36,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-3ce1553c-20c2-40c9-bbb8-b9d5d57beb24 2018-07-22 15:48:36,998 - neutron_utils - INFO - Retrieving security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:37,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:37,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-411e91f7-4dae-43e4-9d52-f279c49d6387 Date: Sun, 22 Jul 2018 15:48:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "updated_at": "2018-07-22T15:48:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ce674b5ef1441fe94befca45d27088f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ce674b5ef1441fe94befca45d27088f"}], "revision_number": 2, "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "fc67468c-502a-416e-9d8a-4de28d21f785", "name": "CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name"}]} 2018-07-22 15:48:37,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-411e91f7-4dae-43e4-9d52-f279c49d6387 2018-07-22 15:48:37,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:37,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:37,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89391ac1-7bd8-4971-956a-f7270523550f Date: Sun, 22 Jul 2018 15:48:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763"}]} 2018-07-22 15:48:37,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-89391ac1-7bd8-4971-956a-f7270523550f 2018-07-22 15:48:37,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:37,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22054e757b4f4cbbb86e9611524564e3", "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj-role"}], "expires_at": "2018-07-22T16:48:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ce674b5ef1441fe94befca45d27088f", "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2ce674b5ef1441fe94befca45d27088f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2ce674b5ef1441fe94befca45d27088f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2ce674b5ef1441fe94befca45d27088f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2ce674b5ef1441fe94befca45d27088f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-user", "id": "c1cc3e1c442144a4a4fa6958f23284c9"}, "audit_ids": ["Dx-r2D9AQr22mujeWtAn4A"], "issued_at": "2018-07-22T15:48:37.000000Z"}} 2018-07-22 15:48:37,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122f823545f35289ee32f1a5e38aecf8160ff274" 2018-07-22 15:48:37,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7e9a9214-9c37-4a0f-a859-6a2b4ecf644d Date: Sun, 22 Jul 2018 15:48:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "updated_at": "2018-07-22T15:48:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ce674b5ef1441fe94befca45d27088f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ce674b5ef1441fe94befca45d27088f"}], "revision_number": 2, "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "fc67468c-502a-416e-9d8a-4de28d21f785", "name": "CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name"}]} 2018-07-22 15:48:37,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name&description=hello+group used request id req-7e9a9214-9c37-4a0f-a859-6a2b4ecf644d 2018-07-22 15:48:37,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:37,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122f823545f35289ee32f1a5e38aecf8160ff274" 2018-07-22 15:48:37,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0e9aa42-3410-462b-9196-d680526a1128 Date: Sun, 22 Jul 2018 15:48:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763"}]} 2018-07-22 15:48:37,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-c0e9aa42-3410-462b-9196-d680526a1128 2018-07-22 15:48:37,707 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc67468c-502a-416e-9d8a-4de28d21f785 2018-07-22 15:48:37,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122f823545f35289ee32f1a5e38aecf8160ff274" 2018-07-22 15:48:37,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e87207ad-35bd-482a-848d-370831b4e899 Date: Sun, 22 Jul 2018 15:48:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "87cd7e59-7a26-4f5f-968a-6761ef81c294"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "fc67468c-502a-416e-9d8a-4de28d21f785", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "eb67bbed-c0ca-48e9-bf7c-eb68f97ba763"}]} 2018-07-22 15:48:37,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-e87207ad-35bd-482a-848d-370831b4e899 2018-07-22 15:48:37,734 - neutron_utils - INFO - Deleting security group rule with ID - 87cd7e59-7a26-4f5f-968a-6761ef81c294 2018-07-22 15:48:37,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/87cd7e59-7a26-4f5f-968a-6761ef81c294 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:37,832 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-532088f7-3284-47f0-8b53-c3d49218ca48 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:37,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/87cd7e59-7a26-4f5f-968a-6761ef81c294 used request id req-532088f7-3284-47f0-8b53-c3d49218ca48 2018-07-22 15:48:37,832 - neutron_utils - INFO - Deleting security group rule with ID - eb67bbed-c0ca-48e9-bf7c-eb68f97ba763 2018-07-22 15:48:37,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/eb67bbed-c0ca-48e9-bf7c-eb68f97ba763 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:37,919 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81c622f6-6d1f-4f87-9e18-e815afa8e76f Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:37,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/eb67bbed-c0ca-48e9-bf7c-eb68f97ba763 used request id req-81c622f6-6d1f-4f87-9e18-e815afa8e76f 2018-07-22 15:48:37,919 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3c27616f-78bc-4e5c-8880-c8ae82964176name 2018-07-22 15:48:37,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/fc67468c-502a-416e-9d8a-4de28d21f785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529f2fb6879befc6bbb0d0b9f0c228d2dc5c15d7" 2018-07-22 15:48:38,053 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-89424262-22cd-49f7-9fe1-314771b3323c Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:38,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/fc67468c-502a-416e-9d8a-4de28d21f785 used request id req-89424262-22cd-49f7-9fe1-314771b3323c 2018-07-22 15:48:38,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:38,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-3840edd9-ced5-416b-abd6-7d224a50b299 Date: Sun, 22 Jul 2018 15:48:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "updated_at": "2018-07-22T15:48:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "45af358a-4c22-4bc3-92b8-181be315df2d", "remote_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ce674b5ef1441fe94befca45d27088f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "581fd005-a815-4852-ab3e-8ab7ed1eb703", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ce674b5ef1441fe94befca45d27088f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "e30433c1-9319-4448-a466-2c254930b670", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ce674b5ef1441fe94befca45d27088f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "revision_number": 0, "id": "ff43e4c4-a3bb-4079-86dd-632b84c7ece2", "remote_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:36Z", "security_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ce674b5ef1441fe94befca45d27088f"}], "revision_number": 4, "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:48:38,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-3840edd9-ced5-416b-abd6-7d224a50b299 2018-07-22 15:48:38,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:38,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1094ff2d-4e10-4238-a34c-5ff32613e238 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:48:38,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-1094ff2d-4e10-4238-a34c-5ff32613e238 2018-07-22 15:48:38,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:38,459 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce0a3f24-1da0-4cdb-8194-a01a5d072b04 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:38,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-ce0a3f24-1da0-4cdb-8194-a01a5d072b04 2018-07-22 15:48:38,460 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:38,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:38,545 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea196798-dbf2-44af-9697-b22d3acf0b9b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:38,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-ea196798-dbf2-44af-9697-b22d3acf0b9b 2018-07-22 15:48:38,545 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:38,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:38,634 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-229edf0d-781a-4ef2-9ddf-45c0f555e774 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:38,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-229edf0d-781a-4ef2-9ddf-45c0f555e774 2018-07-22 15:48:38,634 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:38,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:38,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44601952-9f34-42fc-896a-f0821b3bba9d 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:48:38,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-44601952-9f34-42fc-896a-f0821b3bba9d 2018-07-22 15:48:38,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:38,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29443402-679e-455a-a29e-d8a9d4ce6967 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2ce674b5ef1441fe94befca45d27088f", "name": "CreateSecurityGroupTests-f57f7291-1fa1-411-proj"}} 2018-07-22 15:48:38,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f used request id req-29443402-679e-455a-a29e-d8a9d4ce6967 2018-07-22 15:48:38,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4f9b6a1-3117-45bd-a287-6dfabe55086e 2018-07-22 15:48:38,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c4f9b6a1-3117-45bd-a287-6dfabe55086e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:38,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d60775ff-ebe4-4d55-94d3-58eaf66aaefd Date: Sun, 22 Jul 2018 15:48:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "45af358a-4c22-4bc3-92b8-181be315df2d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "581fd005-a815-4852-ab3e-8ab7ed1eb703"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "e30433c1-9319-4448-a466-2c254930b670"}, {"remote_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:36Z", "security_group_id": "c4f9b6a1-3117-45bd-a287-6dfabe55086e", "port_range_min": null, "revision_number": 0, "tenant_id": "2ce674b5ef1441fe94befca45d27088f", "created_at": "2018-07-22T15:48:36Z", "project_id": "2ce674b5ef1441fe94befca45d27088f", "id": "ff43e4c4-a3bb-4079-86dd-632b84c7ece2"}]} 2018-07-22 15:48:38,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c4f9b6a1-3117-45bd-a287-6dfabe55086e used request id req-d60775ff-ebe4-4d55-94d3-58eaf66aaefd 2018-07-22 15:48:38,863 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:48:38,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c4f9b6a1-3117-45bd-a287-6dfabe55086e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:39,028 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bba592c-7a79-421a-bddf-8d924b715bfd Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:39,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c4f9b6a1-3117-45bd-a287-6dfabe55086e used request id req-1bba592c-7a79-421a-bddf-8d924b715bfd 2018-07-22 15:48:39,029 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f57f7291-1fa1-411-proj 2018-07-22 15:48:39,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:39,256 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44c48c5a-2912-4d73-aa31-c92f4daeda27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:39,257 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2ce674b5ef1441fe94befca45d27088f used request id req-44c48c5a-2912-4d73-aa31-c92f4daeda27 2018-07-22 15:48:39,257 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f57f7291-1fa1-411-proj-role 2018-07-22 15:48:39,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/22054e757b4f4cbbb86e9611524564e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:39,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-047fdb1c-a6cb-44c4-a36c-4a4e65e52ac7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:39,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/22054e757b4f4cbbb86e9611524564e3 used request id req-047fdb1c-a6cb-44c4-a36c-4a4e65e52ac7 2018-07-22 15:48:39,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0182bec2a4e13484cf60b2cf6a55951441a852e7" 2018-07-22 15:48:39,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75200a55-0fe0-48c6-a1a2-7e24aeb79427 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:39,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-75200a55-0fe0-48c6-a1a2-7e24aeb79427 2018-07-22 15:48:39,464 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f57f7291-1fa1-411-user 2018-07-22 15:48:39,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c1cc3e1c442144a4a4fa6958f23284c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62626ab6c7841ac33b54e98d02df3cbb9845b49a" 2018-07-22 15:48:39,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c5f7882-800f-4a01-8426-24acc2e5ba13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:39,623 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c1cc3e1c442144a4a4fa6958f23284c9 used request id req-5c5f7882-800f-4a01-8426-24acc2e5ba13 2018-07-22 15:48:39,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:40,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Z5_HaQFPTu6TuNLjq-BP-w"], "issued_at": "2018-07-22T15:48:40.000000Z"}} 2018-07-22 15:48:40,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b58c08d6b7c2da228e34a79d8b346ea2f91efb" 2018-07-22 15:48:40,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7160818-7cf3-4adf-b34f-f6096ff98cb8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:40,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c7160818-7cf3-4adf-b34f-f6096ff98cb8 2018-07-22 15:48:40,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:40,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:40,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["mfwE0liYRZmTMuMWYTVsUg"], "issued_at": "2018-07-22T15:48:40.000000Z"}} 2018-07-22 15:48:40,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:40,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab5b1d9-7058-4c19-ae2a-f929a1da0c08 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:40,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1ab5b1d9-7058-4c19-ae2a-f929a1da0c08 2018-07-22 15:48:40,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:40,562 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:40,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d5b0533b-99fd-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:40,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50168ec6-c7bb-4221-bc33-6b0cbbbe70c9 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d5b0533b-99fd-4af-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:48:40,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d5b0533b-99fd-4af-proj used request id req-50168ec6-c7bb-4221-bc33-6b0cbbbe70c9 2018-07-22 15:48:40,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:40,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f879dd-3ed7-49c5-9633-cf5a2814a705 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:40,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-03f879dd-3ed7-49c5-9633-cf5a2814a705 2018-07-22 15:48:40,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}}' 2018-07-22 15:48:40,895 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bab76ed-4aaf-4c7f-bcca-4ba442621480 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3"}, "tags": [], "enabled": true, "id": "6917a95741e340c7b818510acc6828c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}} 2018-07-22 15:48:40,895 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3bab76ed-4aaf-4c7f-bcca-4ba442621480 2018-07-22 15:48:40,895 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d5b0533b-99fd-4af-proj 2018-07-22 15:48:40,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:40,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:41,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["vuDM5OdkSAaEgEfs45p7XQ"], "issued_at": "2018-07-22T15:48:41.000000Z"}} 2018-07-22 15:48:41,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9165679b404251e3ffed8ac7c728b4905bb275" 2018-07-22 15:48:41,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-140e03ec-cda5-45d8-b2b0-6412e8af2e21 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:41,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-140e03ec-cda5-45d8-b2b0-6412e8af2e21 2018-07-22 15:48:41,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:41,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:41,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9165679b404251e3ffed8ac7c728b4905bb275" 2018-07-22 15:48:41,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-219a585e-d4b1-40aa-bf47-09d4c62c35b5 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:48:41,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-219a585e-d4b1-40aa-bf47-09d4c62c35b5 2018-07-22 15:48:41,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d5b0533b-99fd-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9165679b404251e3ffed8ac7c728b4905bb275" 2018-07-22 15:48:41,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c564bd14-2143-4939-aa26-e5509e6b5673 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d5b0533b-99fd-4af-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3"}, "tags": [], "enabled": true, "id": "6917a95741e340c7b818510acc6828c3", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}]} 2018-07-22 15:48:41,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d5b0533b-99fd-4af-proj used request id req-c564bd14-2143-4939-aa26-e5509e6b5673 2018-07-22 15:48:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9165679b404251e3ffed8ac7c728b4905bb275" 2018-07-22 15:48:41,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e54d65e8-2f9c-45b0-bdc1-6ec4036e5116 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:41,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e54d65e8-2f9c-45b0-bdc1-6ec4036e5116 2018-07-22 15:48:42,015 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d5b0533b-99fd-4af-user 2018-07-22 15:48:42,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:42,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:42,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-527ba74d-8625-4d1a-be2f-fd7fbdb22171 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:42,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-527ba74d-8625-4d1a-be2f-fd7fbdb22171 2018-07-22 15:48:42,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" -d '{"role": {"name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj-role"}}' 2018-07-22 15:48:42,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3fd18c6-55c6-49e1-8f4e-f2736105bbc5 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "47da772789d84594a2f3797e107ffe30", "links": {"self": "http://172.30.9.28:5000/v3/roles/47da772789d84594a2f3797e107ffe30"}, "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj-role"}} 2018-07-22 15:48:42,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b3fd18c6-55c6-49e1-8f4e-f2736105bbc5 2018-07-22 15:48:42,222 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d5b0533b-99fd-4af-proj-role 2018-07-22 15:48:42,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/47da772789d84594a2f3797e107ffe30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:42,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ae4c0b-3ffb-45d5-b723-0d53463d4fb0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "47da772789d84594a2f3797e107ffe30", "links": {"self": "http://172.30.9.28:5000/v3/roles/47da772789d84594a2f3797e107ffe30"}, "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj-role"}} 2018-07-22 15:48:42,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/47da772789d84594a2f3797e107ffe30 used request id req-83ae4c0b-3ffb-45d5-b723-0d53463d4fb0 2018-07-22 15:48:42,309 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d5b0533b-99fd-4af-proj-role to project CreateSecurityGroupTests-d5b0533b-99fd-4af-proj 2018-07-22 15:48:42,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3/users/b448292abbb74c27be440772bb34bc8a/roles/47da772789d84594a2f3797e107ffe30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:42,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c20d734f-5cdb-4ebf-8d90-10a55c5027cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:42,445 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3/users/b448292abbb74c27be440772bb34bc8a/roles/47da772789d84594a2f3797e107ffe30 used request id req-c20d734f-5cdb-4ebf-8d90-10a55c5027cf 2018-07-22 15:48:42,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:42,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:42,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "47da772789d84594a2f3797e107ffe30", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj-role"}], "expires_at": "2018-07-22T16:48:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6917a95741e340c7b818510acc6828c3", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/6917a95741e340c7b818510acc6828c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/6917a95741e340c7b818510acc6828c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/6917a95741e340c7b818510acc6828c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6917a95741e340c7b818510acc6828c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-user", "id": "b448292abbb74c27be440772bb34bc8a"}, "audit_ids": ["bY0r8Mi9RDy8W8JwyhRsWg"], "issued_at": "2018-07-22T15:48:42.000000Z"}} 2018-07-22 15:48:42,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:42,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2773768e-1c3a-4a2d-928f-1df21eb26f6d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:42,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2773768e-1c3a-4a2d-928f-1df21eb26f6d 2018-07-22 15:48:42,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:43,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-639e1c72-f62e-4b5a-985c-461d29cb535b Date: Sun, 22 Jul 2018 15:48:43 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:48:43,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename&description=hello+group used request id req-639e1c72-f62e-4b5a-985c-461d29cb535b 2018-07-22 15:48:43,225 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename... 2018-07-22 15:48:43,226 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename 2018-07-22 15:48:43,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" -d '{"security_group": {"name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename", "description": "hello group"}}' 2018-07-22 15:48:43,488 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-bbef1e76-4f83-4349-b4ac-f2631e8bd683 Date: Sun, 22 Jul 2018 15:48:43 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 2, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}} 2018-07-22 15:48:43,489 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-bbef1e76-4f83-4349-b4ac-f2631e8bd683 2018-07-22 15:48:43,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:43,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:43,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8b0cfb1d-2197-4a9a-8d86-d79cf6c222fa Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:43,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-8b0cfb1d-2197-4a9a-8d86-d79cf6c222fa 2018-07-22 15:48:43,560 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:43,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:43,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-efdd3fbc-3ec1-46df-bcd1-677791792a04 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:43,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-efdd3fbc-3ec1-46df-bcd1-677791792a04 2018-07-22 15:48:43,594 - neutron_utils - INFO - Retrieving security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:43,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:43,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6c9ff7a6-60c3-48cc-9b39-bdc4055fd818 Date: Sun, 22 Jul 2018 15:48:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 2, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:43,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-6c9ff7a6-60c3-48cc-9b39-bdc4055fd818 2018-07-22 15:48:43,694 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:43,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:43,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ffe8c460-4c4d-4bf3-8b48-7f9e0ecc3cea Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:43,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-ffe8c460-4c4d-4bf3-8b48-7f9e0ecc3cea 2018-07-22 15:48:43,731 - neutron_utils - INFO - Retrieving security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:43,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:43,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9f87b826-0518-4ef0-a92c-c3ac06a2029c Date: Sun, 22 Jul 2018 15:48:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 2, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:43,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-9f87b826-0518-4ef0-a92c-c3ac06a2029c 2018-07-22 15:48:43,954 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:43,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:43,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-76befa40-94ef-4115-b45c-8b4aa746430a Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:43,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-76befa40-94ef-4115-b45c-8b4aa746430a 2018-07-22 15:48:43,982 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename 2018-07-22 15:48:43,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2fccf723-7dc6-42bf-a819-83f7e728feaf Date: Sun, 22 Jul 2018 15:48:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 2, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:44,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-2fccf723-7dc6-42bf-a819-83f7e728feaf 2018-07-22 15:48:44,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:44,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:44,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f7b7ab4-31f7-476c-b958-71fed6c64777 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6917a95741e340c7b818510acc6828c3", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}} 2018-07-22 15:48:44,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 used request id req-1f7b7ab4-31f7-476c-b958-71fed6c64777 2018-07-22 15:48:44,113 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:44,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cce862f0-7107-4f22-8d42-8b8c3ba8db12 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:44,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-cce862f0-7107-4f22-8d42-8b8c3ba8db12 2018-07-22 15:48:44,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9"}}' 2018-07-22 15:48:44,316 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-8b965130-e1e1-4ef6-ba13-f0eb7e0cb383 Date: Sun, 22 Jul 2018 15:48:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}} 2018-07-22 15:48:44,316 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-8b965130-e1e1-4ef6-ba13-f0eb7e0cb383 2018-07-22 15:48:44,316 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename 2018-07-22 15:48:44,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-498a3fec-7f89-45df-8aff-d203d979e6e3 Date: Sun, 22 Jul 2018 15:48:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 3, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:44,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-498a3fec-7f89-45df-8aff-d203d979e6e3 2018-07-22 15:48:44,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e3871a-991f-4aaf-b490-1fbc768613bf Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6917a95741e340c7b818510acc6828c3", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}} 2018-07-22 15:48:44,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 used request id req-d5e3871a-991f-4aaf-b490-1fbc768613bf 2018-07-22 15:48:44,462 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:44,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-8fcc9b2b-957e-4b05-a20c-b8ea0dff58b0 Date: Sun, 22 Jul 2018 15:48:44 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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:44,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-8fcc9b2b-957e-4b05-a20c-b8ea0dff58b0 2018-07-22 15:48:44,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9"}}' 2018-07-22 15:48:44,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-0ce29bd4-e7fc-4834-a708-9927e3f0d0db Date: Sun, 22 Jul 2018 15:48:44 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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}} 2018-07-22 15:48:44,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-0ce29bd4-e7fc-4834-a708-9927e3f0d0db 2018-07-22 15:48:44,693 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename 2018-07-22 15:48:44,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-5c91b10e-2247-4884-91da-d64fe3231a64 Date: Sun, 22 Jul 2018 15:48:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 4, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:44,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-5c91b10e-2247-4884-91da-d64fe3231a64 2018-07-22 15:48:44,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcebbb16-0591-41c2-a5d4-df7d8b41d2a6 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6917a95741e340c7b818510acc6828c3", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}} 2018-07-22 15:48:44,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 used request id req-bcebbb16-0591-41c2-a5d4-df7d8b41d2a6 2018-07-22 15:48:44,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:44,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:44,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-7b702198-ca11-4754-b706-11902a2be287 Date: Sun, 22 Jul 2018 15:48:44 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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:44,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-7b702198-ca11-4754-b706-11902a2be287 2018-07-22 15:48:44,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10}}' 2018-07-22 15:48:45,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-641652fc-dce9-43c6-a5c3-03700cd26a97 Date: Sun, 22 Jul 2018 15:48:45 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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}} 2018-07-22 15:48:45,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-641652fc-dce9-43c6-a5c3-03700cd26a97 2018-07-22 15:48:45,054 - neutron_utils - INFO - Retrieving security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:45,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:45,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7f9ec45f-3d6d-4489-b41b-6d4a6032d30a Date: Sun, 22 Jul 2018 15:48:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:45,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-7f9ec45f-3d6d-4489-b41b-6d4a6032d30a 2018-07-22 15:48:45,112 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:45,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:45,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6438d09b-0a53-4f5e-a5c3-1877ef2879d7 Date: Sun, 22 Jul 2018 15:48:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:45,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-6438d09b-0a53-4f5e-a5c3-1877ef2879d7 2018-07-22 15:48:45,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:45,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "47da772789d84594a2f3797e107ffe30", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj-role"}], "expires_at": "2018-07-22T16:48:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6917a95741e340c7b818510acc6828c3", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/6917a95741e340c7b818510acc6828c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/6917a95741e340c7b818510acc6828c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/6917a95741e340c7b818510acc6828c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6917a95741e340c7b818510acc6828c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_6917a95741e340c7b818510acc6828c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_6917a95741e340c7b818510acc6828c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-user", "id": "b448292abbb74c27be440772bb34bc8a"}, "audit_ids": ["t8mqvEzzSeigQuPUeU0EQA"], "issued_at": "2018-07-22T15:48:45.000000Z"}} 2018-07-22 15:48:45,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-42fe7f11-f4ff-412d-afa1-57a13635674a Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:46,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename&description=hello+group used request id req-42fe7f11-f4ff-412d-afa1-57a13635674a 2018-07-22 15:48:46,146 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2f2327ea-882a-4c1c-bdcd-d9cd37448a4a Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-2f2327ea-882a-4c1c-bdcd-d9cd37448a4a 2018-07-22 15:48:46,183 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a94030cb-942d-4ef2-8ab1-2fffc933446a Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-a94030cb-942d-4ef2-8ab1-2fffc933446a 2018-07-22 15:48:46,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-76905d9c-5e38-470e-b4e1-ac76d9c0f894 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:46,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-76905d9c-5e38-470e-b4e1-ac76d9c0f894 2018-07-22 15:48:46,267 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f0d675ca-2593-4359-892c-d404f3450d39 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-f0d675ca-2593-4359-892c-d404f3450d39 2018-07-22 15:48:46,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3fa15578-4863-44e9-8065-b68765d75b82 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:46,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-3fa15578-4863-44e9-8065-b68765d75b82 2018-07-22 15:48:46,349 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2f7f7f91-14a1-436c-bec2-5ebd38ed66b1 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-2f7f7f91-14a1-436c-bec2-5ebd38ed66b1 2018-07-22 15:48:46,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6c4df126-ae7a-4487-938a-74f65e76e54b Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:46,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-6c4df126-ae7a-4487-938a-74f65e76e54b 2018-07-22 15:48:46,435 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-dc395ffc-dbda-49a6-a527-0bc9d87de76b Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-dc395ffc-dbda-49a6-a527-0bc9d87de76b 2018-07-22 15:48:46,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b8fa766c-6d35-4a9b-88b7-30e5cd842aa5 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:46,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-b8fa766c-6d35-4a9b-88b7-30e5cd842aa5 2018-07-22 15:48:46,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-646b25d2-1bda-40c9-8034-5ecdfae16df3 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-646b25d2-1bda-40c9-8034-5ecdfae16df3 2018-07-22 15:48:46,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0a944ff8-d6c3-470a-b86a-16f4e93ea3ac Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:46,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-0a944ff8-d6c3-470a-b86a-16f4e93ea3ac 2018-07-22 15:48:46,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b7e71775-bc66-4f87-bd20-0777b5f8acb3 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-b7e71775-bc66-4f87-bd20-0777b5f8acb3 2018-07-22 15:48:46,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-12d751b9-5867-4ea0-9136-eb4e197801f2 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:46,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-12d751b9-5867-4ea0-9136-eb4e197801f2 2018-07-22 15:48:46,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0d8f551c-84b8-4019-a525-9d8075dc4305 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-0d8f551c-84b8-4019-a525-9d8075dc4305 2018-07-22 15:48:46,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5c070352-1542-40e9-9d81-876f162fd527 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:44Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "1fa0882a-e271-4090-b343-0d51eddd234c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": 10, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "2a12803f-5ed4-4983-8236-ee005f53d046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "82d58577-af60-4a22-9084-df3b93b31c38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:44Z", "revision_number": 0, "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 5, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "name": "CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename"}]} 2018-07-22 15:48:46,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename used request id req-5c070352-1542-40e9-9d81-876f162fd527 2018-07-22 15:48:46,768 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-402f1c1a-1d1d-4f4e-859d-cfcfb8a0e1dd Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-402f1c1a-1d1d-4f4e-859d-cfcfb8a0e1dd 2018-07-22 15:48:46,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:46,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f2055775-a3d7-48a5-8bbf-df1f9dbfbc53 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": 10, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "1fa0882a-e271-4090-b343-0d51eddd234c"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-f2055775-a3d7-48a5-8bbf-df1f9dbfbc53 2018-07-22 15:48:46,839 - neutron_utils - INFO - Deleting security group rule with ID - 1fa0882a-e271-4090-b343-0d51eddd234c 2018-07-22 15:48:46,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/1fa0882a-e271-4090-b343-0d51eddd234c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:46,938 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8c8e767-0ac1-44ba-8467-83d783f8b1a8 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:46,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/1fa0882a-e271-4090-b343-0d51eddd234c used request id req-c8c8e767-0ac1-44ba-8467-83d783f8b1a8 2018-07-22 15:48:46,938 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-07-22 15:48:46,938 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2bb361c-62d3-4d66-880a-50eb6e0f01f9 2018-07-22 15:48:46,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40a711d042b89ab3574955951afc58d91e0d7b65" 2018-07-22 15:48:46,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-8edcaa3d-7144-49ed-9dfa-c5531727e3be Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "2a12803f-5ed4-4983-8236-ee005f53d046"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "82d58577-af60-4a22-9084-df3b93b31c38"}, {"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-07-22T15:48:44Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:44Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "be7386b5-d2fb-4b36-89de-063d8acb0f6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "c2bb361c-62d3-4d66-880a-50eb6e0f01f9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3"}]} 2018-07-22 15:48:46,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-8edcaa3d-7144-49ed-9dfa-c5531727e3be 2018-07-22 15:48:46,973 - neutron_utils - INFO - Deleting security group rule with ID - be7386b5-d2fb-4b36-89de-063d8acb0f6d 2018-07-22 15:48:46,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/be7386b5-d2fb-4b36-89de-063d8acb0f6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:47,060 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7dece14-e78c-4388-80c7-7cf1d4d0dfdd Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:47,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/be7386b5-d2fb-4b36-89de-063d8acb0f6d used request id req-e7dece14-e78c-4388-80c7-7cf1d4d0dfdd 2018-07-22 15:48:47,060 - neutron_utils - INFO - Deleting security group rule with ID - f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3 2018-07-22 15:48:47,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:47,161 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b572ff93-5849-461a-b747-cc72c1b31b91 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:47,161 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f23cdc8a-c0c5-4feb-b865-e0fc4a6dd0b3 used request id req-b572ff93-5849-461a-b747-cc72c1b31b91 2018-07-22 15:48:47,161 - neutron_utils - INFO - Deleting security group rule with ID - 82d58577-af60-4a22-9084-df3b93b31c38 2018-07-22 15:48:47,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/82d58577-af60-4a22-9084-df3b93b31c38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:47,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19dafecc-29fb-41f6-82f7-6d867a51189f Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:47,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/82d58577-af60-4a22-9084-df3b93b31c38 used request id req-19dafecc-29fb-41f6-82f7-6d867a51189f 2018-07-22 15:48:47,281 - neutron_utils - INFO - Deleting security group rule with ID - 1fa0882a-e271-4090-b343-0d51eddd234c 2018-07-22 15:48:47,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/1fa0882a-e271-4090-b343-0d51eddd234c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:47,306 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-b33d5ea2-50cc-4789-9aa1-11f3d857dec3 Date: Sun, 22 Jul 2018 15:48:47 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 1fa0882a-e271-4090-b343-0d51eddd234c does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-22 15:48:47,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/1fa0882a-e271-4090-b343-0d51eddd234c used request id req-b33d5ea2-50cc-4789-9aa1-11f3d857dec3 2018-07-22 15:48:47,306 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 1fa0882a-e271-4090-b343-0d51eddd234c does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-22 15:48:47,306 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 1fa0882a-e271-4090-b343-0d51eddd234c does not exist Neutron server returns request_ids: ['req-b33d5ea2-50cc-4789-9aa1-11f3d857dec3'] 2018-07-22 15:48:47,307 - neutron_utils - INFO - Deleting security group rule with ID - 2a12803f-5ed4-4983-8236-ee005f53d046 2018-07-22 15:48:47,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/2a12803f-5ed4-4983-8236-ee005f53d046 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:47,434 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8127c940-5ee3-4a36-9d3d-221cb3c875dd Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:47,435 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/2a12803f-5ed4-4983-8236-ee005f53d046 used request id req-8127c940-5ee3-4a36-9d3d-221cb3c875dd 2018-07-22 15:48:47,435 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-17bc1949-11ea-4321-bf05-2e1c5651fc1ename 2018-07-22 15:48:47,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c2bb361c-62d3-4d66-880a-50eb6e0f01f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee739435bdafe1d87fd76fd9471aa1453bc250da" 2018-07-22 15:48:47,579 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e0f3bf3-02e4-4642-842f-40435995d50b Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:47,579 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c2bb361c-62d3-4d66-880a-50eb6e0f01f9 used request id req-4e0f3bf3-02e4-4642-842f-40435995d50b 2018-07-22 15:48:47,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:47,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-5f52494b-635c-495c-8560-628504f8c2b7 Date: Sun, 22 Jul 2018 15:48:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "updated_at": "2018-07-22T15:48:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "3afa8641-90f6-49ff-aa12-f23dade278e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "b73d0fc1-3512-4714-bdb7-06690aec7c63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f11256c4-031f-4b53-aca5-2d25a5bab2b1", "remote_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "6917a95741e340c7b818510acc6828c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "revision_number": 0, "id": "f9bd737e-8b87-4bd2-953c-2e107bb01ce6", "remote_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:43Z", "security_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "tenant_id": "6917a95741e340c7b818510acc6828c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "6917a95741e340c7b818510acc6828c3"}], "revision_number": 4, "project_id": "6917a95741e340c7b818510acc6828c3", "id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:48:47,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5f52494b-635c-495c-8560-628504f8c2b7 2018-07-22 15:48:48,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:48,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b1d0c9-0f91-44ec-96d7-e0609bb896f8 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:48:48,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-c7b1d0c9-0f91-44ec-96d7-e0609bb896f8 2018-07-22 15:48:48,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:48,170 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ac16b9d-4dd8-489c-b003-647b244780bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:48,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-1ac16b9d-4dd8-489c-b003-647b244780bf 2018-07-22 15:48:48,170 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:48,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:48,259 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3c21d88-9902-49b6-b68f-004a01775b82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:48,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-f3c21d88-9902-49b6-b68f-004a01775b82 2018-07-22 15:48:48,259 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:48,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:48,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f6c86d-05d0-47ae-9d4a-39bbb8bcc3fb Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "6917a95741e340c7b818510acc6828c3", "name": "CreateSecurityGroupTests-d5b0533b-99fd-4af-proj"}} 2018-07-22 15:48:48,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 used request id req-57f6c86d-05d0-47ae-9d4a-39bbb8bcc3fb 2018-07-22 15:48:48,341 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72ef8a1c-c683-400a-9f4c-cf6059157cb9 2018-07-22 15:48:48,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=72ef8a1c-c683-400a-9f4c-cf6059157cb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:48,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ad99d449-7abd-4479-8c07-ce7b6a26691c Date: Sun, 22 Jul 2018 15:48:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "3afa8641-90f6-49ff-aa12-f23dade278e0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "b73d0fc1-3512-4714-bdb7-06690aec7c63"}, {"remote_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f11256c4-031f-4b53-aca5-2d25a5bab2b1"}, {"remote_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:43Z", "security_group_id": "72ef8a1c-c683-400a-9f4c-cf6059157cb9", "port_range_min": null, "revision_number": 0, "tenant_id": "6917a95741e340c7b818510acc6828c3", "created_at": "2018-07-22T15:48:43Z", "project_id": "6917a95741e340c7b818510acc6828c3", "id": "f9bd737e-8b87-4bd2-953c-2e107bb01ce6"}]} 2018-07-22 15:48:48,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=72ef8a1c-c683-400a-9f4c-cf6059157cb9 used request id req-ad99d449-7abd-4479-8c07-ce7b6a26691c 2018-07-22 15:48:48,368 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:48:48,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/72ef8a1c-c683-400a-9f4c-cf6059157cb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:48,506 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3985d791-021d-4fce-b634-bc4d37bbe9d5 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:48,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/72ef8a1c-c683-400a-9f4c-cf6059157cb9 used request id req-3985d791-021d-4fce-b634-bc4d37bbe9d5 2018-07-22 15:48:48,507 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d5b0533b-99fd-4af-proj 2018-07-22 15:48:48,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:48,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9c211d2-b33a-4e8d-9a0f-f339971dae7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:48,821 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/6917a95741e340c7b818510acc6828c3 used request id req-e9c211d2-b33a-4e8d-9a0f-f339971dae7d 2018-07-22 15:48:48,821 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d5b0533b-99fd-4af-proj-role 2018-07-22 15:48:48,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/47da772789d84594a2f3797e107ffe30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:48,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84a0c9a2-948d-4924-ba70-acaae3a47ddf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:48,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/47da772789d84594a2f3797e107ffe30 used request id req-84a0c9a2-948d-4924-ba70-acaae3a47ddf 2018-07-22 15:48:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bbf904a8cf1e61784583cece14bbc5419cd4cd" 2018-07-22 15:48:49,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e5d3e9e-d09a-43c6-be2d-93f318bcf927 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:49,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6e5d3e9e-d09a-43c6-be2d-93f318bcf927 2018-07-22 15:48:49,015 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d5b0533b-99fd-4af-user 2018-07-22 15:48:49,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/b448292abbb74c27be440772bb34bc8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9165679b404251e3ffed8ac7c728b4905bb275" 2018-07-22 15:48:49,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ac579cb-7a18-437c-a787-6912061c3291 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:49,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b448292abbb74c27be440772bb34bc8a used request id req-8ac579cb-7a18-437c-a787-6912061c3291 2018-07-22 15:48:49,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:49,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["F9Eb9n1pT4-W9-7UBhwrBQ"], "issued_at": "2018-07-22T15:48:49.000000Z"}} 2018-07-22 15:48:49,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b32d0572eb25ef78d13368506de67414ee512ed" 2018-07-22 15:48:49,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda217f1-d83d-4319-b175-ab374001bb21 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:49,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cda217f1-d83d-4319-b175-ab374001bb21 2018-07-22 15:48:49,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:49,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:50,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["WjVc4H9oRUiiFaZgR6czNQ"], "issued_at": "2018-07-22T15:48:50.000000Z"}} 2018-07-22 15:48:50,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:50,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8fd9bcf-dea5-4afa-a296-62799ff2d8af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:50,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b8fd9bcf-dea5-4afa-a296-62799ff2d8af 2018-07-22 15:48:50,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:50,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:50,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a93b2b7b-1b57-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:50,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-253a042e-4b41-4a1f-9fe0-d799e89f9905 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a93b2b7b-1b57-461-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:48:50,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a93b2b7b-1b57-461-proj used request id req-253a042e-4b41-4a1f-9fe0-d799e89f9905 2018-07-22 15:48:50,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:50,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8a21c11-5e76-4fd5-b4f1-d24b597cc52f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:50,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d8a21c11-5e76-4fd5-b4f1-d24b597cc52f 2018-07-22 15:48:50,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}}' 2018-07-22 15:48:50,414 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cafb4595-4485-4de2-a1ea-fe5f0aad0f30 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258"}, "tags": [], "enabled": true, "id": "2667e0e560a2446fa5bc4e8a105dd258", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}} 2018-07-22 15:48:50,414 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cafb4595-4485-4de2-a1ea-fe5f0aad0f30 2018-07-22 15:48:50,415 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a93b2b7b-1b57-461-proj 2018-07-22 15:48:50,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:50,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:50,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Euey4q0wRamAGoNinBlwFA"], "issued_at": "2018-07-22T15:48:50.000000Z"}} 2018-07-22 15:48:50,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4edba3dc66622db74ca44a01e3ea2a59ecefc91f" 2018-07-22 15:48:50,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ca52c49-08ea-4a85-80a6-5dc262aefb56 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:50,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9ca52c49-08ea-4a85-80a6-5dc262aefb56 2018-07-22 15:48:50,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:50,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:50,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4edba3dc66622db74ca44a01e3ea2a59ecefc91f" 2018-07-22 15:48:50,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd7a9ebc-17f4-4eef-be61-b471c0fc6de2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:48:50,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bd7a9ebc-17f4-4eef-be61-b471c0fc6de2 2018-07-22 15:48:50,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-a93b2b7b-1b57-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4edba3dc66622db74ca44a01e3ea2a59ecefc91f" 2018-07-22 15:48:51,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba9962ad-ba54-4a94-8f34-636c9c05cc89 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-a93b2b7b-1b57-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258"}, "tags": [], "enabled": true, "id": "2667e0e560a2446fa5bc4e8a105dd258", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}]} 2018-07-22 15:48:51,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-a93b2b7b-1b57-461-proj used request id req-ba9962ad-ba54-4a94-8f34-636c9c05cc89 2018-07-22 15:48:51,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4edba3dc66622db74ca44a01e3ea2a59ecefc91f" 2018-07-22 15:48:51,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f23b7096-3dc8-42e2-9f97-cd37a0bde33b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:51,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f23b7096-3dc8-42e2-9f97-cd37a0bde33b 2018-07-22 15:48:51,468 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a93b2b7b-1b57-461-user 2018-07-22 15:48:51,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:51,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:51,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d537ba-6223-461e-869f-614cdf57dacc Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:51,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-74d537ba-6223-461e-869f-614cdf57dacc 2018-07-22 15:48:51,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" -d '{"role": {"name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj-role"}}' 2018-07-22 15:48:51,670 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a5833de-56ea-4196-b881-e1b05feef793 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97925054031a4c7990ef15bbb152f8a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/97925054031a4c7990ef15bbb152f8a1"}, "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj-role"}} 2018-07-22 15:48:51,670 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4a5833de-56ea-4196-b881-e1b05feef793 2018-07-22 15:48:51,670 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a93b2b7b-1b57-461-proj-role 2018-07-22 15:48:51,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/97925054031a4c7990ef15bbb152f8a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:51,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d48dbb-38c1-4898-b679-4418c7aabe6f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97925054031a4c7990ef15bbb152f8a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/97925054031a4c7990ef15bbb152f8a1"}, "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj-role"}} 2018-07-22 15:48:51,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/97925054031a4c7990ef15bbb152f8a1 used request id req-f7d48dbb-38c1-4898-b679-4418c7aabe6f 2018-07-22 15:48:51,760 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a93b2b7b-1b57-461-proj-role to project CreateSecurityGroupTests-a93b2b7b-1b57-461-proj 2018-07-22 15:48:51,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258/users/bd214205bf614711acbdda7fe14131c3/roles/97925054031a4c7990ef15bbb152f8a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:51,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff2470cb-5edd-4b42-920b-f6355639630e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:51,899 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258/users/bd214205bf614711acbdda7fe14131c3/roles/97925054031a4c7990ef15bbb152f8a1 used request id req-ff2470cb-5edd-4b42-920b-f6355639630e 2018-07-22 15:48:51,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:51,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:52,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97925054031a4c7990ef15bbb152f8a1", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj-role"}], "expires_at": "2018-07-22T16:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2667e0e560a2446fa5bc4e8a105dd258", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2667e0e560a2446fa5bc4e8a105dd258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2667e0e560a2446fa5bc4e8a105dd258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-user", "id": "bd214205bf614711acbdda7fe14131c3"}, "audit_ids": ["m5KfDMMiShGi4_YDjtRplw"], "issued_at": "2018-07-22T15:48:52.000000Z"}} 2018-07-22 15:48:52,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:52,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf4d4b2-8c12-49e5-ab8b-fc85d85a8945 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:52,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fdf4d4b2-8c12-49e5-ab8b-fc85d85a8945 2018-07-22 15:48:52,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:52,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-29c6e2de-26a0-4ffb-8f07-c431d806d956 Date: Sun, 22 Jul 2018 15:48:52 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:48:52,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name&description=hello+group used request id req-29c6e2de-26a0-4ffb-8f07-c431d806d956 2018-07-22 15:48:52,690 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name... 2018-07-22 15:48:52,690 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name 2018-07-22 15:48:52,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" -d '{"security_group": {"name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name", "description": "hello group"}}' 2018-07-22 15:48:52,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-b5ff0609-4b30-456c-b594-1d6cd046c6f9 Date: Sun, 22 Jul 2018 15:48:52 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 2, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}} 2018-07-22 15:48:52,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-b5ff0609-4b30-456c-b594-1d6cd046c6f9 2018-07-22 15:48:52,942 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:52,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0a4dab44-6474-4af6-8f62-ded0ae61be9b Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}]} 2018-07-22 15:48:53,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-0a4dab44-6474-4af6-8f62-ded0ae61be9b 2018-07-22 15:48:53,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:53,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8febc3ae-47fd-4721-9008-dec279695b4c Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}]} 2018-07-22 15:48:53,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-8febc3ae-47fd-4721-9008-dec279695b4c 2018-07-22 15:48:53,043 - neutron_utils - INFO - Retrieving security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:53,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-fbdd5343-6f66-4b9f-ac7e-278f27c600f6 Date: Sun, 22 Jul 2018 15:48:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 2, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:53,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-fbdd5343-6f66-4b9f-ac7e-278f27c600f6 2018-07-22 15:48:53,131 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:53,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-001003bc-0f4d-4ce1-b80c-f3ce3d61ec56 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}]} 2018-07-22 15:48:53,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-001003bc-0f4d-4ce1-b80c-f3ce3d61ec56 2018-07-22 15:48:53,163 - neutron_utils - INFO - Retrieving security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:53,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a884f7e8-f501-4cb6-a73d-b97d871a7d3b Date: Sun, 22 Jul 2018 15:48:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 2, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:53,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-a884f7e8-f501-4cb6-a73d-b97d871a7d3b 2018-07-22 15:48:53,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:53,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9f2d684e-165c-4171-8d46-a39100d0bcb2 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}]} 2018-07-22 15:48:53,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-9f2d684e-165c-4171-8d46-a39100d0bcb2 2018-07-22 15:48:53,245 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name 2018-07-22 15:48:53,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2aaeed36-fd19-4a38-8fdb-a20198fdf116 Date: Sun, 22 Jul 2018 15:48:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 2, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:53,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-2aaeed36-fd19-4a38-8fdb-a20198fdf116 2018-07-22 15:48:53,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:53,304 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:53,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e1ca5ed-0782-43b2-b459-c5c1947e489f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2667e0e560a2446fa5bc4e8a105dd258", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}} 2018-07-22 15:48:53,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 used request id req-7e1ca5ed-0782-43b2-b459-c5c1947e489f 2018-07-22 15:48:53,369 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:53,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-009cf736-129c-43bb-bf2b-340ee7327777 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}]} 2018-07-22 15:48:53,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-009cf736-129c-43bb-bf2b-340ee7327777 2018-07-22 15:48:53,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1"}}' 2018-07-22 15:48:53,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-1f03789f-b301-45c5-b2cc-6267d883964e Date: Sun, 22 Jul 2018 15:48:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}} 2018-07-22 15:48:53,552 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-1f03789f-b301-45c5-b2cc-6267d883964e 2018-07-22 15:48:53,553 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name 2018-07-22 15:48:53,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-63e97fa0-efa2-4ed7-b559-c257614f22ab Date: Sun, 22 Jul 2018 15:48:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 3, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:53,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-63e97fa0-efa2-4ed7-b559-c257614f22ab 2018-07-22 15:48:53,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04fb5ed1-7df0-4dd2-b76d-193ead95ad7a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2667e0e560a2446fa5bc4e8a105dd258", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}} 2018-07-22 15:48:53,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 used request id req-04fb5ed1-7df0-4dd2-b76d-193ead95ad7a 2018-07-22 15:48:53,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:53,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-103c4cc3-f1d5-4a00-be32-e55462d5ea89 Date: Sun, 22 Jul 2018 15:48:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}]} 2018-07-22 15:48:53,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-103c4cc3-f1d5-4a00-be32-e55462d5ea89 2018-07-22 15:48:53,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1"}}' 2018-07-22 15:48:53,905 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-516b9106-f3ae-49a0-bc2e-94d970649513 Date: Sun, 22 Jul 2018 15:48:53 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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}} 2018-07-22 15:48:53,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-516b9106-f3ae-49a0-bc2e-94d970649513 2018-07-22 15:48:53,906 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name 2018-07-22 15:48:53,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:53,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-939f5980-ab73-4f73-9e5c-bce88ddd2f0a Date: Sun, 22 Jul 2018 15:48:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 4, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:53,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-939f5980-ab73-4f73-9e5c-bce88ddd2f0a 2018-07-22 15:48:53,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:54,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f053d37f-4e5a-4aa4-b0ea-bdfd4d1b64e3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2667e0e560a2446fa5bc4e8a105dd258", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}} 2018-07-22 15:48:54,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 used request id req-f053d37f-4e5a-4aa4-b0ea-bdfd4d1b64e3 2018-07-22 15:48:54,054 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:54,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:54,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-2b761ac3-5f1f-44e5-bc4b-116d162412f1 Date: Sun, 22 Jul 2018 15:48:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}]} 2018-07-22 15:48:54,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-2b761ac3-5f1f-44e5-bc4b-116d162412f1 2018-07-22 15:48:54,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10}}' 2018-07-22 15:48:54,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-040da058-7564-4278-8e13-69378f4d86e7 Date: Sun, 22 Jul 2018 15:48:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}} 2018-07-22 15:48:54,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-040da058-7564-4278-8e13-69378f4d86e7 2018-07-22 15:48:54,287 - neutron_utils - INFO - Retrieving security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:54,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:54,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-35cc62df-81d1-4576-b75b-7f14ec6ef17d Date: Sun, 22 Jul 2018 15:48:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:54,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-35cc62df-81d1-4576-b75b-7f14ec6ef17d 2018-07-22 15:48:54,342 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:54,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:54,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3a6e3b44-7d97-459a-a404-a1be50bc794e Date: Sun, 22 Jul 2018 15:48:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:54,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-3a6e3b44-7d97-459a-a404-a1be50bc794e 2018-07-22 15:48:54,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:54,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97925054031a4c7990ef15bbb152f8a1", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj-role"}], "expires_at": "2018-07-22T16:48:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2667e0e560a2446fa5bc4e8a105dd258", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2667e0e560a2446fa5bc4e8a105dd258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2667e0e560a2446fa5bc4e8a105dd258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2667e0e560a2446fa5bc4e8a105dd258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2667e0e560a2446fa5bc4e8a105dd258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-user", "id": "bd214205bf614711acbdda7fe14131c3"}, "audit_ids": ["pBSqenRQRq2IDnql48YRGw"], "issued_at": "2018-07-22T15:48:54.000000Z"}} 2018-07-22 15:48:54,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:54,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f322c822-e42a-4e91-848c-f5bb7f9c05f1 Date: Sun, 22 Jul 2018 15:48:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:54,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name&description=hello+group used request id req-f322c822-e42a-4e91-848c-f5bb7f9c05f1 2018-07-22 15:48:54,984 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:54,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d6a52e9b-5fe3-404f-9c7e-a6e748781d32 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-d6a52e9b-5fe3-404f-9c7e-a6e748781d32 2018-07-22 15:48:55,020 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1f89ee30-a8db-45bb-b2b2-c9b98df2cf6e Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-1f89ee30-a8db-45bb-b2b2-c9b98df2cf6e 2018-07-22 15:48:55,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-38e99ee4-b059-4be0-92f2-f584b3aa75ac Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-38e99ee4-b059-4be0-92f2-f584b3aa75ac 2018-07-22 15:48:55,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-270f4170-0703-4d21-8d1d-2c1f106f6055 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-270f4170-0703-4d21-8d1d-2c1f106f6055 2018-07-22 15:48:55,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c4f0bf6d-6cab-4109-a4ee-fe25981cedb2 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-c4f0bf6d-6cab-4109-a4ee-fe25981cedb2 2018-07-22 15:48:55,183 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a738f8fe-1ec8-484d-81ff-3a00fefa9d55 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-a738f8fe-1ec8-484d-81ff-3a00fefa9d55 2018-07-22 15:48:55,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e6cbcdbd-29d2-40ef-adcc-016a125d178a Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-e6cbcdbd-29d2-40ef-adcc-016a125d178a 2018-07-22 15:48:55,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fb8c5f6a-7b5a-46cb-98e2-cd24c1a3e12f Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-fb8c5f6a-7b5a-46cb-98e2-cd24c1a3e12f 2018-07-22 15:48:55,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d6901a37-0c63-4ef7-be45-6ea44bb1f134 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-d6901a37-0c63-4ef7-be45-6ea44bb1f134 2018-07-22 15:48:55,345 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-917dd0ad-a124-499c-aca1-87bb7dac4102 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-917dd0ad-a124-499c-aca1-87bb7dac4102 2018-07-22 15:48:55,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4c4f2741-d919-4376-9fbb-2b36bec74e9c Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-4c4f2741-d919-4376-9fbb-2b36bec74e9c 2018-07-22 15:48:55,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3ca98c3c-34d5-443f-88cf-d1f334978295 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-3ca98c3c-34d5-443f-88cf-d1f334978295 2018-07-22 15:48:55,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ec9e383e-3c03-47e4-a3c1-b533eb8463da Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-ec9e383e-3c03-47e4-a3c1-b533eb8463da 2018-07-22 15:48:55,510 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3d2c5e95-23e9-4cde-8a03-2324436b8e4a Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-3d2c5e95-23e9-4cde-8a03-2324436b8e4a 2018-07-22 15:48:55,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-1fe0795a-2311-41a9-82e9-ad88959ab55c Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-1fe0795a-2311-41a9-82e9-ad88959ab55c 2018-07-22 15:48:55,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d6a3a09b-f804-4fe1-9868-b7728716594d Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-d6a3a09b-f804-4fe1-9868-b7728716594d 2018-07-22 15:48:55,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8eaba33b-2db1-442a-aa17-bd78d0df3e67 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-8eaba33b-2db1-442a-aa17-bd78d0df3e67 2018-07-22 15:48:55,679 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-006b0a12-e958-4ad1-9770-a2491ec218c5 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-006b0a12-e958-4ad1-9770-a2491ec218c5 2018-07-22 15:48:55,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-56b09c68-be36-40d5-a84f-472db8065f34 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-56b09c68-be36-40d5-a84f-472db8065f34 2018-07-22 15:48:55,757 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4dec1824-eec9-47bc-b3e4-82a6b8bfe85c Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-4dec1824-eec9-47bc-b3e4-82a6b8bfe85c 2018-07-22 15:48:55,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fddb0448-de95-4c74-85ce-94ed5f423401 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "5e85889d-9e49-41f6-a762-ac7a87654037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "669b6891-3364-4a64-ab56-b7e3659b1718", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "revision_number": 0, "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-07-22T15:48:54Z", "revision_number": 0, "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": 10, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 5, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "917af802-97f2-47ed-be20-cc2f699996b1", "name": "CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name"}]} 2018-07-22 15:48:55,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name used request id req-fddb0448-de95-4c74-85ce-94ed5f423401 2018-07-22 15:48:55,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:55,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6e8973e2-abc9-4b26-b3ba-79386cf9ec8d Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "4914926e-c1b5-4f8b-a46d-72163e66f75e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:55,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-6e8973e2-abc9-4b26-b3ba-79386cf9ec8d 2018-07-22 15:48:55,864 - neutron_utils - INFO - Deleting security group rule with ID - 4914926e-c1b5-4f8b-a46d-72163e66f75e 2018-07-22 15:48:55,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/4914926e-c1b5-4f8b-a46d-72163e66f75e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:55,960 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b76c1f1-61f7-4f5d-91ce-c9837cda22a2 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:55,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/4914926e-c1b5-4f8b-a46d-72163e66f75e used request id req-6b76c1f1-61f7-4f5d-91ce-c9837cda22a2 2018-07-22 15:48:55,960 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-07-22 15:48:55,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917af802-97f2-47ed-be20-cc2f699996b1 2018-07-22 15:48:55,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81fc16c5f02c773e3de89259b12f2d275c00325e" 2018-07-22 15:48:56,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-dfbf1a15-9125-48d2-9f5f-2105965f05b4 Date: Sun, 22 Jul 2018 15:48: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-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "5e85889d-9e49-41f6-a762-ac7a87654037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "669b6891-3364-4a64-ab56-b7e3659b1718"}, {"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-07-22T15:48:53Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:53Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "6e332cf9-4cba-4ea1-a3eb-ea624237827a"}, {"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-07-22T15:48:54Z", "security_group_id": "917af802-97f2-47ed-be20-cc2f699996b1", "port_range_min": 10, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:54Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7"}]} 2018-07-22 15:48:56,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=917af802-97f2-47ed-be20-cc2f699996b1 used request id req-dfbf1a15-9125-48d2-9f5f-2105965f05b4 2018-07-22 15:48:56,025 - neutron_utils - INFO - Deleting security group rule with ID - 669b6891-3364-4a64-ab56-b7e3659b1718 2018-07-22 15:48:56,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/669b6891-3364-4a64-ab56-b7e3659b1718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:56,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-10f783dc-a640-401c-a7c5-57736d2964a1 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:56,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/669b6891-3364-4a64-ab56-b7e3659b1718 used request id req-10f783dc-a640-401c-a7c5-57736d2964a1 2018-07-22 15:48:56,122 - neutron_utils - INFO - Deleting security group rule with ID - eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7 2018-07-22 15:48:56,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:56,226 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-188c9b53-2485-4de6-915d-7e741d4b5be4 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:56,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/eb1d4869-0921-4cb7-b97d-e6ab2b83cfb7 used request id req-188c9b53-2485-4de6-915d-7e741d4b5be4 2018-07-22 15:48:56,226 - neutron_utils - INFO - Deleting security group rule with ID - 5e85889d-9e49-41f6-a762-ac7a87654037 2018-07-22 15:48:56,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/5e85889d-9e49-41f6-a762-ac7a87654037 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:56,347 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc01ad57-627a-4036-adff-e2b0de7c4194 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:56,348 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/5e85889d-9e49-41f6-a762-ac7a87654037 used request id req-bc01ad57-627a-4036-adff-e2b0de7c4194 2018-07-22 15:48:56,348 - neutron_utils - INFO - Deleting security group rule with ID - 6e332cf9-4cba-4ea1-a3eb-ea624237827a 2018-07-22 15:48:56,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/6e332cf9-4cba-4ea1-a3eb-ea624237827a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:56,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f395af50-098b-499e-8063-1d7b64d1fb6e Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:56,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/6e332cf9-4cba-4ea1-a3eb-ea624237827a used request id req-f395af50-098b-499e-8063-1d7b64d1fb6e 2018-07-22 15:48:56,459 - neutron_utils - INFO - Deleting security group rule with ID - 4914926e-c1b5-4f8b-a46d-72163e66f75e 2018-07-22 15:48:56,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/4914926e-c1b5-4f8b-a46d-72163e66f75e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:56,485 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-7b5dd9f1-3e1c-4348-806a-e0e840fb54a3 Date: Sun, 22 Jul 2018 15:48:56 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 4914926e-c1b5-4f8b-a46d-72163e66f75e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-22 15:48:56,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/4914926e-c1b5-4f8b-a46d-72163e66f75e used request id req-7b5dd9f1-3e1c-4348-806a-e0e840fb54a3 2018-07-22 15:48:56,485 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 4914926e-c1b5-4f8b-a46d-72163e66f75e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-07-22 15:48:56,485 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 4914926e-c1b5-4f8b-a46d-72163e66f75e does not exist Neutron server returns request_ids: ['req-7b5dd9f1-3e1c-4348-806a-e0e840fb54a3'] 2018-07-22 15:48:56,486 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-06db9a08-dad8-489f-9a4f-3c94e99e55f4name 2018-07-22 15:48:56,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/917af802-97f2-47ed-be20-cc2f699996b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77fdd3877b991f77acc436c54c9a90538111c97" 2018-07-22 15:48:56,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db9c286e-7d70-47a6-87e7-633441ec62ad Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:56,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/917af802-97f2-47ed-be20-cc2f699996b1 used request id req-db9c286e-7d70-47a6-87e7-633441ec62ad 2018-07-22 15:48:56,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:56,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b82a9fe8-0024-40f0-a939-22028d6dee38 Date: Sun, 22 Jul 2018 15:48:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "updated_at": "2018-07-22T15:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "819db657-96b7-46d5-9115-0dfd7fac8063", "remote_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "b90eef41-c126-48c7-9dcb-aa024480864e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "c5dbb346-8aa7-4186-b1f3-cda6e2b16627", "remote_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "revision_number": 0, "id": "ecd5025b-0fa8-4009-ace3-1a46b80a5f41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:48:52Z", "security_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2667e0e560a2446fa5bc4e8a105dd258"}], "revision_number": 4, "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:48:56,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b82a9fe8-0024-40f0-a939-22028d6dee38 2018-07-22 15:48:56,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:56,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087359d4-13ca-4cc0-a876-7bb8e133f771 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:48:56,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-087359d4-13ca-4cc0-a876-7bb8e133f771 2018-07-22 15:48:56,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:56,981 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e951acd6-5b16-4cad-9566-afed8cefd593 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:56,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-e951acd6-5b16-4cad-9566-afed8cefd593 2018-07-22 15:48:56,982 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:56,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:57,066 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:48:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a115fb6-aef5-4948-be4e-60e99017ce35 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:48:57,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-8a115fb6-aef5-4948-be4e-60e99017ce35 2018-07-22 15:48:57,066 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:48:57,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:57,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474dff6d-9998-49c2-a986-7fd14d81d271 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2667e0e560a2446fa5bc4e8a105dd258", "name": "CreateSecurityGroupTests-a93b2b7b-1b57-461-proj"}} 2018-07-22 15:48:57,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 used request id req-474dff6d-9998-49c2-a986-7fd14d81d271 2018-07-22 15:48:57,156 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f 2018-07-22 15:48:57,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:57,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7e0572bf-a451-4d3b-bfb9-57b2add212d3 Date: Sun, 22 Jul 2018 15:48:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "819db657-96b7-46d5-9115-0dfd7fac8063"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "b90eef41-c126-48c7-9dcb-aa024480864e"}, {"remote_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "c5dbb346-8aa7-4186-b1f3-cda6e2b16627"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:48:52Z", "security_group_id": "7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f", "port_range_min": null, "revision_number": 0, "tenant_id": "2667e0e560a2446fa5bc4e8a105dd258", "created_at": "2018-07-22T15:48:52Z", "project_id": "2667e0e560a2446fa5bc4e8a105dd258", "id": "ecd5025b-0fa8-4009-ace3-1a46b80a5f41"}]} 2018-07-22 15:48:57,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f used request id req-7e0572bf-a451-4d3b-bfb9-57b2add212d3 2018-07-22 15:48:57,182 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:48:57,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:57,330 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3deb1a0-5c97-4a2e-b2a1-cb474ed86144 Content-Length: 0 Date: Sun, 22 Jul 2018 15:48:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:48:57,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7e0e7a7a-a6bf-4bfe-aee4-2832e5ea803f used request id req-e3deb1a0-5c97-4a2e-b2a1-cb474ed86144 2018-07-22 15:48:57,331 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a93b2b7b-1b57-461-proj 2018-07-22 15:48:57,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:57,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c8b0f4a-af5a-4dd3-97f5-878d9e46baa3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:57,593 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2667e0e560a2446fa5bc4e8a105dd258 used request id req-8c8b0f4a-af5a-4dd3-97f5-878d9e46baa3 2018-07-22 15:48:57,593 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a93b2b7b-1b57-461-proj-role 2018-07-22 15:48:57,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/97925054031a4c7990ef15bbb152f8a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:57,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fba4955a-a696-49da-ae11-ebab0548e2bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:57,709 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/97925054031a4c7990ef15bbb152f8a1 used request id req-fba4955a-a696-49da-ae11-ebab0548e2bd 2018-07-22 15:48:57,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9faed48d6887d19902c3ad5808193ca51a3e4ff2" 2018-07-22 15:48:57,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70fd3fb3-8227-48c2-be87-85ab4e0d5174 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:48:57,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70fd3fb3-8227-48c2-be87-85ab4e0d5174 2018-07-22 15:48:57,797 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a93b2b7b-1b57-461-user 2018-07-22 15:48:57,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/bd214205bf614711acbdda7fe14131c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4edba3dc66622db74ca44a01e3ea2a59ecefc91f" 2018-07-22 15:48:58,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:48:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cd16e03-643e-4cdf-bec1-eaab8e5f3a06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:48:58,038 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/bd214205bf614711acbdda7fe14131c3 used request id req-8cd16e03-643e-4cdf-bec1-eaab8e5f3a06 2018-07-22 15:48:58,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:58,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["GB4ft9K8TMukbrH7S89MGQ"], "issued_at": "2018-07-22T15:48:58.000000Z"}} 2018-07-22 15:48:58,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f287344c38fc5cbea9e3dea868a117fb0ca19ca9" 2018-07-22 15:48:58,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc3ea981-41be-461a-9d3a-7436a2c10c43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:58,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-bc3ea981-41be-461a-9d3a-7436a2c10c43 2018-07-22 15:48:58,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:58,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:58,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_3mtNldLTC-NzX7tXCMGUQ"], "issued_at": "2018-07-22T15:48:58.000000Z"}} 2018-07-22 15:48:58,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:48:58,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83064e85-f55e-465d-a52a-3da45f257979 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:58,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-83064e85-f55e-465d-a52a-3da45f257979 2018-07-22 15:48:58,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:58,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:58,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-62856807-b26b-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:48:59,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebef08a0-941b-4e75-bc06-d51a2623b4eb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-62856807-b26b-4ff-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:48:59,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-62856807-b26b-4ff-proj used request id req-ebef08a0-941b-4e75-bc06-d51a2623b4eb 2018-07-22 15:48:59,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:48:59,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135e4633-60d0-46c9-bfba-d111caacb85b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:59,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-135e4633-60d0-46c9-bfba-d111caacb85b 2018-07-22 15:48:59,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj"}}' 2018-07-22 15:48:59,283 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:48:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd0e6a9e-4a7d-4e05-8dd7-0c9e12ba94b9 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e6eef6b9e71c4a1dbd7ca18939cf031f"}, "tags": [], "enabled": true, "id": "e6eef6b9e71c4a1dbd7ca18939cf031f", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj"}} 2018-07-22 15:48:59,284 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-fd0e6a9e-4a7d-4e05-8dd7-0c9e12ba94b9 2018-07-22 15:48:59,284 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-62856807-b26b-4ff-proj 2018-07-22 15:48:59,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:48:59,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:48:59,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:48:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["LvkZKMj0QfCXtDl_hLZAaQ"], "issued_at": "2018-07-22T15:48:59.000000Z"}} 2018-07-22 15:48:59,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8bc9e40f00c1eae7772b4f20ec4a9030e13962" 2018-07-22 15:48:59,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8160a8e-d806-4c85-a470-94ce83139c83 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:48:59,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f8160a8e-d806-4c85-a470-94ce83139c83 2018-07-22 15:48:59,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:48:59,757 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:48:59,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8bc9e40f00c1eae7772b4f20ec4a9030e13962" 2018-07-22 15:48:59,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa36feb-9c66-430f-8927-ef9a20cb7eb2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:48:59,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9fa36feb-9c66-430f-8927-ef9a20cb7eb2 2018-07-22 15:48:59,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-62856807-b26b-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8bc9e40f00c1eae7772b4f20ec4a9030e13962" 2018-07-22 15:48:59,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac016db4-e984-44fa-b078-3f6880b3aab6 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-62856807-b26b-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e6eef6b9e71c4a1dbd7ca18939cf031f"}, "tags": [], "enabled": true, "id": "e6eef6b9e71c4a1dbd7ca18939cf031f", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj"}]} 2018-07-22 15:48:59,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-62856807-b26b-4ff-proj used request id req-ac016db4-e984-44fa-b078-3f6880b3aab6 2018-07-22 15:48:59,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8bc9e40f00c1eae7772b4f20ec4a9030e13962" 2018-07-22 15:48:59,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2a647f9-8ff8-4d74-a831-014857c39477 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:48:59,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c2a647f9-8ff8-4d74-a831-014857c39477 2018-07-22 15:49:00,272 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-62856807-b26b-4ff-user 2018-07-22 15:49:00,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:00,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:00,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e37cdf-7c89-4f31-84df-2c0d734394fe Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:00,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-16e37cdf-7c89-4f31-84df-2c0d734394fe 2018-07-22 15:49:00,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" -d '{"role": {"name": "CreateImageSuccessTests-62856807-b26b-4ff-proj-role"}}' 2018-07-22 15:49:00,462 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b35a469f-9b6c-49f6-b286-27ec86f9d173 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f2fa6630914f4b04a16c5f8d1dc82b52", "links": {"self": "http://172.30.9.28:5000/v3/roles/f2fa6630914f4b04a16c5f8d1dc82b52"}, "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj-role"}} 2018-07-22 15:49:00,462 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b35a469f-9b6c-49f6-b286-27ec86f9d173 2018-07-22 15:49:00,463 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-62856807-b26b-4ff-proj-role 2018-07-22 15:49:00,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/f2fa6630914f4b04a16c5f8d1dc82b52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:00,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bc85d9e-50fc-49fc-a1ea-1705b95ea8b4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f2fa6630914f4b04a16c5f8d1dc82b52", "links": {"self": "http://172.30.9.28:5000/v3/roles/f2fa6630914f4b04a16c5f8d1dc82b52"}, "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj-role"}} 2018-07-22 15:49:00,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/f2fa6630914f4b04a16c5f8d1dc82b52 used request id req-1bc85d9e-50fc-49fc-a1ea-1705b95ea8b4 2018-07-22 15:49:00,550 - keystone_utils - INFO - Granting role CreateImageSuccessTests-62856807-b26b-4ff-proj-role to project CreateImageSuccessTests-62856807-b26b-4ff-proj 2018-07-22 15:49:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/e6eef6b9e71c4a1dbd7ca18939cf031f/users/e1c697619df34ae9ae45c5979bcca523/roles/f2fa6630914f4b04a16c5f8d1dc82b52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:00,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb1d27f3-3e80-4ce0-b6a3-d3bd94db9f66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:00,675 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e6eef6b9e71c4a1dbd7ca18939cf031f/users/e1c697619df34ae9ae45c5979bcca523/roles/f2fa6630914f4b04a16c5f8d1dc82b52 used request id req-fb1d27f3-3e80-4ce0-b6a3-d3bd94db9f66 2018-07-22 15:49:00,695 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:49:00,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:00,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:01,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2fa6630914f4b04a16c5f8d1dc82b52", "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj-role"}], "expires_at": "2018-07-22T16:49:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6eef6b9e71c4a1dbd7ca18939cf031f", "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-62856807-b26b-4ff-user", "id": "e1c697619df34ae9ae45c5979bcca523"}, "audit_ids": ["at0qpmQ5TV2Av4mbD8e_lw"], "issued_at": "2018-07-22T15:49:01.000000Z"}} 2018-07-22 15:49:01,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" 2018-07-22 15:49:01,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ebe6c2-f6ff-4571-83fd-27b4e0ddd23e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:01,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a4ebe6c2-f6ff-4571-83fd-27b4e0ddd23e 2018-07-22 15:49:01,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" 2018-07-22 15:49:01,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-b27f076a-b945-4ce4-b2d4-4063baca41ce Date: Sun, 22 Jul 2018 15:49:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524"} 2018-07-22 15:49:01,343 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 used request id req-b27f076a-b945-4ce4-b2d4-4063baca41ce 2018-07-22 15:49:01,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" 2018-07-22 15:49:01,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e42986f2-f184-428d-ad51-67aa839fdbea Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:01,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e42986f2-f184-428d-ad51-67aa839fdbea 2018-07-22 15:49:01,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524"}' 2018-07-22 15:49:01,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1672516e-d530-4936-992c-3ce3544ba6ba Date: Sun, 22 Jul 2018 15:49:01 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed", "min_disk": 0, "protected": false, "id": "dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed", "file": "/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/file", "checksum": null, "owner": "e6eef6b9e71c4a1dbd7ca18939cf031f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:01,418 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1672516e-d530-4936-992c-3ce3544ba6ba 2018-07-22 15:49:01,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" -d '' 2018-07-22 15:49:02,489 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d1cc1371-9ff2-477c-bc1b-b53c185d9b25 Date: Sun, 22 Jul 2018 15:49:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:02,489 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/file used request id req-d1cc1371-9ff2-477c-bc1b-b53c185d9b25 2018-07-22 15:49:02,489 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:49:02,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" 2018-07-22 15:49:02,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c47de777-2460-45ce-a7d6-50b12224ad36 Date: Sun, 22 Jul 2018 15:49:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:02Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/snap", "metadata": {}}], "self": "/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed", "min_disk": 0, "protected": false, "id": "dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed", "file": "/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6eef6b9e71c4a1dbd7ca18939cf031f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:02,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed used request id req-c47de777-2460-45ce-a7d6-50b12224ad36 2018-07-22 15:49:02,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" 2018-07-22 15:49:02,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a56bde1c-16fc-4233-8946-a2b3d95b3064 Date: Sun, 22 Jul 2018 15:49:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:02,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a56bde1c-16fc-4233-8946-a2b3d95b3064 2018-07-22 15:49:02,525 - create_image - INFO - Created image with name - CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 2018-07-22 15:49:02,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" 2018-07-22 15:49:02,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d9cd700c-7919-4758-b65b-58aeadc6bc34 Date: Sun, 22 Jul 2018 15:49:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:02Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/snap", "metadata": {}}], "self": "/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed", "min_disk": 0, "protected": false, "id": "dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed", "file": "/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6eef6b9e71c4a1dbd7ca18939cf031f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:02,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed used request id req-d9cd700c-7919-4758-b65b-58aeadc6bc34 2018-07-22 15:49:02,547 - create_image - DEBUG - Instance status is - active 2018-07-22 15:49:02,547 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 2018-07-22 15:49:02,547 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 2018-07-22 15:49:02,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:02,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f2fa6630914f4b04a16c5f8d1dc82b52", "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj-role"}], "expires_at": "2018-07-22T16:49:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6eef6b9e71c4a1dbd7ca18939cf031f", "name": "CreateImageSuccessTests-62856807-b26b-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e6eef6b9e71c4a1dbd7ca18939cf031f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-62856807-b26b-4ff-user", "id": "e1c697619df34ae9ae45c5979bcca523"}, "audit_ids": ["Ff2CTjvKQki-bC6s1ghvPQ"], "issued_at": "2018-07-22T15:49:02.000000Z"}} 2018-07-22 15:49:02,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4666eaf557bf08464b404f1a723b5d41cfc3c3f0" 2018-07-22 15:49:03,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-7964fa75-0b61-4518-9752-1655d301cbbe Date: Sun, 22 Jul 2018 15:49:03 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:02Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/snap", "metadata": {}}], "self": "/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed", "min_disk": 0, "protected": false, "id": "dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed", "file": "/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e6eef6b9e71c4a1dbd7ca18939cf031f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524"} 2018-07-22 15:49:03,143 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 used request id req-7964fa75-0b61-4518-9752-1655d301cbbe 2018-07-22 15:49:03,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4666eaf557bf08464b404f1a723b5d41cfc3c3f0" 2018-07-22 15:49:03,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9fb75b2a-2536-4d14-bd2e-d96b44af54d7 Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:03,153 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-9fb75b2a-2536-4d14-bd2e-d96b44af54d7 2018-07-22 15:49:03,156 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 2018-07-22 15:49:03,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4666eaf557bf08464b404f1a723b5d41cfc3c3f0" 2018-07-22 15:49:03,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8530a850-3727-446e-927f-7cf01289bc2d Date: Sun, 22 Jul 2018 15:49:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:03,594 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed used request id req-8530a850-3727-446e-927f-7cf01289bc2d 2018-07-22 15:49:03,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4666eaf557bf08464b404f1a723b5d41cfc3c3f0" 2018-07-22 15:49:03,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-6923e972-0755-4217-ad16-8f04fdc6f419 Date: Sun, 22 Jul 2018 15:49:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524"} 2018-07-22 15:49:03,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 used request id req-6923e972-0755-4217-ad16-8f04fdc6f419 2018-07-22 15:49:03,632 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c4c196b4-1436-4393-9b32-00ba4c6a5524 2018-07-22 15:49:03,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd492b456f3569b65135918d62249ff2a0ada08" 2018-07-22 15:49:03,667 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-254d26bb-f6e8-4d07-aa65-c987f07b47a3 Date: Sun, 22 Jul 2018 15:49:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:03,667 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/dc7e078c-fe9b-4dcd-a9d4-9e49ba1ebbed used request id req-254d26bb-f6e8-4d07-aa65-c987f07b47a3 2018-07-22 15:49:03,667 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-07-22 15:49:03,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:03,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-009897fb-9d43-4c34-828d-6dcba7ebe96a Date: Sun, 22 Jul 2018 15:49:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:03,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-009897fb-9d43-4c34-828d-6dcba7ebe96a 2018-07-22 15:49:03,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7305ef14-372a-469b-852c-46e4e22fa58b 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:04,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-7305ef14-372a-469b-852c-46e4e22fa58b 2018-07-22 15:49:04,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,145 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95e08bc3-38eb-4219-94da-561d7aaedef0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:04,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-95e08bc3-38eb-4219-94da-561d7aaedef0 2018-07-22 15:49:04,146 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:04,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,234 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-636a7e17-5a9a-463b-b32f-5df93440b782 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:04,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-636a7e17-5a9a-463b-b32f-5df93440b782 2018-07-22 15:49:04,235 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:04,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,321 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d82fa53-354e-4098-903a-ea69e9bef931 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:04,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-7d82fa53-354e-4098-903a-ea69e9bef931 2018-07-22 15:49:04,321 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:04,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aac1204d-73ad-478d-ace0-6fa8ac170d7f 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:04,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-aac1204d-73ad-478d-ace0-6fa8ac170d7f 2018-07-22 15:49:04,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,508 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd1221d7-4e32-4b3f-b249-9349918c8382 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:04,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-dd1221d7-4e32-4b3f-b249-9349918c8382 2018-07-22 15:49:04,509 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:04,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,592 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c102ed01-e964-42f2-9115-c90d3cd7b409 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:04,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-c102ed01-e964-42f2-9115-c90d3cd7b409 2018-07-22 15:49:04,592 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:04,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,678 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d799a9b-4daf-4576-b38c-177ded56a40a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:04,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-2d799a9b-4daf-4576-b38c-177ded56a40a 2018-07-22 15:49:04,679 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:04,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:04,867 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60ec98e1-132c-47dc-b18c-d608c6e55512 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:04,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-60ec98e1-132c-47dc-b18c-d608c6e55512 2018-07-22 15:49:04,868 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:04,869 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-62856807-b26b-4ff-proj 2018-07-22 15:49:04,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/e6eef6b9e71c4a1dbd7ca18939cf031f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:05,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22824663-f676-4707-8908-e898e5fab287 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:05,071 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e6eef6b9e71c4a1dbd7ca18939cf031f used request id req-22824663-f676-4707-8908-e898e5fab287 2018-07-22 15:49:05,071 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-62856807-b26b-4ff-proj-role 2018-07-22 15:49:05,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/f2fa6630914f4b04a16c5f8d1dc82b52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:05,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad0726c6-028e-42e6-b6f4-f5b53be20a2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:05,179 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/f2fa6630914f4b04a16c5f8d1dc82b52 used request id req-ad0726c6-028e-42e6-b6f4-f5b53be20a2b 2018-07-22 15:49:05,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e5ab7bfce26f32609ad0cb0d67417ef3749021" 2018-07-22 15:49:05,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ee909e-007f-4a70-923e-805c597d22f7 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:05,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-05ee909e-007f-4a70-923e-805c597d22f7 2018-07-22 15:49:05,271 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-62856807-b26b-4ff-user 2018-07-22 15:49:05,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e1c697619df34ae9ae45c5979bcca523 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8bc9e40f00c1eae7772b4f20ec4a9030e13962" 2018-07-22 15:49:05,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6be46d65-aede-4e5a-848d-dfea6f1e4735 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:05,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e1c697619df34ae9ae45c5979bcca523 used request id req-6be46d65-aede-4e5a-848d-dfea6f1e4735 2018-07-22 15:49:05,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:05,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["pMZ1cwzeQ1mePBj6aZbbUw"], "issued_at": "2018-07-22T15:49:05.000000Z"}} 2018-07-22 15:49:05,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635416aa376a8393dec483be1e7bd0b8f86bca64" 2018-07-22 15:49:05,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe18458-098e-4a0d-a540-eaac12fe861b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:05,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cbe18458-098e-4a0d-a540-eaac12fe861b 2018-07-22 15:49:05,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:05,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:06,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4vx9eLClQoKpmd7AXb990A"], "issued_at": "2018-07-22T15:49:06.000000Z"}} 2018-07-22 15:49:06,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:06,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8b0e8f-3e90-48b4-bef0-70000b07e2ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:06,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5f8b0e8f-3e90-48b4-bef0-70000b07e2ec 2018-07-22 15:49:06,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:06,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:06,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2838575c-b6ec-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:06,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403b17bd-8841-4669-ab6c-1a1575e63847 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2838575c-b6ec-438-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:06,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2838575c-b6ec-438-proj used request id req-403b17bd-8841-4669-ab6c-1a1575e63847 2018-07-22 15:49:06,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:06,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f56a60-4846-42f0-a0f9-b1b7c34a8869 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:06,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-32f56a60-4846-42f0-a0f9-b1b7c34a8869 2018-07-22 15:49:06,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj"}}' 2018-07-22 15:49:06,594 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9fe4b0f-55c7-434c-84da-2fdce5fe990e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c0c292b9d58c46cf93cfe125f92f5f80"}, "tags": [], "enabled": true, "id": "c0c292b9d58c46cf93cfe125f92f5f80", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj"}} 2018-07-22 15:49:06,594 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e9fe4b0f-55c7-434c-84da-2fdce5fe990e 2018-07-22 15:49:06,594 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2838575c-b6ec-438-proj 2018-07-22 15:49:06,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:06,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:06,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["CpyBCv1uQ9i6EKcLvWipEg"], "issued_at": "2018-07-22T15:49:06.000000Z"}} 2018-07-22 15:49:06,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a09d779d48a3abb0ac020f27c05d33e4f119887b" 2018-07-22 15:49:07,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc08903-dad8-4172-ab49-4dea28b0c89c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:07,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9bc08903-dad8-4172-ab49-4dea28b0c89c 2018-07-22 15:49:07,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:07,077 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:07,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a09d779d48a3abb0ac020f27c05d33e4f119887b" 2018-07-22 15:49:07,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e1e0493-0dfd-4e1a-a455-42c584fcb464 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:07,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8e1e0493-0dfd-4e1a-a455-42c584fcb464 2018-07-22 15:49:07,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-2838575c-b6ec-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a09d779d48a3abb0ac020f27c05d33e4f119887b" 2018-07-22 15:49:07,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c150eb2a-1e06-4774-9953-698bd05822c1 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-2838575c-b6ec-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c0c292b9d58c46cf93cfe125f92f5f80"}, "tags": [], "enabled": true, "id": "c0c292b9d58c46cf93cfe125f92f5f80", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj"}]} 2018-07-22 15:49:07,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-2838575c-b6ec-438-proj used request id req-c150eb2a-1e06-4774-9953-698bd05822c1 2018-07-22 15:49:07,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a09d779d48a3abb0ac020f27c05d33e4f119887b" 2018-07-22 15:49:07,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd476cb-55fc-48e1-a381-bb8526b77a8d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:07,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bbd476cb-55fc-48e1-a381-bb8526b77a8d 2018-07-22 15:49:07,647 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2838575c-b6ec-438-user 2018-07-22 15:49:07,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:07,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:07,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3d8adb7-79eb-4865-b8b9-a05dfb956739 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:07,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f3d8adb7-79eb-4865-b8b9-a05dfb956739 2018-07-22 15:49:07,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" -d '{"role": {"name": "CreateImageSuccessTests-2838575c-b6ec-438-proj-role"}}' 2018-07-22 15:49:07,850 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-750546e3-e44b-4c45-9d21-8aa1c7b3b568 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9e426fd7c1ba4e0eb23b72614bdce28e", "links": {"self": "http://172.30.9.28:5000/v3/roles/9e426fd7c1ba4e0eb23b72614bdce28e"}, "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj-role"}} 2018-07-22 15:49:07,850 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-750546e3-e44b-4c45-9d21-8aa1c7b3b568 2018-07-22 15:49:07,850 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2838575c-b6ec-438-proj-role 2018-07-22 15:49:07,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/9e426fd7c1ba4e0eb23b72614bdce28e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:07,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f03c75-e73b-4cb4-af3f-4ef7161d779c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9e426fd7c1ba4e0eb23b72614bdce28e", "links": {"self": "http://172.30.9.28:5000/v3/roles/9e426fd7c1ba4e0eb23b72614bdce28e"}, "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj-role"}} 2018-07-22 15:49:07,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9e426fd7c1ba4e0eb23b72614bdce28e used request id req-92f03c75-e73b-4cb4-af3f-4ef7161d779c 2018-07-22 15:49:07,938 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2838575c-b6ec-438-proj-role to project CreateImageSuccessTests-2838575c-b6ec-438-proj 2018-07-22 15:49:07,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c0c292b9d58c46cf93cfe125f92f5f80/users/1c1ec57e55c64ba7833adb075072b048/roles/9e426fd7c1ba4e0eb23b72614bdce28e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:08,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3485ebc8-deab-43fa-91cc-093cb660eaad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:08,134 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c0c292b9d58c46cf93cfe125f92f5f80/users/1c1ec57e55c64ba7833adb075072b048/roles/9e426fd7c1ba4e0eb23b72614bdce28e used request id req-3485ebc8-deab-43fa-91cc-093cb660eaad 2018-07-22 15:49:08,134 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:49:08,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:08,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:08,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9e426fd7c1ba4e0eb23b72614bdce28e", "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj-role"}], "expires_at": "2018-07-22T16:49:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0c292b9d58c46cf93cfe125f92f5f80", "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2838575c-b6ec-438-user", "id": "1c1ec57e55c64ba7833adb075072b048"}, "audit_ids": ["zslSc2SbShu1dzhVBNXS1A"], "issued_at": "2018-07-22T15:49:08.000000Z"}} 2018-07-22 15:49:08,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" 2018-07-22 15:49:08,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4967251a-ddc5-4417-8fb9-9530d70f67ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:08,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4967251a-ddc5-4417-8fb9-9530d70f67ff 2018-07-22 15:49:08,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" 2018-07-22 15:49:08,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-210c5e84-64d0-4f6b-b2dc-c8654f3d54bc Date: Sun, 22 Jul 2018 15:49:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a"} 2018-07-22 15:49:08,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a used request id req-210c5e84-64d0-4f6b-b2dc-c8654f3d54bc 2018-07-22 15:49:08,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" 2018-07-22 15:49:08,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-64eb1bca-51f5-42a1-a589-f7685eca9d74 Date: Sun, 22 Jul 2018 15:49:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:08,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-64eb1bca-51f5-42a1-a589-f7685eca9d74 2018-07-22 15:49:08,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a"}' 2018-07-22 15:49:08,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-663d6a6f-b0c7-4a80-aeb9-a8468951fb2f Date: Sun, 22 Jul 2018 15:49:08 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592", "min_disk": 0, "protected": false, "id": "8c2f9278-7ab2-42cc-9905-452c75d7a592", "file": "/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/file", "checksum": null, "owner": "c0c292b9d58c46cf93cfe125f92f5f80", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:08,898 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-663d6a6f-b0c7-4a80-aeb9-a8468951fb2f 2018-07-22 15:49:08,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" -d '' 2018-07-22 15:49:09,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ef762140-244b-4e42-92fe-20ea310ff876 Date: Sun, 22 Jul 2018 15:49:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:09,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/file used request id req-ef762140-244b-4e42-92fe-20ea310ff876 2018-07-22 15:49:09,257 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:49:09,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" 2018-07-22 15:49:09,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0705ab2d-a74b-4e1f-b54a-e67bb77848a1 Date: Sun, 22 Jul 2018 15:49:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:09Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/snap", "metadata": {}}], "self": "/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592", "min_disk": 0, "protected": false, "id": "8c2f9278-7ab2-42cc-9905-452c75d7a592", "file": "/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c0c292b9d58c46cf93cfe125f92f5f80", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:09,276 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592 used request id req-0705ab2d-a74b-4e1f-b54a-e67bb77848a1 2018-07-22 15:49:09,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" 2018-07-22 15:49:09,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1bc8daa3-55ae-4dad-95f7-dc613be23ff1 Date: Sun, 22 Jul 2018 15:49:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:09,285 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1bc8daa3-55ae-4dad-95f7-dc613be23ff1 2018-07-22 15:49:09,288 - create_image - INFO - Created image with name - CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a 2018-07-22 15:49:09,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" 2018-07-22 15:49:09,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-b0135381-1fee-4e02-80b7-eec27ea1a966 Date: Sun, 22 Jul 2018 15:49:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:09Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/snap", "metadata": {}}], "self": "/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592", "min_disk": 0, "protected": false, "id": "8c2f9278-7ab2-42cc-9905-452c75d7a592", "file": "/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c0c292b9d58c46cf93cfe125f92f5f80", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:09,306 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592 used request id req-b0135381-1fee-4e02-80b7-eec27ea1a966 2018-07-22 15:49:09,306 - create_image - DEBUG - Instance status is - active 2018-07-22 15:49:09,306 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a 2018-07-22 15:49:09,306 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a 2018-07-22 15:49:09,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:09,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9e426fd7c1ba4e0eb23b72614bdce28e", "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj-role"}], "expires_at": "2018-07-22T16:49:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0c292b9d58c46cf93cfe125f92f5f80", "name": "CreateImageSuccessTests-2838575c-b6ec-438-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_c0c292b9d58c46cf93cfe125f92f5f80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c0c292b9d58c46cf93cfe125f92f5f80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2838575c-b6ec-438-user", "id": "1c1ec57e55c64ba7833adb075072b048"}, "audit_ids": ["m7yx43nQQeubRSQ4zuPdqQ"], "issued_at": "2018-07-22T15:49:09.000000Z"}} 2018-07-22 15:49:09,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}22b0155391c31ff811f6787b5271a83dde62c4f1" 2018-07-22 15:49:09,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9537abbe-4c0f-4843-b0b9-7648a402140d Date: Sun, 22 Jul 2018 15:49:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:09Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/snap", "metadata": {}}], "self": "/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592", "min_disk": 0, "protected": false, "id": "8c2f9278-7ab2-42cc-9905-452c75d7a592", "file": "/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c0c292b9d58c46cf93cfe125f92f5f80", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8c2f9278-7ab2-42cc-9905-452c75d7a592/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a"} 2018-07-22 15:49:09,880 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a used request id req-9537abbe-4c0f-4843-b0b9-7648a402140d 2018-07-22 15:49:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}22b0155391c31ff811f6787b5271a83dde62c4f1" 2018-07-22 15:49:09,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6b107fe0-dff6-4431-b432-cafc7fa3fcb7 Date: Sun, 22 Jul 2018 15:49:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:09,889 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-6b107fe0-dff6-4431-b432-cafc7fa3fcb7 2018-07-22 15:49:09,892 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a1c32cb2-a095-4e35-86f5-1f67f7fe029a 2018-07-22 15:49:09,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d958df8df6cc79dfb50b4c25547ee77f1b21a5aa" 2018-07-22 15:49:10,535 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-662c684a-7eb5-4e43-822a-f20cc456ea03 Date: Sun, 22 Jul 2018 15:49:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:10,535 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/8c2f9278-7ab2-42cc-9905-452c75d7a592 used request id req-662c684a-7eb5-4e43-822a-f20cc456ea03 2018-07-22 15:49:10,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:10,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-9b00de4c-d060-40d9-9739-77e54c274564 Date: Sun, 22 Jul 2018 15:49:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:10,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-9b00de4c-d060-40d9-9739-77e54c274564 2018-07-22 15:49:10,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:10,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4515886-5890-4790-a859-99378f51c7c2 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:10,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-f4515886-5890-4790-a859-99378f51c7c2 2018-07-22 15:49:10,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:10,944 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29d9aa55-6f41-4776-be59-24bb58bb5d1b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:10,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-29d9aa55-6f41-4776-be59-24bb58bb5d1b 2018-07-22 15:49:10,945 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:10,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,029 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f60ad5b-4d58-4af8-b702-400b515d525c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:11,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-2f60ad5b-4d58-4af8-b702-400b515d525c 2018-07-22 15:49:11,030 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:11,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,197 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d14f90c9-0c19-4d15-8284-7499cbe4c111 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:11,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-d14f90c9-0c19-4d15-8284-7499cbe4c111 2018-07-22 15:49:11,197 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:11,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd7b14b-0258-444f-bd27-08f45f574807 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:11,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-1dd7b14b-0258-444f-bd27-08f45f574807 2018-07-22 15:49:11,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,373 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0452f246-f3f4-4893-856d-9d7310ede328 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:11,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-0452f246-f3f4-4893-856d-9d7310ede328 2018-07-22 15:49:11,373 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:11,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,462 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50c4241d-136b-45f9-9e70-45d11713a081 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:11,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-50c4241d-136b-45f9-9e70-45d11713a081 2018-07-22 15:49:11,463 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:11,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-815f31b2-3f72-444c-8f18-035ab4cb1611 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:11,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-815f31b2-3f72-444c-8f18-035ab4cb1611 2018-07-22 15:49:11,546 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:11,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,630 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4a104df-677e-43da-af10-dc79fdf82d0c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:11,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-f4a104df-677e-43da-af10-dc79fdf82d0c 2018-07-22 15:49:11,630 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:11,631 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2838575c-b6ec-438-proj 2018-07-22 15:49:11,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c0c292b9d58c46cf93cfe125f92f5f80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17111e2f-f213-4655-87c8-488cd9d59577 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:11,820 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c0c292b9d58c46cf93cfe125f92f5f80 used request id req-17111e2f-f213-4655-87c8-488cd9d59577 2018-07-22 15:49:11,821 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2838575c-b6ec-438-proj-role 2018-07-22 15:49:11,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/9e426fd7c1ba4e0eb23b72614bdce28e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:11,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-212d5ef9-acee-4721-a3c3-06c24eb4fbeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:11,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/9e426fd7c1ba4e0eb23b72614bdce28e used request id req-212d5ef9-acee-4721-a3c3-06c24eb4fbeb 2018-07-22 15:49:11,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54093d283ce71a1d88a14daa4c2c45d6003b70" 2018-07-22 15:49:12,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae38a236-8b85-4cf9-a27b-7538e8408f3a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:12,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ae38a236-8b85-4cf9-a27b-7538e8408f3a 2018-07-22 15:49:12,012 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2838575c-b6ec-438-user 2018-07-22 15:49:12,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1c1ec57e55c64ba7833adb075072b048 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a09d779d48a3abb0ac020f27c05d33e4f119887b" 2018-07-22 15:49:12,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-941383c3-77d0-44b0-a0c3-28c53c11c75b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:12,180 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1c1ec57e55c64ba7833adb075072b048 used request id req-941383c3-77d0-44b0-a0c3-28c53c11c75b 2018-07-22 15:49:12,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:12,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["GO-_ELYXTHC4TGxAylrNkQ"], "issued_at": "2018-07-22T15:49:12.000000Z"}} 2018-07-22 15:49:12,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783bdcd056b49ad7b8ad82bbb43363c4539a2b23" 2018-07-22 15:49:12,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb26c111-1fe0-4dda-8a20-ce16c56546ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:12,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fb26c111-1fe0-4dda-8a20-ce16c56546ea 2018-07-22 15:49:12,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:12,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:13,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["plddiusOTmOZU0UGt_cnOw"], "issued_at": "2018-07-22T15:49:13.000000Z"}} 2018-07-22 15:49:13,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:13,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2d95161-9311-49da-aabb-a9d53126dee7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:13,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e2d95161-9311-49da-aabb-a9d53126dee7 2018-07-22 15:49:13,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:13,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:13,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a63c931c-b72e-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:13,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e813d3-b48b-44d9-a245-ff18624f73a6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a63c931c-b72e-423-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:13,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a63c931c-b72e-423-proj used request id req-b4e813d3-b48b-44d9-a245-ff18624f73a6 2018-07-22 15:49:13,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:13,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00d73561-8461-4e7e-9387-0de74c2bca44 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:13,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-00d73561-8461-4e7e-9387-0de74c2bca44 2018-07-22 15:49:13,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj"}}' 2018-07-22 15:49:13,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db5c7e42-e0b6-44f7-a28a-17b537985da7 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8e259c2e63c468bb9c5975931fbc40f"}, "tags": [], "enabled": true, "id": "c8e259c2e63c468bb9c5975931fbc40f", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj"}} 2018-07-22 15:49:13,404 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-db5c7e42-e0b6-44f7-a28a-17b537985da7 2018-07-22 15:49:13,404 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-a63c931c-b72e-423-proj 2018-07-22 15:49:13,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:13,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:13,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Du8nwDq2SjWseWOCPtFplQ"], "issued_at": "2018-07-22T15:49:13.000000Z"}} 2018-07-22 15:49:13,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1da3db2dab4025dd9ec0320dc4ae26390c56626" 2018-07-22 15:49:13,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a22dad-91f6-4106-9119-214d3bf8d78e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:13,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-99a22dad-91f6-4106-9119-214d3bf8d78e 2018-07-22 15:49:13,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:13,878 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:13,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1da3db2dab4025dd9ec0320dc4ae26390c56626" 2018-07-22 15:49:13,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eba1bd3-71d6-4af8-91e8-7690d0dfce64 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:13,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2eba1bd3-71d6-4af8-91e8-7690d0dfce64 2018-07-22 15:49:13,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-a63c931c-b72e-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1da3db2dab4025dd9ec0320dc4ae26390c56626" 2018-07-22 15:49:14,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99cb1f19-5cbb-46b8-95c7-5e3e223515e6 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-a63c931c-b72e-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8e259c2e63c468bb9c5975931fbc40f"}, "tags": [], "enabled": true, "id": "c8e259c2e63c468bb9c5975931fbc40f", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj"}]} 2018-07-22 15:49:14,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-a63c931c-b72e-423-proj used request id req-99cb1f19-5cbb-46b8-95c7-5e3e223515e6 2018-07-22 15:49:14,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1da3db2dab4025dd9ec0320dc4ae26390c56626" 2018-07-22 15:49:14,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c8e4f96-f8ba-41dd-8e26-1dd02fa174f8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:14,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9c8e4f96-f8ba-41dd-8e26-1dd02fa174f8 2018-07-22 15:49:14,398 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-a63c931c-b72e-423-user 2018-07-22 15:49:14,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:14,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:14,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49ebdcac-b858-425a-94a9-d3c03b95bcc2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:14,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-49ebdcac-b858-425a-94a9-d3c03b95bcc2 2018-07-22 15:49:14,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" -d '{"role": {"name": "CreateImageSuccessTests-a63c931c-b72e-423-proj-role"}}' 2018-07-22 15:49:14,587 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5baa992-0d53-4783-80d6-75735dfa6b77 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bdc853b933814a69a9a97959be4c7fa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/bdc853b933814a69a9a97959be4c7fa0"}, "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj-role"}} 2018-07-22 15:49:14,588 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c5baa992-0d53-4783-80d6-75735dfa6b77 2018-07-22 15:49:14,588 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-a63c931c-b72e-423-proj-role 2018-07-22 15:49:14,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bdc853b933814a69a9a97959be4c7fa0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:14,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7993c2ce-6723-4451-9203-a413971f187f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bdc853b933814a69a9a97959be4c7fa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/bdc853b933814a69a9a97959be4c7fa0"}, "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj-role"}} 2018-07-22 15:49:14,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bdc853b933814a69a9a97959be4c7fa0 used request id req-7993c2ce-6723-4451-9203-a413971f187f 2018-07-22 15:49:14,679 - keystone_utils - INFO - Granting role CreateImageSuccessTests-a63c931c-b72e-423-proj-role to project CreateImageSuccessTests-a63c931c-b72e-423-proj 2018-07-22 15:49:14,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c8e259c2e63c468bb9c5975931fbc40f/users/7636adfca038443393347ade2e79d333/roles/bdc853b933814a69a9a97959be4c7fa0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:14,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-639ef077-bb36-424b-9cb0-6c8927218929 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:14,813 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c8e259c2e63c468bb9c5975931fbc40f/users/7636adfca038443393347ade2e79d333/roles/bdc853b933814a69a9a97959be4c7fa0 used request id req-639ef077-bb36-424b-9cb0-6c8927218929 2018-07-22 15:49:14,813 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:49:14,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:14,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:15,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdc853b933814a69a9a97959be4c7fa0", "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj-role"}], "expires_at": "2018-07-22T16:49:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8e259c2e63c468bb9c5975931fbc40f", "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/c8e259c2e63c468bb9c5975931fbc40f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c8e259c2e63c468bb9c5975931fbc40f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-a63c931c-b72e-423-user", "id": "7636adfca038443393347ade2e79d333"}, "audit_ids": ["tt6JWOIzTXK5svOSHodTPw"], "issued_at": "2018-07-22T15:49:15.000000Z"}} 2018-07-22 15:49:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" 2018-07-22 15:49:15,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d835b87-4423-45a1-be89-10f0f9cf706f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:15,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2d835b87-4423-45a1-be89-10f0f9cf706f 2018-07-22 15:49:15,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" 2018-07-22 15:49:15,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-4e26644f-0ba7-48c9-b936-350b68d68356 Date: Sun, 22 Jul 2018 15:49:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3"} 2018-07-22 15:49:15,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3 used request id req-4e26644f-0ba7-48c9-b936-350b68d68356 2018-07-22 15:49:15,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" 2018-07-22 15:49:15,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1666fd1f-5d05-4b91-ad4a-6fcce827a8eb Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:15,483 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1666fd1f-5d05-4b91-ad4a-6fcce827a8eb 2018-07-22 15:49:15,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3"}' 2018-07-22 15:49:15,542 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9e9a7cd9-64d3-43f1-a2e9-dcd8ecca190f Date: Sun, 22 Jul 2018 15:49:15 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b", "min_disk": 0, "protected": false, "id": "a0a709c1-5d29-4f1f-986a-ee7cea45937b", "file": "/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/file", "checksum": null, "owner": "c8e259c2e63c468bb9c5975931fbc40f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:15,542 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9e9a7cd9-64d3-43f1-a2e9-dcd8ecca190f 2018-07-22 15:49:15,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" -d '' 2018-07-22 15:49:16,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70becf4a-cef2-464c-a921-2900006d7f5d Date: Sun, 22 Jul 2018 15:49:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:16,612 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/file used request id req-70becf4a-cef2-464c-a921-2900006d7f5d 2018-07-22 15:49:16,613 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:49:16,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" 2018-07-22 15:49:16,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-7c3bef71-be50-4252-a6e9-aca21d3e0bf0 Date: Sun, 22 Jul 2018 15:49:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:16Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/snap", "metadata": {}}], "self": "/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b", "min_disk": 0, "protected": false, "id": "a0a709c1-5d29-4f1f-986a-ee7cea45937b", "file": "/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8e259c2e63c468bb9c5975931fbc40f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:16,634 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b used request id req-7c3bef71-be50-4252-a6e9-aca21d3e0bf0 2018-07-22 15:49:16,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" 2018-07-22 15:49:16,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6b3280ab-3472-4eb7-a786-38db82c89f35 Date: Sun, 22 Jul 2018 15:49:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:16,643 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-6b3280ab-3472-4eb7-a786-38db82c89f35 2018-07-22 15:49:16,645 - create_image - INFO - Created image with name - CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3 2018-07-22 15:49:16,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" 2018-07-22 15:49:16,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-9f5304ca-7b76-4db7-8e14-4bdfb8e90f83 Date: Sun, 22 Jul 2018 15:49:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:16Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/snap", "metadata": {}}], "self": "/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b", "min_disk": 0, "protected": false, "id": "a0a709c1-5d29-4f1f-986a-ee7cea45937b", "file": "/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8e259c2e63c468bb9c5975931fbc40f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:16,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b used request id req-9f5304ca-7b76-4db7-8e14-4bdfb8e90f83 2018-07-22 15:49:16,662 - create_image - DEBUG - Instance status is - active 2018-07-22 15:49:16,662 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3 2018-07-22 15:49:16,663 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3 2018-07-22 15:49:16,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:17,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdc853b933814a69a9a97959be4c7fa0", "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj-role"}], "expires_at": "2018-07-22T16:49:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8e259c2e63c468bb9c5975931fbc40f", "name": "CreateImageSuccessTests-a63c931c-b72e-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/c8e259c2e63c468bb9c5975931fbc40f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c8e259c2e63c468bb9c5975931fbc40f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_c8e259c2e63c468bb9c5975931fbc40f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c8e259c2e63c468bb9c5975931fbc40f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-a63c931c-b72e-423-user", "id": "7636adfca038443393347ade2e79d333"}, "audit_ids": ["8ZHaw-KVRlKJsU8JeMA0vA"], "issued_at": "2018-07-22T15:49:17.000000Z"}} 2018-07-22 15:49:17,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c3bd6e6abd45819570a981d4506e99321ed5641" 2018-07-22 15:49:17,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-d16bec4c-75e0-4bb6-a9f8-6f106145b180 Date: Sun, 22 Jul 2018 15:49:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:16Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/snap", "metadata": {}}], "self": "/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b", "min_disk": 0, "protected": false, "id": "a0a709c1-5d29-4f1f-986a-ee7cea45937b", "file": "/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8e259c2e63c468bb9c5975931fbc40f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3"} 2018-07-22 15:49:17,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3 used request id req-d16bec4c-75e0-4bb6-a9f8-6f106145b180 2018-07-22 15:49:17,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c3bd6e6abd45819570a981d4506e99321ed5641" 2018-07-22 15:49:17,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3202774a-d322-403d-8677-16035e9840c6 Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:17,262 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3202774a-d322-403d-8677-16035e9840c6 2018-07-22 15:49:17,264 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-8c276d22-9494-4b0f-8719-0d637f73d7c3 2018-07-22 15:49:17,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}60ee6caef1b7a20a3acbaa5a328730c4e7552bad" 2018-07-22 15:49:17,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce6adcba-5088-4219-b498-572f401a4d43 Date: Sun, 22 Jul 2018 15:49:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:17,612 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a0a709c1-5d29-4f1f-986a-ee7cea45937b used request id req-ce6adcba-5088-4219-b498-572f401a4d43 2018-07-22 15:49:17,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-beee141d-f95b-4506-8008-3c50e2b8493f Date: Sun, 22 Jul 2018 15:49:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:18,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-beee141d-f95b-4506-8008-3c50e2b8493f 2018-07-22 15:49:18,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349acda4-c6f8-4fdb-88f8-5715838b7df8 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:18,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-349acda4-c6f8-4fdb-88f8-5715838b7df8 2018-07-22 15:49:18,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,391 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ae78803-37c8-4799-bb81-27c62e00f1c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:18,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-1ae78803-37c8-4799-bb81-27c62e00f1c7 2018-07-22 15:49:18,392 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:18,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,471 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39ad13b3-e751-4e99-bfbc-7a3b8e944c3a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:18,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-39ad13b3-e751-4e99-bfbc-7a3b8e944c3a 2018-07-22 15:49:18,472 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:18,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4299b6a-e586-4057-874d-4785a5c29456 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:18,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-e4299b6a-e586-4057-874d-4785a5c29456 2018-07-22 15:49:18,561 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:18,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb1b5cd9-eabc-4887-b4d1-33c03a181996 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:18,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-bb1b5cd9-eabc-4887-b4d1-33c03a181996 2018-07-22 15:49:18,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,735 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-717f9067-9c81-4ae7-a308-fa0797b0b9b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:18,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-717f9067-9c81-4ae7-a308-fa0797b0b9b0 2018-07-22 15:49:18,735 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:18,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,754 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-570e6025-bc15-4b64-ae41-54b5aa621145 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:18,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-570e6025-bc15-4b64-ae41-54b5aa621145 2018-07-22 15:49:18,755 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:18,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,831 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c4b1c72-5b9c-44db-a48c-7cc05378f9cc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:18,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-6c4b1c72-5b9c-44db-a48c-7cc05378f9cc 2018-07-22 15:49:18,831 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:18,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:18,912 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-093851ee-1175-4872-bfe1-1790cd3898ae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:18,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-093851ee-1175-4872-bfe1-1790cd3898ae 2018-07-22 15:49:18,912 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:18,913 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-a63c931c-b72e-423-proj 2018-07-22 15:49:18,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c8e259c2e63c468bb9c5975931fbc40f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:19,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b320e49c-38da-4fd1-a481-ef0693b7b862 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:19,110 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c8e259c2e63c468bb9c5975931fbc40f used request id req-b320e49c-38da-4fd1-a481-ef0693b7b862 2018-07-22 15:49:19,111 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-a63c931c-b72e-423-proj-role 2018-07-22 15:49:19,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/bdc853b933814a69a9a97959be4c7fa0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:19,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8324bb8e-c399-4bf9-9811-e5b307d904db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:19,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/bdc853b933814a69a9a97959be4c7fa0 used request id req-8324bb8e-c399-4bf9-9811-e5b307d904db 2018-07-22 15:49:19,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9773966b87fbb3ba43671e708a2356522be2b10f" 2018-07-22 15:49:19,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76e04a57-c99a-42a2-b315-23e1581202ed Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:19,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-76e04a57-c99a-42a2-b315-23e1581202ed 2018-07-22 15:49:19,314 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-a63c931c-b72e-423-user 2018-07-22 15:49:19,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7636adfca038443393347ade2e79d333 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1da3db2dab4025dd9ec0320dc4ae26390c56626" 2018-07-22 15:49:19,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a5f6735-4732-4e16-81de-f10c62e1d706 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:19,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7636adfca038443393347ade2e79d333 used request id req-5a5f6735-4732-4e16-81de-f10c62e1d706 2018-07-22 15:49:19,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:19,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["adYraz0mSGalyfBkrOFHbw"], "issued_at": "2018-07-22T15:49:19.000000Z"}} 2018-07-22 15:49:19,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78012db4e7c853d2305da233171f2d57c336f0f8" 2018-07-22 15:49:19,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a2cfa6-441d-43d0-93e1-1f6a135f8332 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:19,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-57a2cfa6-441d-43d0-93e1-1f6a135f8332 2018-07-22 15:49:19,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:19,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:20,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Zmn0rvOmQSiD6CEquUd20w"], "issued_at": "2018-07-22T15:49:20.000000Z"}} 2018-07-22 15:49:20,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:20,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0717aa0-0321-4bd7-b835-c6249943d48e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:20,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c0717aa0-0321-4bd7-b835-c6249943d48e 2018-07-22 15:49:20,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:20,422 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:20,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-36156f2e-d629-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:20,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2376a6-954e-4f0f-801d-e70b044b7323 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-36156f2e-d629-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:20,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-36156f2e-d629-4fc-proj used request id req-5f2376a6-954e-4f0f-801d-e70b044b7323 2018-07-22 15:49:20,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:20,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b0400ab-7a8a-4746-a934-4f9bb78ca59c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:20,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5b0400ab-7a8a-4746-a934-4f9bb78ca59c 2018-07-22 15:49:20,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj"}}' 2018-07-22 15:49:20,660 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1e8a3ea-4f1a-4007-9be1-9f4b14e16122 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/eb5174d56be84febbbf03a63542c2ba4"}, "tags": [], "enabled": true, "id": "eb5174d56be84febbbf03a63542c2ba4", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj"}} 2018-07-22 15:49:20,660 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c1e8a3ea-4f1a-4007-9be1-9f4b14e16122 2018-07-22 15:49:20,661 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-36156f2e-d629-4fc-proj 2018-07-22 15:49:20,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:20,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:21,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["y5gbi69JTle7g8J5oDt0dQ"], "issued_at": "2018-07-22T15:49:21.000000Z"}} 2018-07-22 15:49:21,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5afad189929ff9a89f61e82e958925a54941de" 2018-07-22 15:49:21,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d27eb3b4-3fb6-47de-8b3a-25cf03723ac3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:21,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d27eb3b4-3fb6-47de-8b3a-25cf03723ac3 2018-07-22 15:49:21,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:21,212 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:21,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5afad189929ff9a89f61e82e958925a54941de" 2018-07-22 15:49:21,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14afde44-b895-4dbd-9cde-1270e173eb52 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:21,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-14afde44-b895-4dbd-9cde-1270e173eb52 2018-07-22 15:49:21,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-36156f2e-d629-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5afad189929ff9a89f61e82e958925a54941de" 2018-07-22 15:49:21,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e242abc-e2f1-4a3b-b632-7a5944ad28de Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-36156f2e-d629-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/eb5174d56be84febbbf03a63542c2ba4"}, "tags": [], "enabled": true, "id": "eb5174d56be84febbbf03a63542c2ba4", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj"}]} 2018-07-22 15:49:21,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-36156f2e-d629-4fc-proj used request id req-6e242abc-e2f1-4a3b-b632-7a5944ad28de 2018-07-22 15:49:21,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5afad189929ff9a89f61e82e958925a54941de" 2018-07-22 15:49:21,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3deee158-9eaf-4c07-ad7c-501ba5bc9b2a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:21,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3deee158-9eaf-4c07-ad7c-501ba5bc9b2a 2018-07-22 15:49:21,798 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-36156f2e-d629-4fc-user 2018-07-22 15:49:21,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:21,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:21,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df778969-f84d-459a-bb0f-ac8443576422 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:21,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-df778969-f84d-459a-bb0f-ac8443576422 2018-07-22 15:49:21,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" -d '{"role": {"name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj-role"}}' 2018-07-22 15:49:21,990 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fdd0dd3-814a-4cdf-88f4-03668b55c934 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cd7a999a9c594d15b8638fb043663659", "links": {"self": "http://172.30.9.28:5000/v3/roles/cd7a999a9c594d15b8638fb043663659"}, "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj-role"}} 2018-07-22 15:49:21,990 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-3fdd0dd3-814a-4cdf-88f4-03668b55c934 2018-07-22 15:49:21,990 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-36156f2e-d629-4fc-proj-role 2018-07-22 15:49:21,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/cd7a999a9c594d15b8638fb043663659 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:22,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac93ef3-29d0-42e4-b184-d71a998b88dc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cd7a999a9c594d15b8638fb043663659", "links": {"self": "http://172.30.9.28:5000/v3/roles/cd7a999a9c594d15b8638fb043663659"}, "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj-role"}} 2018-07-22 15:49:22,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/cd7a999a9c594d15b8638fb043663659 used request id req-9ac93ef3-29d0-42e4-b184-d71a998b88dc 2018-07-22 15:49:22,077 - keystone_utils - INFO - Granting role CreateImageSuccessTests-36156f2e-d629-4fc-proj-role to project CreateImageSuccessTests-36156f2e-d629-4fc-proj 2018-07-22 15:49:22,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/eb5174d56be84febbbf03a63542c2ba4/users/8b08c995753c4d06b53f4c2835e15d5d/roles/cd7a999a9c594d15b8638fb043663659 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:22,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-512fef41-0d15-4fa4-bc39-c315a971e53b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:22,201 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/eb5174d56be84febbbf03a63542c2ba4/users/8b08c995753c4d06b53f4c2835e15d5d/roles/cd7a999a9c594d15b8638fb043663659 used request id req-512fef41-0d15-4fa4-bc39-c315a971e53b 2018-07-22 15:49:22,202 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:49:22,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:22,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:22,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd7a999a9c594d15b8638fb043663659", "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj-role"}], "expires_at": "2018-07-22T16:49:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb5174d56be84febbbf03a63542c2ba4", "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/eb5174d56be84febbbf03a63542c2ba4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/eb5174d56be84febbbf03a63542c2ba4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-36156f2e-d629-4fc-user", "id": "8b08c995753c4d06b53f4c2835e15d5d"}, "audit_ids": ["s9bQHUfaTYG0iGLXrwVHSg"], "issued_at": "2018-07-22T15:49:22.000000Z"}} 2018-07-22 15:49:22,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" 2018-07-22 15:49:22,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77b8659b-5495-4ece-abd6-f7c0bf023ee1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:22,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-77b8659b-5495-4ece-abd6-f7c0bf023ee1 2018-07-22 15:49:22,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" 2018-07-22 15:49:22,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-d54ef796-e5e6-4bd3-9be0-e9b376714078 Date: Sun, 22 Jul 2018 15:49:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad"} 2018-07-22 15:49:22,859 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad used request id req-d54ef796-e5e6-4bd3-9be0-e9b376714078 2018-07-22 15:49:22,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" 2018-07-22 15:49:22,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5f8332ed-0864-410d-9dd3-31f41f110d26 Date: Sun, 22 Jul 2018 15:49:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:22,869 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5f8332ed-0864-410d-9dd3-31f41f110d26 2018-07-22 15:49:22,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad"}' 2018-07-22 15:49:22,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6a63c5b1-47b7-433f-9b60-6030d6e39e59 Date: Sun, 22 Jul 2018 15:49:22 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d", "min_disk": 0, "protected": false, "id": "d656ca0a-af31-44a7-beba-217c23721e1d", "file": "/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d/file", "checksum": null, "owner": "eb5174d56be84febbbf03a63542c2ba4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:22,933 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-6a63c5b1-47b7-433f-9b60-6030d6e39e59 2018-07-22 15:49:22,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" -d '' 2018-07-22 15:49:23,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b1a5d9d3-8b53-4ac8-9aa3-1106a7828c71 Date: Sun, 22 Jul 2018 15:49:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:23,390 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d/file used request id req-b1a5d9d3-8b53-4ac8-9aa3-1106a7828c71 2018-07-22 15:49:23,390 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:49:23,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" 2018-07-22 15:49:23,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-a3854ff2-2918-48dc-b917-4446243acea1 Date: Sun, 22 Jul 2018 15:49:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:23Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d656ca0a-af31-44a7-beba-217c23721e1d/snap", "metadata": {}}], "self": "/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d", "min_disk": 0, "protected": false, "id": "d656ca0a-af31-44a7-beba-217c23721e1d", "file": "/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb5174d56be84febbbf03a63542c2ba4", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d656ca0a-af31-44a7-beba-217c23721e1d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:23,409 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d used request id req-a3854ff2-2918-48dc-b917-4446243acea1 2018-07-22 15:49:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" 2018-07-22 15:49:23,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-004a18c4-410f-434b-bfc5-fb1262659745 Date: Sun, 22 Jul 2018 15:49:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:23,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-004a18c4-410f-434b-bfc5-fb1262659745 2018-07-22 15:49:23,421 - create_image - INFO - Created image with name - CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad 2018-07-22 15:49:23,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" 2018-07-22 15:49:23,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-53605b17-d48d-4821-836b-a6591d7c9614 Date: Sun, 22 Jul 2018 15:49:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:23Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d656ca0a-af31-44a7-beba-217c23721e1d/snap", "metadata": {}}], "self": "/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d", "min_disk": 0, "protected": false, "id": "d656ca0a-af31-44a7-beba-217c23721e1d", "file": "/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb5174d56be84febbbf03a63542c2ba4", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d656ca0a-af31-44a7-beba-217c23721e1d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:23,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d used request id req-53605b17-d48d-4821-836b-a6591d7c9614 2018-07-22 15:49:23,440 - create_image - DEBUG - Instance status is - active 2018-07-22 15:49:23,440 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad 2018-07-22 15:49:23,440 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad 2018-07-22 15:49:23,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:23,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd7a999a9c594d15b8638fb043663659", "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj-role"}], "expires_at": "2018-07-22T16:49:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb5174d56be84febbbf03a63542c2ba4", "name": "CreateImageSuccessTests-36156f2e-d629-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/eb5174d56be84febbbf03a63542c2ba4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/eb5174d56be84febbbf03a63542c2ba4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_eb5174d56be84febbbf03a63542c2ba4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_eb5174d56be84febbbf03a63542c2ba4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-36156f2e-d629-4fc-user", "id": "8b08c995753c4d06b53f4c2835e15d5d"}, "audit_ids": ["fjBGhaw-SMqFpERZFZhg3Q"], "issued_at": "2018-07-22T15:49:23.000000Z"}} 2018-07-22 15:49:23,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa2ad9198dde5b3f5a16b27032f5e37d199b367" 2018-07-22 15:49:24,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f147258b-082a-41cf-be7e-f4cb7dc69b2e Date: Sun, 22 Jul 2018 15:49:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:23Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d656ca0a-af31-44a7-beba-217c23721e1d/snap", "metadata": {}}], "self": "/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d", "min_disk": 0, "protected": false, "id": "d656ca0a-af31-44a7-beba-217c23721e1d", "file": "/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb5174d56be84febbbf03a63542c2ba4", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d656ca0a-af31-44a7-beba-217c23721e1d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad"} 2018-07-22 15:49:24,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad used request id req-f147258b-082a-41cf-be7e-f4cb7dc69b2e 2018-07-22 15:49:24,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aa2ad9198dde5b3f5a16b27032f5e37d199b367" 2018-07-22 15:49:24,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a14d83e4-fa27-4e26-a56d-2b92e2dc2c3b Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:24,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a14d83e4-fa27-4e26-a56d-2b92e2dc2c3b 2018-07-22 15:49:24,030 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-6c6cefde-56d5-4481-b70a-eb6fa4b4a2ad 2018-07-22 15:49:24,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}557aa3a0d2d2290c73f4756ff444bcb2c6867198" 2018-07-22 15:49:24,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5556e03-6494-4a74-83fe-f74d00ce662c Date: Sun, 22 Jul 2018 15:49:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:24,530 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d656ca0a-af31-44a7-beba-217c23721e1d used request id req-c5556e03-6494-4a74-83fe-f74d00ce662c 2018-07-22 15:49:24,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:24,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-6862d36a-22ca-439e-9929-b0144fa033e5 Date: Sun, 22 Jul 2018 15:49:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:24,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6862d36a-22ca-439e-9929-b0144fa033e5 2018-07-22 15:49:24,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:24,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e82131e-11a6-40c3-8ed2-e9be316220d3 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:24,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-0e82131e-11a6-40c3-8ed2-e9be316220d3 2018-07-22 15:49:24,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:24,929 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fd7ddfa-32bd-43e4-ba24-dcfee9594d4c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:24,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-4fd7ddfa-32bd-43e4-ba24-dcfee9594d4c 2018-07-22 15:49:24,929 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:24,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,012 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e99df30d-2e06-4eaa-9527-85f8c445ff43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:25,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-e99df30d-2e06-4eaa-9527-85f8c445ff43 2018-07-22 15:49:25,013 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:25,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,091 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aba34c79-6a59-4d3d-bd90-bd5d6afefa45 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:25,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-aba34c79-6a59-4d3d-bd90-bd5d6afefa45 2018-07-22 15:49:25,092 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:25,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe17cfd-ca97-4b35-8ccb-08e969cc6ee3 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:25,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-bfe17cfd-ca97-4b35-8ccb-08e969cc6ee3 2018-07-22 15:49:25,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,271 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25f2f302-1528-48e9-a91f-5834b35177f6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:25,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-25f2f302-1528-48e9-a91f-5834b35177f6 2018-07-22 15:49:25,271 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:25,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,363 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b217cb05-6306-48d1-b158-713176603607 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:25,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-b217cb05-6306-48d1-b158-713176603607 2018-07-22 15:49:25,363 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:25,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,439 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-451a7a9b-bfa9-4a53-9ab3-63400fd10bcc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:25,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-451a7a9b-bfa9-4a53-9ab3-63400fd10bcc 2018-07-22 15:49:25,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:25,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0cd5514-e814-4478-a6d9-aa20dd0470d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:25,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-f0cd5514-e814-4478-a6d9-aa20dd0470d0 2018-07-22 15:49:25,523 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:25,523 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-36156f2e-d629-4fc-proj 2018-07-22 15:49:25,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/eb5174d56be84febbbf03a63542c2ba4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,721 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e4ef845-0f78-4fdf-9e36-08df67390c7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:25,722 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/eb5174d56be84febbbf03a63542c2ba4 used request id req-3e4ef845-0f78-4fdf-9e36-08df67390c7d 2018-07-22 15:49:25,722 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-36156f2e-d629-4fc-proj-role 2018-07-22 15:49:25,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/cd7a999a9c594d15b8638fb043663659 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb4cf96e-67f7-41c0-843a-22ce7956cf85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:25,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/cd7a999a9c594d15b8638fb043663659 used request id req-eb4cf96e-67f7-41c0-843a-22ce7956cf85 2018-07-22 15:49:25,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7785fdd80ca47439cdba9c8f1e956f14ba47df" 2018-07-22 15:49:25,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde9fa02-53ae-4705-97f8-9c5c38a1d163 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:25,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bde9fa02-53ae-4705-97f8-9c5c38a1d163 2018-07-22 15:49:25,908 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-36156f2e-d629-4fc-user 2018-07-22 15:49:25,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8b08c995753c4d06b53f4c2835e15d5d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5afad189929ff9a89f61e82e958925a54941de" 2018-07-22 15:49:26,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-148ac663-b1b3-428f-a6d4-cf9c10f2ca21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:26,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8b08c995753c4d06b53f4c2835e15d5d used request id req-148ac663-b1b3-428f-a6d4-cf9c10f2ca21 2018-07-22 15:49:26,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:26,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Zapl19-5Ski6kC6Dp8TxSw"], "issued_at": "2018-07-22T15:49:26.000000Z"}} 2018-07-22 15:49:26,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67259d7f4a220eaa71945fe48454dc9d6cc4b474" 2018-07-22 15:49:26,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-239a97e5-e1d2-4c49-8e88-be47ff6a930b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:26,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-239a97e5-e1d2-4c49-8e88-be47ff6a930b 2018-07-22 15:49:26,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:26,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:27,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_1D_GbilRv2ysWjEWgMlbQ"], "issued_at": "2018-07-22T15:49:27.000000Z"}} 2018-07-22 15:49:27,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:27,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66aea239-6d7d-470a-99d3-dab00d0f6a0a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:27,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-66aea239-6d7d-470a-99d3-dab00d0f6a0a 2018-07-22 15:49:27,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:27,126 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:27,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-07d30731-bf5f-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:27,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2cc5088-fccf-4750-aee9-e5c9b50f42c1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-07d30731-bf5f-47a-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:27,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-07d30731-bf5f-47a-proj used request id req-c2cc5088-fccf-4750-aee9-e5c9b50f42c1 2018-07-22 15:49:27,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:27,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7afbaba1-61e1-4b8c-9204-424e0b942427 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:27,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7afbaba1-61e1-4b8c-9204-424e0b942427 2018-07-22 15:49:27,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj"}}' 2018-07-22 15:49:27,392 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2927521a-4a78-4e69-81be-5a5b0ba16840 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6fa351b497ca4cebb68b7b20bbb584b3"}, "tags": [], "enabled": true, "id": "6fa351b497ca4cebb68b7b20bbb584b3", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj"}} 2018-07-22 15:49:27,392 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2927521a-4a78-4e69-81be-5a5b0ba16840 2018-07-22 15:49:27,393 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-07d30731-bf5f-47a-proj 2018-07-22 15:49:27,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:27,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:27,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["2LkyOxz9Sv6JuenPJMwS5Q"], "issued_at": "2018-07-22T15:49:27.000000Z"}} 2018-07-22 15:49:27,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b27bf48fcdad788824eec094d0a50147a0d066" 2018-07-22 15:49:27,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d90e3c70-dc20-493f-91a3-13e8f8464f71 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:27,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d90e3c70-dc20-493f-91a3-13e8f8464f71 2018-07-22 15:49:27,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:27,873 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:27,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b27bf48fcdad788824eec094d0a50147a0d066" 2018-07-22 15:49:27,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-758a6d2d-7f38-467e-9cb7-785570bb39d2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:27,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-758a6d2d-7f38-467e-9cb7-785570bb39d2 2018-07-22 15:49:27,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-07d30731-bf5f-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b27bf48fcdad788824eec094d0a50147a0d066" 2018-07-22 15:49:27,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1731aa4f-a7ca-4471-90b4-a9e39b1db5f8 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-07d30731-bf5f-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6fa351b497ca4cebb68b7b20bbb584b3"}, "tags": [], "enabled": true, "id": "6fa351b497ca4cebb68b7b20bbb584b3", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj"}]} 2018-07-22 15:49:27,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-07d30731-bf5f-47a-proj used request id req-1731aa4f-a7ca-4471-90b4-a9e39b1db5f8 2018-07-22 15:49:28,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b27bf48fcdad788824eec094d0a50147a0d066" 2018-07-22 15:49:28,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab769fe-6a6a-43f8-891a-99b3798b7d48 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:28,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0ab769fe-6a6a-43f8-891a-99b3798b7d48 2018-07-22 15:49:28,447 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-07d30731-bf5f-47a-user 2018-07-22 15:49:28,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:28,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:28,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f09c04c-156b-4eec-a237-fbb69a2a3e64 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:28,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5f09c04c-156b-4eec-a237-fbb69a2a3e64 2018-07-22 15:49:28,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" -d '{"role": {"name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj-role"}}' 2018-07-22 15:49:28,632 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eee1aa1-d752-4ccf-8c6c-dd615daa66a0 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6170cbf08c224dc9abbc6bfa4ad5a6f0", "links": {"self": "http://172.30.9.28:5000/v3/roles/6170cbf08c224dc9abbc6bfa4ad5a6f0"}, "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj-role"}} 2018-07-22 15:49:28,632 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-5eee1aa1-d752-4ccf-8c6c-dd615daa66a0 2018-07-22 15:49:28,633 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-07d30731-bf5f-47a-proj-role 2018-07-22 15:49:28,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/6170cbf08c224dc9abbc6bfa4ad5a6f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:28,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d451ac-5220-4e17-ae41-f7899b5ecac5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6170cbf08c224dc9abbc6bfa4ad5a6f0", "links": {"self": "http://172.30.9.28:5000/v3/roles/6170cbf08c224dc9abbc6bfa4ad5a6f0"}, "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj-role"}} 2018-07-22 15:49:28,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6170cbf08c224dc9abbc6bfa4ad5a6f0 used request id req-27d451ac-5220-4e17-ae41-f7899b5ecac5 2018-07-22 15:49:28,718 - keystone_utils - INFO - Granting role CreateImageSuccessTests-07d30731-bf5f-47a-proj-role to project CreateImageSuccessTests-07d30731-bf5f-47a-proj 2018-07-22 15:49:28,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/6fa351b497ca4cebb68b7b20bbb584b3/users/dfb5c1a3d4344987911c5fc970988303/roles/6170cbf08c224dc9abbc6bfa4ad5a6f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:28,935 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b040a4e2-e779-464a-8ebd-bf07a2eae4e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:28,935 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6fa351b497ca4cebb68b7b20bbb584b3/users/dfb5c1a3d4344987911c5fc970988303/roles/6170cbf08c224dc9abbc6bfa4ad5a6f0 used request id req-b040a4e2-e779-464a-8ebd-bf07a2eae4e3 2018-07-22 15:49:28,936 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:49:28,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:28,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:29,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6170cbf08c224dc9abbc6bfa4ad5a6f0", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj-role"}], "expires_at": "2018-07-22T16:49:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fa351b497ca4cebb68b7b20bbb584b3", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-07d30731-bf5f-47a-user", "id": "dfb5c1a3d4344987911c5fc970988303"}, "audit_ids": ["J8Eg46hIQJSZ8O3NQi6fJg"], "issued_at": "2018-07-22T15:49:29.000000Z"}} 2018-07-22 15:49:29,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" 2018-07-22 15:49:29,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b8cf604-60c1-4aa0-b337-2d5f9262aebd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:29,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8b8cf604-60c1-4aa0-b337-2d5f9262aebd 2018-07-22 15:49:29,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" 2018-07-22 15:49:29,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-e133cbcb-a941-4b40-88f6-a2a333374513 Date: Sun, 22 Jul 2018 15:49:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889"} 2018-07-22 15:49:29,578 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 used request id req-e133cbcb-a941-4b40-88f6-a2a333374513 2018-07-22 15:49:29,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" 2018-07-22 15:49:29,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-074a8f9a-5a86-43cd-a931-73f1ad7bf547 Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:29,588 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-074a8f9a-5a86-43cd-a931-73f1ad7bf547 2018-07-22 15:49:29,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889"}' 2018-07-22 15:49:29,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cd911e6c-80f7-4fc3-8841-7eefadc96f63 Date: Sun, 22 Jul 2018 15:49:29 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5", "min_disk": 0, "protected": false, "id": "7ae2a0df-8537-4942-8413-fca1b5b77be5", "file": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/file", "checksum": null, "owner": "6fa351b497ca4cebb68b7b20bbb584b3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:29,652 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-cd911e6c-80f7-4fc3-8841-7eefadc96f63 2018-07-22 15:49:29,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" -d '' 2018-07-22 15:49:30,504 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b3d9eb3-23c0-40ef-bd73-3cfb92bf96d6 Date: Sun, 22 Jul 2018 15:49:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:30,504 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/file used request id req-9b3d9eb3-23c0-40ef-bd73-3cfb92bf96d6 2018-07-22 15:49:30,505 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:49:30,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" 2018-07-22 15:49:30,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0f08ccb4-0c9e-4269-b5e8-968bba3fa2b1 Date: Sun, 22 Jul 2018 15:49:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:30Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/snap", "metadata": {}}], "self": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5", "min_disk": 0, "protected": false, "id": "7ae2a0df-8537-4942-8413-fca1b5b77be5", "file": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6fa351b497ca4cebb68b7b20bbb584b3", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:30,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5 used request id req-0f08ccb4-0c9e-4269-b5e8-968bba3fa2b1 2018-07-22 15:49:30,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" 2018-07-22 15:49:30,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a7284350-4ad0-439a-a97e-18af950567da Date: Sun, 22 Jul 2018 15:49:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:30,534 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a7284350-4ad0-439a-a97e-18af950567da 2018-07-22 15:49:30,537 - create_image - INFO - Created image with name - CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 2018-07-22 15:49:30,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" 2018-07-22 15:49:30,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-8264c33e-26fe-46f4-8544-acd174f94365 Date: Sun, 22 Jul 2018 15:49:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:30Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/snap", "metadata": {}}], "self": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5", "min_disk": 0, "protected": false, "id": "7ae2a0df-8537-4942-8413-fca1b5b77be5", "file": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6fa351b497ca4cebb68b7b20bbb584b3", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:30,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5 used request id req-8264c33e-26fe-46f4-8544-acd174f94365 2018-07-22 15:49:30,572 - create_image - DEBUG - Instance status is - active 2018-07-22 15:49:30,572 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 2018-07-22 15:49:30,572 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 2018-07-22 15:49:30,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:30,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6170cbf08c224dc9abbc6bfa4ad5a6f0", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj-role"}], "expires_at": "2018-07-22T16:49:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fa351b497ca4cebb68b7b20bbb584b3", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-07d30731-bf5f-47a-user", "id": "dfb5c1a3d4344987911c5fc970988303"}, "audit_ids": ["KvhMtcdpTSadb4thPo9MwQ"], "issued_at": "2018-07-22T15:49:30.000000Z"}} 2018-07-22 15:49:30,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2d9a0924660c5fbf3b733e269e3f243a8d976db0" 2018-07-22 15:49:31,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-6b306b1a-5810-448a-ab77-b5c37913cfb3 Date: Sun, 22 Jul 2018 15:49:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:30Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/snap", "metadata": {}}], "self": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5", "min_disk": 0, "protected": false, "id": "7ae2a0df-8537-4942-8413-fca1b5b77be5", "file": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6fa351b497ca4cebb68b7b20bbb584b3", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889"} 2018-07-22 15:49:31,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 used request id req-6b306b1a-5810-448a-ab77-b5c37913cfb3 2018-07-22 15:49:31,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2d9a0924660c5fbf3b733e269e3f243a8d976db0" 2018-07-22 15:49:31,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e3cbeb71-627e-4677-b725-cbf859a5c679 Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:31,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e3cbeb71-627e-4677-b725-cbf859a5c679 2018-07-22 15:49:31,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:31,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:31,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6170cbf08c224dc9abbc6bfa4ad5a6f0", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj-role"}], "expires_at": "2018-07-22T16:49:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6fa351b497ca4cebb68b7b20bbb584b3", "name": "CreateImageSuccessTests-07d30731-bf5f-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_6fa351b497ca4cebb68b7b20bbb584b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_6fa351b497ca4cebb68b7b20bbb584b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-07d30731-bf5f-47a-user", "id": "dfb5c1a3d4344987911c5fc970988303"}, "audit_ids": ["gAX-2_ImTZ-SezS4PFtyKg"], "issued_at": "2018-07-22T15:49:31.000000Z"}} 2018-07-22 15:49:31,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c96d4537ca605d20a94661303bf6d4dd31b7673f" 2018-07-22 15:49:31,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c67b8bde-eec8-4bb3-8574-d1fcf777b6d4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:31,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c67b8bde-eec8-4bb3-8574-d1fcf777b6d4 2018-07-22 15:49:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c96d4537ca605d20a94661303bf6d4dd31b7673f" 2018-07-22 15:49:31,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-5dce47fc-6fd2-40fd-8deb-5d79aef71872 Date: Sun, 22 Jul 2018 15:49:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:30Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/snap", "metadata": {}}], "self": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5", "min_disk": 0, "protected": false, "id": "7ae2a0df-8537-4942-8413-fca1b5b77be5", "file": "/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6fa351b497ca4cebb68b7b20bbb584b3", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7ae2a0df-8537-4942-8413-fca1b5b77be5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889"} 2018-07-22 15:49:31,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 used request id req-5dce47fc-6fd2-40fd-8deb-5d79aef71872 2018-07-22 15:49:31,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c96d4537ca605d20a94661303bf6d4dd31b7673f" 2018-07-22 15:49:31,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d2ca103b-5f8a-4071-90ec-b90318672bd2 Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:31,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d2ca103b-5f8a-4071-90ec-b90318672bd2 2018-07-22 15:49:31,806 - create_image - INFO - Found image with name - CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 2018-07-22 15:49:31,807 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fe463b3a-1a54-4a5d-b3ab-ed0b16afd889 2018-07-22 15:49:31,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43d5f1d67e66c9550c78fc17756bb944222565aa" 2018-07-22 15:49:32,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f7f8f5e-b24f-4905-b099-379881d96863 Date: Sun, 22 Jul 2018 15: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-07-22 15:49:32,584 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7ae2a0df-8537-4942-8413-fca1b5b77be5 used request id req-6f7f8f5e-b24f-4905-b099-379881d96863 2018-07-22 15:49:32,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:32,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-769412b3-971e-439c-9db1-03792cb399cb Date: Sun, 22 Jul 2018 15:49:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:32,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-769412b3-971e-439c-9db1-03792cb399cb 2018-07-22 15:49:32,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:32,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11ed5960-b93b-4e1c-b654-fccb3c7da201 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:32,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-11ed5960-b93b-4e1c-b654-fccb3c7da201 2018-07-22 15:49:32,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:32,994 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-182e6178-6b33-4208-bbd4-a5f561002b84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:32,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-182e6178-6b33-4208-bbd4-a5f561002b84 2018-07-22 15:49:32,994 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:32,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,071 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d5c45aa-b98f-4a5b-b38f-24d05de729de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:33,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-8d5c45aa-b98f-4a5b-b38f-24d05de729de 2018-07-22 15:49:33,072 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:33,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,158 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2aea586f-73e1-44bb-a14a-f82ab87aeb1c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:33,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-2aea586f-73e1-44bb-a14a-f82ab87aeb1c 2018-07-22 15:49:33,158 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56ba0a04-9d7c-4e0d-b0eb-8edf77df1673 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:33,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-56ba0a04-9d7c-4e0d-b0eb-8edf77df1673 2018-07-22 15:49:33,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,332 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92d1f776-0652-4b00-9d4d-8573db4495ba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:33,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-92d1f776-0652-4b00-9d4d-8573db4495ba 2018-07-22 15:49:33,333 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:33,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,419 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4953c2e4-5fa9-4c90-a844-84a333dc0967 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:33,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-4953c2e4-5fa9-4c90-a844-84a333dc0967 2018-07-22 15:49:33,419 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:33,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,500 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-464e5026-4298-4334-a8d9-38a427ebc3f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:33,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-464e5026-4298-4334-a8d9-38a427ebc3f4 2018-07-22 15:49:33,501 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:33,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,588 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e30b1dc0-e5e4-4772-882e-da5d5f7962ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:33,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-e30b1dc0-e5e4-4772-882e-da5d5f7962ed 2018-07-22 15:49:33,588 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:33,589 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-07d30731-bf5f-47a-proj 2018-07-22 15:49:33,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/6fa351b497ca4cebb68b7b20bbb584b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d685689c-3e29-4c55-8e10-700891ab9d33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:33,789 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/6fa351b497ca4cebb68b7b20bbb584b3 used request id req-d685689c-3e29-4c55-8e10-700891ab9d33 2018-07-22 15:49:33,789 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-07d30731-bf5f-47a-proj-role 2018-07-22 15:49:33,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/6170cbf08c224dc9abbc6bfa4ad5a6f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afe88ba0-ab05-45be-a194-3de92ca5ab51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:33,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6170cbf08c224dc9abbc6bfa4ad5a6f0 used request id req-afe88ba0-ab05-45be-a194-3de92ca5ab51 2018-07-22 15:49:33,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06330ca28dcfe9f9b4c49ad61b6027836e606d69" 2018-07-22 15:49:33,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d31011a-9781-4f39-a086-27806f094f64 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:33,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6d31011a-9781-4f39-a086-27806f094f64 2018-07-22 15:49:33,990 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-07d30731-bf5f-47a-user 2018-07-22 15:49:33,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/dfb5c1a3d4344987911c5fc970988303 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61b27bf48fcdad788824eec094d0a50147a0d066" 2018-07-22 15:49:34,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c83b2d9-83c5-4432-8b95-ab83afcf5e98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:34,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/dfb5c1a3d4344987911c5fc970988303 used request id req-7c83b2d9-83c5-4432-8b95-ab83afcf5e98 2018-07-22 15:49:34,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:34,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["yg27jxoQSt6gOvUI8bSTeQ"], "issued_at": "2018-07-22T15:49:34.000000Z"}} 2018-07-22 15:49:34,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89b22abe7e7c253c47dc6dc236742b6ab07bbc50" 2018-07-22 15:49:34,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-945774aa-7cc8-4dfc-9e0c-13ca032068c9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:34,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-945774aa-7cc8-4dfc-9e0c-13ca032068c9 2018-07-22 15:49:34,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:34,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:34,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["wExSFT1TRbKbyYIRKk4QSA"], "issued_at": "2018-07-22T15:49:34.000000Z"}} 2018-07-22 15:49:35,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:35,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad919688-f1ce-4c32-9fce-c63f1b32e939 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:35,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ad919688-f1ce-4c32-9fce-c63f1b32e939 2018-07-22 15:49:35,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:35,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:35,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-10789876-20b5-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:35,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518d0839-e284-4520-9727-b04fb2583070 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-10789876-20b5-49b-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:35,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-10789876-20b5-49b-proj used request id req-518d0839-e284-4520-9727-b04fb2583070 2018-07-22 15:49:35,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:35,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8166a0e-7571-4c75-9919-d26c3f5d50e6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:35,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b8166a0e-7571-4c75-9919-d26c3f5d50e6 2018-07-22 15:49:35,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj"}}' 2018-07-22 15:49:35,309 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d298726-6957-4c10-b34e-44eed0937582 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c3fc2286e9a243cfbd04ca94a18aa1b7"}, "tags": [], "enabled": true, "id": "c3fc2286e9a243cfbd04ca94a18aa1b7", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj"}} 2018-07-22 15:49:35,309 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2d298726-6957-4c10-b34e-44eed0937582 2018-07-22 15:49:35,309 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-10789876-20b5-49b-proj 2018-07-22 15:49:35,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:35,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:35,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fT3e_rkcRQyFF5GFNT7N4A"], "issued_at": "2018-07-22T15:49:35.000000Z"}} 2018-07-22 15:49:35,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df2db8c1ff88d47fce7fc4992e57c648c08cf8aa" 2018-07-22 15:49:35,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10750567-0f36-4d85-b7d4-e999ec9708fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:35,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-10750567-0f36-4d85-b7d4-e999ec9708fb 2018-07-22 15:49:35,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:35,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:35,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df2db8c1ff88d47fce7fc4992e57c648c08cf8aa" 2018-07-22 15:49:35,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4fb9c07-ab6b-4387-8d4d-dec5c6c2d906 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:35,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b4fb9c07-ab6b-4387-8d4d-dec5c6c2d906 2018-07-22 15:49:35,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-10789876-20b5-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df2db8c1ff88d47fce7fc4992e57c648c08cf8aa" 2018-07-22 15:49:35,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b17b66-3b34-4d57-aa41-5b8a55a07a77 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-10789876-20b5-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c3fc2286e9a243cfbd04ca94a18aa1b7"}, "tags": [], "enabled": true, "id": "c3fc2286e9a243cfbd04ca94a18aa1b7", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj"}]} 2018-07-22 15:49:35,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-10789876-20b5-49b-proj used request id req-35b17b66-3b34-4d57-aa41-5b8a55a07a77 2018-07-22 15:49:35,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df2db8c1ff88d47fce7fc4992e57c648c08cf8aa" 2018-07-22 15:49:35,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbaf5030-443c-4daf-aadf-d47891376e06 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:35,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-cbaf5030-443c-4daf-aadf-d47891376e06 2018-07-22 15:49:36,291 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-10789876-20b5-49b-user 2018-07-22 15:49:36,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:36,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:36,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8fba744-2cad-472a-a90e-d054a46b822a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:36,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c8fba744-2cad-472a-a90e-d054a46b822a 2018-07-22 15:49:36,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" -d '{"role": {"name": "CreateImageSuccessTests-10789876-20b5-49b-proj-role"}}' 2018-07-22 15:49:36,482 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37d6cd4d-8805-4dfe-bf4f-4abbaf39dbc2 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8e9a3ded35b448b0815df76d9a2824d5", "links": {"self": "http://172.30.9.28:5000/v3/roles/8e9a3ded35b448b0815df76d9a2824d5"}, "name": "CreateImageSuccessTests-10789876-20b5-49b-proj-role"}} 2018-07-22 15:49:36,482 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-37d6cd4d-8805-4dfe-bf4f-4abbaf39dbc2 2018-07-22 15:49:36,483 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-10789876-20b5-49b-proj-role 2018-07-22 15:49:36,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/8e9a3ded35b448b0815df76d9a2824d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:36,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc702f28-8e34-4286-a637-2b1de6df67cf Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8e9a3ded35b448b0815df76d9a2824d5", "links": {"self": "http://172.30.9.28:5000/v3/roles/8e9a3ded35b448b0815df76d9a2824d5"}, "name": "CreateImageSuccessTests-10789876-20b5-49b-proj-role"}} 2018-07-22 15:49:36,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/8e9a3ded35b448b0815df76d9a2824d5 used request id req-cc702f28-8e34-4286-a637-2b1de6df67cf 2018-07-22 15:49:36,569 - keystone_utils - INFO - Granting role CreateImageSuccessTests-10789876-20b5-49b-proj-role to project CreateImageSuccessTests-10789876-20b5-49b-proj 2018-07-22 15:49:36,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c3fc2286e9a243cfbd04ca94a18aa1b7/users/7c86822a98a447c581a995f60174749d/roles/8e9a3ded35b448b0815df76d9a2824d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:36,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5dbc7c9-b044-44d9-9cba-1aedaebf6695 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:36,692 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c3fc2286e9a243cfbd04ca94a18aa1b7/users/7c86822a98a447c581a995f60174749d/roles/8e9a3ded35b448b0815df76d9a2824d5 used request id req-c5dbc7c9-b044-44d9-9cba-1aedaebf6695 2018-07-22 15:49:36,693 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:49:36,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:36,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:37,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9a3ded35b448b0815df76d9a2824d5", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj-role"}], "expires_at": "2018-07-22T16:49:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3fc2286e9a243cfbd04ca94a18aa1b7", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-10789876-20b5-49b-user", "id": "7c86822a98a447c581a995f60174749d"}, "audit_ids": ["yMqXdNZBTC-Kq2WvjaGIbQ"], "issued_at": "2018-07-22T15:49:37.000000Z"}} 2018-07-22 15:49:37,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" 2018-07-22 15:49:37,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b640a17-1bcf-4c89-aae4-d71c4771b9e0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:37,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7b640a17-1bcf-4c89-aae4-d71c4771b9e0 2018-07-22 15:49:37,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" 2018-07-22 15:49:37,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-dd153353-6f08-42e1-a530-b29bff51cf44 Date: Sun, 22 Jul 2018 15:49:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828"} 2018-07-22 15:49:37,339 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 used request id req-dd153353-6f08-42e1-a530-b29bff51cf44 2018-07-22 15:49:37,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" 2018-07-22 15:49:37,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4595b851-1608-4e66-bd3e-48385b0a7167 Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:37,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4595b851-1608-4e66-bd3e-48385b0a7167 2018-07-22 15:49:37,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828"}' 2018-07-22 15:49:37,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cd9f2ccd-0b4e-4eb2-9008-f65ced8a5e7f Date: Sun, 22 Jul 2018 15:49:37 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "min_disk": 0, "protected": false, "id": "65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "file": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/file", "checksum": null, "owner": "c3fc2286e9a243cfbd04ca94a18aa1b7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:37,417 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-cd9f2ccd-0b4e-4eb2-9008-f65ced8a5e7f 2018-07-22 15:49:37,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" -d '' 2018-07-22 15:49:38,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d9a191b-1c9e-4467-96f3-a23d642d0302 Date: Sun, 22 Jul 2018 15:49:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:38,618 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/file used request id req-3d9a191b-1c9e-4467-96f3-a23d642d0302 2018-07-22 15:49:38,618 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:49:38,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" 2018-07-22 15:49:38,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-02bf6bcd-9827-4074-999d-e572fc233f27 Date: Sun, 22 Jul 2018 15:49:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:38Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/snap", "metadata": {}}], "self": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "min_disk": 0, "protected": false, "id": "65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "file": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c3fc2286e9a243cfbd04ca94a18aa1b7", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:38,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c used request id req-02bf6bcd-9827-4074-999d-e572fc233f27 2018-07-22 15:49:38,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" 2018-07-22 15:49:38,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-25b00321-eaad-4218-bca4-6bfb7cd73753 Date: Sun, 22 Jul 2018 15:49:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:38,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-25b00321-eaad-4218-bca4-6bfb7cd73753 2018-07-22 15:49:38,650 - create_image - INFO - Created image with name - CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 2018-07-22 15:49:38,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" 2018-07-22 15:49:38,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-5620a2ab-763c-44bc-96b6-085cea59d96b Date: Sun, 22 Jul 2018 15:49:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:38Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/snap", "metadata": {}}], "self": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "min_disk": 0, "protected": false, "id": "65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "file": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c3fc2286e9a243cfbd04ca94a18aa1b7", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:38,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c used request id req-5620a2ab-763c-44bc-96b6-085cea59d96b 2018-07-22 15:49:38,669 - create_image - DEBUG - Instance status is - active 2018-07-22 15:49:38,669 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 2018-07-22 15:49:38,669 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 2018-07-22 15:49:38,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:39,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9a3ded35b448b0815df76d9a2824d5", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj-role"}], "expires_at": "2018-07-22T16:49:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3fc2286e9a243cfbd04ca94a18aa1b7", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-10789876-20b5-49b-user", "id": "7c86822a98a447c581a995f60174749d"}, "audit_ids": ["Mcg77y-qRBy3hy1vYTd1MQ"], "issued_at": "2018-07-22T15:49:39.000000Z"}} 2018-07-22 15:49:39,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a4f86310c813392db8a5d8df3c9f894878a5f09" 2018-07-22 15:49:39,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f6f51c23-2c0d-4524-ab87-0d3de762c83a Date: Sun, 22 Jul 2018 15:49:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:38Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/snap", "metadata": {}}], "self": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "min_disk": 0, "protected": false, "id": "65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "file": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c3fc2286e9a243cfbd04ca94a18aa1b7", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828"} 2018-07-22 15:49:39,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 used request id req-f6f51c23-2c0d-4524-ab87-0d3de762c83a 2018-07-22 15:49:39,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a4f86310c813392db8a5d8df3c9f894878a5f09" 2018-07-22 15:49:39,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f03cb2ed-b684-4cab-aaef-72aba7fa622c Date: Sun, 22 Jul 2018 15:49:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:39,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f03cb2ed-b684-4cab-aaef-72aba7fa622c 2018-07-22 15:49:39,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:39,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:39,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9a3ded35b448b0815df76d9a2824d5", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj-role"}], "expires_at": "2018-07-22T16:49:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3fc2286e9a243cfbd04ca94a18aa1b7", "name": "CreateImageSuccessTests-10789876-20b5-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c3fc2286e9a243cfbd04ca94a18aa1b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-10789876-20b5-49b-user", "id": "7c86822a98a447c581a995f60174749d"}, "audit_ids": ["01abC8wSSaiK0farEGgodA"], "issued_at": "2018-07-22T15:49:39.000000Z"}} 2018-07-22 15:49:39,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e2e6b5b426df3c9517b086eac57dd4a1edb5213" 2018-07-22 15:49:39,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99507a04-95b4-4170-a127-f02c6d3a6600 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:39,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-99507a04-95b4-4170-a127-f02c6d3a6600 2018-07-22 15:49:39,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e2e6b5b426df3c9517b086eac57dd4a1edb5213" 2018-07-22 15:49:39,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-6533c0c7-c707-43df-94f0-a60b7f0a7997 Date: Sun, 22 Jul 2018 15:49:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:38Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/snap", "metadata": {}}], "self": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "min_disk": 0, "protected": false, "id": "65934d7f-ba2f-4b57-b4c2-b1238c54be9c", "file": "/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c3fc2286e9a243cfbd04ca94a18aa1b7", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828"} 2018-07-22 15:49:39,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 used request id req-6533c0c7-c707-43df-94f0-a60b7f0a7997 2018-07-22 15:49:39,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e2e6b5b426df3c9517b086eac57dd4a1edb5213" 2018-07-22 15:49:39,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b07f3411-bcdb-408c-8861-5d9904500855 Date: Sun, 22 Jul 2018 15:49:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:49:39,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b07f3411-bcdb-408c-8861-5d9904500855 2018-07-22 15:49:40,001 - create_image - INFO - Found image with name - CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 2018-07-22 15:49:40,001 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-8809dc7f-8ec9-4446-b7e7-10a62bee1828 2018-07-22 15:49:40,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5aa7e902f3134a3ead9812fbe6efeeb2e82eb2f5" 2018-07-22 15:49:40,632 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a694e0fb-fcff-496d-8707-fe5e49790b82 Date: Sun, 22 Jul 2018 15:49:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:49:40,633 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/65934d7f-ba2f-4b57-b4c2-b1238c54be9c used request id req-a694e0fb-fcff-496d-8707-fe5e49790b82 2018-07-22 15:49:40,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:40,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-038fc13e-b2e0-4df9-b033-a15e711c3783 Date: Sun, 22 Jul 2018 15:49:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:40,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-038fc13e-b2e0-4df9-b033-a15e711c3783 2018-07-22 15:49:40,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:40,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111f758b-0169-4ee5-92c7-c461fcac133c 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:40,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-111f758b-0169-4ee5-92c7-c461fcac133c 2018-07-22 15:49:40,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,060 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-132f7673-046c-40e0-b0c3-411cb1ed6469 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:41,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-132f7673-046c-40e0-b0c3-411cb1ed6469 2018-07-22 15:49:41,061 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:41,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,142 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea05a0bd-1a2d-4a60-80d5-197354b456bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:41,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-ea05a0bd-1a2d-4a60-80d5-197354b456bf 2018-07-22 15:49:41,142 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:41,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,225 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-348a5fdf-0b1b-474b-806f-3018f7ed025c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:41,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-348a5fdf-0b1b-474b-806f-3018f7ed025c 2018-07-22 15:49:41,226 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:41,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e544cbf8-65ce-435e-979b-c719f70bde7c 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:41,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-e544cbf8-65ce-435e-979b-c719f70bde7c 2018-07-22 15:49:41,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,395 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4214e0c9-70ec-48bf-b7f7-d5de06f8fb8a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:41,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-4214e0c9-70ec-48bf-b7f7-d5de06f8fb8a 2018-07-22 15:49:41,395 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:41,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,481 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5515d1e-b655-4103-846c-83ff5d477025 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:41,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-c5515d1e-b655-4103-846c-83ff5d477025 2018-07-22 15:49:41,481 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:41,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,566 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6b34668-5f28-4db3-b847-1535cf0b8b16 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:41,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-d6b34668-5f28-4db3-b847-1535cf0b8b16 2018-07-22 15:49:41,567 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:41,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,649 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffc2d3cb-d07c-4cf7-9f14-85a37c30a57a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:41,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-ffc2d3cb-d07c-4cf7-9f14-85a37c30a57a 2018-07-22 15:49:41,649 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:41,650 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-10789876-20b5-49b-proj 2018-07-22 15:49:41,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c3fc2286e9a243cfbd04ca94a18aa1b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7754376e-4e03-49bf-bca0-907edf320a3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:41,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c3fc2286e9a243cfbd04ca94a18aa1b7 used request id req-7754376e-4e03-49bf-bca0-907edf320a3c 2018-07-22 15:49:41,856 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-10789876-20b5-49b-proj-role 2018-07-22 15:49:41,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/8e9a3ded35b448b0815df76d9a2824d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:41,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce57acad-d651-481c-a75a-43b364022c14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:41,957 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8e9a3ded35b448b0815df76d9a2824d5 used request id req-ce57acad-d651-481c-a75a-43b364022c14 2018-07-22 15:49:41,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d59fcf41d9e920650d9fc459cc1357b5f8cd26" 2018-07-22 15:49:42,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b92df90-6eec-436e-a6ff-b708f59c6798 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:42,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5b92df90-6eec-436e-a6ff-b708f59c6798 2018-07-22 15:49:42,044 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-10789876-20b5-49b-user 2018-07-22 15:49:42,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7c86822a98a447c581a995f60174749d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df2db8c1ff88d47fce7fc4992e57c648c08cf8aa" 2018-07-22 15:49:42,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd1ae7fe-df12-4f45-bbfb-c9e28ecb7cc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:42,207 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7c86822a98a447c581a995f60174749d used request id req-dd1ae7fe-df12-4f45-bbfb-c9e28ecb7cc1 2018-07-22 15:49:42,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:42,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["0k3hV3UnRrOvOxT2s6l4Qg"], "issued_at": "2018-07-22T15:49:42.000000Z"}} 2018-07-22 15:49:42,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14be44bd3366d4c824937ded24aafca86a36b088" 2018-07-22 15:49:42,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1acfa0c-33c1-426e-80aa-9c35df2507b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:42,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b1acfa0c-33c1-426e-80aa-9c35df2507b5 2018-07-22 15:49:42,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:42,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:43,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["uwxk5j1vTrinW2HXtRbR-A"], "issued_at": "2018-07-22T15:49:43.000000Z"}} 2018-07-22 15:49:43,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:43,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bc34f32-bdee-43dc-b553-59e4306f587d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:43,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1bc34f32-bdee-43dc-b553-59e4306f587d 2018-07-22 15:49:43,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:43,150 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:43,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7574f927-a77b-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:43,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ded0e17-7309-450d-8d7f-4f42f946153f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7574f927-a77b-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:43,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-7574f927-a77b-4cc-proj used request id req-3ded0e17-7309-450d-8d7f-4f42f946153f 2018-07-22 15:49:43,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:43,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed6e4f7c-99b4-4965-affa-72a5a1cf9b5f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:43,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ed6e4f7c-99b4-4965-affa-72a5a1cf9b5f 2018-07-22 15:49:43,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-7574f927-a77b-4cc-proj"}}' 2018-07-22 15:49:43,387 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f1d1e21-6994-4071-a7e2-d2d79b4a46a6 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5be524338f044eae98be65f9afa46148"}, "tags": [], "enabled": true, "id": "5be524338f044eae98be65f9afa46148", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-7574f927-a77b-4cc-proj"}} 2018-07-22 15:49:43,388 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9f1d1e21-6994-4071-a7e2-d2d79b4a46a6 2018-07-22 15:49:43,388 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-7574f927-a77b-4cc-proj 2018-07-22 15:49:43,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:43,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:43,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4CIyXiyJQVWES_GVE9Mpow"], "issued_at": "2018-07-22T15:49:43.000000Z"}} 2018-07-22 15:49:43,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4728592ab11d55c7bdcba50c7da8d0a37d6c5999" 2018-07-22 15:49:43,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906d18a0-6521-4fb3-83c8-24802db2b345 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:43,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-906d18a0-6521-4fb3-83c8-24802db2b345 2018-07-22 15:49:43,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:43,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:43,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4728592ab11d55c7bdcba50c7da8d0a37d6c5999" 2018-07-22 15:49:43,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b6a02d-8f2a-418d-a241-2c1d52737c60 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:43,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b9b6a02d-8f2a-418d-a241-2c1d52737c60 2018-07-22 15:49:43,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-7574f927-a77b-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4728592ab11d55c7bdcba50c7da8d0a37d6c5999" 2018-07-22 15:49:44,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e34e6794-37f1-460f-b102-0a4e2e27c59a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-7574f927-a77b-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5be524338f044eae98be65f9afa46148"}, "tags": [], "enabled": true, "id": "5be524338f044eae98be65f9afa46148", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-7574f927-a77b-4cc-proj"}]} 2018-07-22 15:49:44,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-7574f927-a77b-4cc-proj used request id req-e34e6794-37f1-460f-b102-0a4e2e27c59a 2018-07-22 15:49:44,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4728592ab11d55c7bdcba50c7da8d0a37d6c5999" 2018-07-22 15:49:44,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0330cb4-3705-4982-a664-64477a930f07 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:44,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a0330cb4-3705-4982-a664-64477a930f07 2018-07-22 15:49:44,515 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-7574f927-a77b-4cc-user 2018-07-22 15:49:44,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:44,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:44,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05824986-c617-410d-99a8-ab3b553ab0a4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:44,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-05824986-c617-410d-99a8-ab3b553ab0a4 2018-07-22 15:49:44,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" -d '{"role": {"name": "CreateImageNegativeTests-7574f927-a77b-4cc-proj-role"}}' 2018-07-22 15:49:44,629 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c498f19e-c728-4f8f-9fcf-9b037e180409 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3b6088c57d14489aaf6676d02dc593ff", "links": {"self": "http://172.30.9.28:5000/v3/roles/3b6088c57d14489aaf6676d02dc593ff"}, "name": "CreateImageNegativeTests-7574f927-a77b-4cc-proj-role"}} 2018-07-22 15:49:44,629 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c498f19e-c728-4f8f-9fcf-9b037e180409 2018-07-22 15:49:44,630 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-7574f927-a77b-4cc-proj-role 2018-07-22 15:49:44,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3b6088c57d14489aaf6676d02dc593ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:44,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f03c02f5-dca0-4671-a8c3-ff24f314715d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3b6088c57d14489aaf6676d02dc593ff", "links": {"self": "http://172.30.9.28:5000/v3/roles/3b6088c57d14489aaf6676d02dc593ff"}, "name": "CreateImageNegativeTests-7574f927-a77b-4cc-proj-role"}} 2018-07-22 15:49:44,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3b6088c57d14489aaf6676d02dc593ff used request id req-f03c02f5-dca0-4671-a8c3-ff24f314715d 2018-07-22 15:49:44,719 - keystone_utils - INFO - Granting role CreateImageNegativeTests-7574f927-a77b-4cc-proj-role to project CreateImageNegativeTests-7574f927-a77b-4cc-proj 2018-07-22 15:49:44,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5be524338f044eae98be65f9afa46148/users/3190b1e0b5214e479e3b65e0c9526620/roles/3b6088c57d14489aaf6676d02dc593ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:44,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cb2dbff-5dd9-4edf-8553-c364b62145c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:44,841 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5be524338f044eae98be65f9afa46148/users/3190b1e0b5214e479e3b65e0c9526620/roles/3b6088c57d14489aaf6676d02dc593ff used request id req-7cb2dbff-5dd9-4edf-8553-c364b62145c4 2018-07-22 15:49:44,841 - openstack_tests - DEBUG - Image metadata - None 2018-07-22 15:49:44,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:44,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:45,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b6088c57d14489aaf6676d02dc593ff", "name": "CreateImageNegativeTests-7574f927-a77b-4cc-proj-role"}], "expires_at": "2018-07-22T16:49:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5be524338f044eae98be65f9afa46148", "name": "CreateImageNegativeTests-7574f927-a77b-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/5be524338f044eae98be65f9afa46148", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/5be524338f044eae98be65f9afa46148", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/5be524338f044eae98be65f9afa46148", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5be524338f044eae98be65f9afa46148", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/5be524338f044eae98be65f9afa46148", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/5be524338f044eae98be65f9afa46148", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/5be524338f044eae98be65f9afa46148", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/5be524338f044eae98be65f9afa46148", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/5be524338f044eae98be65f9afa46148", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5be524338f044eae98be65f9afa46148", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/5be524338f044eae98be65f9afa46148", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/5be524338f044eae98be65f9afa46148", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5be524338f044eae98be65f9afa46148", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_5be524338f044eae98be65f9afa46148", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-7574f927-a77b-4cc-user", "id": "3190b1e0b5214e479e3b65e0c9526620"}, "audit_ids": ["KmabzcgdRCuLPmmgpYz8MA"], "issued_at": "2018-07-22T15:49:45.000000Z"}} 2018-07-22 15:49:45,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e41df44b9ece966c125f01ec8729925c223e274" 2018-07-22 15:49:45,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0821694a-dab2-4f14-881b-d6e387ba78c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:45,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0821694a-dab2-4f14-881b-d6e387ba78c2 2018-07-22 15:49:45,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-a08b3fa2-ff04-4e49-8335-1c79c13645f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e41df44b9ece966c125f01ec8729925c223e274" 2018-07-22 15:49:45,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-4d747514-ef87-4712-b111-8fd4904d5ee6 Date: Sun, 22 Jul 2018 15:49:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-a08b3fa2-ff04-4e49-8335-1c79c13645f8"} 2018-07-22 15:49:45,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-a08b3fa2-ff04-4e49-8335-1c79c13645f8 used request id req-4d747514-ef87-4712-b111-8fd4904d5ee6 2018-07-22 15:49:45,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e41df44b9ece966c125f01ec8729925c223e274" 2018-07-22 15:49:45,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e0e05766-58f2-4f2a-98d3-64d2b3cdaf54 Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:45,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e0e05766-58f2-4f2a-98d3-64d2b3cdaf54 2018-07-22 15:49:45,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e41df44b9ece966c125f01ec8729925c223e274" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-a08b3fa2-ff04-4e49-8335-1c79c13645f8"}' 2018-07-22 15:49:45,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a3a1fa6e-e201-4883-ba95-c8ec542985d2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f26ba2c6-44c5-4b19-8014-d12fa176d1ed Date: Sun, 22 Jul 2018 15:49:45 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-a08b3fa2-ff04-4e49-8335-1c79c13645f8", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:49:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:49:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/a3a1fa6e-e201-4883-ba95-c8ec542985d2", "min_disk": 0, "protected": false, "id": "a3a1fa6e-e201-4883-ba95-c8ec542985d2", "file": "/v2/images/a3a1fa6e-e201-4883-ba95-c8ec542985d2/file", "checksum": null, "owner": "5be524338f044eae98be65f9afa46148", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:49:45,967 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f26ba2c6-44c5-4b19-8014-d12fa176d1ed 2018-07-22 15:49:45,975 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-07-22 15:49:45,975 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-a08b3fa2-ff04-4e49-8335-1c79c13645f8 2018-07-22 15:49:45,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/a3a1fa6e-e201-4883-ba95-c8ec542985d2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e41df44b9ece966c125f01ec8729925c223e274" 2018-07-22 15:49:46,046 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91892320-2e4e-45e3-b0a8-39d15223b579 Date: Sun, 22 Jul 2018 15: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-07-22 15:49:46,046 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a3a1fa6e-e201-4883-ba95-c8ec542985d2 used request id req-91892320-2e4e-45e3-b0a8-39d15223b579 2018-07-22 15:49:46,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-7143e128-bceb-44a1-b965-d44fa46af3ad Date: Sun, 22 Jul 2018 15:49:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:46,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-7143e128-bceb-44a1-b965-d44fa46af3ad 2018-07-22 15:49:46,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c889bd03-6104-4d7a-b812-2a582f457030 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:46,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-c889bd03-6104-4d7a-b812-2a582f457030 2018-07-22 15:49:46,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,488 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f1d2c00-6835-44c5-a1f2-77335acb9699 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:46,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-7f1d2c00-6835-44c5-a1f2-77335acb9699 2018-07-22 15:49:46,489 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:46,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,569 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-766b3162-3c58-424b-90f8-ccf185cb71c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:46,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-766b3162-3c58-424b-90f8-ccf185cb71c4 2018-07-22 15:49:46,570 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:46,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,654 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb22d05e-b7d2-43d8-b8d8-cb020f654623 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:46,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-eb22d05e-b7d2-43d8-b8d8-cb020f654623 2018-07-22 15:49:46,654 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:46,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aee0784-a6bb-4c7c-91cb-b8f676f050f7 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:46,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-4aee0784-a6bb-4c7c-91cb-b8f676f050f7 2018-07-22 15:49:46,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,820 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94da6791-57f3-4b1e-be31-25b772612b70 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:46,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-94da6791-57f3-4b1e-be31-25b772612b70 2018-07-22 15:49:46,820 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:46,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,906 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa460cf0-471d-47b2-82fd-ae71a49acd68 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:46,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-fa460cf0-471d-47b2-82fd-ae71a49acd68 2018-07-22 15:49:46,907 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:46,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:46,991 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f96ad19-1d5b-4df6-8df3-8aeebfe64327 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:46,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-4f96ad19-1d5b-4df6-8df3-8aeebfe64327 2018-07-22 15:49:46,991 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:46,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:47,075 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04e8e993-d7b2-4ab7-8ed8-94a1507a6735 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:47,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-04e8e993-d7b2-4ab7-8ed8-94a1507a6735 2018-07-22 15:49:47,076 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:47,077 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-7574f927-a77b-4cc-proj 2018-07-22 15:49:47,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5be524338f044eae98be65f9afa46148 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:47,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12a6a7f6-fe3c-4787-bcaf-f90582228d48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:47,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5be524338f044eae98be65f9afa46148 used request id req-12a6a7f6-fe3c-4787-bcaf-f90582228d48 2018-07-22 15:49:47,276 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-7574f927-a77b-4cc-proj-role 2018-07-22 15:49:47,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3b6088c57d14489aaf6676d02dc593ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:47,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dfd9758-425e-4077-8715-cd665f072f6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:47,395 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3b6088c57d14489aaf6676d02dc593ff used request id req-6dfd9758-425e-4077-8715-cd665f072f6e 2018-07-22 15:49:47,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33c34697b3432038bef357eaaf9a0f6619d8d97" 2018-07-22 15:49:47,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7126ba46-1cf3-42b9-884a-259de52eb6e9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:47,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7126ba46-1cf3-42b9-884a-259de52eb6e9 2018-07-22 15:49:47,485 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-7574f927-a77b-4cc-user 2018-07-22 15:49:47,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3190b1e0b5214e479e3b65e0c9526620 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4728592ab11d55c7bdcba50c7da8d0a37d6c5999" 2018-07-22 15:49:47,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56976c40-c051-4572-bbe7-b05af91d1f29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:47,652 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3190b1e0b5214e479e3b65e0c9526620 used request id req-56976c40-c051-4572-bbe7-b05af91d1f29 2018-07-22 15:49:47,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:48,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Xd0aVJeWTnScjiX0HX0Jfg"], "issued_at": "2018-07-22T15:49:48.000000Z"}} 2018-07-22 15:49:48,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fafea56d7f3bbe63bf7b3122c2bc39e927ddfda" 2018-07-22 15:49:48,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3bfddd7-cc24-49cc-814c-6c021184300a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:48,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f3bfddd7-cc24-49cc-814c-6c021184300a 2018-07-22 15:49:48,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:48,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:48,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["zzUbGtm7RLG0_-q5EFSj_g"], "issued_at": "2018-07-22T15:49:48.000000Z"}} 2018-07-22 15:49:48,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:48,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd8fcff-8c4e-4eff-8710-b10153cd9905 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:48,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-edd8fcff-8c4e-4eff-8710-b10153cd9905 2018-07-22 15:49:48,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:48,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:48,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-15a11193-c7a4-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:48,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-703c3cd0-9772-48e6-bcad-eab85c32f37b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-15a11193-c7a4-491-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:48,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-15a11193-c7a4-491-proj used request id req-703c3cd0-9772-48e6-bcad-eab85c32f37b 2018-07-22 15:49:48,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:48,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be9253ec-cf3c-40bb-aaf7-11e89f2cf284 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:48,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-be9253ec-cf3c-40bb-aaf7-11e89f2cf284 2018-07-22 15:49:48,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-15a11193-c7a4-491-proj"}}' 2018-07-22 15:49:48,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2c27c6d-1b8b-4ae7-b3ff-9f7131206cdf Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2f9b6fc1098a42ad81e11100c80a909c"}, "tags": [], "enabled": true, "id": "2f9b6fc1098a42ad81e11100c80a909c", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-15a11193-c7a4-491-proj"}} 2018-07-22 15:49:48,893 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a2c27c6d-1b8b-4ae7-b3ff-9f7131206cdf 2018-07-22 15:49:48,894 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-15a11193-c7a4-491-proj 2018-07-22 15:49:48,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:48,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:49,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["qj9XGVRuQW-rnwfMFD6DtA"], "issued_at": "2018-07-22T15:49:49.000000Z"}} 2018-07-22 15:49:49,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f7c3486b8889558b14678f4b4de188138fa104" 2018-07-22 15:49:49,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9ee8e8-2095-410a-ac0d-32d167fe98d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:49,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1a9ee8e8-2095-410a-ac0d-32d167fe98d8 2018-07-22 15:49:49,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:49,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:49,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f7c3486b8889558b14678f4b4de188138fa104" 2018-07-22 15:49:49,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-710e97c2-5459-416d-b245-6101318a88c5 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:49,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-710e97c2-5459-416d-b245-6101318a88c5 2018-07-22 15:49:49,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-15a11193-c7a4-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f7c3486b8889558b14678f4b4de188138fa104" 2018-07-22 15:49:49,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceb4963a-51d9-4139-ac89-68d95544bdab Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-15a11193-c7a4-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2f9b6fc1098a42ad81e11100c80a909c"}, "tags": [], "enabled": true, "id": "2f9b6fc1098a42ad81e11100c80a909c", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-15a11193-c7a4-491-proj"}]} 2018-07-22 15:49:49,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-15a11193-c7a4-491-proj used request id req-ceb4963a-51d9-4139-ac89-68d95544bdab 2018-07-22 15:49:49,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f7c3486b8889558b14678f4b4de188138fa104" 2018-07-22 15:49:49,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c054654-8f7f-448b-9b17-ba7be9c4f8b2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:49,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9c054654-8f7f-448b-9b17-ba7be9c4f8b2 2018-07-22 15:49:49,878 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-15a11193-c7a4-491-user 2018-07-22 15:49:49,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:49,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:49,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc93a51-1589-4ba7-a9c0-3e852e9d6f85 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:49,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1fc93a51-1589-4ba7-a9c0-3e852e9d6f85 2018-07-22 15:49:49,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" -d '{"role": {"name": "CreateImageNegativeTests-15a11193-c7a4-491-proj-role"}}' 2018-07-22 15:49:50,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a392cd7-1477-41ac-8124-3e3185ae84bb Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0bbf119eac4a4abdb4010a30ca94857a", "links": {"self": "http://172.30.9.28:5000/v3/roles/0bbf119eac4a4abdb4010a30ca94857a"}, "name": "CreateImageNegativeTests-15a11193-c7a4-491-proj-role"}} 2018-07-22 15:49:50,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-5a392cd7-1477-41ac-8124-3e3185ae84bb 2018-07-22 15:49:50,065 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-15a11193-c7a4-491-proj-role 2018-07-22 15:49:50,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/0bbf119eac4a4abdb4010a30ca94857a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:50,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-002db228-da61-43d2-a88f-42385b95158b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0bbf119eac4a4abdb4010a30ca94857a", "links": {"self": "http://172.30.9.28:5000/v3/roles/0bbf119eac4a4abdb4010a30ca94857a"}, "name": "CreateImageNegativeTests-15a11193-c7a4-491-proj-role"}} 2018-07-22 15:49:50,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/0bbf119eac4a4abdb4010a30ca94857a used request id req-002db228-da61-43d2-a88f-42385b95158b 2018-07-22 15:49:50,153 - keystone_utils - INFO - Granting role CreateImageNegativeTests-15a11193-c7a4-491-proj-role to project CreateImageNegativeTests-15a11193-c7a4-491-proj 2018-07-22 15:49:50,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2f9b6fc1098a42ad81e11100c80a909c/users/e24e12c106884f3c828631a58ac9fb3e/roles/0bbf119eac4a4abdb4010a30ca94857a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:50,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aee80cc0-78e7-4e55-bf57-3851dac624ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:50,284 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2f9b6fc1098a42ad81e11100c80a909c/users/e24e12c106884f3c828631a58ac9fb3e/roles/0bbf119eac4a4abdb4010a30ca94857a used request id req-aee80cc0-78e7-4e55-bf57-3851dac624ec 2018-07-22 15:49:50,284 - openstack_tests - DEBUG - Image metadata - None 2018-07-22 15:49:50,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:50,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:50,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0bbf119eac4a4abdb4010a30ca94857a", "name": "CreateImageNegativeTests-15a11193-c7a4-491-proj-role"}], "expires_at": "2018-07-22T16:49:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f9b6fc1098a42ad81e11100c80a909c", "name": "CreateImageNegativeTests-15a11193-c7a4-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2f9b6fc1098a42ad81e11100c80a909c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2f9b6fc1098a42ad81e11100c80a909c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2f9b6fc1098a42ad81e11100c80a909c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2f9b6fc1098a42ad81e11100c80a909c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2f9b6fc1098a42ad81e11100c80a909c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2f9b6fc1098a42ad81e11100c80a909c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2f9b6fc1098a42ad81e11100c80a909c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2f9b6fc1098a42ad81e11100c80a909c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2f9b6fc1098a42ad81e11100c80a909c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2f9b6fc1098a42ad81e11100c80a909c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2f9b6fc1098a42ad81e11100c80a909c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2f9b6fc1098a42ad81e11100c80a909c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2f9b6fc1098a42ad81e11100c80a909c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2f9b6fc1098a42ad81e11100c80a909c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-15a11193-c7a4-491-user", "id": "e24e12c106884f3c828631a58ac9fb3e"}, "audit_ids": ["YcufLdHdTparvVmiRfVeKw"], "issued_at": "2018-07-22T15:49:50.000000Z"}} 2018-07-22 15:49:50,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7e03d20b1dddf4c2d3d48840ea97f64f0b8c91" 2018-07-22 15:49:50,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e384272-33cf-405f-9321-db9105d47910 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:50,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5e384272-33cf-405f-9321-db9105d47910 2018-07-22 15:49:50,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-cd5762a8-8788-4d7a-abcb-cb2491113142 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac7e03d20b1dddf4c2d3d48840ea97f64f0b8c91" 2018-07-22 15:49:50,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-d4dfbb36-2782-4250-9079-ec21e424c4f4 Date: Sun, 22 Jul 2018 15:49:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-cd5762a8-8788-4d7a-abcb-cb2491113142"} 2018-07-22 15:49:50,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-cd5762a8-8788-4d7a-abcb-cb2491113142 used request id req-d4dfbb36-2782-4250-9079-ec21e424c4f4 2018-07-22 15:49:50,936 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-07-22 15:49:50,937 - file_utils - DEBUG - Saving file to - /tmp/f5e28ac2-6647-44c7-bf07-fcf70c3ab4b5 2018-07-22 15:49:51,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac7e03d20b1dddf4c2d3d48840ea97f64f0b8c91" 2018-07-22 15:49:51,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9575682e-8a1c-4b8a-8f2a-417b025f51d9 Date: Sun, 22 Jul 2018 15:49: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-07-22 15:49:51,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-9575682e-8a1c-4b8a-8f2a-417b025f51d9 2018-07-22 15:49:51,216 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-07-22 15:49:51,216 - glance_utils - DEBUG - Closing file ./tmp/f5e28ac2-6647-44c7-bf07-fcf70c3ab4b5 2018-07-22 15:49:51,217 - glance_utils - INFO - Removing file ./tmp/f5e28ac2-6647-44c7-bf07-fcf70c3ab4b5 2018-07-22 15:49:51,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:51,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-1e8c1f8a-6c2b-4bc2-b243-209080c637ea Date: Sun, 22 Jul 2018 15:49:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:51,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1e8c1f8a-6c2b-4bc2-b243-209080c637ea 2018-07-22 15:49:51,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc7bea6-66b2-4616-97f7-10e46b060119 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:52,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-6cc7bea6-66b2-4616-97f7-10e46b060119 2018-07-22 15:49:52,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36b89f65-1db8-4873-b340-46969ed7dd7d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:52,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-36b89f65-1db8-4873-b340-46969ed7dd7d 2018-07-22 15:49:52,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:52,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,174 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98f4b932-a78e-4866-becc-34fe6bea696d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:52,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-98f4b932-a78e-4866-becc-34fe6bea696d 2018-07-22 15:49:52,174 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:52,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,253 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3842de26-57df-40f8-af2e-18ebc648e513 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:52,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-3842de26-57df-40f8-af2e-18ebc648e513 2018-07-22 15:49:52,254 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:52,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d757a6f-fe32-4f43-8eff-f83be6df3e6d 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:52,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-2d757a6f-fe32-4f43-8eff-f83be6df3e6d 2018-07-22 15:49:52,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,425 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-455dfdae-300d-412d-9aa1-de3a992fb631 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:52,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-455dfdae-300d-412d-9aa1-de3a992fb631 2018-07-22 15:49:52,426 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:52,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,512 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b376f2ec-c688-4b40-9230-fe910b0b2b30 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:52,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-b376f2ec-c688-4b40-9230-fe910b0b2b30 2018-07-22 15:49:52,513 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:52,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,531 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38e1228a-e88b-44d5-897f-6b2923072d7b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:52,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-38e1228a-e88b-44d5-897f-6b2923072d7b 2018-07-22 15:49:52,532 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:52,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,616 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2651166f-241f-4719-abf4-c59516791b2c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:52,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-2651166f-241f-4719-abf4-c59516791b2c 2018-07-22 15:49:52,616 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:52,617 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-15a11193-c7a4-491-proj 2018-07-22 15:49:52,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2f9b6fc1098a42ad81e11100c80a909c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f892ec6-8dab-44c2-b9f5-7a915d6e66e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:52,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2f9b6fc1098a42ad81e11100c80a909c used request id req-3f892ec6-8dab-44c2-b9f5-7a915d6e66e1 2018-07-22 15:49:52,807 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-15a11193-c7a4-491-proj-role 2018-07-22 15:49:52,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/0bbf119eac4a4abdb4010a30ca94857a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-424d62de-fedd-4ec8-8c14-50b0b53aaabb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:52,909 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/0bbf119eac4a4abdb4010a30ca94857a used request id req-424d62de-fedd-4ec8-8c14-50b0b53aaabb 2018-07-22 15:49:52,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46fe17c1119d8bb2b1c65fddf56b8c4ef4b700e7" 2018-07-22 15:49:52,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-632a11bd-6336-4620-b9ed-aa0c3a0b5fed Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:52,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-632a11bd-6336-4620-b9ed-aa0c3a0b5fed 2018-07-22 15:49:52,997 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-15a11193-c7a4-491-user 2018-07-22 15:49:53,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e24e12c106884f3c828631a58ac9fb3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50f7c3486b8889558b14678f4b4de188138fa104" 2018-07-22 15:49:53,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09b14611-7043-4a1c-96a3-b6dc5446f099 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:53,154 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e24e12c106884f3c828631a58ac9fb3e used request id req-09b14611-7043-4a1c-96a3-b6dc5446f099 2018-07-22 15:49:53,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:53,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["LpCaUk0_SsyaxoNbcsz8TQ"], "issued_at": "2018-07-22T15:49:53.000000Z"}} 2018-07-22 15:49:53,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56bc0a896843f830d9504bacd5d271d6a2f6f854" 2018-07-22 15:49:53,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1588b96c-48a9-4211-a744-46d5d476b098 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:53,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1588b96c-48a9-4211-a744-46d5d476b098 2018-07-22 15:49:53,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:53,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:54,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["zGXDP0R5RLanoNDrKMiV7g"], "issued_at": "2018-07-22T15:49:54.000000Z"}} 2018-07-22 15:49:54,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:54,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4835fa90-9304-446a-a0a9-374528697dcc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:54,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4835fa90-9304-446a-a0a9-374528697dcc 2018-07-22 15:49:54,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:54,112 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:54,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:54,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4d05ed4-6e75-4c56-a593-a88cdc031cf7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:54,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj used request id req-d4d05ed4-6e75-4c56-a593-a88cdc031cf7 2018-07-22 15:49:54,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:54,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39305cb3-41d9-4a52-b3b1-9bbc0722bb6c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:54,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-39305cb3-41d9-4a52-b3b1-9bbc0722bb6c 2018-07-22 15:49:54,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj"}}' 2018-07-22 15:49:54,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d41706df-09e9-4013-a5b4-6d55068f26d2 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f4b23092e2414f05a02681697dfa2aaa"}, "tags": [], "enabled": true, "id": "f4b23092e2414f05a02681697dfa2aaa", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj"}} 2018-07-22 15:49:54,342 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d41706df-09e9-4013-a5b4-6d55068f26d2 2018-07-22 15:49:54,343 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj 2018-07-22 15:49:54,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:54,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:54,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["u0aYxKEdRYyyLwjDhda9PA"], "issued_at": "2018-07-22T15:49:54.000000Z"}} 2018-07-22 15:49:54,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88af88bfdd606d3186a75a3164001e3d8d321715" 2018-07-22 15:49:54,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97aa800b-491a-434e-9a71-cf34e423fecd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:54,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-97aa800b-491a-434e-9a71-cf34e423fecd 2018-07-22 15:49:54,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:54,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:54,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88af88bfdd606d3186a75a3164001e3d8d321715" 2018-07-22 15:49:55,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fde47397-f2dd-4870-aedd-3fceb9f4ee63 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:55,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fde47397-f2dd-4870-aedd-3fceb9f4ee63 2018-07-22 15:49:55,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88af88bfdd606d3186a75a3164001e3d8d321715" 2018-07-22 15:49:55,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30777a3c-22cf-4fcb-b64c-efac044ec4c6 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f4b23092e2414f05a02681697dfa2aaa"}, "tags": [], "enabled": true, "id": "f4b23092e2414f05a02681697dfa2aaa", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj"}]} 2018-07-22 15:49:55,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj used request id req-30777a3c-22cf-4fcb-b64c-efac044ec4c6 2018-07-22 15:49:55,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88af88bfdd606d3186a75a3164001e3d8d321715" 2018-07-22 15:49:55,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e47ad247-3de7-4eb0-8e82-3b56dded853b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:55,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e47ad247-3de7-4eb0-8e82-3b56dded853b 2018-07-22 15:49:55,558 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-0cae0f97-5ffd-4ed-user 2018-07-22 15:49:55,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:55,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:55,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907c05f8-2251-4852-9d8f-6a1b9d27e70d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:55,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-907c05f8-2251-4852-9d8f-6a1b9d27e70d 2018-07-22 15:49:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" -d '{"role": {"name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj-role"}}' 2018-07-22 15:49:55,742 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f59c868-8d5c-4a41-a295-95c1c76c9d31 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "30f72176642a498aa63b0a14f9ac851f", "links": {"self": "http://172.30.9.28:5000/v3/roles/30f72176642a498aa63b0a14f9ac851f"}, "name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj-role"}} 2018-07-22 15:49:55,742 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4f59c868-8d5c-4a41-a295-95c1c76c9d31 2018-07-22 15:49:55,742 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj-role 2018-07-22 15:49:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/30f72176642a498aa63b0a14f9ac851f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:55,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd354fd-9edf-4250-8245-bd2fdf8c8e37 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "30f72176642a498aa63b0a14f9ac851f", "links": {"self": "http://172.30.9.28:5000/v3/roles/30f72176642a498aa63b0a14f9ac851f"}, "name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj-role"}} 2018-07-22 15:49:55,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/30f72176642a498aa63b0a14f9ac851f used request id req-bbd354fd-9edf-4250-8245-bd2fdf8c8e37 2018-07-22 15:49:55,766 - keystone_utils - INFO - Granting role CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj-role to project CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj 2018-07-22 15:49:55,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f4b23092e2414f05a02681697dfa2aaa/users/9741c20170584a1286bccd560317055c/roles/30f72176642a498aa63b0a14f9ac851f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:55,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05cefde1-c8fa-430b-844e-4ef0650d28d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:55,882 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f4b23092e2414f05a02681697dfa2aaa/users/9741c20170584a1286bccd560317055c/roles/30f72176642a498aa63b0a14f9ac851f used request id req-05cefde1-c8fa-430b-844e-4ef0650d28d2 2018-07-22 15:49:55,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:55,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:56,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "30f72176642a498aa63b0a14f9ac851f", "name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj-role"}], "expires_at": "2018-07-22T16:49:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4b23092e2414f05a02681697dfa2aaa", "name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f4b23092e2414f05a02681697dfa2aaa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f4b23092e2414f05a02681697dfa2aaa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f4b23092e2414f05a02681697dfa2aaa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f4b23092e2414f05a02681697dfa2aaa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f4b23092e2414f05a02681697dfa2aaa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f4b23092e2414f05a02681697dfa2aaa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f4b23092e2414f05a02681697dfa2aaa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f4b23092e2414f05a02681697dfa2aaa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f4b23092e2414f05a02681697dfa2aaa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f4b23092e2414f05a02681697dfa2aaa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f4b23092e2414f05a02681697dfa2aaa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f4b23092e2414f05a02681697dfa2aaa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f4b23092e2414f05a02681697dfa2aaa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f4b23092e2414f05a02681697dfa2aaa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-0cae0f97-5ffd-4ed-user", "id": "9741c20170584a1286bccd560317055c"}, "audit_ids": ["g5JvlBjXQu6O_0AZz12IAQ"], "issued_at": "2018-07-22T15:49:56.000000Z"}} 2018-07-22 15:49:56,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0214902ae6557eb227e249b66a352ebdc96d27" 2018-07-22 15:49:56,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9da22a01-a510-4cce-9d22-16d186f32914 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:56,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9da22a01-a510-4cce-9d22-16d186f32914 2018-07-22 15:49:56,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de0214902ae6557eb227e249b66a352ebdc96d27" 2018-07-22 15:49:56,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-22c7e40a-6204-411a-8b98-50b4bb6e1b5e Date: Sun, 22 Jul 2018 15:49:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-07-22 15:49:56,524 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=foo used request id req-22c7e40a-6204-411a-8b98-50b4bb6e1b5e 2018-07-22 15:49:56,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:56,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-2b79695b-070f-48a9-81f9-ee4781bc07e8 Date: Sun, 22 Jul 2018 15:49:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:49:56,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-2b79695b-070f-48a9-81f9-ee4781bc07e8 2018-07-22 15:49:56,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:56,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba27475-81c6-4ec6-8fdc-35e2e0d8fbc4 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:49:56,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-cba27475-81c6-4ec6-8fdc-35e2e0d8fbc4 2018-07-22 15:49:56,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:56,868 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e032cbe5-9609-4529-b471-fe9646817100 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:56,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-e032cbe5-9609-4529-b471-fe9646817100 2018-07-22 15:49:56,868 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:56,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:56,955 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ea9d1f2-e362-4757-9d86-af8829cf14cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:56,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-7ea9d1f2-e362-4757-9d86-af8829cf14cf 2018-07-22 15:49:56,955 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:56,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,040 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8677c145-bbaa-44ac-9a06-7a52e4550a44 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:57,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-8677c145-bbaa-44ac-9a06-7a52e4550a44 2018-07-22 15:49:57,040 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:57,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4761e8-d6d7-428c-8e92-48b1cdee3785 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:49:57,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-4d4761e8-d6d7-428c-8e92-48b1cdee3785 2018-07-22 15:49:57,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,217 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a23de6c5-8405-47af-8700-3b693a2e204b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:57,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-a23de6c5-8405-47af-8700-3b693a2e204b 2018-07-22 15:49:57,218 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:57,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,303 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5ef57b9-004c-455b-bca5-991a1eeb27a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:57,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-c5ef57b9-004c-455b-bca5-991a1eeb27a3 2018-07-22 15:49:57,304 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:57,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,389 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbad2053-f8ac-400e-bb0c-a8e30b45e4c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:57,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-fbad2053-f8ac-400e-bb0c-a8e30b45e4c8 2018-07-22 15:49:57,390 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:57,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,479 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7daf4af5-791b-4a0d-9730-c18b184d8239 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:49:57,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-7daf4af5-791b-4a0d-9730-c18b184d8239 2018-07-22 15:49:57,479 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:49:57,480 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj 2018-07-22 15:49:57,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f4b23092e2414f05a02681697dfa2aaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16d5607e-0064-420e-8862-67e0c2ea2fe5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:57,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f4b23092e2414f05a02681697dfa2aaa used request id req-16d5607e-0064-420e-8862-67e0c2ea2fe5 2018-07-22 15:49:57,688 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-0cae0f97-5ffd-4ed-proj-role 2018-07-22 15:49:57,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/30f72176642a498aa63b0a14f9ac851f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,791 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4170b849-c7c3-439f-9f63-321926229640 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:57,791 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/30f72176642a498aa63b0a14f9ac851f used request id req-4170b849-c7c3-439f-9f63-321926229640 2018-07-22 15:49:57,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67db1d639cca560830fd6547c182ed77dc3ead2" 2018-07-22 15:49:57,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c37837d6-c26f-4f02-ba3c-a4c525ca3a78 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:49:57,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c37837d6-c26f-4f02-ba3c-a4c525ca3a78 2018-07-22 15:49:57,874 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-0cae0f97-5ffd-4ed-user 2018-07-22 15:49:57,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9741c20170584a1286bccd560317055c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88af88bfdd606d3186a75a3164001e3d8d321715" 2018-07-22 15:49:58,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:49:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a27a376-fd45-4c9d-905f-a1187788db80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:49:58,038 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9741c20170584a1286bccd560317055c used request id req-9a27a376-fd45-4c9d-905f-a1187788db80 2018-07-22 15:49:58,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:58,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Dyw9sOXBRoqVUqX6DQFccw"], "issued_at": "2018-07-22T15:49:58.000000Z"}} 2018-07-22 15:49:58,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77b8151f0a25256dddfed82e7ca8c60b11a402aa" 2018-07-22 15:49:58,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abdf2d9b-9c7d-4e9c-bec2-21157fceb646 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:58,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-abdf2d9b-9c7d-4e9c-bec2-21157fceb646 2018-07-22 15:49:58,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:58,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:58,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["26ZFo0kfTDKpOdhalIsKqA"], "issued_at": "2018-07-22T15:49:58.000000Z"}} 2018-07-22 15:49:58,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:49:58,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e3756c-5148-49ba-b567-d1aeb307bd25 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:58,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e9e3756c-5148-49ba-b567-d1aeb307bd25 2018-07-22 15:49:58,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:58,972 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:58,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0ddf940b-b9a3-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:49:59,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06712e2-be9e-4b6d-8d51-8dc6b4b685a0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0ddf940b-b9a3-426-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:49:59,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-0ddf940b-b9a3-426-proj used request id req-e06712e2-be9e-4b6d-8d51-8dc6b4b685a0 2018-07-22 15:49:59,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:49:59,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233cf54b-e2a9-451b-be3a-c780bb7f7a93 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:49:59,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-233cf54b-e2a9-451b-be3a-c780bb7f7a93 2018-07-22 15:49:59,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-0ddf940b-b9a3-426-proj"}}' 2018-07-22 15:49:59,251 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:49:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de55e861-42cc-44ef-b177-4aaddd161537 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7cb31420f90443599bbfb9bc5baf91a5"}, "tags": [], "enabled": true, "id": "7cb31420f90443599bbfb9bc5baf91a5", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-0ddf940b-b9a3-426-proj"}} 2018-07-22 15:49:59,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-de55e861-42cc-44ef-b177-4aaddd161537 2018-07-22 15:49:59,252 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-0ddf940b-b9a3-426-proj 2018-07-22 15:49:59,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:49:59,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:49:59,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:49:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ImK6x_yXQEqK6n47mNctUA"], "issued_at": "2018-07-22T15:49:59.000000Z"}} 2018-07-22 15:49:59,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d2d18c4f0f4176fdd1ff3406a00529367dca8de" 2018-07-22 15:49:59,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071618cd-c55a-43f0-9bee-d2f3f26985f4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:49:59,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-071618cd-c55a-43f0-9bee-d2f3f26985f4 2018-07-22 15:49:59,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:49:59,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:49:59,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d2d18c4f0f4176fdd1ff3406a00529367dca8de" 2018-07-22 15:49:59,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ddff1e8-82e2-47f7-9cab-695c8280c2f9 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:49:59,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5ddff1e8-82e2-47f7-9cab-695c8280c2f9 2018-07-22 15:49:59,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-0ddf940b-b9a3-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d2d18c4f0f4176fdd1ff3406a00529367dca8de" 2018-07-22 15:50:00,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67036a4c-9f06-48c5-b26b-274c403aa028 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-0ddf940b-b9a3-426-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7cb31420f90443599bbfb9bc5baf91a5"}, "tags": [], "enabled": true, "id": "7cb31420f90443599bbfb9bc5baf91a5", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-0ddf940b-b9a3-426-proj"}]} 2018-07-22 15:50:00,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-0ddf940b-b9a3-426-proj used request id req-67036a4c-9f06-48c5-b26b-274c403aa028 2018-07-22 15:50:00,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d2d18c4f0f4176fdd1ff3406a00529367dca8de" 2018-07-22 15:50:00,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b10a91-ccf7-4240-ad68-1dbab314d43f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:00,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-93b10a91-ccf7-4240-ad68-1dbab314d43f 2018-07-22 15:50:00,449 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-0ddf940b-b9a3-426-user 2018-07-22 15:50:00,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:00,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:00,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c66571-d4a8-4a3c-b486-e0ab2fd26845 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:00,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e7c66571-d4a8-4a3c-b486-e0ab2fd26845 2018-07-22 15:50:00,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" -d '{"role": {"name": "CreateImageNegativeTests-0ddf940b-b9a3-426-proj-role"}}' 2018-07-22 15:50:00,497 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdd2f616-d2ec-41db-81a6-b707e8579bf4 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3297d3d294ba4d4cb9f3dd1991761b7a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3297d3d294ba4d4cb9f3dd1991761b7a"}, "name": "CreateImageNegativeTests-0ddf940b-b9a3-426-proj-role"}} 2018-07-22 15:50:00,497 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bdd2f616-d2ec-41db-81a6-b707e8579bf4 2018-07-22 15:50:00,497 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-0ddf940b-b9a3-426-proj-role 2018-07-22 15:50:00,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3297d3d294ba4d4cb9f3dd1991761b7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:00,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c4cd82c-2265-445c-b05b-501888ded37e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3297d3d294ba4d4cb9f3dd1991761b7a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3297d3d294ba4d4cb9f3dd1991761b7a"}, "name": "CreateImageNegativeTests-0ddf940b-b9a3-426-proj-role"}} 2018-07-22 15:50:00,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3297d3d294ba4d4cb9f3dd1991761b7a used request id req-9c4cd82c-2265-445c-b05b-501888ded37e 2018-07-22 15:50:00,580 - keystone_utils - INFO - Granting role CreateImageNegativeTests-0ddf940b-b9a3-426-proj-role to project CreateImageNegativeTests-0ddf940b-b9a3-426-proj 2018-07-22 15:50:00,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/7cb31420f90443599bbfb9bc5baf91a5/users/e519d6e870db419a9beeb679c4aacdab/roles/3297d3d294ba4d4cb9f3dd1991761b7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:00,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d1e34ca-d7f5-43ff-833b-9b3f422352ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:00,717 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/7cb31420f90443599bbfb9bc5baf91a5/users/e519d6e870db419a9beeb679c4aacdab/roles/3297d3d294ba4d4cb9f3dd1991761b7a used request id req-8d1e34ca-d7f5-43ff-833b-9b3f422352ca 2018-07-22 15:50:00,717 - openstack_tests - DEBUG - Image metadata - None 2018-07-22 15:50:00,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:00,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:01,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3297d3d294ba4d4cb9f3dd1991761b7a", "name": "CreateImageNegativeTests-0ddf940b-b9a3-426-proj-role"}], "expires_at": "2018-07-22T16:50:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cb31420f90443599bbfb9bc5baf91a5", "name": "CreateImageNegativeTests-0ddf940b-b9a3-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/7cb31420f90443599bbfb9bc5baf91a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/7cb31420f90443599bbfb9bc5baf91a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/7cb31420f90443599bbfb9bc5baf91a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7cb31420f90443599bbfb9bc5baf91a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/7cb31420f90443599bbfb9bc5baf91a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/7cb31420f90443599bbfb9bc5baf91a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/7cb31420f90443599bbfb9bc5baf91a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/7cb31420f90443599bbfb9bc5baf91a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/7cb31420f90443599bbfb9bc5baf91a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7cb31420f90443599bbfb9bc5baf91a5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/7cb31420f90443599bbfb9bc5baf91a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/7cb31420f90443599bbfb9bc5baf91a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_7cb31420f90443599bbfb9bc5baf91a5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_7cb31420f90443599bbfb9bc5baf91a5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-0ddf940b-b9a3-426-user", "id": "e519d6e870db419a9beeb679c4aacdab"}, "audit_ids": ["KH9uG14_SIWykcfh9he6fA"], "issued_at": "2018-07-22T15:50:01.000000Z"}} 2018-07-22 15:50:01,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}623eae47bf4bc567181d5e6d2e2068daed7d3873" 2018-07-22 15:50:01,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708d755c-28e4-475b-a7e3-001b7a9c403d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:01,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-708d755c-28e4-475b-a7e3-001b7a9c403d 2018-07-22 15:50:01,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-c0c3c1d8-7372-4b72-8e27-fd215bdb05be -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}623eae47bf4bc567181d5e6d2e2068daed7d3873" 2018-07-22 15:50:01,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-70ef0a51-ed27-442b-a9f4-480382adde7b Date: Sun, 22 Jul 2018 15:50:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-c0c3c1d8-7372-4b72-8e27-fd215bdb05be"} 2018-07-22 15:50:01,375 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-c0c3c1d8-7372-4b72-8e27-fd215bdb05be used request id req-70ef0a51-ed27-442b-a9f4-480382adde7b 2018-07-22 15:50:01,375 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-07-22 15:50:01,376 - file_utils - DEBUG - Saving file to - /tmp/7aae9d3f-be65-4587-b472-5f2def4c225c 2018-07-22 15:50:01,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:01,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-c55b109f-89a4-4b5b-bdaa-c68b3c39a6ee Date: Sun, 22 Jul 2018 15:50:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:50:01,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c55b109f-89a4-4b5b-bdaa-c68b3c39a6ee 2018-07-22 15:50:01,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:01,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0161e1ad-0c46-4049-9ae0-59537e98becd 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:50:01,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-0161e1ad-0c46-4049-9ae0-59537e98becd 2018-07-22 15:50:01,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:01,878 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-186bb08d-004f-41ba-8f18-9c3d4ce0933d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:01,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-186bb08d-004f-41ba-8f18-9c3d4ce0933d 2018-07-22 15:50:01,878 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:01,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:01,896 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ead4d45-7e53-448f-98d6-da45508b0093 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:01,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-9ead4d45-7e53-448f-98d6-da45508b0093 2018-07-22 15:50:01,896 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:01,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,078 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37a47bc1-db0f-40a5-b731-7d4d2ed5f879 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:02,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-37a47bc1-db0f-40a5-b731-7d4d2ed5f879 2018-07-22 15:50:02,078 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:02,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602c9848-49b9-44ee-be82-7407180b20d6 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:50:02,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-602c9848-49b9-44ee-be82-7407180b20d6 2018-07-22 15:50:02,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,248 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-622a0bdb-257c-421a-95d6-066ac04bd99c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:02,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-622a0bdb-257c-421a-95d6-066ac04bd99c 2018-07-22 15:50:02,249 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:02,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,333 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8751f79a-5f66-41b7-8fb3-e3b4357a67b7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:02,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-8751f79a-5f66-41b7-8fb3-e3b4357a67b7 2018-07-22 15:50:02,334 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:02,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,421 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4508a94-8718-42ed-b8eb-c73223c98e6d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:02,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-a4508a94-8718-42ed-b8eb-c73223c98e6d 2018-07-22 15:50:02,421 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:02,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,501 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74a14918-424c-4ec7-b5d4-18a0654c802e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:02,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-74a14918-424c-4ec7-b5d4-18a0654c802e 2018-07-22 15:50:02,501 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:02,502 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-0ddf940b-b9a3-426-proj 2018-07-22 15:50:02,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/7cb31420f90443599bbfb9bc5baf91a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1349e318-040a-4336-b861-a573d53d5d9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:02,700 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/7cb31420f90443599bbfb9bc5baf91a5 used request id req-1349e318-040a-4336-b861-a573d53d5d9d 2018-07-22 15:50:02,700 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-0ddf940b-b9a3-426-proj-role 2018-07-22 15:50:02,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3297d3d294ba4d4cb9f3dd1991761b7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2305ce6-fb28-46d8-b74a-3da1daac9905 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:02,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3297d3d294ba4d4cb9f3dd1991761b7a used request id req-f2305ce6-fb28-46d8-b74a-3da1daac9905 2018-07-22 15:50:02,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a0e6ae207dfe0e2d5a552b92fb6e71f9caaf43" 2018-07-22 15:50:02,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca5d71d-234d-4678-8ad5-62cae4176a3f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:02,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3ca5d71d-234d-4678-8ad5-62cae4176a3f 2018-07-22 15:50:02,904 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-0ddf940b-b9a3-426-user 2018-07-22 15:50:02,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e519d6e870db419a9beeb679c4aacdab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d2d18c4f0f4176fdd1ff3406a00529367dca8de" 2018-07-22 15:50:03,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30068ab8-d5e6-4d41-89f7-cc9675638747 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:03,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e519d6e870db419a9beeb679c4aacdab used request id req-30068ab8-d5e6-4d41-89f7-cc9675638747 2018-07-22 15:50:03,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:03,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["zKIdN4BYTyGdnxNRVZ_Hvw"], "issued_at": "2018-07-22T15:50:03.000000Z"}} 2018-07-22 15:50:03,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39108893b716c856d8d81599865a8ee03b6a5672" 2018-07-22 15:50:03,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5719f89a-879a-4775-b118-6e1019717038 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:03,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5719f89a-879a-4775-b118-6e1019717038 2018-07-22 15:50:03,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:03,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:03,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["B8otQI5DTGmiNITloGeAfA"], "issued_at": "2018-07-22T15:50:03.000000Z"}} 2018-07-22 15:50:03,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:03,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c226f34a-826a-4195-af1c-5f1ec5413953 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:03,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c226f34a-826a-4195-af1c-5f1ec5413953 2018-07-22 15:50:03,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:03,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:03,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-d4bdb959-f043-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:04,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8adf4d9-2956-4bcd-b249-666c08bf57f8 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-d4bdb959-f043-47b-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:50:04,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-d4bdb959-f043-47b-proj used request id req-c8adf4d9-2956-4bcd-b249-666c08bf57f8 2018-07-22 15:50:04,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:04,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e1a48c-4979-4005-9dea-afad0c616bbd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:04,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e5e1a48c-4979-4005-9dea-afad0c616bbd 2018-07-22 15:50:04,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-d4bdb959-f043-47b-proj"}}' 2018-07-22 15:50:04,216 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-698b26d6-7dfc-4e5b-a360-6c5cad847f42 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9cc07f77be3e43efba754d9e7ca02d76"}, "tags": [], "enabled": true, "id": "9cc07f77be3e43efba754d9e7ca02d76", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-d4bdb959-f043-47b-proj"}} 2018-07-22 15:50:04,217 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-698b26d6-7dfc-4e5b-a360-6c5cad847f42 2018-07-22 15:50:04,217 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-d4bdb959-f043-47b-proj 2018-07-22 15:50:04,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:04,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:04,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["zf8ARgzDTAugO7Qudb7Dvg"], "issued_at": "2018-07-22T15:50:04.000000Z"}} 2018-07-22 15:50:04,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087250154f1e5a43642f6d622ddc1651691fb62c" 2018-07-22 15:50:04,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8947857-89ba-4e70-a1bc-873806587181 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:04,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f8947857-89ba-4e70-a1bc-873806587181 2018-07-22 15:50:04,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:04,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:04,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087250154f1e5a43642f6d622ddc1651691fb62c" 2018-07-22 15:50:04,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a26d56f-c9a7-4ae5-8706-e7dc4badc70f Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:50:04,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8a26d56f-c9a7-4ae5-8706-e7dc4badc70f 2018-07-22 15:50:04,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-d4bdb959-f043-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087250154f1e5a43642f6d622ddc1651691fb62c" 2018-07-22 15:50:04,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cce0a08-c459-475e-befd-17ba0afe8050 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-d4bdb959-f043-47b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9cc07f77be3e43efba754d9e7ca02d76"}, "tags": [], "enabled": true, "id": "9cc07f77be3e43efba754d9e7ca02d76", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-d4bdb959-f043-47b-proj"}]} 2018-07-22 15:50:04,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-d4bdb959-f043-47b-proj used request id req-2cce0a08-c459-475e-befd-17ba0afe8050 2018-07-22 15:50:04,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087250154f1e5a43642f6d622ddc1651691fb62c" 2018-07-22 15:50:04,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad2b342-fef7-4d9a-af92-8250e9dd0e20 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:04,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-fad2b342-fef7-4d9a-af92-8250e9dd0e20 2018-07-22 15:50:05,253 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-d4bdb959-f043-47b-user 2018-07-22 15:50:05,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:05,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:05,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb627d94-6b6d-4042-8d25-eade35d01f1d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:05,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fb627d94-6b6d-4042-8d25-eade35d01f1d 2018-07-22 15:50:05,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" -d '{"role": {"name": "CreateMultiPartImageTests-d4bdb959-f043-47b-proj-role"}}' 2018-07-22 15:50:05,432 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-672b43be-2bbf-4b72-9f60-6e6eda447ccb Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "738332e2e4b341ae99c8fc48efc688aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/738332e2e4b341ae99c8fc48efc688aa"}, "name": "CreateMultiPartImageTests-d4bdb959-f043-47b-proj-role"}} 2018-07-22 15:50:05,433 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-672b43be-2bbf-4b72-9f60-6e6eda447ccb 2018-07-22 15:50:05,433 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-d4bdb959-f043-47b-proj-role 2018-07-22 15:50:05,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/738332e2e4b341ae99c8fc48efc688aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:05,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8156449-be35-4d3b-916f-2a40b2eb9f2a Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "738332e2e4b341ae99c8fc48efc688aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/738332e2e4b341ae99c8fc48efc688aa"}, "name": "CreateMultiPartImageTests-d4bdb959-f043-47b-proj-role"}} 2018-07-22 15:50:05,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/738332e2e4b341ae99c8fc48efc688aa used request id req-a8156449-be35-4d3b-916f-2a40b2eb9f2a 2018-07-22 15:50:05,521 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-d4bdb959-f043-47b-proj-role to project CreateMultiPartImageTests-d4bdb959-f043-47b-proj 2018-07-22 15:50:05,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9cc07f77be3e43efba754d9e7ca02d76/users/f7abaf51d2cb4444bba3fd7f37e5fc36/roles/738332e2e4b341ae99c8fc48efc688aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:05,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5239a246-54b4-4a9e-af43-ede4f500a30a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:05,579 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9cc07f77be3e43efba754d9e7ca02d76/users/f7abaf51d2cb4444bba3fd7f37e5fc36/roles/738332e2e4b341ae99c8fc48efc688aa used request id req-5239a246-54b4-4a9e-af43-ede4f500a30a 2018-07-22 15:50:05,580 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-07-22 15:50:05,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:05,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-d1c5bdc3-af07-4ace-9dab-4bdcd71b2f81 Date: Sun, 22 Jul 2018 15:50:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:50:05,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d1c5bdc3-af07-4ace-9dab-4bdcd71b2f81 2018-07-22 15:50:05,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:05,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c76b1d8e-9b60-4594-a96b-c695a768bf62 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:50:05,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-c76b1d8e-9b60-4594-a96b-c695a768bf62 2018-07-22 15:50:05,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:05,993 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d535043e-2601-44d7-9160-11307b984165 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:05,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-d535043e-2601-44d7-9160-11307b984165 2018-07-22 15:50:05,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:05,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,080 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e5307eb-1156-404e-a132-1c087329b5e9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:06,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-2e5307eb-1156-404e-a132-1c087329b5e9 2018-07-22 15:50:06,081 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:06,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,166 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76889361-24d8-4d69-bbef-e33e068b9c0c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:06,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-76889361-24d8-4d69-bbef-e33e068b9c0c 2018-07-22 15:50:06,166 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:06,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05478b7c-3761-4f08-b443-db85a4ed5568 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:50:06,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-05478b7c-3761-4f08-b443-db85a4ed5568 2018-07-22 15:50:06,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,335 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c9a817a-a98e-4833-9851-d0f6fe7e8db9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:06,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-0c9a817a-a98e-4833-9851-d0f6fe7e8db9 2018-07-22 15:50:06,336 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:06,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,422 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84133b54-f0f2-49ec-a15f-845d49c6b7ac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:06,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-84133b54-f0f2-49ec-a15f-845d49c6b7ac 2018-07-22 15:50:06,422 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:06,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,507 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3c4bfce-9bc8-4342-a319-706579a48042 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:06,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-c3c4bfce-9bc8-4342-a319-706579a48042 2018-07-22 15:50:06,508 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:06,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,595 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8581af8-1c59-480a-bf84-13864ff9ffc6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:06,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-e8581af8-1c59-480a-bf84-13864ff9ffc6 2018-07-22 15:50:06,595 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:06,596 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-d4bdb959-f043-47b-proj 2018-07-22 15:50:06,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9cc07f77be3e43efba754d9e7ca02d76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21d8a07f-fdb1-428f-9b04-2159b46f84fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:06,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9cc07f77be3e43efba754d9e7ca02d76 used request id req-21d8a07f-fdb1-428f-9b04-2159b46f84fb 2018-07-22 15:50:06,803 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-d4bdb959-f043-47b-proj-role 2018-07-22 15:50:06,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/738332e2e4b341ae99c8fc48efc688aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51c01fe8-bdb3-4e18-80ba-9a62f5c4150b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:06,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/738332e2e4b341ae99c8fc48efc688aa used request id req-51c01fe8-bdb3-4e18-80ba-9a62f5c4150b 2018-07-22 15:50:06,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53cfa5fcfdfa419eb53ac6c8d54be146099a973d" 2018-07-22 15:50:06,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f913da9b-4637-4a26-a556-e5253def7cf9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:06,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f913da9b-4637-4a26-a556-e5253def7cf9 2018-07-22 15:50:06,991 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-d4bdb959-f043-47b-user 2018-07-22 15:50:06,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f7abaf51d2cb4444bba3fd7f37e5fc36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087250154f1e5a43642f6d622ddc1651691fb62c" 2018-07-22 15:50:07,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24235b43-0e6c-44e4-bd9b-a939bac45af1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:07,145 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f7abaf51d2cb4444bba3fd7f37e5fc36 used request id req-24235b43-0e6c-44e4-bd9b-a939bac45af1 2018-07-22 15:50:07,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:07,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Np0oEq8GTo-2EtzJ61elXA"], "issued_at": "2018-07-22T15:50:07.000000Z"}} 2018-07-22 15:50:07,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76b74b2a243c31a68109d10747cfd94ec80f0c94" 2018-07-22 15:50:07,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebdcda42-6f7f-477d-b587-74df67deb349 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:07,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ebdcda42-6f7f-477d-b587-74df67deb349 2018-07-22 15:50:07,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:07,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:07,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["39umKReMSSm4n_foYJmCIQ"], "issued_at": "2018-07-22T15:50:07.000000Z"}} 2018-07-22 15:50:07,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:08,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a38c3c38-d8c1-4838-b0af-d0a2a412ae36 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:08,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a38c3c38-d8c1-4838-b0af-d0a2a412ae36 2018-07-22 15:50:08,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:08,077 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:08,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-86afccdb-16c2-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:08,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e75b103a-9aec-4756-8c75-b8cb573440c4 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-86afccdb-16c2-415-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:50:08,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-86afccdb-16c2-415-proj used request id req-e75b103a-9aec-4756-8c75-b8cb573440c4 2018-07-22 15:50:08,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:08,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e769c7e1-80e4-403a-9f29-f2c321c94137 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:08,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e769c7e1-80e4-403a-9f29-f2c321c94137 2018-07-22 15:50:08,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-86afccdb-16c2-415-proj"}}' 2018-07-22 15:50:08,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-757a4052-ab66-4ab6-9ea5-cd8aeeb2c6ec Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ace53775e99543788d1dabfe11ec2dfd"}, "tags": [], "enabled": true, "id": "ace53775e99543788d1dabfe11ec2dfd", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-86afccdb-16c2-415-proj"}} 2018-07-22 15:50:08,375 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-757a4052-ab66-4ab6-9ea5-cd8aeeb2c6ec 2018-07-22 15:50:08,375 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-86afccdb-16c2-415-proj 2018-07-22 15:50:08,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:08,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:08,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fq3yevzHSV66aA7D5CBbPw"], "issued_at": "2018-07-22T15:50:08.000000Z"}} 2018-07-22 15:50:08,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a9c12c88a2bf199fbd38fab190942bd1e186cd" 2018-07-22 15:50:08,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0369617-b2dd-421c-ba83-7346410f231c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:08,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d0369617-b2dd-421c-ba83-7346410f231c 2018-07-22 15:50:08,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:08,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:08,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a9c12c88a2bf199fbd38fab190942bd1e186cd" 2018-07-22 15:50:08,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ebfa32-0729-48df-8421-ebd6b59a60bf Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:50:08,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b9ebfa32-0729-48df-8421-ebd6b59a60bf 2018-07-22 15:50:08,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-86afccdb-16c2-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a9c12c88a2bf199fbd38fab190942bd1e186cd" 2018-07-22 15:50:08,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c991cde-95e2-4d64-b2e6-bc679ba086ad Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-86afccdb-16c2-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ace53775e99543788d1dabfe11ec2dfd"}, "tags": [], "enabled": true, "id": "ace53775e99543788d1dabfe11ec2dfd", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-86afccdb-16c2-415-proj"}]} 2018-07-22 15:50:08,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-86afccdb-16c2-415-proj used request id req-3c991cde-95e2-4d64-b2e6-bc679ba086ad 2018-07-22 15:50:08,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a9c12c88a2bf199fbd38fab190942bd1e186cd" 2018-07-22 15:50:08,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7db69e7-3185-4fc9-a560-f4de9e2642ee Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:08,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d7db69e7-3185-4fc9-a560-f4de9e2642ee 2018-07-22 15:50:09,356 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-86afccdb-16c2-415-user 2018-07-22 15:50:09,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:09,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:09,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d58aa7-5d7d-498b-91f3-cee0a412abd7 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:09,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e6d58aa7-5d7d-498b-91f3-cee0a412abd7 2018-07-22 15:50:09,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" -d '{"role": {"name": "CreateMultiPartImageTests-86afccdb-16c2-415-proj-role"}}' 2018-07-22 15:50:09,582 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f95c5dd7-55cf-4ce7-8fce-22c4ab172c79 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ecf1fccb37814786a08eb4e896170b3b", "links": {"self": "http://172.30.9.28:5000/v3/roles/ecf1fccb37814786a08eb4e896170b3b"}, "name": "CreateMultiPartImageTests-86afccdb-16c2-415-proj-role"}} 2018-07-22 15:50:09,582 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f95c5dd7-55cf-4ce7-8fce-22c4ab172c79 2018-07-22 15:50:09,582 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-86afccdb-16c2-415-proj-role 2018-07-22 15:50:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ecf1fccb37814786a08eb4e896170b3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:09,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8bf48e8-1bbf-4cd8-8c86-986c39d03950 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ecf1fccb37814786a08eb4e896170b3b", "links": {"self": "http://172.30.9.28:5000/v3/roles/ecf1fccb37814786a08eb4e896170b3b"}, "name": "CreateMultiPartImageTests-86afccdb-16c2-415-proj-role"}} 2018-07-22 15:50:09,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ecf1fccb37814786a08eb4e896170b3b used request id req-f8bf48e8-1bbf-4cd8-8c86-986c39d03950 2018-07-22 15:50:09,668 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-86afccdb-16c2-415-proj-role to project CreateMultiPartImageTests-86afccdb-16c2-415-proj 2018-07-22 15:50:09,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ace53775e99543788d1dabfe11ec2dfd/users/9865149f481b4c9ba00d9d6af103aed4/roles/ecf1fccb37814786a08eb4e896170b3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:09,721 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44dee791-b3bb-4c9d-a5d2-18ee7d04103b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:09,721 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ace53775e99543788d1dabfe11ec2dfd/users/9865149f481b4c9ba00d9d6af103aed4/roles/ecf1fccb37814786a08eb4e896170b3b used request id req-44dee791-b3bb-4c9d-a5d2-18ee7d04103b 2018-07-22 15:50:09,731 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-07-22 15:50:09,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:09,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-6776c275-7fcd-4467-8a01-e81e73cf94b0 Date: Sun, 22 Jul 2018 15:50:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:50:09,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6776c275-7fcd-4467-8a01-e81e73cf94b0 2018-07-22 15:50:09,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4cfcbad-d889-43e4-af45-c6abf7f3bceb 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:50:10,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-e4cfcbad-d889-43e4-af45-c6abf7f3bceb 2018-07-22 15:50:10,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,138 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40da04f2-3955-42dd-869f-b1f4086a41ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:10,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-40da04f2-3955-42dd-869f-b1f4086a41ff 2018-07-22 15:50:10,138 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:10,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,224 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d2d8f72-721b-4451-9fe7-3db10bcdeb5f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:10,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-2d2d8f72-721b-4451-9fe7-3db10bcdeb5f 2018-07-22 15:50:10,225 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:10,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,306 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b743bce-4afe-4439-b8fc-c92ccd5c5b15 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:10,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-9b743bce-4afe-4439-b8fc-c92ccd5c5b15 2018-07-22 15:50:10,306 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:10,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dadd58a-d441-4c4b-8f71-28aab7846881 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:50:10,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-6dadd58a-d441-4c4b-8f71-28aab7846881 2018-07-22 15:50:10,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,481 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd7b52d0-ea62-4195-94c7-885d8b5c8279 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:10,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-fd7b52d0-ea62-4195-94c7-885d8b5c8279 2018-07-22 15:50:10,481 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:10,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,568 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b68582e2-0d3c-41e5-b747-bf30e70b7ea2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:10,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-b68582e2-0d3c-41e5-b747-bf30e70b7ea2 2018-07-22 15:50:10,569 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:10,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,673 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2698b91e-d473-4531-a1f2-02d21bb4aa95 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:10,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-2698b91e-d473-4531-a1f2-02d21bb4aa95 2018-07-22 15:50:10,673 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:10,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,762 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24f3f415-59fc-49aa-8293-b14201c709b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:10,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-24f3f415-59fc-49aa-8293-b14201c709b9 2018-07-22 15:50:10,762 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:10,763 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-86afccdb-16c2-415-proj 2018-07-22 15:50:10,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/ace53775e99543788d1dabfe11ec2dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:10,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4e252ee-3c2c-4c87-a5c9-7b4cb5804889 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:10,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ace53775e99543788d1dabfe11ec2dfd used request id req-e4e252ee-3c2c-4c87-a5c9-7b4cb5804889 2018-07-22 15:50:10,977 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-86afccdb-16c2-415-proj-role 2018-07-22 15:50:10,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ecf1fccb37814786a08eb4e896170b3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:11,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37ab5d82-8631-43f8-8345-643796c7a8e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:11,080 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ecf1fccb37814786a08eb4e896170b3b used request id req-37ab5d82-8631-43f8-8345-643796c7a8e4 2018-07-22 15:50:11,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15ac8c100c4b8f1332589d5be4065eb31b85594" 2018-07-22 15:50:11,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca6e4aa-0fc0-4bc3-a185-79d53ebcdcbd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:11,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fca6e4aa-0fc0-4bc3-a185-79d53ebcdcbd 2018-07-22 15:50:11,165 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-86afccdb-16c2-415-user 2018-07-22 15:50:11,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9865149f481b4c9ba00d9d6af103aed4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a9c12c88a2bf199fbd38fab190942bd1e186cd" 2018-07-22 15:50:11,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2887ff6f-ac4e-4651-a8e4-905b6fd3e1b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:11,319 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9865149f481b4c9ba00d9d6af103aed4 used request id req-2887ff6f-ac4e-4651-a8e4-905b6fd3e1b2 2018-07-22 15:50:11,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:11,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["e8c0YPnOQGOykplG15cXwA"], "issued_at": "2018-07-22T15:50:11.000000Z"}} 2018-07-22 15:50:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8e710c10a47cb2aa5646d1c11a920d48c00ce8" 2018-07-22 15:50:11,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d86780-2824-4f9e-990d-00d8403333be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:11,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c9d86780-2824-4f9e-990d-00d8403333be 2018-07-22 15:50:11,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:11,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:12,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["3_rBj13PQkiB9k7zJxbBXQ"], "issued_at": "2018-07-22T15:50:12.000000Z"}} 2018-07-22 15:50:12,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:12,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b2e8a58-34d1-44ff-9f1e-ed6c1148a8e1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:12,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9b2e8a58-34d1-44ff-9f1e-ed6c1148a8e1 2018-07-22 15:50:12,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:12,255 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:12,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-8a721ad2-0d8e-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:12,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d79df0-2886-4458-ba6d-285d7ecfafe5 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-8a721ad2-0d8e-497-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:50:12,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-8a721ad2-0d8e-497-proj used request id req-33d79df0-2886-4458-ba6d-285d7ecfafe5 2018-07-22 15:50:12,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:12,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27bef946-9964-4fdb-99c6-d558fced4233 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:12,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-27bef946-9964-4fdb-99c6-d558fced4233 2018-07-22 15:50:12,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-8a721ad2-0d8e-497-proj"}}' 2018-07-22 15:50:12,476 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a946dcd5-c9ae-4cd0-bb1d-3b3837d32940 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/20b75bb3d65342848b0620e4df70b5c1"}, "tags": [], "enabled": true, "id": "20b75bb3d65342848b0620e4df70b5c1", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-8a721ad2-0d8e-497-proj"}} 2018-07-22 15:50:12,476 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a946dcd5-c9ae-4cd0-bb1d-3b3837d32940 2018-07-22 15:50:12,476 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-8a721ad2-0d8e-497-proj 2018-07-22 15:50:12,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:12,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:12,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["UlLwHTKOQLWa0MpiAQ-d3g"], "issued_at": "2018-07-22T15:50:12.000000Z"}} 2018-07-22 15:50:12,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d691428d294f6b001b02d8943bee757dc65d89ad" 2018-07-22 15:50:12,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c4715f-11e4-4887-9499-aeabfd4868ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:12,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-90c4715f-11e4-4887-9499-aeabfd4868ff 2018-07-22 15:50:12,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:12,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:12,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d691428d294f6b001b02d8943bee757dc65d89ad" 2018-07-22 15:50:13,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-286b016b-5b32-4eb8-83e4-5efe7f941434 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:50:13,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-286b016b-5b32-4eb8-83e4-5efe7f941434 2018-07-22 15:50:13,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-8a721ad2-0d8e-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d691428d294f6b001b02d8943bee757dc65d89ad" 2018-07-22 15:50:13,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68af1fd9-651a-42aa-97ea-326b65bffc14 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-8a721ad2-0d8e-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/20b75bb3d65342848b0620e4df70b5c1"}, "tags": [], "enabled": true, "id": "20b75bb3d65342848b0620e4df70b5c1", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-8a721ad2-0d8e-497-proj"}]} 2018-07-22 15:50:13,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-8a721ad2-0d8e-497-proj used request id req-68af1fd9-651a-42aa-97ea-326b65bffc14 2018-07-22 15:50:13,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d691428d294f6b001b02d8943bee757dc65d89ad" 2018-07-22 15:50:13,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9f290fe-dd62-4af8-8d38-95501eb67a34 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:13,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b9f290fe-dd62-4af8-8d38-95501eb67a34 2018-07-22 15:50:13,546 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-8a721ad2-0d8e-497-user 2018-07-22 15:50:13,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:13,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:13,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6c59f2d-02be-4303-88a6-919b3f375ed2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:13,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c6c59f2d-02be-4303-88a6-919b3f375ed2 2018-07-22 15:50:13,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" -d '{"role": {"name": "CreateMultiPartImageTests-8a721ad2-0d8e-497-proj-role"}}' 2018-07-22 15:50:13,761 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ee832f2-30e5-46de-bcfd-e3f11fdfd6e1 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e54d03f801c54d11ab6aeb7ce73f5732", "links": {"self": "http://172.30.9.28:5000/v3/roles/e54d03f801c54d11ab6aeb7ce73f5732"}, "name": "CreateMultiPartImageTests-8a721ad2-0d8e-497-proj-role"}} 2018-07-22 15:50:13,761 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0ee832f2-30e5-46de-bcfd-e3f11fdfd6e1 2018-07-22 15:50:13,762 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-8a721ad2-0d8e-497-proj-role 2018-07-22 15:50:13,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e54d03f801c54d11ab6aeb7ce73f5732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:13,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e5e27d-621f-4e32-8759-ce3ec4a68021 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e54d03f801c54d11ab6aeb7ce73f5732", "links": {"self": "http://172.30.9.28:5000/v3/roles/e54d03f801c54d11ab6aeb7ce73f5732"}, "name": "CreateMultiPartImageTests-8a721ad2-0d8e-497-proj-role"}} 2018-07-22 15:50:13,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e54d03f801c54d11ab6aeb7ce73f5732 used request id req-26e5e27d-621f-4e32-8759-ce3ec4a68021 2018-07-22 15:50:13,847 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-8a721ad2-0d8e-497-proj-role to project CreateMultiPartImageTests-8a721ad2-0d8e-497-proj 2018-07-22 15:50:13,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/20b75bb3d65342848b0620e4df70b5c1/users/c0bf3060705942aea1928a6f350cf6e2/roles/e54d03f801c54d11ab6aeb7ce73f5732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:13,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c2bdd1f-f7fd-451c-9d0b-dc4bad78acaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:13,973 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/20b75bb3d65342848b0620e4df70b5c1/users/c0bf3060705942aea1928a6f350cf6e2/roles/e54d03f801c54d11ab6aeb7ce73f5732 used request id req-9c2bdd1f-f7fd-451c-9d0b-dc4bad78acaa 2018-07-22 15:50:13,974 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-07-22 15:50:13,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:14,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-37178c3e-72d2-4ec5-ad7a-24fdb0810572 Date: Sun, 22 Jul 2018 15:50:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:50:14,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-37178c3e-72d2-4ec5-ad7a-24fdb0810572 2018-07-22 15:50:14,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:14,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e3482e-a4e1-4333-8365-447d3d667f43 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:50:14,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-17e3482e-a4e1-4333-8365-447d3d667f43 2018-07-22 15:50:14,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:14,827 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bc9b6ef-2ed9-4447-907a-c7ff7872821e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:14,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-1bc9b6ef-2ed9-4447-907a-c7ff7872821e 2018-07-22 15:50:14,828 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:14,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:14,913 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d357cb3-471d-475c-81e2-3ed2d41fdd5b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:14,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-7d357cb3-471d-475c-81e2-3ed2d41fdd5b 2018-07-22 15:50:14,913 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:14,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:14,999 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-175fc5a7-9855-46d3-94ad-36d0c3dd3281 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:14,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-175fc5a7-9855-46d3-94ad-36d0c3dd3281 2018-07-22 15:50:14,999 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:15,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:15,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-640708f1-2e0c-4f43-b918-1fee5b2a9acd 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:50:15,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-640708f1-2e0c-4f43-b918-1fee5b2a9acd 2018-07-22 15:50:15,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:15,260 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96ffc557-4d30-4d38-92cc-ab77a3cba76b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:15,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-96ffc557-4d30-4d38-92cc-ab77a3cba76b 2018-07-22 15:50:15,260 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:15,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:15,343 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f04756d7-355f-40cc-b2e0-704e6168b682 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:15,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-f04756d7-355f-40cc-b2e0-704e6168b682 2018-07-22 15:50:15,344 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:15,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:15,430 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-756b48a0-5216-4e74-aed5-83c48f276e8c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:15,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-756b48a0-5216-4e74-aed5-83c48f276e8c 2018-07-22 15:50:15,430 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:15,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:15,518 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-122460bb-0b0b-4215-a7d4-15a7007debd8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:15,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-122460bb-0b0b-4215-a7d4-15a7007debd8 2018-07-22 15:50:15,518 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:15,519 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-8a721ad2-0d8e-497-proj 2018-07-22 15:50:15,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/20b75bb3d65342848b0620e4df70b5c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:15,721 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47e686e3-3d8b-4bb1-a2fb-0dfe0ba24dd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:15,721 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/20b75bb3d65342848b0620e4df70b5c1 used request id req-47e686e3-3d8b-4bb1-a2fb-0dfe0ba24dd8 2018-07-22 15:50:15,721 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-8a721ad2-0d8e-497-proj-role 2018-07-22 15:50:15,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e54d03f801c54d11ab6aeb7ce73f5732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:15,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30158d5c-a63f-4ad1-97b5-62be75cfec13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:15,895 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e54d03f801c54d11ab6aeb7ce73f5732 used request id req-30158d5c-a63f-4ad1-97b5-62be75cfec13 2018-07-22 15:50:15,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4499b40060bf30d3f0337e8178c612398b1e51" 2018-07-22 15:50:15,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cdf5b70-19c5-4a98-97c2-8f82f6a79f6c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:15,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2cdf5b70-19c5-4a98-97c2-8f82f6a79f6c 2018-07-22 15:50:15,981 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-8a721ad2-0d8e-497-user 2018-07-22 15:50:15,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c0bf3060705942aea1928a6f350cf6e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d691428d294f6b001b02d8943bee757dc65d89ad" 2018-07-22 15:50:16,146 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2099fa2-9c03-4342-940c-2cf4c3a5559b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:16,146 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c0bf3060705942aea1928a6f350cf6e2 used request id req-a2099fa2-9c03-4342-940c-2cf4c3a5559b 2018-07-22 15:50:16,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:16,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["9HhGnGLgRkqQMzH4Cc1G4A"], "issued_at": "2018-07-22T15:50:16.000000Z"}} 2018-07-22 15:50:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb58f9f7442a8c5c02321bd85aad9460ae262cce" 2018-07-22 15:50:16,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1f20d68-a58f-45c1-951f-25647076d2ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:16,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e1f20d68-a58f-45c1-951f-25647076d2ae 2018-07-22 15:50:16,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:16,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:16,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["f8i6JH9HQPGscTsdichGhQ"], "issued_at": "2018-07-22T15:50:16.000000Z"}} 2018-07-22 15:50:16,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:17,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d39de74c-142e-464e-9623-8f25dbc5665d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:17,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d39de74c-142e-464e-9623-8f25dbc5665d 2018-07-22 15:50:17,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:17,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:17,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e8c8bd34-e068-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:17,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f386e6-2397-4f9e-b919-72318d0f0801 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e8c8bd34-e068-41f-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:50:17,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e8c8bd34-e068-41f-proj used request id req-34f386e6-2397-4f9e-b919-72318d0f0801 2018-07-22 15:50:17,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:17,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ba46eb-81ca-4bd1-83de-4124f1482df9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:17,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-71ba46eb-81ca-4bd1-83de-4124f1482df9 2018-07-22 15:50:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj"}}' 2018-07-22 15:50:17,235 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba44421c-c3de-4642-b73e-45f3bd23f9ab Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/bb2b076ae4f84a52a8af46f9bc2ccd79"}, "tags": [], "enabled": true, "id": "bb2b076ae4f84a52a8af46f9bc2ccd79", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj"}} 2018-07-22 15:50:17,235 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ba44421c-c3de-4642-b73e-45f3bd23f9ab 2018-07-22 15:50:17,235 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e8c8bd34-e068-41f-proj 2018-07-22 15:50:17,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:17,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:17,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["mfjwmoxiS0q091rUp7IvVQ"], "issued_at": "2018-07-22T15:50:17.000000Z"}} 2018-07-22 15:50:17,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8159f63a6211db0944e2299b1a313a0d08f2570" 2018-07-22 15:50:17,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef1b347e-203a-49f8-bf32-59d8c0a21bd2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:17,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ef1b347e-203a-49f8-bf32-59d8c0a21bd2 2018-07-22 15:50:17,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:17,705 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:17,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8159f63a6211db0944e2299b1a313a0d08f2570" 2018-07-22 15:50:17,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f6cf9f-a4e1-4c69-81cf-7fa781c5da72 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:50:17,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-75f6cf9f-a4e1-4c69-81cf-7fa781c5da72 2018-07-22 15:50:17,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-e8c8bd34-e068-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8159f63a6211db0944e2299b1a313a0d08f2570" 2018-07-22 15:50:17,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb151023-3250-404b-bf99-ac2c438abc96 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-e8c8bd34-e068-41f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/bb2b076ae4f84a52a8af46f9bc2ccd79"}, "tags": [], "enabled": true, "id": "bb2b076ae4f84a52a8af46f9bc2ccd79", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj"}]} 2018-07-22 15:50:17,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-e8c8bd34-e068-41f-proj used request id req-cb151023-3250-404b-bf99-ac2c438abc96 2018-07-22 15:50:17,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8159f63a6211db0944e2299b1a313a0d08f2570" 2018-07-22 15:50:17,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9df475-9d9c-4f7e-9239-d2233c86dbfd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:17,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9c9df475-9d9c-4f7e-9239-d2233c86dbfd 2018-07-22 15:50:18,355 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e8c8bd34-e068-41f-user 2018-07-22 15:50:18,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:18,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:18,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-405beb95-4dee-4168-860e-0426c97e51f8 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:18,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-405beb95-4dee-4168-860e-0426c97e51f8 2018-07-22 15:50:18,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" -d '{"role": {"name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj-role"}}' 2018-07-22 15:50:18,542 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d195e58-5ae6-4257-bde5-d26d80c62c71 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f3a22f5cf174f09a8d3d82d71729c05", "links": {"self": "http://172.30.9.28:5000/v3/roles/7f3a22f5cf174f09a8d3d82d71729c05"}, "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj-role"}} 2018-07-22 15:50:18,542 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9d195e58-5ae6-4257-bde5-d26d80c62c71 2018-07-22 15:50:18,543 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e8c8bd34-e068-41f-proj-role 2018-07-22 15:50:18,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/7f3a22f5cf174f09a8d3d82d71729c05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:18,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c10816dc-f594-4b68-bdb5-758118698e42 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f3a22f5cf174f09a8d3d82d71729c05", "links": {"self": "http://172.30.9.28:5000/v3/roles/7f3a22f5cf174f09a8d3d82d71729c05"}, "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj-role"}} 2018-07-22 15:50:18,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/7f3a22f5cf174f09a8d3d82d71729c05 used request id req-c10816dc-f594-4b68-bdb5-758118698e42 2018-07-22 15:50:18,563 - keystone_utils - INFO - Granting role CreateKeypairsTests-e8c8bd34-e068-41f-proj-role to project CreateKeypairsTests-e8c8bd34-e068-41f-proj 2018-07-22 15:50:18,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/bb2b076ae4f84a52a8af46f9bc2ccd79/users/de8cbb940f2946c4b1899ed6d4ce9f25/roles/7f3a22f5cf174f09a8d3d82d71729c05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:18,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2ec07fa-8435-4e27-a70a-fa42aeaa1928 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:18,688 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/bb2b076ae4f84a52a8af46f9bc2ccd79/users/de8cbb940f2946c4b1899ed6d4ce9f25/roles/7f3a22f5cf174f09a8d3d82d71729c05 used request id req-a2ec07fa-8435-4e27-a70a-fa42aeaa1928 2018-07-22 15:50:18,689 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:50:18,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:18,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:19,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f3a22f5cf174f09a8d3d82d71729c05", "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj-role"}], "expires_at": "2018-07-22T16:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb2b076ae4f84a52a8af46f9bc2ccd79", "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e8c8bd34-e068-41f-user", "id": "de8cbb940f2946c4b1899ed6d4ce9f25"}, "audit_ids": ["iQEbtmyaT5C4jZ-UT4wAOQ"], "issued_at": "2018-07-22T15:50:19.000000Z"}} 2018-07-22 15:50:19,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a29e0ac7db7f31c066d55d6dabc10271ceddd7c" 2018-07-22 15:50:19,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e159dd61-3818-44db-b418-a7b352c8e539 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:19,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e159dd61-3818-44db-b418-a7b352c8e539 2018-07-22 15:50:19,188 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:50:19,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a29e0ac7db7f31c066d55d6dabc10271ceddd7c" 2018-07-22 15:50:19,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50: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-8b7b2eeb-6e22-4501-8ba0-8d04429dd7c5 x-compute-request-id: req-8b7b2eeb-6e22-4501-8ba0-8d04429dd7c5 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:50:19,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-8b7b2eeb-6e22-4501-8ba0-8d04429dd7c5 2018-07-22 15:50:19,825 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d... 2018-07-22 15:50:19,825 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 15:50:19,844 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d 2018-07-22 15:50:19,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a29e0ac7db7f31c066d55d6dabc10271ceddd7c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCywupdHMPiLpvgEWvBH/BhhM7Q+y5Eka57MEUJG+1be/kk9Wm8edSZF05Zei5pJhIpH0RYWwLpBG0zo4J+Y6Zf63onw61ayeVuWQor1Omf/ppDOt2jKHYEfcwCJMayj8WnlsPLJ473R6Cc+FkU3qzpUKPnV2QQrdAIqPVGSZbarQ==", "name": "CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d"}}' 2018-07-22 15:50:19,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50: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-cb0be754-7a23-4850-a2a7-5f2cf788aa5c x-compute-request-id: req-cb0be754-7a23-4850-a2a7-5f2cf788aa5c Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCywupdHMPiLpvgEWvBH/BhhM7Q+y5Eka57MEUJG+1be/kk9Wm8edSZF05Zei5pJhIpH0RYWwLpBG0zo4J+Y6Zf63onw61ayeVuWQor1Omf/ppDOt2jKHYEfcwCJMayj8WnlsPLJ473R6Cc+FkU3qzpUKPnV2QQrdAIqPVGSZbarQ==", "user_id": "de8cbb940f2946c4b1899ed6d4ce9f25", "name": "CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d", "fingerprint": "35:cd:e7:8b:8e:0c:9e:80:6d:17:9f:72:8a:50:bc:db"}} 2018-07-22 15:50:19,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-cb0be754-7a23-4850-a2a7-5f2cf788aa5c 2018-07-22 15:50:19,913 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d 2018-07-22 15:50:19,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:20,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f3a22f5cf174f09a8d3d82d71729c05", "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj-role"}], "expires_at": "2018-07-22T16:50:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb2b076ae4f84a52a8af46f9bc2ccd79", "name": "CreateKeypairsTests-e8c8bd34-e068-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_bb2b076ae4f84a52a8af46f9bc2ccd79", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e8c8bd34-e068-41f-user", "id": "de8cbb940f2946c4b1899ed6d4ce9f25"}, "audit_ids": ["Qcw7XQJLTnSGrjGHOIXaNg"], "issued_at": "2018-07-22T15:50:20.000000Z"}} 2018-07-22 15:50:20,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2bd16897976b4a7b7f553bfbdb33a8d0dd877b2" 2018-07-22 15:50:20,847 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:50: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-06a3aca7-24ee-422d-b0c4-b70eb7a40f05 x-compute-request-id: req-06a3aca7-24ee-422d-b0c4-b70eb7a40f05 Content-Length: 0 Content-Type: application/json 2018-07-22 15:50:20,847 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d used request id req-06a3aca7-24ee-422d-b0c4-b70eb7a40f05 2018-07-22 15:50:20,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2bd16897976b4a7b7f553bfbdb33a8d0dd877b2" 2018-07-22 15:50:20,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50: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-5d74d944-ad33-4fae-908f-d10f6c99f644 x-compute-request-id: req-5d74d944-ad33-4fae-908f-d10f6c99f644 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:50:20,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-5d74d944-ad33-4fae-908f-d10f6c99f644 2018-07-22 15:50:20,870 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d 2018-07-22 15:50:20,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a29e0ac7db7f31c066d55d6dabc10271ceddd7c" 2018-07-22 15:50:20,899 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50: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-bed02f9e-12d1-4560-b755-6dc1547fbca5 x-compute-request-id: req-bed02f9e-12d1-4560-b755-6dc1547fbca5 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d not found for user de8cbb940f2946c4b1899ed6d4ce9f25", "code": 404}} 2018-07-22 15:50:20,899 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-8f1b5642-f6b2-4f3b-b5a1-cd7d038d173d used request id req-bed02f9e-12d1-4560-b755-6dc1547fbca5 2018-07-22 15:50:20,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-9faf9170-b125-445d-ae98-cfc43606bd5d Date: Sun, 22 Jul 2018 15:50:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:50:21,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-9faf9170-b125-445d-ae98-cfc43606bd5d 2018-07-22 15:50:21,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41d1ac40-40ff-46ed-87c1-8960096dea9f 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:50:21,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-41d1ac40-40ff-46ed-87c1-8960096dea9f 2018-07-22 15:50:21,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,310 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cea30b72-fa8b-451b-9531-f9f52d3ef8a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:21,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-cea30b72-fa8b-451b-9531-f9f52d3ef8a4 2018-07-22 15:50:21,310 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,387 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-059eb272-4d4d-4699-9cf8-102aa612347d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:21,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-059eb272-4d4d-4699-9cf8-102aa612347d 2018-07-22 15:50:21,387 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:21,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,475 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f69afd48-5ee3-44a5-a6fe-aad482c0aabd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:21,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-f69afd48-5ee3-44a5-a6fe-aad482c0aabd 2018-07-22 15:50:21,475 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:21,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b87352e8-6ac7-4554-951c-63d4f334640a 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:50:21,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-b87352e8-6ac7-4554-951c-63d4f334640a 2018-07-22 15:50:21,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,644 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a544d5fd-6a0c-4196-9cfc-6e5ceb39944f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:21,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-a544d5fd-6a0c-4196-9cfc-6e5ceb39944f 2018-07-22 15:50:21,645 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:21,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,728 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46092d39-e244-4055-b69e-79a36360255e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:21,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-46092d39-e244-4055-b69e-79a36360255e 2018-07-22 15:50:21,729 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:21,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,813 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9e1ccbf-3631-4474-9dbf-f63c23ca4c56 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:21,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-f9e1ccbf-3631-4474-9dbf-f63c23ca4c56 2018-07-22 15:50:21,814 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:21,898 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-724df695-d284-4d07-944f-5ee0a073e0f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:21,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-724df695-d284-4d07-944f-5ee0a073e0f3 2018-07-22 15:50:21,899 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:21,900 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e8c8bd34-e068-41f-proj 2018-07-22 15:50:21,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/bb2b076ae4f84a52a8af46f9bc2ccd79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:22,098 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e4ea835-d4b6-4275-9b52-9e45d1cef82c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:22,098 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/bb2b076ae4f84a52a8af46f9bc2ccd79 used request id req-3e4ea835-d4b6-4275-9b52-9e45d1cef82c 2018-07-22 15:50:22,098 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e8c8bd34-e068-41f-proj-role 2018-07-22 15:50:22,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/7f3a22f5cf174f09a8d3d82d71729c05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:22,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76b95061-bae6-4f64-832f-85d527554156 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:22,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/7f3a22f5cf174f09a8d3d82d71729c05 used request id req-76b95061-bae6-4f64-832f-85d527554156 2018-07-22 15:50:22,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c702e61c54dd5360c88db2e3ec3430d1bfe3184d" 2018-07-22 15:50:22,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc73485-eae1-43d6-a5ca-cb33e9efb6c6 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:22,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cbc73485-eae1-43d6-a5ca-cb33e9efb6c6 2018-07-22 15:50:22,293 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e8c8bd34-e068-41f-user 2018-07-22 15:50:22,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/de8cbb940f2946c4b1899ed6d4ce9f25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8159f63a6211db0944e2299b1a313a0d08f2570" 2018-07-22 15:50:22,457 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4580a0c1-a67d-4e9e-ae9f-88a5c9d677f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:22,457 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/de8cbb940f2946c4b1899ed6d4ce9f25 used request id req-4580a0c1-a67d-4e9e-ae9f-88a5c9d677f3 2018-07-22 15:50:22,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:22,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["g203vmEHTiCWHO0D5MjqqA"], "issued_at": "2018-07-22T15:50:22.000000Z"}} 2018-07-22 15:50:22,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6017b89e1e044e2cd75e4bc12c7f7547f17ddcf" 2018-07-22 15:50:22,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adaa6438-cb80-45f5-a31f-0e0d44eedbeb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:22,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-adaa6438-cb80-45f5-a31f-0e0d44eedbeb 2018-07-22 15:50:22,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:22,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:23,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["mDZNHsA8ScSs5mw39o2TyA"], "issued_at": "2018-07-22T15:50:23.000000Z"}} 2018-07-22 15:50:23,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:23,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160b622b-8465-4ac1-bbb9-2817c94da2fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:23,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-160b622b-8465-4ac1-bbb9-2817c94da2fd 2018-07-22 15:50:23,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:23,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:23,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-dc2bde3a-852e-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:23,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55d226c-7be5-4330-98f8-45a40b5025af Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-dc2bde3a-852e-425-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:50:23,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-dc2bde3a-852e-425-proj used request id req-c55d226c-7be5-4330-98f8-45a40b5025af 2018-07-22 15:50:23,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:23,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64038c36-1a76-439c-a403-e1df041766e0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:23,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-64038c36-1a76-439c-a403-e1df041766e0 2018-07-22 15:50:23,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj"}}' 2018-07-22 15:50:23,775 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8a9768c-d4f4-428d-a7d4-134f9efe5515 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5f4be36627d24c57ac716ee776cdaaf2"}, "tags": [], "enabled": true, "id": "5f4be36627d24c57ac716ee776cdaaf2", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj"}} 2018-07-22 15:50:23,775 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b8a9768c-d4f4-428d-a7d4-134f9efe5515 2018-07-22 15:50:23,776 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-dc2bde3a-852e-425-proj 2018-07-22 15:50:23,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:23,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:24,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["pz1oCuosQD6vzGBwP_S2zA"], "issued_at": "2018-07-22T15:50:24.000000Z"}} 2018-07-22 15:50:24,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2cc10c11f910c21bcb903a33c5f1ac145f4186" 2018-07-22 15:50:24,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-213479bd-2ff5-44bf-916c-3de6801c6727 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:24,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-213479bd-2ff5-44bf-916c-3de6801c6727 2018-07-22 15:50:24,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:24,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:24,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2cc10c11f910c21bcb903a33c5f1ac145f4186" 2018-07-22 15:50:24,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f02866-83c9-44c7-a95d-daaebce49922 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:50:24,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d8f02866-83c9-44c7-a95d-daaebce49922 2018-07-22 15:50:24,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-dc2bde3a-852e-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2cc10c11f910c21bcb903a33c5f1ac145f4186" 2018-07-22 15:50:24,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e274d32c-87ba-4d18-8a26-99bc1a418545 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-dc2bde3a-852e-425-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5f4be36627d24c57ac716ee776cdaaf2"}, "tags": [], "enabled": true, "id": "5f4be36627d24c57ac716ee776cdaaf2", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj"}]} 2018-07-22 15:50:24,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-dc2bde3a-852e-425-proj used request id req-e274d32c-87ba-4d18-8a26-99bc1a418545 2018-07-22 15:50:24,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2cc10c11f910c21bcb903a33c5f1ac145f4186" 2018-07-22 15:50:24,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a755bcb6-8e5c-4655-b772-424ad2b019da Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:24,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a755bcb6-8e5c-4655-b772-424ad2b019da 2018-07-22 15:50:24,752 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-dc2bde3a-852e-425-user 2018-07-22 15:50:24,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:24,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:24,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d3aa57-9b25-4969-8020-39d265daeb61 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:24,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c8d3aa57-9b25-4969-8020-39d265daeb61 2018-07-22 15:50:24,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" -d '{"role": {"name": "CreateKeypairsTests-dc2bde3a-852e-425-proj-role"}}' 2018-07-22 15:50:24,950 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50fc6ef1-0cf4-4109-80b8-6ae399487bb7 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "15a10a75627b4522a584460866695266", "links": {"self": "http://172.30.9.28:5000/v3/roles/15a10a75627b4522a584460866695266"}, "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj-role"}} 2018-07-22 15:50:24,950 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-50fc6ef1-0cf4-4109-80b8-6ae399487bb7 2018-07-22 15:50:24,950 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-dc2bde3a-852e-425-proj-role 2018-07-22 15:50:24,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/15a10a75627b4522a584460866695266 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:25,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45d3e6f9-2512-4910-943b-0cf5e43008f6 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "15a10a75627b4522a584460866695266", "links": {"self": "http://172.30.9.28:5000/v3/roles/15a10a75627b4522a584460866695266"}, "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj-role"}} 2018-07-22 15:50:25,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/15a10a75627b4522a584460866695266 used request id req-45d3e6f9-2512-4910-943b-0cf5e43008f6 2018-07-22 15:50:25,038 - keystone_utils - INFO - Granting role CreateKeypairsTests-dc2bde3a-852e-425-proj-role to project CreateKeypairsTests-dc2bde3a-852e-425-proj 2018-07-22 15:50:25,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5f4be36627d24c57ac716ee776cdaaf2/users/723eb8818e7e4fc7a114772ff6b13b79/roles/15a10a75627b4522a584460866695266 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:25,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6acfcd3-ae96-4453-ad7f-e8618ee36a6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:25,163 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5f4be36627d24c57ac716ee776cdaaf2/users/723eb8818e7e4fc7a114772ff6b13b79/roles/15a10a75627b4522a584460866695266 used request id req-a6acfcd3-ae96-4453-ad7f-e8618ee36a6f 2018-07-22 15:50:25,164 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:50:25,262 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff.pub 2018-07-22 15:50:25,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:25,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:25,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "15a10a75627b4522a584460866695266", "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj-role"}], "expires_at": "2018-07-22T16:50:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f4be36627d24c57ac716ee776cdaaf2", "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/5f4be36627d24c57ac716ee776cdaaf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/5f4be36627d24c57ac716ee776cdaaf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-dc2bde3a-852e-425-user", "id": "723eb8818e7e4fc7a114772ff6b13b79"}, "audit_ids": ["VL96oJXoRIWk-G-PNDpXBQ"], "issued_at": "2018-07-22T15:50:25.000000Z"}} 2018-07-22 15:50:25,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f684b5ccdf61cdd080af1c5c9ef14c5576ba077c" 2018-07-22 15:50:25,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1761f474-e25f-4310-ac4a-71af1f71aa1c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:25,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1761f474-e25f-4310-ac4a-71af1f71aa1c 2018-07-22 15:50:25,711 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:50:25,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f684b5ccdf61cdd080af1c5c9ef14c5576ba077c" 2018-07-22 15:50:26,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d182d4e6-f38a-4e87-9053-68154c6c0e52 x-compute-request-id: req-d182d4e6-f38a-4e87-9053-68154c6c0e52 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:50:26,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d182d4e6-f38a-4e87-9053-68154c6c0e52 2018-07-22 15:50:26,295 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff... 2018-07-22 15:50:26,295 - OpenStackKeypair - INFO - Uploading existing keypair 2018-07-22 15:50:26,295 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff.pub 2018-07-22 15:50:26,295 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff 2018-07-22 15:50:26,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f684b5ccdf61cdd080af1c5c9ef14c5576ba077c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDM0wPYTsSDInoVwThahks9rwr/JfPCuxJg+m0LrTw69cDKrat04lYmRQfA7i1vwEcNRKvHyV2VuGiTiPmIq/5paPmq6YwrvUSpI3mH6n+Y4cHJgoKgh9bX/z6AYvdWjnp33yI21/8qhHaFcwB9zo8y5OAOHhgnIEsWjcT92IjTpL+nFmJFJj5wHUY4ScTXGVFf9QlNyXvKe/Gygo1ZC0/4Dm702aVI61QNtTi2DaSlHp+4xoAOqnFbQAtDEt6h261qIA4l+OUEkeoA2wt19h4DDe4fe7f8Lx8x1+2hBbsPFlPTFVPfh+0loBOkmcGUaTokuRwJYHNuLubi5XuN4/QF", "name": "CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff"}}' 2018-07-22 15:50:26,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50: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-9e769321-c7a3-45c0-93ee-b18a5575d088 x-compute-request-id: req-9e769321-c7a3-45c0-93ee-b18a5575d088 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDM0wPYTsSDInoVwThahks9rwr/JfPCuxJg+m0LrTw69cDKrat04lYmRQfA7i1vwEcNRKvHyV2VuGiTiPmIq/5paPmq6YwrvUSpI3mH6n+Y4cHJgoKgh9bX/z6AYvdWjnp33yI21/8qhHaFcwB9zo8y5OAOHhgnIEsWjcT92IjTpL+nFmJFJj5wHUY4ScTXGVFf9QlNyXvKe/Gygo1ZC0/4Dm702aVI61QNtTi2DaSlHp+4xoAOqnFbQAtDEt6h261qIA4l+OUEkeoA2wt19h4DDe4fe7f8Lx8x1+2hBbsPFlPTFVPfh+0loBOkmcGUaTokuRwJYHNuLubi5XuN4/QF", "user_id": "723eb8818e7e4fc7a114772ff6b13b79", "name": "CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff", "fingerprint": "d1:c3:33:99:0d:c5:52:e4:ed:9e:3f:82:3f:83:bb:ec"}} 2018-07-22 15:50:26,350 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9e769321-c7a3-45c0-93ee-b18a5575d088 2018-07-22 15:50:26,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:26,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "15a10a75627b4522a584460866695266", "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj-role"}], "expires_at": "2018-07-22T16:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f4be36627d24c57ac716ee776cdaaf2", "name": "CreateKeypairsTests-dc2bde3a-852e-425-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/5f4be36627d24c57ac716ee776cdaaf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/5f4be36627d24c57ac716ee776cdaaf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5f4be36627d24c57ac716ee776cdaaf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_5f4be36627d24c57ac716ee776cdaaf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-dc2bde3a-852e-425-user", "id": "723eb8818e7e4fc7a114772ff6b13b79"}, "audit_ids": ["7x1YMbUsRIqxkBHclQEJGQ"], "issued_at": "2018-07-22T15:50:26.000000Z"}} 2018-07-22 15:50:26,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2907a3b85b4c66cafbcc8d5b90ad95b8cd32c24" 2018-07-22 15:50:27,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50: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-e5fffd27-e89e-48f1-92db-13a92ce75d14 x-compute-request-id: req-e5fffd27-e89e-48f1-92db-13a92ce75d14 Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDM0wPYTsSDInoVwThahks9rwr/JfPCuxJg+m0LrTw69cDKrat04lYmRQfA7i1vwEcNRKvHyV2VuGiTiPmIq/5paPmq6YwrvUSpI3mH6n+Y4cHJgoKgh9bX/z6AYvdWjnp33yI21/8qhHaFcwB9zo8y5OAOHhgnIEsWjcT92IjTpL+nFmJFJj5wHUY4ScTXGVFf9QlNyXvKe/Gygo1ZC0/4Dm702aVI61QNtTi2DaSlHp+4xoAOqnFbQAtDEt6h261qIA4l+OUEkeoA2wt19h4DDe4fe7f8Lx8x1+2hBbsPFlPTFVPfh+0loBOkmcGUaTokuRwJYHNuLubi5XuN4/QF", "user_id": "723eb8818e7e4fc7a114772ff6b13b79", "name": "CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff", "deleted": false, "created_at": "2018-07-22T15:50:26.000000", "updated_at": null, "fingerprint": "d1:c3:33:99:0d:c5:52:e4:ed:9e:3f:82:3f:83:bb:ec", "deleted_at": null, "id": 20}} 2018-07-22 15:50:27,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff used request id req-e5fffd27-e89e-48f1-92db-13a92ce75d14 2018-07-22 15:50:27,223 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff 2018-07-22 15:50:27,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f684b5ccdf61cdd080af1c5c9ef14c5576ba077c" 2018-07-22 15:50:27,266 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:50:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34d6ce85-e51e-4b77-a6ca-b4e238ebe11d x-compute-request-id: req-34d6ce85-e51e-4b77-a6ca-b4e238ebe11d Content-Length: 0 Content-Type: application/json 2018-07-22 15:50:27,266 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-5ceaadea-4b67-4bfb-b8c1-2edb1ac5a1ff used request id req-34d6ce85-e51e-4b77-a6ca-b4e238ebe11d 2018-07-22 15:50:27,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:27,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-59f7673e-8f72-47b8-a31f-63ec7b9f7d74 Date: Sun, 22 Jul 2018 15:50:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:50:27,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-59f7673e-8f72-47b8-a31f-63ec7b9f7d74 2018-07-22 15:50:27,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:27,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66e5a2c3-47ea-4b93-92ea-d3a9352d0981 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:50:27,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-66e5a2c3-47ea-4b93-92ea-d3a9352d0981 2018-07-22 15:50:27,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,060 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd15af27-0341-49ee-9146-1c4dd1bb71d5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:28,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-cd15af27-0341-49ee-9146-1c4dd1bb71d5 2018-07-22 15:50:28,060 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:28,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,145 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af7a0887-5aa3-4bc8-bdc8-7d887380512a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:28,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-af7a0887-5aa3-4bc8-bdc8-7d887380512a 2018-07-22 15:50:28,145 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:28,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,224 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce890ee2-08ea-4cde-94ac-4d9cef0e2eaf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:28,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-ce890ee2-08ea-4cde-94ac-4d9cef0e2eaf 2018-07-22 15:50:28,225 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:28,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ca7cb64-ce88-445f-9dba-68954e230ad4 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:50:28,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-7ca7cb64-ce88-445f-9dba-68954e230ad4 2018-07-22 15:50:28,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,386 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c16269fc-b022-40dc-9905-f12cebb75cf6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:28,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-c16269fc-b022-40dc-9905-f12cebb75cf6 2018-07-22 15:50:28,387 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:28,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,475 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20646429-1b98-408a-ad0d-95d37a903d14 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:28,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-20646429-1b98-408a-ad0d-95d37a903d14 2018-07-22 15:50:28,475 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:28,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c67bbdf-2aa5-44c1-94e0-df9c9ed6b641 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:28,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-7c67bbdf-2aa5-44c1-94e0-df9c9ed6b641 2018-07-22 15:50:28,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:28,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,647 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a0ad241-6454-4651-b763-e62e128dea45 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:28,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-0a0ad241-6454-4651-b763-e62e128dea45 2018-07-22 15:50:28,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:28,649 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-dc2bde3a-852e-425-proj 2018-07-22 15:50:28,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5f4be36627d24c57ac716ee776cdaaf2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-244e4d3e-f8fc-453b-9bf3-9312b9e9a96d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:28,831 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5f4be36627d24c57ac716ee776cdaaf2 used request id req-244e4d3e-f8fc-453b-9bf3-9312b9e9a96d 2018-07-22 15:50:28,831 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-dc2bde3a-852e-425-proj-role 2018-07-22 15:50:28,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/15a10a75627b4522a584460866695266 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:28,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90bec961-7411-40c9-8f1f-ca704dbd4bfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:28,932 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/15a10a75627b4522a584460866695266 used request id req-90bec961-7411-40c9-8f1f-ca704dbd4bfb 2018-07-22 15:50:28,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1ff22ec3b53b9600dd8cd911c626c3bade93940" 2018-07-22 15:50:29,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58062155-0aca-4d29-9b3e-09f6da8a2f3f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:29,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-58062155-0aca-4d29-9b3e-09f6da8a2f3f 2018-07-22 15:50:29,020 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-dc2bde3a-852e-425-user 2018-07-22 15:50:29,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/723eb8818e7e4fc7a114772ff6b13b79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac2cc10c11f910c21bcb903a33c5f1ac145f4186" 2018-07-22 15:50:29,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3ceaf77-88ae-4740-bab4-298f3021a01c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:29,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/723eb8818e7e4fc7a114772ff6b13b79 used request id req-b3ceaf77-88ae-4740-bab4-298f3021a01c 2018-07-22 15:50:29,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:29,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["gc2ENAXiQIuIDcR66-BlvA"], "issued_at": "2018-07-22T15:50:29.000000Z"}} 2018-07-22 15:50:29,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d50f67ede03f41002fbe91cca62017a62c25b7" 2018-07-22 15:50:29,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25665b0a-7d96-4ff3-ab97-83f845b71465 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:29,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-25665b0a-7d96-4ff3-ab97-83f845b71465 2018-07-22 15:50:29,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:29,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:30,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["881Q-HZESqicpW8tgZIxEg"], "issued_at": "2018-07-22T15:50:30.000000Z"}} 2018-07-22 15:50:30,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:30,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afdcb2aa-d832-4464-847f-1871ea82af4b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:30,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-afdcb2aa-d832-4464-847f-1871ea82af4b 2018-07-22 15:50:30,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:30,192 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:30,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-a1cca135-3662-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:30,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6bab53f-ca44-4dc7-b857-c21e97e826fc Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-a1cca135-3662-492-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:50:30,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-a1cca135-3662-492-proj used request id req-b6bab53f-ca44-4dc7-b857-c21e97e826fc 2018-07-22 15:50:30,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:30,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7999b0d9-9ee1-44ba-bac7-bbebb9aae730 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:30,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7999b0d9-9ee1-44ba-bac7-bbebb9aae730 2018-07-22 15:50:30,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-a1cca135-3662-492-proj"}}' 2018-07-22 15:50:30,477 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60980231-7d54-46f9-a362-35b373987956 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/66393cf0b3c04cf395e1bd7ee3655c06"}, "tags": [], "enabled": true, "id": "66393cf0b3c04cf395e1bd7ee3655c06", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-a1cca135-3662-492-proj"}} 2018-07-22 15:50:30,477 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-60980231-7d54-46f9-a362-35b373987956 2018-07-22 15:50:30,478 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-a1cca135-3662-492-proj 2018-07-22 15:50:30,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:30,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:30,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["WPVy61O3T8S8L0HiOrA-Pg"], "issued_at": "2018-07-22T15:50:30.000000Z"}} 2018-07-22 15:50:30,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e938b4e44beb87eec74ef12427d876ae338ac318" 2018-07-22 15:50:30,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f1188e9-339d-4991-9252-09b346e2961a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:30,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8f1188e9-339d-4991-9252-09b346e2961a 2018-07-22 15:50:30,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:30,973 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:30,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e938b4e44beb87eec74ef12427d876ae338ac318" 2018-07-22 15:50:31,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-917789b8-3bdf-4f3c-ba48-53620ba6a785 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:50:31,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-917789b8-3bdf-4f3c-ba48-53620ba6a785 2018-07-22 15:50:31,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-a1cca135-3662-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e938b4e44beb87eec74ef12427d876ae338ac318" 2018-07-22 15:50:31,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9511425b-1068-46a6-83fc-0ae6fb5d5feb Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-a1cca135-3662-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/66393cf0b3c04cf395e1bd7ee3655c06"}, "tags": [], "enabled": true, "id": "66393cf0b3c04cf395e1bd7ee3655c06", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-a1cca135-3662-492-proj"}]} 2018-07-22 15:50:31,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-a1cca135-3662-492-proj used request id req-9511425b-1068-46a6-83fc-0ae6fb5d5feb 2018-07-22 15:50:31,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e938b4e44beb87eec74ef12427d876ae338ac318" 2018-07-22 15:50:31,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c3f945-6214-49d9-96b8-ce1d83a129c9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:31,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-73c3f945-6214-49d9-96b8-ce1d83a129c9 2018-07-22 15:50:31,549 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-a1cca135-3662-492-user 2018-07-22 15:50:31,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:31,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:31,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a1134b-47d1-49a1-8b7f-bbe0c84fd92b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:31,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-72a1134b-47d1-49a1-8b7f-bbe0c84fd92b 2018-07-22 15:50:31,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" -d '{"role": {"name": "CreateKeypairsTests-a1cca135-3662-492-proj-role"}}' 2018-07-22 15:50:31,752 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5a10976-9074-4eee-bbb9-b38219f80b02 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1d0b2554a0f7462e89b678f07a141885", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d0b2554a0f7462e89b678f07a141885"}, "name": "CreateKeypairsTests-a1cca135-3662-492-proj-role"}} 2018-07-22 15:50:31,752 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f5a10976-9074-4eee-bbb9-b38219f80b02 2018-07-22 15:50:31,752 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-a1cca135-3662-492-proj-role 2018-07-22 15:50:31,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/1d0b2554a0f7462e89b678f07a141885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:31,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28057f3f-e4ae-4f77-ae5c-539acca36983 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1d0b2554a0f7462e89b678f07a141885", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d0b2554a0f7462e89b678f07a141885"}, "name": "CreateKeypairsTests-a1cca135-3662-492-proj-role"}} 2018-07-22 15:50:31,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/1d0b2554a0f7462e89b678f07a141885 used request id req-28057f3f-e4ae-4f77-ae5c-539acca36983 2018-07-22 15:50:31,773 - keystone_utils - INFO - Granting role CreateKeypairsTests-a1cca135-3662-492-proj-role to project CreateKeypairsTests-a1cca135-3662-492-proj 2018-07-22 15:50:31,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/66393cf0b3c04cf395e1bd7ee3655c06/users/bdf56cf3b31b46bb9059106d6849f529/roles/1d0b2554a0f7462e89b678f07a141885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:31,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9ce6ac2-5671-4837-a164-675880880757 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:31,887 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/66393cf0b3c04cf395e1bd7ee3655c06/users/bdf56cf3b31b46bb9059106d6849f529/roles/1d0b2554a0f7462e89b678f07a141885 used request id req-f9ce6ac2-5671-4837-a164-675880880757 2018-07-22 15:50:31,887 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:50:31,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:31,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:32,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0b2554a0f7462e89b678f07a141885", "name": "CreateKeypairsTests-a1cca135-3662-492-proj-role"}], "expires_at": "2018-07-22T16:50:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66393cf0b3c04cf395e1bd7ee3655c06", "name": "CreateKeypairsTests-a1cca135-3662-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-a1cca135-3662-492-user", "id": "bdf56cf3b31b46bb9059106d6849f529"}, "audit_ids": ["gQmZCQ4wQ7SUbrHL5cPJqQ"], "issued_at": "2018-07-22T15:50:32.000000Z"}} 2018-07-22 15:50:32,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc2d99b49403adc7e933528348292dbc36e9f9" 2018-07-22 15:50:32,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01918d0-57fb-4e9e-b98c-e037b1908c74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:32,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e01918d0-57fb-4e9e-b98c-e037b1908c74 2018-07-22 15:50:32,348 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:50:32,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc2d99b49403adc7e933528348292dbc36e9f9" 2018-07-22 15:50:32,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50: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-736cb034-491d-40f7-985b-ede5644d7e74 x-compute-request-id: req-736cb034-491d-40f7-985b-ede5644d7e74 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:50:32,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-736cb034-491d-40f7-985b-ede5644d7e74 2018-07-22 15:50:32,898 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6... 2018-07-22 15:50:32,898 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 15:50:54,500 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6 2018-07-22 15:50:54,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc2d99b49403adc7e933528348292dbc36e9f9" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDpBF2RdFj8AKqo/Da2eVH4HBpkRuRb2zixRmCYLQW5k9MuyC3iqQ1gtLh+xdXpPWq4YQ4Wdf7focOyhsDdQ1fUbeHBnPjxHCLIuNp+Zck6EuErNoH21x+W9FYXk7m+gCnFZObl8zNF2FFh5Fdl5MK43zaH3TOleREZaC31XPGODjbanNvkv5PgiUAjAZ+LbG3GHcmy1KYFVU3qxd5CaB/AcsYKIPNQbgsD9WGM6pIK4D4qA9PiR1dw74xqKYC1ObpSeM1e7j3P/zzaQVVTX7+Bi1dQLwfoOGPEanYxFDn425xvfNhYQpWQ3aeMvkrkMIjLgV1sy9Km4m86CSl/bo97GHhSQZbDnCGhhYvTlfpNtm8GpHjEm1kMzNDvOLfgQv7Bsz8y92q+7G90px7Y05ahBefH3lTNyC7JN8c+U0GIYuLV2uWPjyd5/60gGSmWEBqUW57XkZk0qtK/nCndm5KOyOIzIWQOwunvpwD0u4M+cwZBiwA/uGgAqiZk6ta79FvTVZqK6CSnUy9c+5/Vq3HOX8r3Zi5C1RGR/wIUPkH6aY4pb+0gJDrGHG38J1YZ5KwQUEbBOn8eh6by1NPrZlBW1Yh3Dv8ehMq8WgHPOXWx2xc/BLScNJzPQP5bw6BNeudu+7N9k+x5nhDrDlafaC+vHq+Ns13padFWwqLeHf4m0bmQReXtQ65b+UdEhQXIBypK9rFknOj1b52KXSIKNjr18GIdBP587nZ98dVCVa2LGzSEuHS/OI2VYWqLoR8pkTfsX2U9ukGddPhG23KrOvZpWHie/C13LMdorB0+ecHXTYAQMibyO9HbnJKPDs8z9FBnZgOKy1Luth3/ErIcoraVv0wmOgl0ANrom7mzgdiF8AePMXTT5NvS2iQMimloXOwdeGhqjyLlQwnUKTQV01Uecvyhn8RxkNN7dyBKQ6kTukg0VurMk3x0iVDCAoWNPjEihROpKsZA6++QjT7EM5yH7tz9aQf+Mu9ZJu3+y4s3DulBvlhvFi6F2NTmrmfOLCDRZT55B8VvcJxxKIAgHG28lzGaU5WGQxj7GtN3hxf238I5I8goK0QI39LxCkQb3yYiihktbwJGtensiaBH4/lULNtjLVYzXFMewhJKeKM3Bbvw5SN7fn38L63Rvg2jzcNrYXgrZBAGwiSKqJouDr2QfQ2UrqK8iFzw9myWMUeQFWRJN1e+c3p7lIu19j8h3Vfg9+8JBy8tg81ogWI8502rMIMuiHQ6zC885COOUlcrbWfIsUi5OO1xveIbSHZpD+FCy+OpudCP8yYHJreuIoTrbouAsKgxEhCV5Fp9EonUSkDjqnuiYWGaF00dQRWjvcaA+vcBfko0crkjtxNzlBM4uycb7YUWBk6pgy5FRDOQk4b1jJBIOQUg7FuysmJ3ywbz8mycf4osvGntDPMNvv8IomUA8MyIUISp1tZEnaZxUZVu9el6CLMY1EEybYRJKSCoeWAjxfCT+q1sR9/STAF7/dOpCOevdXp0E4W0aR0W0DqHukYtHv2vewOU5hzEJlFIuFZ3oSYs94IAfMu45ewun48KlfCgCxmmxHet4oJp8GmjTuW4T3rnzDBPyBa1by6Dn/UGjx7pWhg7GOgpir1ZHJTNfSBJiHnl4yn126OO9sT0R17pSc/WNVNtqLHLJCJgCw==", "name": "CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6"}}' 2018-07-22 15:50:54,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1d4b01e-af1e-4bec-af53-8eaef98d06c4 x-compute-request-id: req-e1d4b01e-af1e-4bec-af53-8eaef98d06c4 Content-Encoding: gzip Content-Length: 1509 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDpBF2RdFj8AKqo/Da2eVH4HBpkRuRb2zixRmCYLQW5k9MuyC3iqQ1gtLh+xdXpPWq4YQ4Wdf7focOyhsDdQ1fUbeHBnPjxHCLIuNp+Zck6EuErNoH21x+W9FYXk7m+gCnFZObl8zNF2FFh5Fdl5MK43zaH3TOleREZaC31XPGODjbanNvkv5PgiUAjAZ+LbG3GHcmy1KYFVU3qxd5CaB/AcsYKIPNQbgsD9WGM6pIK4D4qA9PiR1dw74xqKYC1ObpSeM1e7j3P/zzaQVVTX7+Bi1dQLwfoOGPEanYxFDn425xvfNhYQpWQ3aeMvkrkMIjLgV1sy9Km4m86CSl/bo97GHhSQZbDnCGhhYvTlfpNtm8GpHjEm1kMzNDvOLfgQv7Bsz8y92q+7G90px7Y05ahBefH3lTNyC7JN8c+U0GIYuLV2uWPjyd5/60gGSmWEBqUW57XkZk0qtK/nCndm5KOyOIzIWQOwunvpwD0u4M+cwZBiwA/uGgAqiZk6ta79FvTVZqK6CSnUy9c+5/Vq3HOX8r3Zi5C1RGR/wIUPkH6aY4pb+0gJDrGHG38J1YZ5KwQUEbBOn8eh6by1NPrZlBW1Yh3Dv8ehMq8WgHPOXWx2xc/BLScNJzPQP5bw6BNeudu+7N9k+x5nhDrDlafaC+vHq+Ns13padFWwqLeHf4m0bmQReXtQ65b+UdEhQXIBypK9rFknOj1b52KXSIKNjr18GIdBP587nZ98dVCVa2LGzSEuHS/OI2VYWqLoR8pkTfsX2U9ukGddPhG23KrOvZpWHie/C13LMdorB0+ecHXTYAQMibyO9HbnJKPDs8z9FBnZgOKy1Luth3/ErIcoraVv0wmOgl0ANrom7mzgdiF8AePMXTT5NvS2iQMimloXOwdeGhqjyLlQwnUKTQV01Uecvyhn8RxkNN7dyBKQ6kTukg0VurMk3x0iVDCAoWNPjEihROpKsZA6++QjT7EM5yH7tz9aQf+Mu9ZJu3+y4s3DulBvlhvFi6F2NTmrmfOLCDRZT55B8VvcJxxKIAgHG28lzGaU5WGQxj7GtN3hxf238I5I8goK0QI39LxCkQb3yYiihktbwJGtensiaBH4/lULNtjLVYzXFMewhJKeKM3Bbvw5SN7fn38L63Rvg2jzcNrYXgrZBAGwiSKqJouDr2QfQ2UrqK8iFzw9myWMUeQFWRJN1e+c3p7lIu19j8h3Vfg9+8JBy8tg81ogWI8502rMIMuiHQ6zC885COOUlcrbWfIsUi5OO1xveIbSHZpD+FCy+OpudCP8yYHJreuIoTrbouAsKgxEhCV5Fp9EonUSkDjqnuiYWGaF00dQRWjvcaA+vcBfko0crkjtxNzlBM4uycb7YUWBk6pgy5FRDOQk4b1jJBIOQUg7FuysmJ3ywbz8mycf4osvGntDPMNvv8IomUA8MyIUISp1tZEnaZxUZVu9el6CLMY1EEybYRJKSCoeWAjxfCT+q1sR9/STAF7/dOpCOevdXp0E4W0aR0W0DqHukYtHv2vewOU5hzEJlFIuFZ3oSYs94IAfMu45ewun48KlfCgCxmmxHet4oJp8GmjTuW4T3rnzDBPyBa1by6Dn/UGjx7pWhg7GOgpir1ZHJTNfSBJiHnl4yn126OO9sT0R17pSc/WNVNtqLHLJCJgCw==", "user_id": "bdf56cf3b31b46bb9059106d6849f529", "name": "CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6", "fingerprint": "c1:2a:a0:1f:a9:b3:77:28:64:0c:1a:d7:ee:e8:d8:6c"}} 2018-07-22 15:50:54,571 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-e1d4b01e-af1e-4bec-af53-8eaef98d06c4 2018-07-22 15:50:54,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:54,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1d0b2554a0f7462e89b678f07a141885", "name": "CreateKeypairsTests-a1cca135-3662-492-proj-role"}], "expires_at": "2018-07-22T16:50:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66393cf0b3c04cf395e1bd7ee3655c06", "name": "CreateKeypairsTests-a1cca135-3662-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_66393cf0b3c04cf395e1bd7ee3655c06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_66393cf0b3c04cf395e1bd7ee3655c06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-a1cca135-3662-492-user", "id": "bdf56cf3b31b46bb9059106d6849f529"}, "audit_ids": ["G4enKd-eQ8G1DGa9Jyz6Vw"], "issued_at": "2018-07-22T15:50:54.000000Z"}} 2018-07-22 15:50:54,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdc9260d247d5a9537a1cfc72b5b7bbcc9518bdb" 2018-07-22 15:50:55,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06a557d2-b5f8-4aee-b4ca-98abf9d17e32 x-compute-request-id: req-06a557d2-b5f8-4aee-b4ca-98abf9d17e32 Content-Encoding: gzip Content-Length: 1577 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDpBF2RdFj8AKqo/Da2eVH4HBpkRuRb2zixRmCYLQW5k9MuyC3iqQ1gtLh+xdXpPWq4YQ4Wdf7focOyhsDdQ1fUbeHBnPjxHCLIuNp+Zck6EuErNoH21x+W9FYXk7m+gCnFZObl8zNF2FFh5Fdl5MK43zaH3TOleREZaC31XPGODjbanNvkv5PgiUAjAZ+LbG3GHcmy1KYFVU3qxd5CaB/AcsYKIPNQbgsD9WGM6pIK4D4qA9PiR1dw74xqKYC1ObpSeM1e7j3P/zzaQVVTX7+Bi1dQLwfoOGPEanYxFDn425xvfNhYQpWQ3aeMvkrkMIjLgV1sy9Km4m86CSl/bo97GHhSQZbDnCGhhYvTlfpNtm8GpHjEm1kMzNDvOLfgQv7Bsz8y92q+7G90px7Y05ahBefH3lTNyC7JN8c+U0GIYuLV2uWPjyd5/60gGSmWEBqUW57XkZk0qtK/nCndm5KOyOIzIWQOwunvpwD0u4M+cwZBiwA/uGgAqiZk6ta79FvTVZqK6CSnUy9c+5/Vq3HOX8r3Zi5C1RGR/wIUPkH6aY4pb+0gJDrGHG38J1YZ5KwQUEbBOn8eh6by1NPrZlBW1Yh3Dv8ehMq8WgHPOXWx2xc/BLScNJzPQP5bw6BNeudu+7N9k+x5nhDrDlafaC+vHq+Ns13padFWwqLeHf4m0bmQReXtQ65b+UdEhQXIBypK9rFknOj1b52KXSIKNjr18GIdBP587nZ98dVCVa2LGzSEuHS/OI2VYWqLoR8pkTfsX2U9ukGddPhG23KrOvZpWHie/C13LMdorB0+ecHXTYAQMibyO9HbnJKPDs8z9FBnZgOKy1Luth3/ErIcoraVv0wmOgl0ANrom7mzgdiF8AePMXTT5NvS2iQMimloXOwdeGhqjyLlQwnUKTQV01Uecvyhn8RxkNN7dyBKQ6kTukg0VurMk3x0iVDCAoWNPjEihROpKsZA6++QjT7EM5yH7tz9aQf+Mu9ZJu3+y4s3DulBvlhvFi6F2NTmrmfOLCDRZT55B8VvcJxxKIAgHG28lzGaU5WGQxj7GtN3hxf238I5I8goK0QI39LxCkQb3yYiihktbwJGtensiaBH4/lULNtjLVYzXFMewhJKeKM3Bbvw5SN7fn38L63Rvg2jzcNrYXgrZBAGwiSKqJouDr2QfQ2UrqK8iFzw9myWMUeQFWRJN1e+c3p7lIu19j8h3Vfg9+8JBy8tg81ogWI8502rMIMuiHQ6zC885COOUlcrbWfIsUi5OO1xveIbSHZpD+FCy+OpudCP8yYHJreuIoTrbouAsKgxEhCV5Fp9EonUSkDjqnuiYWGaF00dQRWjvcaA+vcBfko0crkjtxNzlBM4uycb7YUWBk6pgy5FRDOQk4b1jJBIOQUg7FuysmJ3ywbz8mycf4osvGntDPMNvv8IomUA8MyIUISp1tZEnaZxUZVu9el6CLMY1EEybYRJKSCoeWAjxfCT+q1sR9/STAF7/dOpCOevdXp0E4W0aR0W0DqHukYtHv2vewOU5hzEJlFIuFZ3oSYs94IAfMu45ewun48KlfCgCxmmxHet4oJp8GmjTuW4T3rnzDBPyBa1by6Dn/UGjx7pWhg7GOgpir1ZHJTNfSBJiHnl4yn126OO9sT0R17pSc/WNVNtqLHLJCJgCw==", "user_id": "bdf56cf3b31b46bb9059106d6849f529", "name": "CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6", "deleted": false, "created_at": "2018-07-22T15:50:54.000000", "updated_at": null, "fingerprint": "c1:2a:a0:1f:a9:b3:77:28:64:0c:1a:d7:ee:e8:d8:6c", "deleted_at": null, "id": 21}} 2018-07-22 15:50:55,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6 used request id req-06a557d2-b5f8-4aee-b4ca-98abf9d17e32 2018-07-22 15:50:55,525 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6 2018-07-22 15:50:55,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1cc2d99b49403adc7e933528348292dbc36e9f9" 2018-07-22 15:50:55,561 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:50:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2b18c4b-2ad3-4c9b-9247-6cc11493c876 x-compute-request-id: req-a2b18c4b-2ad3-4c9b-9247-6cc11493c876 Content-Length: 0 Content-Type: application/json 2018-07-22 15:50:55,561 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-6a56bbec-ab04-4138-8f30-9539117fefe6 used request id req-a2b18c4b-2ad3-4c9b-9247-6cc11493c876 2018-07-22 15:50:55,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:55,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-d3792a8c-96fa-46b7-a922-c7c788fcda76 Date: Sun, 22 Jul 2018 15:50:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:50:55,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d3792a8c-96fa-46b7-a922-c7c788fcda76 2018-07-22 15:50:55,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:55,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d3f621-57fb-4cbb-b071-863c5ab58ed0 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:50:55,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-13d3f621-57fb-4cbb-b071-863c5ab58ed0 2018-07-22 15:50:55,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:55,979 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa94e592-10ba-45b0-bd2c-90c47e5053bb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:55,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-aa94e592-10ba-45b0-bd2c-90c47e5053bb 2018-07-22 15:50:55,979 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:55,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,066 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-add03acc-bfdf-47a3-bcca-28909561f936 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:56,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-add03acc-bfdf-47a3-bcca-28909561f936 2018-07-22 15:50:56,066 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:56,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,151 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a24875d-e1cc-4776-ad05-fbdd0707b636 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:56,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-2a24875d-e1cc-4776-ad05-fbdd0707b636 2018-07-22 15:50:56,151 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:56,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248066b7-3749-4c8c-8d8e-1510c48993d5 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:50:56,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-248066b7-3749-4c8c-8d8e-1510c48993d5 2018-07-22 15:50:56,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,338 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b569ee6-1755-47b0-8811-f1d480b80660 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:56,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-3b569ee6-1755-47b0-8811-f1d480b80660 2018-07-22 15:50:56,338 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:56,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,423 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a0892aa-a829-4581-802f-4090305a3761 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:56,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-1a0892aa-a829-4581-802f-4090305a3761 2018-07-22 15:50:56,423 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:56,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,508 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7b217d5-d905-4d81-994c-ff538a386c46 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:56,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-b7b217d5-d905-4d81-994c-ff538a386c46 2018-07-22 15:50:56,508 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:56,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,587 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bbd49ca-0b7e-4f0f-96c5-a99ffbc0c7a5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:50:56,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-5bbd49ca-0b7e-4f0f-96c5-a99ffbc0c7a5 2018-07-22 15:50:56,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:50:56,588 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-a1cca135-3662-492-proj 2018-07-22 15:50:56,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/66393cf0b3c04cf395e1bd7ee3655c06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19935499-aa17-47d9-a1d8-042409809532 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:56,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/66393cf0b3c04cf395e1bd7ee3655c06 used request id req-19935499-aa17-47d9-a1d8-042409809532 2018-07-22 15:50:56,797 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-a1cca135-3662-492-proj-role 2018-07-22 15:50:56,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/1d0b2554a0f7462e89b678f07a141885 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:56,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3d53762-bb2d-41d5-b626-7471fe9d7612 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:56,917 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1d0b2554a0f7462e89b678f07a141885 used request id req-d3d53762-bb2d-41d5-b626-7471fe9d7612 2018-07-22 15:50:56,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90adb26135f8ccb9fc35c937b8d8229ac5d67abe" 2018-07-22 15:50:57,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab2b465-0c72-492f-86c0-865c509290e2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:57,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8ab2b465-0c72-492f-86c0-865c509290e2 2018-07-22 15:50:57,007 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-a1cca135-3662-492-user 2018-07-22 15:50:57,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/bdf56cf3b31b46bb9059106d6849f529 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e938b4e44beb87eec74ef12427d876ae338ac318" 2018-07-22 15:50:57,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e6b7f83-fda9-4fc0-82d8-ff9fdb74c065 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:57,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/bdf56cf3b31b46bb9059106d6849f529 used request id req-3e6b7f83-fda9-4fc0-82d8-ff9fdb74c065 2018-07-22 15:50:57,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:57,560 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["M0NCJngiRlW6gXiffxh02w"], "issued_at": "2018-07-22T15:50:57.000000Z"}} 2018-07-22 15:50:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95b5203791010fb1bc615445c95c19dbcec466" 2018-07-22 15:50:57,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26fd4727-e519-4f77-a823-853c18254287 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:57,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-26fd4727-e519-4f77-a823-853c18254287 2018-07-22 15:50:57,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:57,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:58,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["vv4dnJTaSRyo73i9PfTT6Q"], "issued_at": "2018-07-22T15:50:58.000000Z"}} 2018-07-22 15:50:58,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:50:58,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce15526a-f400-4cda-ae10-90d510af7e88 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:58,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ce15526a-f400-4cda-ae10-90d510af7e88 2018-07-22 15:50:58,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:58,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:58,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-70fbb5fb-91f3-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:50:58,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27be42f4-7901-436c-bec7-c132e5d39d75 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-70fbb5fb-91f3-422-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:50:58,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-70fbb5fb-91f3-422-proj used request id req-27be42f4-7901-436c-bec7-c132e5d39d75 2018-07-22 15:50:58,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:50:58,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927e95db-13b9-45f7-9184-1155104217c7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:58,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-927e95db-13b9-45f7-9184-1155104217c7 2018-07-22 15:50:58,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj"}}' 2018-07-22 15:50:58,346 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f070037e-679b-4673-833a-44eaf90f7cbb Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/51ddf53ffce34c13abf88be556270a0a"}, "tags": [], "enabled": true, "id": "51ddf53ffce34c13abf88be556270a0a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj"}} 2018-07-22 15:50:58,346 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f070037e-679b-4673-833a-44eaf90f7cbb 2018-07-22 15:50:58,347 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-70fbb5fb-91f3-422-proj 2018-07-22 15:50:58,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:58,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:50:58,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:50:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["qIN5FK9FQEK5CTEMbWTkWQ"], "issued_at": "2018-07-22T15:50:58.000000Z"}} 2018-07-22 15:50:58,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c8cca0fafdbe7d78dcdc8178cf9f8e61797373" 2018-07-22 15:50:58,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b074614-c10a-479e-a13b-862234c982d1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:50:58,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5b074614-c10a-479e-a13b-862234c982d1 2018-07-22 15:50:58,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:50:58,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:50:58,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c8cca0fafdbe7d78dcdc8178cf9f8e61797373" 2018-07-22 15:50:58,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5486c6d9-71bc-429a-93fe-c4042f3352b7 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:50:58,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5486c6d9-71bc-429a-93fe-c4042f3352b7 2018-07-22 15:50:58,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-70fbb5fb-91f3-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c8cca0fafdbe7d78dcdc8178cf9f8e61797373" 2018-07-22 15:50:59,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cbe818d-c21e-4a8c-a8b9-73b55e486736 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-70fbb5fb-91f3-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/51ddf53ffce34c13abf88be556270a0a"}, "tags": [], "enabled": true, "id": "51ddf53ffce34c13abf88be556270a0a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj"}]} 2018-07-22 15:50:59,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-70fbb5fb-91f3-422-proj used request id req-8cbe818d-c21e-4a8c-a8b9-73b55e486736 2018-07-22 15:50:59,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c8cca0fafdbe7d78dcdc8178cf9f8e61797373" 2018-07-22 15:50:59,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e648504b-92c5-42ea-87fd-5e60eb31a9f6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:50:59,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e648504b-92c5-42ea-87fd-5e60eb31a9f6 2018-07-22 15:50:59,480 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-70fbb5fb-91f3-422-user 2018-07-22 15:50:59,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:59,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:50:59,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363125f3-f1fa-4ab2-a518-a1c6f76fe3d1 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:50:59,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-363125f3-f1fa-4ab2-a518-a1c6f76fe3d1 2018-07-22 15:50:59,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" -d '{"role": {"name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj-role"}}' 2018-07-22 15:50:59,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:50:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-498059ff-bee0-49fb-9758-cc2bd916dbba Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fd3d8f8c5c0e4400990dd3bd08a147ff", "links": {"self": "http://172.30.9.28:5000/v3/roles/fd3d8f8c5c0e4400990dd3bd08a147ff"}, "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj-role"}} 2018-07-22 15:50:59,774 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-498059ff-bee0-49fb-9758-cc2bd916dbba 2018-07-22 15:50:59,774 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-70fbb5fb-91f3-422-proj-role 2018-07-22 15:50:59,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/fd3d8f8c5c0e4400990dd3bd08a147ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:50:59,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde838fa-4b34-4e03-9181-5a6a7a5f2ef0 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fd3d8f8c5c0e4400990dd3bd08a147ff", "links": {"self": "http://172.30.9.28:5000/v3/roles/fd3d8f8c5c0e4400990dd3bd08a147ff"}, "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj-role"}} 2018-07-22 15:50:59,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fd3d8f8c5c0e4400990dd3bd08a147ff used request id req-dde838fa-4b34-4e03-9181-5a6a7a5f2ef0 2018-07-22 15:50:59,870 - keystone_utils - INFO - Granting role CreateKeypairsTests-70fbb5fb-91f3-422-proj-role to project CreateKeypairsTests-70fbb5fb-91f3-422-proj 2018-07-22 15:50:59,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/51ddf53ffce34c13abf88be556270a0a/users/290521a04fda4a46929b406e1401ce6b/roles/fd3d8f8c5c0e4400990dd3bd08a147ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:50:59,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:50:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b63271e-49b5-44ab-bccd-dd1a73d765af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:50:59,996 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/51ddf53ffce34c13abf88be556270a0a/users/290521a04fda4a46929b406e1401ce6b/roles/fd3d8f8c5c0e4400990dd3bd08a147ff used request id req-2b63271e-49b5-44ab-bccd-dd1a73d765af 2018-07-22 15:50:59,997 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:50:59,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:50:59,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:00,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd3d8f8c5c0e4400990dd3bd08a147ff", "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj-role"}], "expires_at": "2018-07-22T16:51:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51ddf53ffce34c13abf88be556270a0a", "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/51ddf53ffce34c13abf88be556270a0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/51ddf53ffce34c13abf88be556270a0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-70fbb5fb-91f3-422-user", "id": "290521a04fda4a46929b406e1401ce6b"}, "audit_ids": ["slHsRujZRLe3DmHiBtKOww"], "issued_at": "2018-07-22T15:51:00.000000Z"}} 2018-07-22 15:51:00,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2829f7aed88d2075cdb89162366ec03941f61ecf" 2018-07-22 15:51:00,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd64d99-9d71-4527-95ea-4da381dcb567 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:00,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7dd64d99-9d71-4527-95ea-4da381dcb567 2018-07-22 15:51:00,461 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:00,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2829f7aed88d2075cdb89162366ec03941f61ecf" 2018-07-22 15:51:01,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-352c2932-e7fa-4944-8c35-63fd68bfcba9 x-compute-request-id: req-352c2932-e7fa-4944-8c35-63fd68bfcba9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:51:01,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-352c2932-e7fa-4944-8c35-63fd68bfcba9 2018-07-22 15:51:01,028 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0... 2018-07-22 15:51:01,028 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 15:51:01,078 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0 2018-07-22 15:51:01,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2829f7aed88d2075cdb89162366ec03941f61ecf" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOs8bUYiquFDsDR78NSs+rOZy+VTiUsbHHnvM1lgAIK5YP7VTPhzII6YTYlKoYQjsHIcD3A/Uh/6RpN6mJ2b34ezUXsIDoyGIGKD8FB+Fj/eEgKYFZjF4udNcLOzKAlNJAxNkfpr2+JhvzaePcqGb9ssr4dOsOcqJ2ehXtaX7vkQ==", "name": "CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0"}}' 2018-07-22 15:51:01,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-476d96f9-2d41-4c88-80ea-4770e2541ad5 x-compute-request-id: req-476d96f9-2d41-4c88-80ea-4770e2541ad5 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOs8bUYiquFDsDR78NSs+rOZy+VTiUsbHHnvM1lgAIK5YP7VTPhzII6YTYlKoYQjsHIcD3A/Uh/6RpN6mJ2b34ezUXsIDoyGIGKD8FB+Fj/eEgKYFZjF4udNcLOzKAlNJAxNkfpr2+JhvzaePcqGb9ssr4dOsOcqJ2ehXtaX7vkQ==", "user_id": "290521a04fda4a46929b406e1401ce6b", "name": "CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0", "fingerprint": "02:f5:3f:cd:68:59:3a:aa:61:9d:74:4a:ae:e9:44:43"}} 2018-07-22 15:51:01,131 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-476d96f9-2d41-4c88-80ea-4770e2541ad5 2018-07-22 15:51:01,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:01,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd3d8f8c5c0e4400990dd3bd08a147ff", "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj-role"}], "expires_at": "2018-07-22T16:51:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51ddf53ffce34c13abf88be556270a0a", "name": "CreateKeypairsTests-70fbb5fb-91f3-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/51ddf53ffce34c13abf88be556270a0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/51ddf53ffce34c13abf88be556270a0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_51ddf53ffce34c13abf88be556270a0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_51ddf53ffce34c13abf88be556270a0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-70fbb5fb-91f3-422-user", "id": "290521a04fda4a46929b406e1401ce6b"}, "audit_ids": ["IWudjoneS8mR7p8ewTKC1g"], "issued_at": "2018-07-22T15:51:01.000000Z"}} 2018-07-22 15:51:01,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e50d801f8377c59d2bcc7c8441103361c35f465" 2018-07-22 15:51:02,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b7df328-1848-45c9-8735-0baa1e100971 x-compute-request-id: req-5b7df328-1848-45c9-8735-0baa1e100971 Content-Encoding: gzip Content-Length: 422 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOs8bUYiquFDsDR78NSs+rOZy+VTiUsbHHnvM1lgAIK5YP7VTPhzII6YTYlKoYQjsHIcD3A/Uh/6RpN6mJ2b34ezUXsIDoyGIGKD8FB+Fj/eEgKYFZjF4udNcLOzKAlNJAxNkfpr2+JhvzaePcqGb9ssr4dOsOcqJ2ehXtaX7vkQ==", "user_id": "290521a04fda4a46929b406e1401ce6b", "name": "CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0", "deleted": false, "created_at": "2018-07-22T15:51:01.000000", "updated_at": null, "fingerprint": "02:f5:3f:cd:68:59:3a:aa:61:9d:74:4a:ae:e9:44:43", "deleted_at": null, "id": 22}} 2018-07-22 15:51:02,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0 used request id req-5b7df328-1848-45c9-8735-0baa1e100971 2018-07-22 15:51:02,076 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0 2018-07-22 15:51:02,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2829f7aed88d2075cdb89162366ec03941f61ecf" 2018-07-22 15:51:02,132 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:51:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8bdabd8b-5e21-49be-a6c3-226e0bbaf714 x-compute-request-id: req-8bdabd8b-5e21-49be-a6c3-226e0bbaf714 Content-Length: 0 Content-Type: application/json 2018-07-22 15:51:02,132 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-1e188c55-3f9d-4210-a5a9-349b615c09b0 used request id req-8bdabd8b-5e21-49be-a6c3-226e0bbaf714 2018-07-22 15:51:02,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:02,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-8cca4759-f73a-47d1-9699-10a2af06598e Date: Sun, 22 Jul 2018 15:51:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:02,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-8cca4759-f73a-47d1-9699-10a2af06598e 2018-07-22 15:51:02,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:02,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9dcec44-cad3-4e1d-b02b-0bfed596955b 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:02,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-b9dcec44-cad3-4e1d-b02b-0bfed596955b 2018-07-22 15:51:02,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:02,466 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03245f44-ee57-4baa-b275-1b006abca1d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:02,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-03245f44-ee57-4baa-b275-1b006abca1d6 2018-07-22 15:51:02,466 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:02,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:02,553 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca031843-85e2-44b9-a731-10a716712ad5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:02,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-ca031843-85e2-44b9-a731-10a716712ad5 2018-07-22 15:51:02,553 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:02,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:02,634 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2724e13b-0d52-42eb-b927-1b335cb07510 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:02,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-2724e13b-0d52-42eb-b927-1b335cb07510 2018-07-22 15:51:02,634 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:02,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:02,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a309f6cb-9837-4356-8d10-efaf45efb48b 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:51:02,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-a309f6cb-9837-4356-8d10-efaf45efb48b 2018-07-22 15:51:02,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:02,912 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a0bc952-e5c8-462a-81ca-6c7bc4b9695c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:02,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-8a0bc952-e5c8-462a-81ca-6c7bc4b9695c 2018-07-22 15:51:02,913 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:02,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:03,004 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-135b9e9d-bfc2-4c19-a799-5a2b56d80972 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:03,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-135b9e9d-bfc2-4c19-a799-5a2b56d80972 2018-07-22 15:51:03,004 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:03,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:03,088 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55f6ee4b-7946-4acf-8f4a-fd6f283bf082 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:03,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-55f6ee4b-7946-4acf-8f4a-fd6f283bf082 2018-07-22 15:51:03,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:03,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:03,173 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79bb3cda-a3fd-408b-92d1-fcd5979763df Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:03,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-79bb3cda-a3fd-408b-92d1-fcd5979763df 2018-07-22 15:51:03,173 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:03,174 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-70fbb5fb-91f3-422-proj 2018-07-22 15:51:03,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/51ddf53ffce34c13abf88be556270a0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:03,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6f1a6d1-5527-4443-9754-6ee7a99585fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:03,360 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/51ddf53ffce34c13abf88be556270a0a used request id req-f6f1a6d1-5527-4443-9754-6ee7a99585fa 2018-07-22 15:51:03,360 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-70fbb5fb-91f3-422-proj-role 2018-07-22 15:51:03,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/fd3d8f8c5c0e4400990dd3bd08a147ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:03,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62b019e1-e996-44aa-b0dc-b28f07317204 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:03,462 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fd3d8f8c5c0e4400990dd3bd08a147ff used request id req-62b019e1-e996-44aa-b0dc-b28f07317204 2018-07-22 15:51:03,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81b95a668dddaa93c81528569f239d22095ccc2" 2018-07-22 15:51:03,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef361675-747c-4cec-b776-37dbe940b203 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:03,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ef361675-747c-4cec-b776-37dbe940b203 2018-07-22 15:51:03,548 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-70fbb5fb-91f3-422-user 2018-07-22 15:51:03,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/290521a04fda4a46929b406e1401ce6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66c8cca0fafdbe7d78dcdc8178cf9f8e61797373" 2018-07-22 15:51:03,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2bde782-6271-4ee4-ac8f-b8243aa570a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:03,726 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/290521a04fda4a46929b406e1401ce6b used request id req-e2bde782-6271-4ee4-ac8f-b8243aa570a4 2018-07-22 15:51:03,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:04,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["RrB78smVToemdsX1KL4iqw"], "issued_at": "2018-07-22T15:51:04.000000Z"}} 2018-07-22 15:51:04,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfc7cb3c03d0c1885cdf10d9359437dbad08437" 2018-07-22 15:51:04,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9c2bc23-a4c2-49fd-bcba-326406aae9f7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:04,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a9c2bc23-a4c2-49fd-bcba-326406aae9f7 2018-07-22 15:51:04,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:04,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:04,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["huPl_G1FQneO4mbGVKnErg"], "issued_at": "2018-07-22T15:51:04.000000Z"}} 2018-07-22 15:51:04,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:04,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8adb1096-6fe3-49b0-ab33-e3f91e47a8ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:04,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8adb1096-6fe3-49b0-ab33-e3f91e47a8ac 2018-07-22 15:51:04,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:04,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:04,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-2b46cee3-88a8-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:04,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65b8c91-2303-41d6-95d4-95ada51342ff Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-2b46cee3-88a8-422-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:04,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-2b46cee3-88a8-422-proj used request id req-f65b8c91-2303-41d6-95d4-95ada51342ff 2018-07-22 15:51:04,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:04,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee630f44-6a4d-46e8-81c8-8d436c6a8687 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:04,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ee630f44-6a4d-46e8-81c8-8d436c6a8687 2018-07-22 15:51:04,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj"}}' 2018-07-22 15:51:04,874 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31b86750-6def-4f77-b7a8-e19bee3f7608 Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/475d208a567347438ba0704903d32a54"}, "tags": [], "enabled": true, "id": "475d208a567347438ba0704903d32a54", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj"}} 2018-07-22 15:51:04,874 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-31b86750-6def-4f77-b7a8-e19bee3f7608 2018-07-22 15:51:04,875 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-2b46cee3-88a8-422-proj 2018-07-22 15:51:04,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:04,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:05,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MKGo4SRETxyTRnDCBoC8nQ"], "issued_at": "2018-07-22T15:51:05.000000Z"}} 2018-07-22 15:51:05,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74aa1aed7744d9d5d0ac8f2ff390f4874ac87bfb" 2018-07-22 15:51:05,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12f98fd-2477-4777-9fb9-0c95a2583b67 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:05,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a12f98fd-2477-4777-9fb9-0c95a2583b67 2018-07-22 15:51:05,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:05,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:05,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74aa1aed7744d9d5d0ac8f2ff390f4874ac87bfb" 2018-07-22 15:51:05,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651337d9-e852-4782-9f3b-caa343946b7c Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:05,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-651337d9-e852-4782-9f3b-caa343946b7c 2018-07-22 15:51:05,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-2b46cee3-88a8-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74aa1aed7744d9d5d0ac8f2ff390f4874ac87bfb" 2018-07-22 15:51:05,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22559782-7138-41f0-953c-42cd77ad1275 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-2b46cee3-88a8-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/475d208a567347438ba0704903d32a54"}, "tags": [], "enabled": true, "id": "475d208a567347438ba0704903d32a54", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj"}]} 2018-07-22 15:51:05,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-2b46cee3-88a8-422-proj used request id req-22559782-7138-41f0-953c-42cd77ad1275 2018-07-22 15:51:05,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74aa1aed7744d9d5d0ac8f2ff390f4874ac87bfb" 2018-07-22 15:51:05,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9e3c46-e351-4228-ba6e-d97905b3cc2a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:05,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-aa9e3c46-e351-4228-ba6e-d97905b3cc2a 2018-07-22 15:51:05,941 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-2b46cee3-88a8-422-user 2018-07-22 15:51:05,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:05,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:06,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd9b8ed9-b519-4b01-be6c-e70c84c3df24 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:06,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cd9b8ed9-b519-4b01-be6c-e70c84c3df24 2018-07-22 15:51:06,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" -d '{"role": {"name": "CreateKeypairsTests-2b46cee3-88a8-422-proj-role"}}' 2018-07-22 15:51:06,127 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31490864-5a7f-420d-a4c3-b8a7e26e20f6 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "015b4c5c5bd44a8e992146e697870f4f", "links": {"self": "http://172.30.9.28:5000/v3/roles/015b4c5c5bd44a8e992146e697870f4f"}, "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj-role"}} 2018-07-22 15:51:06,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-31490864-5a7f-420d-a4c3-b8a7e26e20f6 2018-07-22 15:51:06,127 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-2b46cee3-88a8-422-proj-role 2018-07-22 15:51:06,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/015b4c5c5bd44a8e992146e697870f4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:06,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f9a7eb-ebd5-413f-b064-4b27055d0922 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "015b4c5c5bd44a8e992146e697870f4f", "links": {"self": "http://172.30.9.28:5000/v3/roles/015b4c5c5bd44a8e992146e697870f4f"}, "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj-role"}} 2018-07-22 15:51:06,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/015b4c5c5bd44a8e992146e697870f4f used request id req-c3f9a7eb-ebd5-413f-b064-4b27055d0922 2018-07-22 15:51:06,213 - keystone_utils - INFO - Granting role CreateKeypairsTests-2b46cee3-88a8-422-proj-role to project CreateKeypairsTests-2b46cee3-88a8-422-proj 2018-07-22 15:51:06,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/475d208a567347438ba0704903d32a54/users/63ea8a31e6fd409d8eb42332baec6d29/roles/015b4c5c5bd44a8e992146e697870f4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:06,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d403d29a-5155-4fb0-a977-3b6413ff2139 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:06,334 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/475d208a567347438ba0704903d32a54/users/63ea8a31e6fd409d8eb42332baec6d29/roles/015b4c5c5bd44a8e992146e697870f4f used request id req-d403d29a-5155-4fb0-a977-3b6413ff2139 2018-07-22 15:51:06,334 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:06,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:06,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:06,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "015b4c5c5bd44a8e992146e697870f4f", "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj-role"}], "expires_at": "2018-07-22T16:51:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "475d208a567347438ba0704903d32a54", "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/475d208a567347438ba0704903d32a54", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/475d208a567347438ba0704903d32a54", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/475d208a567347438ba0704903d32a54", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/475d208a567347438ba0704903d32a54", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-2b46cee3-88a8-422-user", "id": "63ea8a31e6fd409d8eb42332baec6d29"}, "audit_ids": ["6rpSMZUwTBOSBGDh4ULF8A"], "issued_at": "2018-07-22T15:51:06.000000Z"}} 2018-07-22 15:51:06,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43ee11160e4fffe085d3684c8785e6b293dc8fb" 2018-07-22 15:51:06,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ca7033-f9a6-4354-a02d-b903f163a18d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:06,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-26ca7033-f9a6-4354-a02d-b903f163a18d 2018-07-22 15:51:06,804 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:06,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43ee11160e4fffe085d3684c8785e6b293dc8fb" 2018-07-22 15:51:06,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33229a81-dd8b-4432-ba67-8755156af12f x-compute-request-id: req-33229a81-dd8b-4432-ba67-8755156af12f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:51:06,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-33229a81-dd8b-4432-ba67-8755156af12f 2018-07-22 15:51:06,913 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6... 2018-07-22 15:51:06,913 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 15:51:06,965 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6 2018-07-22 15:51:06,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43ee11160e4fffe085d3684c8785e6b293dc8fb" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/mP5Or/DJL0ZT9oTLfDXgHXgBVjix4y90erRzcLyeA0orCRjgC7wf7QUzcTCPMuu1XR8NR41UBoXDW5VI/EIZJYPU9BdOFunt94e26hc+4k5enq4j5Hjp6h607M0SzUhxM6OmH+mKmQES2agUT4HCANCzVC7lg4VgViW6mJ9fCw==", "name": "CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6"}}' 2018-07-22 15:51:07,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c3ca20d-dcd5-4dd0-b5c7-0defdd1cc949 x-compute-request-id: req-9c3ca20d-dcd5-4dd0-b5c7-0defdd1cc949 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/mP5Or/DJL0ZT9oTLfDXgHXgBVjix4y90erRzcLyeA0orCRjgC7wf7QUzcTCPMuu1XR8NR41UBoXDW5VI/EIZJYPU9BdOFunt94e26hc+4k5enq4j5Hjp6h607M0SzUhxM6OmH+mKmQES2agUT4HCANCzVC7lg4VgViW6mJ9fCw==", "user_id": "63ea8a31e6fd409d8eb42332baec6d29", "name": "CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6", "fingerprint": "41:1a:2b:e4:40:ed:42:4b:2f:88:91:83:34:7d:a3:b9"}} 2018-07-22 15:51:07,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9c3ca20d-dcd5-4dd0-b5c7-0defdd1cc949 2018-07-22 15:51:07,016 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6.pub 2018-07-22 15:51:07,016 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6 2018-07-22 15:51:07,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:07,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "015b4c5c5bd44a8e992146e697870f4f", "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj-role"}], "expires_at": "2018-07-22T16:51:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "475d208a567347438ba0704903d32a54", "name": "CreateKeypairsTests-2b46cee3-88a8-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/475d208a567347438ba0704903d32a54", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/475d208a567347438ba0704903d32a54", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/475d208a567347438ba0704903d32a54", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/475d208a567347438ba0704903d32a54", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_475d208a567347438ba0704903d32a54", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_475d208a567347438ba0704903d32a54", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-2b46cee3-88a8-422-user", "id": "63ea8a31e6fd409d8eb42332baec6d29"}, "audit_ids": ["xZKteZWeRnCiQXrkOxlqTg"], "issued_at": "2018-07-22T15:51:07.000000Z"}} 2018-07-22 15:51:07,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78aca0f85bd82eb1626df60783d40479e91637a8" 2018-07-22 15:51:07,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37b77f00-6a06-417e-99b3-d95e22263b39 x-compute-request-id: req-37b77f00-6a06-417e-99b3-d95e22263b39 Content-Encoding: gzip Content-Length: 422 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/mP5Or/DJL0ZT9oTLfDXgHXgBVjix4y90erRzcLyeA0orCRjgC7wf7QUzcTCPMuu1XR8NR41UBoXDW5VI/EIZJYPU9BdOFunt94e26hc+4k5enq4j5Hjp6h607M0SzUhxM6OmH+mKmQES2agUT4HCANCzVC7lg4VgViW6mJ9fCw==", "user_id": "63ea8a31e6fd409d8eb42332baec6d29", "name": "CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6", "deleted": false, "created_at": "2018-07-22T15:51:07.000000", "updated_at": null, "fingerprint": "41:1a:2b:e4:40:ed:42:4b:2f:88:91:83:34:7d:a3:b9", "deleted_at": null, "id": 23}} 2018-07-22 15:51:07,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6 used request id req-37b77f00-6a06-417e-99b3-d95e22263b39 2018-07-22 15:51:07,644 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6 2018-07-22 15:51:07,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b43ee11160e4fffe085d3684c8785e6b293dc8fb" 2018-07-22 15:51:07,676 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:51:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3952e2f-62ab-40df-bd68-7ba9caf121c7 x-compute-request-id: req-d3952e2f-62ab-40df-bd68-7ba9caf121c7 Content-Length: 0 Content-Type: application/json 2018-07-22 15:51:07,676 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6 used request id req-d3952e2f-62ab-40df-bd68-7ba9caf121c7 2018-07-22 15:51:07,676 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6.pub] 2018-07-22 15:51:07,677 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-5331722f-8e90-42fe-ae9c-d953b325f2b6] 2018-07-22 15:51:07,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:07,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-9cc4115d-76ad-4a98-a874-8243f111548d Date: Sun, 22 Jul 2018 15:51:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:07,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-9cc4115d-76ad-4a98-a874-8243f111548d 2018-07-22 15:51:07,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a517d6-0015-44c6-af1e-e14c94feef88 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:08,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-27a517d6-0015-44c6-af1e-e14c94feef88 2018-07-22 15:51:08,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8563556-3365-44c6-bca1-ed891d3bd9c7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:08,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-b8563556-3365-44c6-bca1-ed891d3bd9c7 2018-07-22 15:51:08,085 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:08,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b7ff7c5-2b39-4367-8dcc-29eed9094758 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:08,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-2b7ff7c5-2b39-4367-8dcc-29eed9094758 2018-07-22 15:51:08,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:08,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a798dcb1-7402-4242-bdd6-f3d1f3de9085 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:08,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-a798dcb1-7402-4242-bdd6-f3d1f3de9085 2018-07-22 15:51:08,266 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:08,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e600eb-59b9-4475-978d-71c75e31696b 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:51:08,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-f6e600eb-59b9-4475-978d-71c75e31696b 2018-07-22 15:51:08,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,431 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61438a8f-11c5-481b-a285-c30fc61c8e86 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:08,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-61438a8f-11c5-481b-a285-c30fc61c8e86 2018-07-22 15:51:08,431 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:08,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,517 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba1bf759-d508-4f16-82e0-528ccd067bad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:08,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-ba1bf759-d508-4f16-82e0-528ccd067bad 2018-07-22 15:51:08,518 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:08,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,600 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea08a628-f735-46ca-ba3a-3792c1e55bda Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:08,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-ea08a628-f735-46ca-ba3a-3792c1e55bda 2018-07-22 15:51:08,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:08,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,689 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9793dc0a-66da-41ab-893f-1ce27506f346 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:08,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-9793dc0a-66da-41ab-893f-1ce27506f346 2018-07-22 15:51:08,689 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:08,690 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-2b46cee3-88a8-422-proj 2018-07-22 15:51:08,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/475d208a567347438ba0704903d32a54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:08,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea5ea586-5a6c-4608-9b21-c79ace2d095e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:08,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/475d208a567347438ba0704903d32a54 used request id req-ea5ea586-5a6c-4608-9b21-c79ace2d095e 2018-07-22 15:51:08,900 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-2b46cee3-88a8-422-proj-role 2018-07-22 15:51:08,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/015b4c5c5bd44a8e992146e697870f4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:09,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35e2b4b5-e271-4069-91d5-695780bcbab0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:09,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/015b4c5c5bd44a8e992146e697870f4f used request id req-35e2b4b5-e271-4069-91d5-695780bcbab0 2018-07-22 15:51:09,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc4cbb4a0821e04422b5cb0c0efbfd3edea0a75" 2018-07-22 15:51:09,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d1f18b-0aea-4a2c-836f-04d75dc75f19 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:09,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e9d1f18b-0aea-4a2c-836f-04d75dc75f19 2018-07-22 15:51:09,088 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-2b46cee3-88a8-422-user 2018-07-22 15:51:09,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/63ea8a31e6fd409d8eb42332baec6d29 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74aa1aed7744d9d5d0ac8f2ff390f4874ac87bfb" 2018-07-22 15:51:09,270 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8265fed-d27a-4a85-9ce2-0b6d19518635 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:09,271 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/63ea8a31e6fd409d8eb42332baec6d29 used request id req-a8265fed-d27a-4a85-9ce2-0b6d19518635 2018-07-22 15:51:09,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:09,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4NdglyKqTK6SeqGd5Bc9Aw"], "issued_at": "2018-07-22T15:51:09.000000Z"}} 2018-07-22 15:51:09,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74d66cfb101086ae1b488c308d47b8381f077afa" 2018-07-22 15:51:09,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac01e9b-4fad-4974-a1dd-98593a495900 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:09,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1ac01e9b-4fad-4974-a1dd-98593a495900 2018-07-22 15:51:09,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:09,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:10,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["JepM33qIS0mY-KSu3fw75w"], "issued_at": "2018-07-22T15:51:10.000000Z"}} 2018-07-22 15:51:10,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:10,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aee7a1d4-3ec3-4348-bf89-1af7e3dd53c8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:10,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-aee7a1d4-3ec3-4348-bf89-1af7e3dd53c8 2018-07-22 15:51:10,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:10,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:10,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:10,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16999b70-244d-48d9-aa74-f307aa1bee0f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:10,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj used request id req-16999b70-244d-48d9-aa74-f307aa1bee0f 2018-07-22 15:51:10,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:10,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d318d49b-c41c-4f46-b90c-ac9583dca637 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:10,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d318d49b-c41c-4f46-b90c-ac9583dca637 2018-07-22 15:51:10,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj"}}' 2018-07-22 15:51:10,450 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f891c139-cb39-40e7-8cb5-d4eb49a9d66e Content-Length: 316 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/977e4a3382404d0fbecd40d11fcd02dd"}, "tags": [], "enabled": true, "id": "977e4a3382404d0fbecd40d11fcd02dd", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj"}} 2018-07-22 15:51:10,450 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f891c139-cb39-40e7-8cb5-d4eb49a9d66e 2018-07-22 15:51:10,450 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj 2018-07-22 15:51:10,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:10,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:10,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["AEG9sRafQcCATo4vLyHDIQ"], "issued_at": "2018-07-22T15:51:10.000000Z"}} 2018-07-22 15:51:10,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8907b13481552afe83d2ddbd931bc439afdd86f" 2018-07-22 15:51:10,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb66f620-3992-4c3b-93a0-60e69089a247 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:10,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cb66f620-3992-4c3b-93a0-60e69089a247 2018-07-22 15:51:10,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:10,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:10,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8907b13481552afe83d2ddbd931bc439afdd86f" 2018-07-22 15:51:11,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e73eef8-a73f-4892-b4f0-63cb60565fef Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:11,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2e73eef8-a73f-4892-b4f0-63cb60565fef 2018-07-22 15:51:11,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8907b13481552afe83d2ddbd931bc439afdd86f" 2018-07-22 15:51:11,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0f9d667-9f21-49a8-9e20-9ba3d7759a13 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/977e4a3382404d0fbecd40d11fcd02dd"}, "tags": [], "enabled": true, "id": "977e4a3382404d0fbecd40d11fcd02dd", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj"}]} 2018-07-22 15:51:11,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj used request id req-d0f9d667-9f21-49a8-9e20-9ba3d7759a13 2018-07-22 15:51:11,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8907b13481552afe83d2ddbd931bc439afdd86f" 2018-07-22 15:51:11,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6cd22c8-6c5c-40d8-b059-9460fe7215ad Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:11,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e6cd22c8-6c5c-40d8-b059-9460fe7215ad 2018-07-22 15:51:11,511 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-7e9fdc6b-5c6f-4d0-user 2018-07-22 15:51:11,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:11,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:11,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65ec5da9-0b46-44ef-9996-07e89ac85a6d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:11,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-65ec5da9-0b46-44ef-9996-07e89ac85a6d 2018-07-22 15:51:11,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" -d '{"role": {"name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj-role"}}' 2018-07-22 15:51:11,696 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe765cc4-9e2a-40c1-bee2-a6dfab8ce9bf Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c891191b0319469aacceaf1ae3eb2d49", "links": {"self": "http://172.30.9.28:5000/v3/roles/c891191b0319469aacceaf1ae3eb2d49"}, "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj-role"}} 2018-07-22 15:51:11,697 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-fe765cc4-9e2a-40c1-bee2-a6dfab8ce9bf 2018-07-22 15:51:11,697 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj-role 2018-07-22 15:51:11,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c891191b0319469aacceaf1ae3eb2d49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:11,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b411ab75-b447-4834-9e19-759dedaf59a7 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c891191b0319469aacceaf1ae3eb2d49", "links": {"self": "http://172.30.9.28:5000/v3/roles/c891191b0319469aacceaf1ae3eb2d49"}, "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj-role"}} 2018-07-22 15:51:11,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c891191b0319469aacceaf1ae3eb2d49 used request id req-b411ab75-b447-4834-9e19-759dedaf59a7 2018-07-22 15:51:11,784 - keystone_utils - INFO - Granting role CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj-role to project CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj 2018-07-22 15:51:11,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/977e4a3382404d0fbecd40d11fcd02dd/users/59e11cefa49049ea88f5296ef9e099bd/roles/c891191b0319469aacceaf1ae3eb2d49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:11,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-140eea34-43c7-42fd-b91c-fbcaec8d512c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:11,902 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/977e4a3382404d0fbecd40d11fcd02dd/users/59e11cefa49049ea88f5296ef9e099bd/roles/c891191b0319469aacceaf1ae3eb2d49 used request id req-140eea34-43c7-42fd-b91c-fbcaec8d512c 2018-07-22 15:51:11,903 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:11,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:11,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:12,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c891191b0319469aacceaf1ae3eb2d49", "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj-role"}], "expires_at": "2018-07-22T16:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "977e4a3382404d0fbecd40d11fcd02dd", "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/977e4a3382404d0fbecd40d11fcd02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/977e4a3382404d0fbecd40d11fcd02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-user", "id": "59e11cefa49049ea88f5296ef9e099bd"}, "audit_ids": ["YMpSC1w9RpOp8XYJumoYXg"], "issued_at": "2018-07-22T15:51:12.000000Z"}} 2018-07-22 15:51:12,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2eea2b3262cecea85641fc0d9f11c071da7ae8" 2018-07-22 15:51:12,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dbf216a-f3a9-401f-b21d-0efdf32b3e41 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:12,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8dbf216a-f3a9-401f-b21d-0efdf32b3e41 2018-07-22 15:51:12,354 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:12,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2eea2b3262cecea85641fc0d9f11c071da7ae8" 2018-07-22 15:51:12,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b585fd1d-e735-44a6-aa21-2f4a8c7508f2 x-compute-request-id: req-b585fd1d-e735-44a6-aa21-2f4a8c7508f2 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:51:12,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-b585fd1d-e735-44a6-aa21-2f4a8c7508f2 2018-07-22 15:51:12,530 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113... 2018-07-22 15:51:12,530 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 15:51:12,546 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113 2018-07-22 15:51:12,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2eea2b3262cecea85641fc0d9f11c071da7ae8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtc2oLsSSoOPDKgPft6J59C3gP7+MvwsJetMnRy4PmrX5HF66CWKZJkokM10JF+H0RDl4ynvfmFWGWMMJrq6UTNqv+5r6MM+QMpVcg5jkwfyJK/c6QW1Gw1vAOwDqfT7B2+8gmGDLHShHJMF/qJsDNkhC16WISNxJkP3fwDHpZsw==", "name": "CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113"}}' 2018-07-22 15:51:12,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f11032b8-48d2-45a3-962b-847a9047aac2 x-compute-request-id: req-f11032b8-48d2-45a3-962b-847a9047aac2 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtc2oLsSSoOPDKgPft6J59C3gP7+MvwsJetMnRy4PmrX5HF66CWKZJkokM10JF+H0RDl4ynvfmFWGWMMJrq6UTNqv+5r6MM+QMpVcg5jkwfyJK/c6QW1Gw1vAOwDqfT7B2+8gmGDLHShHJMF/qJsDNkhC16WISNxJkP3fwDHpZsw==", "user_id": "59e11cefa49049ea88f5296ef9e099bd", "name": "CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113", "fingerprint": "1f:04:ae:b2:17:fa:8d:50:be:b6:81:f7:e5:04:cb:e9"}} 2018-07-22 15:51:12,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-f11032b8-48d2-45a3-962b-847a9047aac2 2018-07-22 15:51:12,616 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113.pub 2018-07-22 15:51:12,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:13,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c891191b0319469aacceaf1ae3eb2d49", "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj-role"}], "expires_at": "2018-07-22T16:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "977e4a3382404d0fbecd40d11fcd02dd", "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/977e4a3382404d0fbecd40d11fcd02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/977e4a3382404d0fbecd40d11fcd02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_977e4a3382404d0fbecd40d11fcd02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_977e4a3382404d0fbecd40d11fcd02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-7e9fdc6b-5c6f-4d0-user", "id": "59e11cefa49049ea88f5296ef9e099bd"}, "audit_ids": ["SDrivn3gSA20AMPVjsGKGQ"], "issued_at": "2018-07-22T15:51:13.000000Z"}} 2018-07-22 15:51:13,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}194488307c074e685996b4e155854a12f32b7759" 2018-07-22 15:51:13,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51: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-7f106c45-c21e-46af-b4ab-d717927f3472 x-compute-request-id: req-7f106c45-c21e-46af-b4ab-d717927f3472 Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtc2oLsSSoOPDKgPft6J59C3gP7+MvwsJetMnRy4PmrX5HF66CWKZJkokM10JF+H0RDl4ynvfmFWGWMMJrq6UTNqv+5r6MM+QMpVcg5jkwfyJK/c6QW1Gw1vAOwDqfT7B2+8gmGDLHShHJMF/qJsDNkhC16WISNxJkP3fwDHpZsw==", "user_id": "59e11cefa49049ea88f5296ef9e099bd", "name": "CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113", "deleted": false, "created_at": "2018-07-22T15:51:12.000000", "updated_at": null, "fingerprint": "1f:04:ae:b2:17:fa:8d:50:be:b6:81:f7:e5:04:cb:e9", "deleted_at": null, "id": 24}} 2018-07-22 15:51:13,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113 used request id req-7f106c45-c21e-46af-b4ab-d717927f3472 2018-07-22 15:51:13,172 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113 2018-07-22 15:51:13,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2eea2b3262cecea85641fc0d9f11c071da7ae8" 2018-07-22 15:51:13,210 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:51: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-140330e5-e97b-471d-a2c0-a26cf81569e7 x-compute-request-id: req-140330e5-e97b-471d-a2c0-a26cf81569e7 Content-Length: 0 Content-Type: application/json 2018-07-22 15:51:13,210 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113 used request id req-140330e5-e97b-471d-a2c0-a26cf81569e7 2018-07-22 15:51:13,211 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-a2f9f6d4-7b36-427a-a63b-9e17fa620113.pub] 2018-07-22 15:51:13,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:13,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-fed48291-16c1-4205-9812-1c3c4afc7605 Date: Sun, 22 Jul 2018 15:51:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:13,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-fed48291-16c1-4205-9812-1c3c4afc7605 2018-07-22 15:51:13,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:13,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d59404-f6b1-45a5-a11e-dfa0613327c2 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:13,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-67d59404-f6b1-45a5-a11e-dfa0613327c2 2018-07-22 15:51:13,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,008 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19830434-0ba3-4ff9-ae02-1c452423b41d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:14,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-19830434-0ba3-4ff9-ae02-1c452423b41d 2018-07-22 15:51:14,008 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:14,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,091 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72d33220-5b34-4a4d-8048-de5bb76a59da Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:14,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-72d33220-5b34-4a4d-8048-de5bb76a59da 2018-07-22 15:51:14,091 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:14,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,177 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12243fba-be9f-44d6-9365-1dbcf819d512 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:14,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-12243fba-be9f-44d6-9365-1dbcf819d512 2018-07-22 15:51:14,177 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:14,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ad59f25-9778-4405-850f-9d3815825779 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:51:14,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-0ad59f25-9778-4405-850f-9d3815825779 2018-07-22 15:51:14,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,347 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa067dfb-6cd1-4c8f-b672-206c7dc358e9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:14,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-fa067dfb-6cd1-4c8f-b672-206c7dc358e9 2018-07-22 15:51:14,347 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:14,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,436 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a38661a-ae44-4ece-a512-3b713f37d5c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:14,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-5a38661a-ae44-4ece-a512-3b713f37d5c0 2018-07-22 15:51:14,436 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:14,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,522 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61674652-a9ed-4f55-85f7-a64508e38f56 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:14,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-61674652-a9ed-4f55-85f7-a64508e38f56 2018-07-22 15:51:14,522 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:14,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,609 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa15374d-f9c2-439d-a058-3ede0381de84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:14,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-fa15374d-f9c2-439d-a058-3ede0381de84 2018-07-22 15:51:14,610 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:14,611 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj 2018-07-22 15:51:14,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/977e4a3382404d0fbecd40d11fcd02dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7db667f4-8be4-422c-ac6a-5d2d95ff7fe1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:14,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/977e4a3382404d0fbecd40d11fcd02dd used request id req-7db667f4-8be4-422c-ac6a-5d2d95ff7fe1 2018-07-22 15:51:14,840 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-7e9fdc6b-5c6f-4d0-proj-role 2018-07-22 15:51:14,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c891191b0319469aacceaf1ae3eb2d49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:14,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcbfa0f4-2777-4665-9219-192ff0f88c33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:14,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c891191b0319469aacceaf1ae3eb2d49 used request id req-bcbfa0f4-2777-4665-9219-192ff0f88c33 2018-07-22 15:51:14,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6ac01282d4c086cfcbb7fa0a1d344838c97517d" 2018-07-22 15:51:15,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15ae9f3-4a47-47c8-a97e-03b9cd20d975 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:15,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d15ae9f3-4a47-47c8-a97e-03b9cd20d975 2018-07-22 15:51:15,040 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-7e9fdc6b-5c6f-4d0-user 2018-07-22 15:51:15,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/59e11cefa49049ea88f5296ef9e099bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8907b13481552afe83d2ddbd931bc439afdd86f" 2018-07-22 15:51:15,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb53ccf0-9a8e-45b1-b3ea-7d4c72b28839 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:15,212 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/59e11cefa49049ea88f5296ef9e099bd used request id req-cb53ccf0-9a8e-45b1-b3ea-7d4c72b28839 2018-07-22 15:51:15,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:15,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["9Ox1IHZeSqi24EeC9_6wKA"], "issued_at": "2018-07-22T15:51:15.000000Z"}} 2018-07-22 15:51:15,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4980c4d69d9344e73aeea757008468e9a461d3" 2018-07-22 15:51:15,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f2659c9-5c07-4178-a485-8e03b5bcc1a6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:15,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6f2659c9-5c07-4178-a485-8e03b5bcc1a6 2018-07-22 15:51:15,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:15,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:16,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ufx8RS3DTPW6JyErQcn0ww"], "issued_at": "2018-07-22T15:51:16.000000Z"}} 2018-07-22 15:51:16,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:16,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e1a801d-583a-435b-8ade-e41099189635 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:16,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8e1a801d-583a-435b-8ade-e41099189635 2018-07-22 15:51:16,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:16,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:16,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:16,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f597b65-095b-43f8-80e3-dffd60909c19 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:16,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj used request id req-4f597b65-095b-43f8-80e3-dffd60909c19 2018-07-22 15:51:16,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:16,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adedb393-6c7a-4dcd-a89e-dee64b4ac3f0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:16,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-adedb393-6c7a-4dcd-a89e-dee64b4ac3f0 2018-07-22 15:51:16,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj"}}' 2018-07-22 15:51:16,385 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0907841-d9bd-428a-96c0-7002c7b56c3f Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a780cdf7c0543ddbc32a899bc278a53"}, "tags": [], "enabled": true, "id": "3a780cdf7c0543ddbc32a899bc278a53", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj"}} 2018-07-22 15:51:16,386 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d0907841-d9bd-428a-96c0-7002c7b56c3f 2018-07-22 15:51:16,386 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj 2018-07-22 15:51:16,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:16,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:16,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["vPHesR-FSNu6ASFTRl82-Q"], "issued_at": "2018-07-22T15:51:16.000000Z"}} 2018-07-22 15:51:16,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c12eb39208f49ec75680822c78ccee877cbe6974" 2018-07-22 15:51:16,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86390781-f49b-4c2e-9e7e-323115d7aab9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:16,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-86390781-f49b-4c2e-9e7e-323115d7aab9 2018-07-22 15:51:16,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:16,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:16,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c12eb39208f49ec75680822c78ccee877cbe6974" 2018-07-22 15:51:16,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5108ff1c-06c6-4bea-9297-15823776926f Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:16,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5108ff1c-06c6-4bea-9297-15823776926f 2018-07-22 15:51:16,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c12eb39208f49ec75680822c78ccee877cbe6974" 2018-07-22 15:51:17,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eec23b4-7465-4a15-9349-24b3a75c927c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a780cdf7c0543ddbc32a899bc278a53"}, "tags": [], "enabled": true, "id": "3a780cdf7c0543ddbc32a899bc278a53", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj"}]} 2018-07-22 15:51:17,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj used request id req-8eec23b4-7465-4a15-9349-24b3a75c927c 2018-07-22 15:51:17,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c12eb39208f49ec75680822c78ccee877cbe6974" 2018-07-22 15:51:17,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c650aa-ea3e-402b-a767-f228e858ada9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:17,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-34c650aa-ea3e-402b-a767-f228e858ada9 2018-07-22 15:51:17,497 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-user 2018-07-22 15:51:17,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:17,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:17,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-239b9a00-be0c-4632-b717-50c5670c632e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:17,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-239b9a00-be0c-4632-b717-50c5670c632e 2018-07-22 15:51:17,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" -d '{"role": {"name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj-role"}}' 2018-07-22 15:51:17,689 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd81b6fd-5dd0-4386-b121-57bcec7c9f08 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "976291bd708c4a8b93ed0ba8209b7e4f", "links": {"self": "http://172.30.9.28:5000/v3/roles/976291bd708c4a8b93ed0ba8209b7e4f"}, "name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj-role"}} 2018-07-22 15:51:17,689 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bd81b6fd-5dd0-4386-b121-57bcec7c9f08 2018-07-22 15:51:17,689 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj-role 2018-07-22 15:51:17,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/976291bd708c4a8b93ed0ba8209b7e4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:17,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63c296e-c448-4c36-a8cb-0ac6b4462e43 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "976291bd708c4a8b93ed0ba8209b7e4f", "links": {"self": "http://172.30.9.28:5000/v3/roles/976291bd708c4a8b93ed0ba8209b7e4f"}, "name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj-role"}} 2018-07-22 15:51:17,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/976291bd708c4a8b93ed0ba8209b7e4f used request id req-c63c296e-c448-4c36-a8cb-0ac6b4462e43 2018-07-22 15:51:17,710 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj-role to project CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj 2018-07-22 15:51:17,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3a780cdf7c0543ddbc32a899bc278a53/users/7034dda873694c2f996b7a03370d8d9d/roles/976291bd708c4a8b93ed0ba8209b7e4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:17,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6165d486-be9e-4d8f-8ef1-8cfe03e7282d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:17,770 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3a780cdf7c0543ddbc32a899bc278a53/users/7034dda873694c2f996b7a03370d8d9d/roles/976291bd708c4a8b93ed0ba8209b7e4f used request id req-6165d486-be9e-4d8f-8ef1-8cfe03e7282d 2018-07-22 15:51:17,771 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:17,847 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca.pub 2018-07-22 15:51:17,847 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca 2018-07-22 15:51:17,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:17,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:18,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "976291bd708c4a8b93ed0ba8209b7e4f", "name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj-role"}], "expires_at": "2018-07-22T16:51:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a780cdf7c0543ddbc32a899bc278a53", "name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/3a780cdf7c0543ddbc32a899bc278a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/3a780cdf7c0543ddbc32a899bc278a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/3a780cdf7c0543ddbc32a899bc278a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a780cdf7c0543ddbc32a899bc278a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/3a780cdf7c0543ddbc32a899bc278a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/3a780cdf7c0543ddbc32a899bc278a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3a780cdf7c0543ddbc32a899bc278a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/3a780cdf7c0543ddbc32a899bc278a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/3a780cdf7c0543ddbc32a899bc278a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3a780cdf7c0543ddbc32a899bc278a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/3a780cdf7c0543ddbc32a899bc278a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/3a780cdf7c0543ddbc32a899bc278a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_3a780cdf7c0543ddbc32a899bc278a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_3a780cdf7c0543ddbc32a899bc278a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-user", "id": "7034dda873694c2f996b7a03370d8d9d"}, "audit_ids": ["M4eZA1yMQFWn8s4RVcv4Yg"], "issued_at": "2018-07-22T15:51:18.000000Z"}} 2018-07-22 15:51:18,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef9f91d471ee785cc377f4664c0fe075820b6fb" 2018-07-22 15:51:18,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eff2124-2cb2-443c-a554-c36490d28a81 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:18,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9eff2124-2cb2-443c-a554-c36490d28a81 2018-07-22 15:51:18,307 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:18,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef9f91d471ee785cc377f4664c0fe075820b6fb" 2018-07-22 15:51:18,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af363a98-9a92-4ac2-bab1-6c9b2fdc0abb x-compute-request-id: req-af363a98-9a92-4ac2-bab1-6c9b2fdc0abb Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:51:18,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-af363a98-9a92-4ac2-bab1-6c9b2fdc0abb 2018-07-22 15:51:18,879 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca... 2018-07-22 15:51:18,879 - OpenStackKeypair - INFO - Uploading existing keypair 2018-07-22 15:51:18,879 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca.pub 2018-07-22 15:51:18,879 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca 2018-07-22 15:51:18,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef9f91d471ee785cc377f4664c0fe075820b6fb" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+zPwnaQT+j7eY1fXR4HSi2Euzob4c5gjhPEJiN7AchriIR2BLNv4DGqcqXEtPQdHESJ16iUjTJcONr2MPVFzUSruudC+O2U1rgjAbs74h1uQx/mseFZvnRAEsqLRpG262gNvoJxl320UqpLz7Iz9YOFoTWw2kgBbAnNL4OQGSpbaKaWwcDzc6B+0kW/9vYgza7y173U7dCmBY+MqUoNVFzIepkhpEvyBjmZe7G4yP1m2zM9ZErunkLmzI46N+BgywMFbeUl6ib5wmDuNByLiTF268izRxwdn/9izAUHl3XIGgcBVnw8LU/g58I7BpieCJ/wIx7AS0XWN8E9V2RkWV", "name": "CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca"}}' 2018-07-22 15:51:18,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f25deb63-597f-4652-b73d-2d046f9ded83 x-compute-request-id: req-f25deb63-597f-4652-b73d-2d046f9ded83 Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+zPwnaQT+j7eY1fXR4HSi2Euzob4c5gjhPEJiN7AchriIR2BLNv4DGqcqXEtPQdHESJ16iUjTJcONr2MPVFzUSruudC+O2U1rgjAbs74h1uQx/mseFZvnRAEsqLRpG262gNvoJxl320UqpLz7Iz9YOFoTWw2kgBbAnNL4OQGSpbaKaWwcDzc6B+0kW/9vYgza7y173U7dCmBY+MqUoNVFzIepkhpEvyBjmZe7G4yP1m2zM9ZErunkLmzI46N+BgywMFbeUl6ib5wmDuNByLiTF268izRxwdn/9izAUHl3XIGgcBVnw8LU/g58I7BpieCJ/wIx7AS0XWN8E9V2RkWV", "user_id": "7034dda873694c2f996b7a03370d8d9d", "name": "CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca", "fingerprint": "e7:24:f6:d5:fb:5d:3c:3a:30:93:b2:08:af:48:64:df"}} 2018-07-22 15:51:18,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-f25deb63-597f-4652-b73d-2d046f9ded83 2018-07-22 15:51:18,938 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca 2018-07-22 15:51:18,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eef9f91d471ee785cc377f4664c0fe075820b6fb" 2018-07-22 15:51:18,972 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:51:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45cbbc87-2780-43f3-9f4a-33530bbec7e7 x-compute-request-id: req-45cbbc87-2780-43f3-9f4a-33530bbec7e7 Content-Length: 0 Content-Type: application/json 2018-07-22 15:51:18,972 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca used request id req-45cbbc87-2780-43f3-9f4a-33530bbec7e7 2018-07-22 15:51:18,973 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca.pub] 2018-07-22 15:51:18,973 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-2a92590c-5df6-4dbf-8693-91523552bcca] 2018-07-22 15:51:18,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-cc0137cc-03a5-4c5d-b6e7-7814dbbac643 Date: Sun, 22 Jul 2018 15:51:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:19,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-cc0137cc-03a5-4c5d-b6e7-7814dbbac643 2018-07-22 15:51:19,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d23705bb-1e79-4957-9e35-15669fbc2177 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:19,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-d23705bb-1e79-4957-9e35-15669fbc2177 2018-07-22 15:51:19,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,375 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e4d0bf7-7b4b-4349-99dd-bdca18a84ab3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:19,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-3e4d0bf7-7b4b-4349-99dd-bdca18a84ab3 2018-07-22 15:51:19,375 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:19,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,462 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3ba1556-670c-4923-9d52-b619a3b77cce Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:19,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-c3ba1556-670c-4923-9d52-b619a3b77cce 2018-07-22 15:51:19,462 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:19,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,542 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09bede5d-69a8-4e1a-a431-59e46637fb43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:19,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-09bede5d-69a8-4e1a-a431-59e46637fb43 2018-07-22 15:51:19,542 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:19,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56fe5d10-4f01-4194-94b6-64ce339aabd0 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:51:19,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-56fe5d10-4f01-4194-94b6-64ce339aabd0 2018-07-22 15:51:19,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,713 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce27b673-0ea0-4204-b04f-f6d7393ecb99 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:19,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-ce27b673-0ea0-4204-b04f-f6d7393ecb99 2018-07-22 15:51:19,714 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:19,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,799 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4e6ac5f-c0a9-49ca-b946-023bc883fe23 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:19,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-b4e6ac5f-c0a9-49ca-b946-023bc883fe23 2018-07-22 15:51:19,800 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:19,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72b4d57f-099b-4941-b967-f2f0bebb0a73 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:19,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-72b4d57f-099b-4941-b967-f2f0bebb0a73 2018-07-22 15:51:19,885 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:19,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:19,965 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e981544-2624-453e-9d1f-f5042c3ae5fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:19,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-0e981544-2624-453e-9d1f-f5042c3ae5fd 2018-07-22 15:51:19,965 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:19,966 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj 2018-07-22 15:51:19,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3a780cdf7c0543ddbc32a899bc278a53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:20,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-079d67ba-be29-4277-a4d4-7ea1931edc71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:20,229 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3a780cdf7c0543ddbc32a899bc278a53 used request id req-079d67ba-be29-4277-a4d4-7ea1931edc71 2018-07-22 15:51:20,229 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-proj-role 2018-07-22 15:51:20,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/976291bd708c4a8b93ed0ba8209b7e4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:20,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa887fa9-db65-465b-889d-b324179fe265 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:20,336 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/976291bd708c4a8b93ed0ba8209b7e4f used request id req-aa887fa9-db65-465b-889d-b324179fe265 2018-07-22 15:51:20,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318695bdc1cba20e0af3f69870977d7f3829906c" 2018-07-22 15:51:20,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135f02ee-1cee-4dc1-8fd2-4c7ece42392f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:20,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-135f02ee-1cee-4dc1-8fd2-4c7ece42392f 2018-07-22 15:51:20,419 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-1662e1b4-3b05-4e6-user 2018-07-22 15:51:20,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7034dda873694c2f996b7a03370d8d9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c12eb39208f49ec75680822c78ccee877cbe6974" 2018-07-22 15:51:20,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e8fcce6-bab7-4f98-8967-5063d11dd657 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:20,581 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7034dda873694c2f996b7a03370d8d9d used request id req-5e8fcce6-bab7-4f98-8967-5063d11dd657 2018-07-22 15:51:20,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:20,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["H9XGwSvlRUuzu6VZnmNnyg"], "issued_at": "2018-07-22T15:51:20.000000Z"}} 2018-07-22 15:51:20,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e9f56cce559fa1ebb4f4f1d511116e1abf4356b" 2018-07-22 15:51:21,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9366016-7780-4131-9aa4-42f7e90b9ed5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:21,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c9366016-7780-4131-9aa4-42f7e90b9ed5 2018-07-22 15:51:21,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:21,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:21,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-Jgw--clSAGyBurD8pfDvg"], "issued_at": "2018-07-22T15:51:21.000000Z"}} 2018-07-22 15:51:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:21,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca3b3a3e-e89a-4fa3-ac70-8b15a5140398 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:21,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ca3b3a3e-e89a-4fa3-ac70-8b15a5140398 2018-07-22 15:51:21,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:21,529 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:21,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:21,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09dcf4c9-a85b-475b-9c7e-6126bf6c4bd2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:21,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj used request id req-09dcf4c9-a85b-475b-9c7e-6126bf6c4bd2 2018-07-22 15:51:21,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:21,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ca9038-0462-4e2f-9536-91f8e2765929 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:21,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-66ca9038-0462-4e2f-9536-91f8e2765929 2018-07-22 15:51:21,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj"}}' 2018-07-22 15:51:21,821 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2322607f-6ccc-49a5-9615-3f20dd72f2ac Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/51afe163dda9469fb147590314458cce"}, "tags": [], "enabled": true, "id": "51afe163dda9469fb147590314458cce", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj"}} 2018-07-22 15:51:21,821 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2322607f-6ccc-49a5-9615-3f20dd72f2ac 2018-07-22 15:51:21,822 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj 2018-07-22 15:51:21,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:21,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:22,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["kYMqLk7aT--7n14fuFvfUA"], "issued_at": "2018-07-22T15:51:22.000000Z"}} 2018-07-22 15:51:22,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e7334a0cae263bc5d8ce69b8f5b4a021a1052f6" 2018-07-22 15:51:22,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51cf91ce-9ba7-4d51-a262-cc19779cd569 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:22,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-51cf91ce-9ba7-4d51-a262-cc19779cd569 2018-07-22 15:51:22,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:22,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:22,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e7334a0cae263bc5d8ce69b8f5b4a021a1052f6" 2018-07-22 15:51:22,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b70e08d-20fa-4d17-8491-ae8e7bfb15e6 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:22,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7b70e08d-20fa-4d17-8491-ae8e7bfb15e6 2018-07-22 15:51:22,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e7334a0cae263bc5d8ce69b8f5b4a021a1052f6" 2018-07-22 15:51:22,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e92cd1a-e0ab-4ec5-a0c5-a43f933a2c3e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/51afe163dda9469fb147590314458cce"}, "tags": [], "enabled": true, "id": "51afe163dda9469fb147590314458cce", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj"}]} 2018-07-22 15:51:22,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj used request id req-7e92cd1a-e0ab-4ec5-a0c5-a43f933a2c3e 2018-07-22 15:51:22,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e7334a0cae263bc5d8ce69b8f5b4a021a1052f6" 2018-07-22 15:51:22,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0dc120-4a3c-4289-a044-815705dbba4d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:22,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-eb0dc120-4a3c-4289-a044-815705dbba4d 2018-07-22 15:51:22,882 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-75457de9-9bc7-4a6-user 2018-07-22 15:51:22,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:22,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:22,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c85bd252-5c75-41a9-80ab-1b76b1fedb0c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:22,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c85bd252-5c75-41a9-80ab-1b76b1fedb0c 2018-07-22 15:51:22,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" -d '{"role": {"name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj-role"}}' 2018-07-22 15:51:23,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08dd0dd3-d45f-4918-b45e-539113013b6f Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60586f169b1d4c829c7d619b701e6bc0", "links": {"self": "http://172.30.9.28:5000/v3/roles/60586f169b1d4c829c7d619b701e6bc0"}, "name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj-role"}} 2018-07-22 15:51:23,001 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-08dd0dd3-d45f-4918-b45e-539113013b6f 2018-07-22 15:51:23,001 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj-role 2018-07-22 15:51:23,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/60586f169b1d4c829c7d619b701e6bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:23,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ee7d3a-adfa-4c76-9abb-d7e0d4e5fbf9 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60586f169b1d4c829c7d619b701e6bc0", "links": {"self": "http://172.30.9.28:5000/v3/roles/60586f169b1d4c829c7d619b701e6bc0"}, "name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj-role"}} 2018-07-22 15:51:23,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/60586f169b1d4c829c7d619b701e6bc0 used request id req-f4ee7d3a-adfa-4c76-9abb-d7e0d4e5fbf9 2018-07-22 15:51:23,087 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj-role to project CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj 2018-07-22 15:51:23,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/51afe163dda9469fb147590314458cce/users/b1e8be6ce145488e9e53d9e375fd6531/roles/60586f169b1d4c829c7d619b701e6bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:23,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c4da4f0-65dd-4f8c-bc43-d4d02944f01c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:23,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/51afe163dda9469fb147590314458cce/users/b1e8be6ce145488e9e53d9e375fd6531/roles/60586f169b1d4c829c7d619b701e6bc0 used request id req-7c4da4f0-65dd-4f8c-bc43-d4d02944f01c 2018-07-22 15:51:23,218 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:23,308 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea.pub 2018-07-22 15:51:23,308 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea 2018-07-22 15:51:23,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:23,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:23,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60586f169b1d4c829c7d619b701e6bc0", "name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj-role"}], "expires_at": "2018-07-22T16:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51afe163dda9469fb147590314458cce", "name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/51afe163dda9469fb147590314458cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/51afe163dda9469fb147590314458cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/51afe163dda9469fb147590314458cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/51afe163dda9469fb147590314458cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/51afe163dda9469fb147590314458cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/51afe163dda9469fb147590314458cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/51afe163dda9469fb147590314458cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/51afe163dda9469fb147590314458cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/51afe163dda9469fb147590314458cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/51afe163dda9469fb147590314458cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/51afe163dda9469fb147590314458cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/51afe163dda9469fb147590314458cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_51afe163dda9469fb147590314458cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_51afe163dda9469fb147590314458cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-75457de9-9bc7-4a6-user", "id": "b1e8be6ce145488e9e53d9e375fd6531"}, "audit_ids": ["dfLe8i95SJqnybZjh6ztFw"], "issued_at": "2018-07-22T15:51:23.000000Z"}} 2018-07-22 15:51:23,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d188c794ef1dd1deb7b9550eeed8339e949a6753" 2018-07-22 15:51:23,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e47d056d-05a8-4fe0-b6ec-a7b7d120cc32 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:23,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e47d056d-05a8-4fe0-b6ec-a7b7d120cc32 2018-07-22 15:51:23,774 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:23,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d188c794ef1dd1deb7b9550eeed8339e949a6753" 2018-07-22 15:51:23,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba8b21f6-cc3c-4c18-97a5-f1352f670250 x-compute-request-id: req-ba8b21f6-cc3c-4c18-97a5-f1352f670250 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:51:23,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-ba8b21f6-cc3c-4c18-97a5-f1352f670250 2018-07-22 15:51:23,954 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea... 2018-07-22 15:51:23,954 - OpenStackKeypair - INFO - Uploading existing keypair 2018-07-22 15:51:23,955 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea.pub 2018-07-22 15:51:23,955 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea 2018-07-22 15:51:23,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d188c794ef1dd1deb7b9550eeed8339e949a6753" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu00SkW6m6LQh3O0HMGzX7tVfqKILWBZbmYrAhYhp4TK/Tdcue91zKp4fabXYW+tC4E/5bUpSlk1ocFVNw+rf1MFWooBNe4mLW5CQczVKqBMbn0VSL/NzdnbFMpZAD6OAzoO3QP+jDJ23/U56iIf5QDZykRNpXdfTDYqCw/HIea+zIgX3xPIemNAx0eBMtmFUv7DsQsoYdJn7BdQyzP7u6248/iPAyeSM/R0NT/I8hhw+xsVJZY/VOiTwrgKv4nEksa6PxBr3zxtQmhLtnIpzESMZW1dVmJfqiYzwL1eEwEkCbpHM3xUW5noxQBPP6lmw9656Ec74WutFKdiSK99d3", "name": "CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea"}}' 2018-07-22 15:51:24,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dab48bfe-cdb2-4421-879c-94baaea5b2c0 x-compute-request-id: req-dab48bfe-cdb2-4421-879c-94baaea5b2c0 Content-Encoding: gzip Content-Length: 501 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu00SkW6m6LQh3O0HMGzX7tVfqKILWBZbmYrAhYhp4TK/Tdcue91zKp4fabXYW+tC4E/5bUpSlk1ocFVNw+rf1MFWooBNe4mLW5CQczVKqBMbn0VSL/NzdnbFMpZAD6OAzoO3QP+jDJ23/U56iIf5QDZykRNpXdfTDYqCw/HIea+zIgX3xPIemNAx0eBMtmFUv7DsQsoYdJn7BdQyzP7u6248/iPAyeSM/R0NT/I8hhw+xsVJZY/VOiTwrgKv4nEksa6PxBr3zxtQmhLtnIpzESMZW1dVmJfqiYzwL1eEwEkCbpHM3xUW5noxQBPP6lmw9656Ec74WutFKdiSK99d3", "user_id": "b1e8be6ce145488e9e53d9e375fd6531", "name": "CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea", "fingerprint": "15:70:36:5d:48:78:b9:01:5e:cd:9f:e5:f4:09:21:94"}} 2018-07-22 15:51:24,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-dab48bfe-cdb2-4421-879c-94baaea5b2c0 2018-07-22 15:51:24,010 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea 2018-07-22 15:51:24,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d188c794ef1dd1deb7b9550eeed8339e949a6753" 2018-07-22 15:51:24,063 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-146c4d0c-45c2-42e8-8c2e-e8e31dddf1b2 x-compute-request-id: req-146c4d0c-45c2-42e8-8c2e-e8e31dddf1b2 Content-Length: 0 Content-Type: application/json 2018-07-22 15:51:24,063 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-20670a9e-577f-4a9f-a86d-b4fe6d5330ea used request id req-146c4d0c-45c2-42e8-8c2e-e8e31dddf1b2 2018-07-22 15:51:24,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-78618f5d-6ed0-448e-834d-2df67a35b9e5 Date: Sun, 22 Jul 2018 15:51:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:24,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-78618f5d-6ed0-448e-834d-2df67a35b9e5 2018-07-22 15:51:24,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d46630d-31ff-4e57-a0f7-0e0bd31449c4 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:24,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-9d46630d-31ff-4e57-a0f7-0e0bd31449c4 2018-07-22 15:51:24,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,464 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9f95bbf-2ad5-40f7-9f87-d27d0b452f47 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:24,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-d9f95bbf-2ad5-40f7-9f87-d27d0b452f47 2018-07-22 15:51:24,465 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:24,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,549 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8690abe2-9e59-4b45-bf7f-622c3bf41b00 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:24,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-8690abe2-9e59-4b45-bf7f-622c3bf41b00 2018-07-22 15:51:24,550 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:24,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,567 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-699d77c7-098d-41eb-a34f-ab646c78c997 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:24,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-699d77c7-098d-41eb-a34f-ab646c78c997 2018-07-22 15:51:24,568 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f205faac-2a20-4018-ba91-41a8e8746dc4 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:51:24,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-f205faac-2a20-4018-ba91-41a8e8746dc4 2018-07-22 15:51:24,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,745 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-854e8b0e-7a9f-4353-b1fe-f18c73e0bb2c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:24,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-854e8b0e-7a9f-4353-b1fe-f18c73e0bb2c 2018-07-22 15:51:24,745 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:24,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,830 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e0421b3-144f-4019-b83b-a7193d2ff97e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:24,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-0e0421b3-144f-4019-b83b-a7193d2ff97e 2018-07-22 15:51:24,830 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:24,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:24,916 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8387aabf-fba1-4bc2-883e-cf5af345e833 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:24,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-8387aabf-fba1-4bc2-883e-cf5af345e833 2018-07-22 15:51:24,917 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:24,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:25,005 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e48c5da7-ee8e-485f-be7f-810e6d6c7fdf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:25,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-e48c5da7-ee8e-485f-be7f-810e6d6c7fdf 2018-07-22 15:51:25,005 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:25,006 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj 2018-07-22 15:51:25,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/51afe163dda9469fb147590314458cce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:25,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06580480-ef2f-4278-9a4d-2347915b94f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:25,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/51afe163dda9469fb147590314458cce used request id req-06580480-ef2f-4278-9a4d-2347915b94f5 2018-07-22 15:51:25,200 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-75457de9-9bc7-4a6-proj-role 2018-07-22 15:51:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/60586f169b1d4c829c7d619b701e6bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:25,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eb62d72-acda-48b2-ac69-5a1613615ca6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:25,307 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/60586f169b1d4c829c7d619b701e6bc0 used request id req-7eb62d72-acda-48b2-ac69-5a1613615ca6 2018-07-22 15:51:25,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8152e3590e519709d4f2c9382c73a6c63f8e2e60" 2018-07-22 15:51:25,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-085826c8-134d-41b8-98a6-cfc6f39d249c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:25,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-085826c8-134d-41b8-98a6-cfc6f39d249c 2018-07-22 15:51:25,392 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-75457de9-9bc7-4a6-user 2018-07-22 15:51:25,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/b1e8be6ce145488e9e53d9e375fd6531 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e7334a0cae263bc5d8ce69b8f5b4a021a1052f6" 2018-07-22 15:51:25,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aa5039a-434e-4d43-9258-ade1ff7561a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:25,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b1e8be6ce145488e9e53d9e375fd6531 used request id req-5aa5039a-434e-4d43-9258-ade1ff7561a2 2018-07-22 15:51:25,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:25,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["xuPkXHtHSqOmkc_T6ytsOw"], "issued_at": "2018-07-22T15:51:25.000000Z"}} 2018-07-22 15:51:25,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f91685017c8157110f924f04a51b6add155b91" 2018-07-22 15:51:26,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a69b6fc-231b-42c6-ac49-85a645ccd5ca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:26,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1a69b6fc-231b-42c6-ac49-85a645ccd5ca 2018-07-22 15:51:26,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:26,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:26,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["cQjDeBC5REqttzydYPNNEA"], "issued_at": "2018-07-22T15:51:26.000000Z"}} 2018-07-22 15:51:26,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:26,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5733a3a2-a0a7-4842-9265-f6fee3bc5e9b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:26,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5733a3a2-a0a7-4842-9265-f6fee3bc5e9b 2018-07-22 15:51:26,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:26,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:26,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:26,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec92effd-daef-485d-9ef9-85e4f5e4a5c2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:26,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj used request id req-ec92effd-daef-485d-9ef9-85e4f5e4a5c2 2018-07-22 15:51:26,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:26,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a9d301-5e77-4642-83f8-c4b53bdf0353 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:26,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-09a9d301-5e77-4642-83f8-c4b53bdf0353 2018-07-22 15:51:26,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj"}}' 2018-07-22 15:51:26,739 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5be51997-c43b-4520-a24f-d83c05c3104d Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f4c2a50720d841e199b7929c75d08c35"}, "tags": [], "enabled": true, "id": "f4c2a50720d841e199b7929c75d08c35", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj"}} 2018-07-22 15:51:26,739 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5be51997-c43b-4520-a24f-d83c05c3104d 2018-07-22 15:51:26,739 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj 2018-07-22 15:51:26,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:26,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:27,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["B1khDvD9T-Cuke6qBzEGow"], "issued_at": "2018-07-22T15:51:27.000000Z"}} 2018-07-22 15:51:27,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ff45395c4d9c5cf0e95d0e41f6bb73a3bcf11b" 2018-07-22 15:51:27,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9473f3ca-ee2b-4a29-9e14-ca737eb1f343 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:27,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9473f3ca-ee2b-4a29-9e14-ca737eb1f343 2018-07-22 15:51:27,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:27,213 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:27,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ff45395c4d9c5cf0e95d0e41f6bb73a3bcf11b" 2018-07-22 15:51:27,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c15e25-6d88-4f9c-8223-8ba58d866ea1 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:27,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d8c15e25-6d88-4f9c-8223-8ba58d866ea1 2018-07-22 15:51:27,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ff45395c4d9c5cf0e95d0e41f6bb73a3bcf11b" 2018-07-22 15:51:27,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec22ea3c-c82d-43a1-9b6e-bfc2320a013c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f4c2a50720d841e199b7929c75d08c35"}, "tags": [], "enabled": true, "id": "f4c2a50720d841e199b7929c75d08c35", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj"}]} 2018-07-22 15:51:27,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj used request id req-ec22ea3c-c82d-43a1-9b6e-bfc2320a013c 2018-07-22 15:51:27,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ff45395c4d9c5cf0e95d0e41f6bb73a3bcf11b" 2018-07-22 15:51:27,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6df4c148-2605-422e-a93f-4deb815972d0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:27,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6df4c148-2605-422e-a93f-4deb815972d0 2018-07-22 15:51:27,859 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-2fa2cb19-777f-44e-user 2018-07-22 15:51:27,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:27,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:27,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1f6e1f-d144-4f11-b0fc-d435a2aebb6c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:27,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0e1f6e1f-d144-4f11-b0fc-d435a2aebb6c 2018-07-22 15:51:27,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" -d '{"role": {"name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj-role"}}' 2018-07-22 15:51:27,914 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fc39f8f-5c3c-44c4-98db-e1b093ddcc17 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b5c71787b41140dc94bf54a3c23d2d2d", "links": {"self": "http://172.30.9.28:5000/v3/roles/b5c71787b41140dc94bf54a3c23d2d2d"}, "name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj-role"}} 2018-07-22 15:51:27,914 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4fc39f8f-5c3c-44c4-98db-e1b093ddcc17 2018-07-22 15:51:27,914 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj-role 2018-07-22 15:51:27,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/b5c71787b41140dc94bf54a3c23d2d2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:28,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a256b070-11c2-47b4-93e2-b625399235df Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b5c71787b41140dc94bf54a3c23d2d2d", "links": {"self": "http://172.30.9.28:5000/v3/roles/b5c71787b41140dc94bf54a3c23d2d2d"}, "name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj-role"}} 2018-07-22 15:51:28,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/b5c71787b41140dc94bf54a3c23d2d2d used request id req-a256b070-11c2-47b4-93e2-b625399235df 2018-07-22 15:51:28,002 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj-role to project CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj 2018-07-22 15:51:28,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f4c2a50720d841e199b7929c75d08c35/users/3c25b8fc881440cc8001f57c6edc1a93/roles/b5c71787b41140dc94bf54a3c23d2d2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:28,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f058ad63-8919-4a95-b1a5-9a610a370541 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:28,132 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f4c2a50720d841e199b7929c75d08c35/users/3c25b8fc881440cc8001f57c6edc1a93/roles/b5c71787b41140dc94bf54a3c23d2d2d used request id req-f058ad63-8919-4a95-b1a5-9a610a370541 2018-07-22 15:51:28,133 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:28,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:28,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:28,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b5c71787b41140dc94bf54a3c23d2d2d", "name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj-role"}], "expires_at": "2018-07-22T16:51:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4c2a50720d841e199b7929c75d08c35", "name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f4c2a50720d841e199b7929c75d08c35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f4c2a50720d841e199b7929c75d08c35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f4c2a50720d841e199b7929c75d08c35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f4c2a50720d841e199b7929c75d08c35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f4c2a50720d841e199b7929c75d08c35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f4c2a50720d841e199b7929c75d08c35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f4c2a50720d841e199b7929c75d08c35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f4c2a50720d841e199b7929c75d08c35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f4c2a50720d841e199b7929c75d08c35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f4c2a50720d841e199b7929c75d08c35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f4c2a50720d841e199b7929c75d08c35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f4c2a50720d841e199b7929c75d08c35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f4c2a50720d841e199b7929c75d08c35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f4c2a50720d841e199b7929c75d08c35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-2fa2cb19-777f-44e-user", "id": "3c25b8fc881440cc8001f57c6edc1a93"}, "audit_ids": ["lQSKAG4_RPK_e1aL4gTB7A"], "issued_at": "2018-07-22T15:51:28.000000Z"}} 2018-07-22 15:51:28,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7276abf10862f1f3344b1011b32df6d7bb38d6be" 2018-07-22 15:51:28,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9677e14c-e848-4b60-bba6-29aa8086b308 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:28,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9677e14c-e848-4b60-bba6-29aa8086b308 2018-07-22 15:51:28,589 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:28,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7276abf10862f1f3344b1011b32df6d7bb38d6be" 2018-07-22 15:51:28,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-9c57c763-93eb-43c5-abd0-30d96f40f720 x-compute-request-id: req-9c57c763-93eb-43c5-abd0-30d96f40f720 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:51:28,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9c57c763-93eb-43c5-abd0-30d96f40f720 2018-07-22 15:51:28,766 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8... 2018-07-22 15:51:28,766 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 15:51:28,774 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8 2018-07-22 15:51:28,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7276abf10862f1f3344b1011b32df6d7bb38d6be" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCffSa/3B2pATc/KcgyVVt4GAHffW6LwvycjalN5i6l35dlf++UO+NIMQwCqfjEqK9QBWGJOVUIOtmcJFYdhbwn12bpMnyaCRA7xJeE+r/Kd+ZMA+IjBzV1yiuy7MnfgBt0Nc2zaHe8edvfrLiCPkHRIrf0CSuT/0s1zUyAAvoLvQ==", "name": "CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8"}}' 2018-07-22 15:51:28,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-b2f85237-5dd5-4a95-9e4a-77cf9e7640a5 x-compute-request-id: req-b2f85237-5dd5-4a95-9e4a-77cf9e7640a5 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCffSa/3B2pATc/KcgyVVt4GAHffW6LwvycjalN5i6l35dlf++UO+NIMQwCqfjEqK9QBWGJOVUIOtmcJFYdhbwn12bpMnyaCRA7xJeE+r/Kd+ZMA+IjBzV1yiuy7MnfgBt0Nc2zaHe8edvfrLiCPkHRIrf0CSuT/0s1zUyAAvoLvQ==", "user_id": "3c25b8fc881440cc8001f57c6edc1a93", "name": "CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8", "fingerprint": "ed:53:a0:d1:85:d6:f4:b3:57:d6:67:c9:35:87:a6:61"}} 2018-07-22 15:51:28,836 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-b2f85237-5dd5-4a95-9e4a-77cf9e7640a5 2018-07-22 15:51:28,846 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8.pub 2018-07-22 15:51:28,847 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8 2018-07-22 15:51:28,847 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8 2018-07-22 15:51:28,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7276abf10862f1f3344b1011b32df6d7bb38d6be" 2018-07-22 15:51:28,882 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15: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-c1b577cd-2901-4e15-b4d6-752832a3473f x-compute-request-id: req-c1b577cd-2901-4e15-b4d6-752832a3473f Content-Length: 0 Content-Type: application/json 2018-07-22 15:51:28,882 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8 used request id req-c1b577cd-2901-4e15-b4d6-752832a3473f 2018-07-22 15:51:28,883 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8.pub] 2018-07-22 15:51:28,883 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-3d1c318a-c10b-417d-a34a-d8bced6ad1a8] 2018-07-22 15:51:28,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:29,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-c58dad0d-97b5-4285-91da-cf0f65a64339 Date: Sun, 22 Jul 2018 15:51:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:29,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c58dad0d-97b5-4285-91da-cf0f65a64339 2018-07-22 15:51:29,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:29,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da765243-a666-4990-ab3d-4b10f91ea1f7 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:29,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-da765243-a666-4990-ab3d-4b10f91ea1f7 2018-07-22 15:51:29,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:29,750 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d5f5c28-c1d4-4894-9d69-fd327751f088 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:29,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-2d5f5c28-c1d4-4894-9d69-fd327751f088 2018-07-22 15:51:29,750 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:29,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:29,833 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d92bd5bc-d62a-4bc6-9993-c226619e83ae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:29,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-d92bd5bc-d62a-4bc6-9993-c226619e83ae 2018-07-22 15:51:29,834 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:29,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:29,910 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-941cbcf9-87a5-43d5-b04a-144600f778d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:29,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-941cbcf9-87a5-43d5-b04a-144600f778d8 2018-07-22 15:51:29,911 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:29,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:29,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be7caf9-ef70-416a-9c78-522719236be9 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:51:29,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-0be7caf9-ef70-416a-9c78-522719236be9 2018-07-22 15:51:30,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:30,085 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64dd434f-fd1e-4c81-bf32-158841bf3a57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:30,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-64dd434f-fd1e-4c81-bf32-158841bf3a57 2018-07-22 15:51:30,085 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:30,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:30,168 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dce66f93-cd80-4716-a189-68f412752ad4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:30,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-dce66f93-cd80-4716-a189-68f412752ad4 2018-07-22 15:51:30,169 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:30,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:30,256 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac573538-8907-49a8-9647-9566bfac6cb1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:30,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-ac573538-8907-49a8-9647-9566bfac6cb1 2018-07-22 15:51:30,256 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:30,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:30,338 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2caaca9a-e791-467d-b0b3-5415d9198ea3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:30,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-2caaca9a-e791-467d-b0b3-5415d9198ea3 2018-07-22 15:51:30,338 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:30,339 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj 2018-07-22 15:51:30,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f4c2a50720d841e199b7929c75d08c35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:30,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5750762f-3311-403a-9a8a-5adcbc2da9a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:30,547 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f4c2a50720d841e199b7929c75d08c35 used request id req-5750762f-3311-403a-9a8a-5adcbc2da9a0 2018-07-22 15:51:30,547 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-2fa2cb19-777f-44e-proj-role 2018-07-22 15:51:30,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/b5c71787b41140dc94bf54a3c23d2d2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:30,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cf0f19c-2346-4a24-831a-0e774a09a263 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:30,656 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/b5c71787b41140dc94bf54a3c23d2d2d used request id req-8cf0f19c-2346-4a24-831a-0e774a09a263 2018-07-22 15:51:30,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95a504eca8e3bec241cf6bb2c3e19dfbe323a6af" 2018-07-22 15:51:30,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1969731e-aeae-4d32-b750-227e87aabfd0 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:30,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1969731e-aeae-4d32-b750-227e87aabfd0 2018-07-22 15:51:30,745 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-2fa2cb19-777f-44e-user 2018-07-22 15:51:30,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3c25b8fc881440cc8001f57c6edc1a93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ff45395c4d9c5cf0e95d0e41f6bb73a3bcf11b" 2018-07-22 15:51:30,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a2d6778-b7fb-4ff7-8f2b-f5af51d2a94f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:30,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3c25b8fc881440cc8001f57c6edc1a93 used request id req-4a2d6778-b7fb-4ff7-8f2b-f5af51d2a94f 2018-07-22 15:51:30,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:31,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["NOFaY6KoTkunHgdMeEoB5Q"], "issued_at": "2018-07-22T15:51:31.000000Z"}} 2018-07-22 15:51:31,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ebfb8a9f6c410958a4e8ef2b08d562923cf9685" 2018-07-22 15:51:31,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233bb1e9-8ff5-42bb-93ec-5c7e6b5f3deb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:31,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-233bb1e9-8ff5-42bb-93ec-5c7e6b5f3deb 2018-07-22 15:51:31,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:31,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:31,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["X-GGEph_T1aS_bA6mKgVSA"], "issued_at": "2018-07-22T15:51:31.000000Z"}} 2018-07-22 15:51:31,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:31,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b7c5f7-9a4a-4731-9178-a0136c82d522 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:31,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-04b7c5f7-9a4a-4731-9178-a0136c82d522 2018-07-22 15:51:31,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:31,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:31,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:31,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf6327b-7714-470a-8a59-77734c33b0c5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:31,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj used request id req-aaf6327b-7714-470a-8a59-77734c33b0c5 2018-07-22 15:51:31,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:31,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8800ce7d-eaf4-424c-8005-618fed078c30 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:31,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8800ce7d-eaf4-424c-8005-618fed078c30 2018-07-22 15:51:31,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj"}}' 2018-07-22 15:51:32,093 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b58eb216-5e04-4ea9-9592-6e53ee8f99e1 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a6d4da5d62b4510a9fb714ed2a43e07"}, "tags": [], "enabled": true, "id": "9a6d4da5d62b4510a9fb714ed2a43e07", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj"}} 2018-07-22 15:51:32,093 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b58eb216-5e04-4ea9-9592-6e53ee8f99e1 2018-07-22 15:51:32,094 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj 2018-07-22 15:51:32,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:32,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:32,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["iaw7y4YJQK6j3xy9o7Gzqg"], "issued_at": "2018-07-22T15:51:32.000000Z"}} 2018-07-22 15:51:32,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728b7af7200c4a4fafe06ed5afa477f40e882507" 2018-07-22 15:51:32,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5c0b00-0a59-45b6-a0d7-dab04a0d9cd6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:32,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4e5c0b00-0a59-45b6-a0d7-dab04a0d9cd6 2018-07-22 15:51:32,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:32,565 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:32,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728b7af7200c4a4fafe06ed5afa477f40e882507" 2018-07-22 15:51:32,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff85a886-de24-4b02-9df6-150e8af1bd66 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:32,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ff85a886-de24-4b02-9df6-150e8af1bd66 2018-07-22 15:51:32,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728b7af7200c4a4fafe06ed5afa477f40e882507" 2018-07-22 15:51:32,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b33560-0c22-4093-870e-2a0f6e71a2be Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a6d4da5d62b4510a9fb714ed2a43e07"}, "tags": [], "enabled": true, "id": "9a6d4da5d62b4510a9fb714ed2a43e07", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj"}]} 2018-07-22 15:51:32,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj used request id req-b2b33560-0c22-4093-870e-2a0f6e71a2be 2018-07-22 15:51:32,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728b7af7200c4a4fafe06ed5afa477f40e882507" 2018-07-22 15:51:32,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2258b0f5-5c7e-484e-95bf-513088b5b833 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:32,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2258b0f5-5c7e-484e-95bf-513088b5b833 2018-07-22 15:51:33,218 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-a0ca6358-9ac7-419-user 2018-07-22 15:51:33,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:33,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:33,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403bca1a-0ae5-4826-a1f3-5fbef894fb98 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:33,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-403bca1a-0ae5-4826-a1f3-5fbef894fb98 2018-07-22 15:51:33,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" -d '{"role": {"name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj-role"}}' 2018-07-22 15:51:33,344 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9665eed2-463b-4361-af0f-e36f9ad4ea24 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9108a3d181fc4e3a9b51a2fab4081d85", "links": {"self": "http://172.30.9.28:5000/v3/roles/9108a3d181fc4e3a9b51a2fab4081d85"}, "name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj-role"}} 2018-07-22 15:51:33,344 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9665eed2-463b-4361-af0f-e36f9ad4ea24 2018-07-22 15:51:33,345 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj-role 2018-07-22 15:51:33,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/9108a3d181fc4e3a9b51a2fab4081d85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:33,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f202453-67be-4ca0-b1a7-55a47cec023e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9108a3d181fc4e3a9b51a2fab4081d85", "links": {"self": "http://172.30.9.28:5000/v3/roles/9108a3d181fc4e3a9b51a2fab4081d85"}, "name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj-role"}} 2018-07-22 15:51:33,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9108a3d181fc4e3a9b51a2fab4081d85 used request id req-1f202453-67be-4ca0-b1a7-55a47cec023e 2018-07-22 15:51:33,433 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj-role to project CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj 2018-07-22 15:51:33,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9a6d4da5d62b4510a9fb714ed2a43e07/users/112da39df29d44e9bf08e44d11dd5c93/roles/9108a3d181fc4e3a9b51a2fab4081d85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:33,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f540810f-9988-49e4-9991-f982552d07c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:33,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9a6d4da5d62b4510a9fb714ed2a43e07/users/112da39df29d44e9bf08e44d11dd5c93/roles/9108a3d181fc4e3a9b51a2fab4081d85 used request id req-f540810f-9988-49e4-9991-f982552d07c2 2018-07-22 15:51:33,559 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:33,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:33,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:33,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9108a3d181fc4e3a9b51a2fab4081d85", "name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj-role"}], "expires_at": "2018-07-22T16:51:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a6d4da5d62b4510a9fb714ed2a43e07", "name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9a6d4da5d62b4510a9fb714ed2a43e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-a0ca6358-9ac7-419-user", "id": "112da39df29d44e9bf08e44d11dd5c93"}, "audit_ids": ["rL3MZw9NRCuyoZeAgYe1OQ"], "issued_at": "2018-07-22T15:51:33.000000Z"}} 2018-07-22 15:51:33,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c076aab059ec92a362532b509f970ff7438e3c0" 2018-07-22 15:51:34,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09c7bb47-9034-4b1e-b04f-4389055eba30 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:34,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-09c7bb47-9034-4b1e-b04f-4389055eba30 2018-07-22 15:51:34,033 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:34,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c076aab059ec92a362532b509f970ff7438e3c0" 2018-07-22 15:51:34,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51: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-43885625-962c-4dde-bfe8-45c814deccde x-compute-request-id: req-43885625-962c-4dde-bfe8-45c814deccde Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:51:34,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-43885625-962c-4dde-bfe8-45c814deccde 2018-07-22 15:51:34,147 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558... 2018-07-22 15:51:34,147 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 15:51:34,224 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558 2018-07-22 15:51:34,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c076aab059ec92a362532b509f970ff7438e3c0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzXW1dSQ+H8dycFCZmMopqs530RdzbSB4MavVLh7d4hiut13jTeq8rSRJbxcaFoYETcdkyVjn6axxMSDSPekmCs/r2Ghrl0ZknR9nGVi23brVB+5a+zH+Bj6p8+6/2ZOOrYiYZQgpCAlZHNLy29wmjfp2TH2y5iYI+XoARMulVgQ==", "name": "CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558"}}' 2018-07-22 15:51:34,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51: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-7434f4f9-3890-4335-8020-913afd22e2bc x-compute-request-id: req-7434f4f9-3890-4335-8020-913afd22e2bc Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzXW1dSQ+H8dycFCZmMopqs530RdzbSB4MavVLh7d4hiut13jTeq8rSRJbxcaFoYETcdkyVjn6axxMSDSPekmCs/r2Ghrl0ZknR9nGVi23brVB+5a+zH+Bj6p8+6/2ZOOrYiYZQgpCAlZHNLy29wmjfp2TH2y5iYI+XoARMulVgQ==", "user_id": "112da39df29d44e9bf08e44d11dd5c93", "name": "CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558", "fingerprint": "d0:ff:f1:59:0a:f7:34:2f:da:b3:63:01:e6:a2:1f:fb"}} 2018-07-22 15:51:34,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7434f4f9-3890-4335-8020-913afd22e2bc 2018-07-22 15:51:34,287 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558.pub 2018-07-22 15:51:34,287 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558 2018-07-22 15:51:34,287 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558 2018-07-22 15:51:34,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c076aab059ec92a362532b509f970ff7438e3c0" 2018-07-22 15:51:34,315 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:51: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-d34ed1df-ee68-4e26-9f3a-33ec953f38a2 x-compute-request-id: req-d34ed1df-ee68-4e26-9f3a-33ec953f38a2 Content-Length: 0 Content-Type: application/json 2018-07-22 15:51:34,315 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558 used request id req-d34ed1df-ee68-4e26-9f3a-33ec953f38a2 2018-07-22 15:51:34,315 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558.pub] 2018-07-22 15:51:34,315 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-3694239f-f8e1-41b5-9786-9941168b7558] 2018-07-22 15:51:34,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:34,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-17b12678-8977-4bd1-8f08-3e1310c6c241 Date: Sun, 22 Jul 2018 15:51:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:34,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-17b12678-8977-4bd1-8f08-3e1310c6c241 2018-07-22 15:51:34,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:34,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dd90007-3406-41de-9458-6ffefa3ca141 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:34,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-8dd90007-3406-41de-9458-6ffefa3ca141 2018-07-22 15:51:34,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:34,737 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b31bd726-d9aa-4606-acc3-2b8638578538 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:34,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-b31bd726-d9aa-4606-acc3-2b8638578538 2018-07-22 15:51:34,737 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:34,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:34,823 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bed9f01d-7ac6-4d8d-957e-186b0d0c2bc9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:34,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-bed9f01d-7ac6-4d8d-957e-186b0d0c2bc9 2018-07-22 15:51:34,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:34,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:34,907 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-770a13fa-ed15-42f7-bb93-31112a8e755d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:34,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-770a13fa-ed15-42f7-bb93-31112a8e755d 2018-07-22 15:51:34,908 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:34,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:34,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32be0a33-1a33-41cb-bccf-1567b743e8ed 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:51:34,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-32be0a33-1a33-41cb-bccf-1567b743e8ed 2018-07-22 15:51:35,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:35,085 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aecf16c9-d7b5-43d4-b602-2e6c98d961bc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:35,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-aecf16c9-d7b5-43d4-b602-2e6c98d961bc 2018-07-22 15:51:35,085 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:35,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:35,174 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58e69dfb-a3ac-4f78-9031-c52ba7805ccd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:35,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-58e69dfb-a3ac-4f78-9031-c52ba7805ccd 2018-07-22 15:51:35,175 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:35,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:35,260 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e407ec7-9a9f-4359-ac7d-a66b590e63eb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:35,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-2e407ec7-9a9f-4359-ac7d-a66b590e63eb 2018-07-22 15:51:35,261 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:35,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:35,345 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c40e1ce-beb7-4a15-a8a1-6f6c288b586c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:35,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-2c40e1ce-beb7-4a15-a8a1-6f6c288b586c 2018-07-22 15:51:35,345 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:35,346 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj 2018-07-22 15:51:35,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9a6d4da5d62b4510a9fb714ed2a43e07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:35,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3eb1a5f-28d4-4fe3-b829-d734e04859e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:35,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9a6d4da5d62b4510a9fb714ed2a43e07 used request id req-e3eb1a5f-28d4-4fe3-b829-d734e04859e7 2018-07-22 15:51:35,572 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-a0ca6358-9ac7-419-proj-role 2018-07-22 15:51:35,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/9108a3d181fc4e3a9b51a2fab4081d85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:35,679 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94940d26-4e6d-45ff-981a-cfb9bfc2b898 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:35,680 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/9108a3d181fc4e3a9b51a2fab4081d85 used request id req-94940d26-4e6d-45ff-981a-cfb9bfc2b898 2018-07-22 15:51:35,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ff1889266328968f6470f00c819ef09e6f19c5" 2018-07-22 15:51:35,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-747abb87-12ea-467c-b553-1ca7ac02c5f5 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:35,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-747abb87-12ea-467c-b553-1ca7ac02c5f5 2018-07-22 15:51:35,768 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-a0ca6358-9ac7-419-user 2018-07-22 15:51:35,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/112da39df29d44e9bf08e44d11dd5c93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}728b7af7200c4a4fafe06ed5afa477f40e882507" 2018-07-22 15:51:35,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c116f86f-9a1b-4a9c-aa14-08eca51b8197 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:35,937 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/112da39df29d44e9bf08e44d11dd5c93 used request id req-c116f86f-9a1b-4a9c-aa14-08eca51b8197 2018-07-22 15:51:35,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:36,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["GUd0w5WWRaCRChcJAi7W6Q"], "issued_at": "2018-07-22T15:51:36.000000Z"}} 2018-07-22 15:51:36,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a67a04d717e0a1e5c986e5cfffc7777bb69a2dba" 2018-07-22 15:51:36,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89b8799c-b815-459a-b1e1-05691badf1fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:36,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-89b8799c-b815-459a-b1e1-05691badf1fb 2018-07-22 15:51:36,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:36,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:36,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Sp8DZnZSTF6T3p4WNfr6-w"], "issued_at": "2018-07-22T15:51:36.000000Z"}} 2018-07-22 15:51:36,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:36,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46dc7bf5-379f-46ae-b6fd-0caf91465fa6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:36,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-46dc7bf5-379f-46ae-b6fd-0caf91465fa6 2018-07-22 15:51:36,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:36,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:36,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-24e66fd4-2523-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:36,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f8fdcda-1160-4536-9d65-7a8ba768f4fe Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-24e66fd4-2523-469-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:36,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-24e66fd4-2523-469-proj used request id req-8f8fdcda-1160-4536-9d65-7a8ba768f4fe 2018-07-22 15:51:36,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:36,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adcb02be-6a88-4c66-a667-07a431120fff Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:36,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-adcb02be-6a88-4c66-a667-07a431120fff 2018-07-22 15:51:36,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-proj"}}' 2018-07-22 15:51:37,082 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b80be675-ed9b-4ad4-9b3f-021cc4fa5618 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a0bcf9e26b54144be40f4f6f658b539"}, "tags": [], "enabled": true, "id": "5a0bcf9e26b54144be40f4f6f658b539", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-proj"}} 2018-07-22 15:51:37,082 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b80be675-ed9b-4ad4-9b3f-021cc4fa5618 2018-07-22 15:51:37,082 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-24e66fd4-2523-469-proj 2018-07-22 15:51:37,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:37,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:37,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4qrFo_egTZaYUiMYV8JENA"], "issued_at": "2018-07-22T15:51:37.000000Z"}} 2018-07-22 15:51:37,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af6bb571bdf8dbb9bcd020ff089e02d7ac1df385" 2018-07-22 15:51:37,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb5538c-005e-4778-ab2c-3bd3e062ca4a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:37,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-bbb5538c-005e-4778-ab2c-3bd3e062ca4a 2018-07-22 15:51:37,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:37,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:37,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af6bb571bdf8dbb9bcd020ff089e02d7ac1df385" 2018-07-22 15:51:37,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d1dc62-2207-4368-8ea1-d53a74e54848 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:37,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c4d1dc62-2207-4368-8ea1-d53a74e54848 2018-07-22 15:51:37,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-24e66fd4-2523-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af6bb571bdf8dbb9bcd020ff089e02d7ac1df385" 2018-07-22 15:51:37,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204368ad-3ee0-48be-b323-9f190b746e98 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-24e66fd4-2523-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a0bcf9e26b54144be40f4f6f658b539"}, "tags": [], "enabled": true, "id": "5a0bcf9e26b54144be40f4f6f658b539", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-proj"}]} 2018-07-22 15:51:37,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-24e66fd4-2523-469-proj used request id req-204368ad-3ee0-48be-b323-9f190b746e98 2018-07-22 15:51:37,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af6bb571bdf8dbb9bcd020ff089e02d7ac1df385" 2018-07-22 15:51:37,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6509f59-cba6-44ca-bc60-b37e8c172540 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:37,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d6509f59-cba6-44ca-bc60-b37e8c172540 2018-07-22 15:51:38,080 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-24e66fd4-2523-469-user 2018-07-22 15:51:38,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:38,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:38,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84cc1b3a-352a-478a-93e3-3117958a033a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:38,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-84cc1b3a-352a-478a-93e3-3117958a033a 2018-07-22 15:51:38,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" -d '{"role": {"name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-proj-role"}}' 2018-07-22 15:51:38,272 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7653d208-2901-4264-bb52-bea5469f6f0e Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf9c1df61a2e4fbdb0b8924531d93970", "links": {"self": "http://172.30.9.28:5000/v3/roles/bf9c1df61a2e4fbdb0b8924531d93970"}, "name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-proj-role"}} 2018-07-22 15:51:38,272 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-7653d208-2901-4264-bb52-bea5469f6f0e 2018-07-22 15:51:38,273 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-24e66fd4-2523-469-proj-role 2018-07-22 15:51:38,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bf9c1df61a2e4fbdb0b8924531d93970 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:38,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe310941-e0df-43f4-aa3a-7295890f732a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf9c1df61a2e4fbdb0b8924531d93970", "links": {"self": "http://172.30.9.28:5000/v3/roles/bf9c1df61a2e4fbdb0b8924531d93970"}, "name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-proj-role"}} 2018-07-22 15:51:38,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bf9c1df61a2e4fbdb0b8924531d93970 used request id req-fe310941-e0df-43f4-aa3a-7295890f732a 2018-07-22 15:51:38,358 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-24e66fd4-2523-469-proj-role to project CreateKeypairsCleanupTests-24e66fd4-2523-469-proj 2018-07-22 15:51:38,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5a0bcf9e26b54144be40f4f6f658b539/users/a8106f4d634b4c1bafd20e5a7b9b68c3/roles/bf9c1df61a2e4fbdb0b8924531d93970 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:38,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15feb041-5c0a-4119-a8e5-8b769a9f339f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:38,485 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5a0bcf9e26b54144be40f4f6f658b539/users/a8106f4d634b4c1bafd20e5a7b9b68c3/roles/bf9c1df61a2e4fbdb0b8924531d93970 used request id req-15feb041-5c0a-4119-a8e5-8b769a9f339f 2018-07-22 15:51:38,485 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:38,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:38,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:38,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf9c1df61a2e4fbdb0b8924531d93970", "name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-proj-role"}], "expires_at": "2018-07-22T16:51:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5a0bcf9e26b54144be40f4f6f658b539", "name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/5a0bcf9e26b54144be40f4f6f658b539", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/5a0bcf9e26b54144be40f4f6f658b539", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/5a0bcf9e26b54144be40f4f6f658b539", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5a0bcf9e26b54144be40f4f6f658b539", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/5a0bcf9e26b54144be40f4f6f658b539", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/5a0bcf9e26b54144be40f4f6f658b539", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/5a0bcf9e26b54144be40f4f6f658b539", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/5a0bcf9e26b54144be40f4f6f658b539", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/5a0bcf9e26b54144be40f4f6f658b539", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5a0bcf9e26b54144be40f4f6f658b539", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/5a0bcf9e26b54144be40f4f6f658b539", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/5a0bcf9e26b54144be40f4f6f658b539", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5a0bcf9e26b54144be40f4f6f658b539", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_5a0bcf9e26b54144be40f4f6f658b539", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-24e66fd4-2523-469-user", "id": "a8106f4d634b4c1bafd20e5a7b9b68c3"}, "audit_ids": ["O3mtadxtRgecmXIcAXR4Bg"], "issued_at": "2018-07-22T15:51:38.000000Z"}} 2018-07-22 15:51:38,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445e90ebd899553ab093764645436dd5df435d14" 2018-07-22 15:51:38,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1856a0-1b6d-413c-89c0-abcd9749011e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:38,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fe1856a0-1b6d-413c-89c0-abcd9749011e 2018-07-22 15:51:38,940 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:51:38,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445e90ebd899553ab093764645436dd5df435d14" 2018-07-22 15:51:39,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51: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-6961976c-838c-4726-b95b-a39cfe0fd1ac x-compute-request-id: req-6961976c-838c-4726-b95b-a39cfe0fd1ac Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 15:51:39,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-6961976c-838c-4726-b95b-a39cfe0fd1ac 2018-07-22 15:51:39,120 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176... 2018-07-22 15:51:39,120 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 15:51:39,202 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176 2018-07-22 15:51:39,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445e90ebd899553ab093764645436dd5df435d14" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOrl4Z69xS8kklpLVVitsmX86CzQYmLGxwTl5cP8QjC0RDoi3SaNlkT4y3Ijo9/SdTwu86qU8EXO4uXxH14RXdZBzTSy+a7/T7zWT16FXIPC5BCswM4fyYMy+QCRsHDUoTc9ZuZyP8iET3lG9d0ve/HHQoXdi44VNtom1QyPW0+w==", "name": "CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176"}}' 2018-07-22 15:51:39,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cbb4d72-7118-4c09-975b-f13f0ee2318f x-compute-request-id: req-4cbb4d72-7118-4c09-975b-f13f0ee2318f Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDOrl4Z69xS8kklpLVVitsmX86CzQYmLGxwTl5cP8QjC0RDoi3SaNlkT4y3Ijo9/SdTwu86qU8EXO4uXxH14RXdZBzTSy+a7/T7zWT16FXIPC5BCswM4fyYMy+QCRsHDUoTc9ZuZyP8iET3lG9d0ve/HHQoXdi44VNtom1QyPW0+w==", "user_id": "a8106f4d634b4c1bafd20e5a7b9b68c3", "name": "CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176", "fingerprint": "c7:68:1b:08:b6:58:a5:53:e2:a5:9f:c4:f0:8a:37:ff"}} 2018-07-22 15:51:39,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4cbb4d72-7118-4c09-975b-f13f0ee2318f 2018-07-22 15:51:39,271 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176.pub 2018-07-22 15:51:39,271 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176 2018-07-22 15:51:39,271 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176 2018-07-22 15:51:39,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}445e90ebd899553ab093764645436dd5df435d14" 2018-07-22 15:51:39,296 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:51:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f130fe88-1593-4f84-a461-3bc3114dac48 x-compute-request-id: req-f130fe88-1593-4f84-a461-3bc3114dac48 Content-Length: 0 Content-Type: application/json 2018-07-22 15:51:39,296 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d9b53b75-6e75-4b38-8f21-255aa539c176 used request id req-f130fe88-1593-4f84-a461-3bc3114dac48 2018-07-22 15:51:39,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:39,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-ed7ce5a5-5b9c-43e5-95b6-e5a37b7d2bc8 Date: Sun, 22 Jul 2018 15:51:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:39,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-ed7ce5a5-5b9c-43e5-95b6-e5a37b7d2bc8 2018-07-22 15:51:39,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11467fe4-8746-4c5a-923c-38959b452001 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:40,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-11467fe4-8746-4c5a-923c-38959b452001 2018-07-22 15:51:40,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,105 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9813a30-31f0-428d-8c4b-e73f403e0059 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:40,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-e9813a30-31f0-428d-8c4b-e73f403e0059 2018-07-22 15:51:40,105 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:40,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,189 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27f38dca-a173-44e9-b131-a01cf9ebbe82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:40,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-27f38dca-a173-44e9-b131-a01cf9ebbe82 2018-07-22 15:51:40,190 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:40,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,276 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eda8580-0031-42df-9362-5593d7571ec9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:40,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-5eda8580-0031-42df-9362-5593d7571ec9 2018-07-22 15:51:40,276 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:40,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c5b6f1-7c71-4247-8c38-3486a50f5254 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:51:40,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-b3c5b6f1-7c71-4247-8c38-3486a50f5254 2018-07-22 15:51:40,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,447 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-378d69db-616c-4af2-a56d-d5e475e4a051 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:40,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-378d69db-616c-4af2-a56d-d5e475e4a051 2018-07-22 15:51:40,447 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:40,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,533 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ed65a3a-0b52-499e-a5c3-225af0901dbb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:40,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-9ed65a3a-0b52-499e-a5c3-225af0901dbb 2018-07-22 15:51:40,534 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:40,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,620 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5da5ed35-3d1c-4e17-89ae-7ed31ef4e53f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:40,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-5da5ed35-3d1c-4e17-89ae-7ed31ef4e53f 2018-07-22 15:51:40,620 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:40,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,708 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdb99f57-59ae-4ed5-87a6-61043639cc49 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:40,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-bdb99f57-59ae-4ed5-87a6-61043639cc49 2018-07-22 15:51:40,709 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:40,710 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-24e66fd4-2523-469-proj 2018-07-22 15:51:40,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5a0bcf9e26b54144be40f4f6f658b539 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:40,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a57d9843-a455-45da-b042-2b423b3e7d86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:40,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5a0bcf9e26b54144be40f4f6f658b539 used request id req-a57d9843-a455-45da-b042-2b423b3e7d86 2018-07-22 15:51:40,939 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-24e66fd4-2523-469-proj-role 2018-07-22 15:51:40,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/bf9c1df61a2e4fbdb0b8924531d93970 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:41,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cb8102c-bbb9-46c5-9d05-0b9c0578a92c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:41,063 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/bf9c1df61a2e4fbdb0b8924531d93970 used request id req-0cb8102c-bbb9-46c5-9d05-0b9c0578a92c 2018-07-22 15:51:41,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68f065eb33079486e5924409e988e863f617f471" 2018-07-22 15:51:41,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-687041b5-4018-417f-8d0e-7069910f7f30 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:41,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-687041b5-4018-417f-8d0e-7069910f7f30 2018-07-22 15:51:41,152 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-24e66fd4-2523-469-user 2018-07-22 15:51:41,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a8106f4d634b4c1bafd20e5a7b9b68c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af6bb571bdf8dbb9bcd020ff089e02d7ac1df385" 2018-07-22 15:51:41,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d0a2442-bdf0-4de3-bd37-c59c84c8fdb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:41,314 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a8106f4d634b4c1bafd20e5a7b9b68c3 used request id req-9d0a2442-bdf0-4de3-bd37-c59c84c8fdb0 2018-07-22 15:51:41,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:41,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["yMFD3hDkQv2-JIaP5rtl4g"], "issued_at": "2018-07-22T15:51:41.000000Z"}} 2018-07-22 15:51:41,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4f7fb923448ab36f36d7f8bba1ba08b39accced" 2018-07-22 15:51:41,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d3eb59-e80c-4b49-90f5-79d6a8a394be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:41,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-69d3eb59-e80c-4b49-90f5-79d6a8a394be 2018-07-22 15:51:41,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:41,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:42,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["sI6XGBNYRYOWOjvdWHDcJA"], "issued_at": "2018-07-22T15:51:42.000000Z"}} 2018-07-22 15:51:42,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:42,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c5ac4f-0423-41c2-85a1-2afc288ce8ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:42,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-32c5ac4f-0423-41c2-85a1-2afc288ce8ed 2018-07-22 15:51:42,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:42,259 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:42,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:42,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55418c2-ed8a-442c-9d71-0b7db0ea88c2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:42,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj used request id req-d55418c2-ed8a-442c-9d71-0b7db0ea88c2 2018-07-22 15:51:42,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:42,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be3b91cd-197e-4e97-8daf-43a9759fa53e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:42,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-be3b91cd-197e-4e97-8daf-43a9759fa53e 2018-07-22 15:51:42,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj"}}' 2018-07-22 15:51:42,537 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64fb1411-5522-47a1-89b1-2389aaa112f3 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f"}, "tags": [], "enabled": true, "id": "f2b7d83a1a3d445fb7022afa8415f97f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj"}} 2018-07-22 15:51:42,537 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-64fb1411-5522-47a1-89b1-2389aaa112f3 2018-07-22 15:51:42,537 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj 2018-07-22 15:51:42,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:42,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:43,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MrphTbU5QJqvO_LBWvRKzw"], "issued_at": "2018-07-22T15:51:43.000000Z"}} 2018-07-22 15:51:43,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e6449e85388c2fadddcae1feae50decc6daedf" 2018-07-22 15:51:43,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe13a5b-4e28-4a94-bf37-2a3a7c9ab540 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:43,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cbe13a5b-4e28-4a94-bf37-2a3a7c9ab540 2018-07-22 15:51:43,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:43,123 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:43,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e6449e85388c2fadddcae1feae50decc6daedf" 2018-07-22 15:51:43,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4655e6ed-171b-4f80-9c07-2b3f43236988 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:43,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4655e6ed-171b-4f80-9c07-2b3f43236988 2018-07-22 15:51:43,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e6449e85388c2fadddcae1feae50decc6daedf" 2018-07-22 15:51:43,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38d63d82-5ccc-40d2-ad4f-4daa0befcbb6 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f"}, "tags": [], "enabled": true, "id": "f2b7d83a1a3d445fb7022afa8415f97f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj"}]} 2018-07-22 15:51:43,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj used request id req-38d63d82-5ccc-40d2-ad4f-4daa0befcbb6 2018-07-22 15:51:43,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e6449e85388c2fadddcae1feae50decc6daedf" 2018-07-22 15:51:43,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eaa7e63-d955-4b02-add6-228f81707ae6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:43,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1eaa7e63-d955-4b02-add6-228f81707ae6 2018-07-22 15:51:43,775 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-user 2018-07-22 15:51:43,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:43,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41433c42-7905-40f5-a8b6-7d8976886bdd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:43,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-41433c42-7905-40f5-a8b6-7d8976886bdd 2018-07-22 15:51:43,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" -d '{"role": {"name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj-role"}}' 2018-07-22 15:51:43,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44849dd6-6a37-4c80-b4b1-8961dc0544a7 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "faed084835b04414b9c2b113f89c04a9", "links": {"self": "http://172.30.9.28:5000/v3/roles/faed084835b04414b9c2b113f89c04a9"}, "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj-role"}} 2018-07-22 15:51:43,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-44849dd6-6a37-4c80-b4b1-8961dc0544a7 2018-07-22 15:51:43,970 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj-role 2018-07-22 15:51:43,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/faed084835b04414b9c2b113f89c04a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:44,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ed0d27-eaa8-490a-b073-0f9552fdc511 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "faed084835b04414b9c2b113f89c04a9", "links": {"self": "http://172.30.9.28:5000/v3/roles/faed084835b04414b9c2b113f89c04a9"}, "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj-role"}} 2018-07-22 15:51:44,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/faed084835b04414b9c2b113f89c04a9 used request id req-21ed0d27-eaa8-490a-b073-0f9552fdc511 2018-07-22 15:51:44,056 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj-role to project CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj 2018-07-22 15:51:44,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f/users/aebdb2002c534e89ad5d6b4880390ab8/roles/faed084835b04414b9c2b113f89c04a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:44,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce56c681-8d3b-45ad-a598-575c287c67e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:44,116 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f/users/aebdb2002c534e89ad5d6b4880390ab8/roles/faed084835b04414b9c2b113f89c04a9 used request id req-ce56c681-8d3b-45ad-a598-575c287c67e9 2018-07-22 15:51:44,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:44,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:44,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "faed084835b04414b9c2b113f89c04a9", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj-role"}], "expires_at": "2018-07-22T16:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f2b7d83a1a3d445fb7022afa8415f97f", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-user", "id": "aebdb2002c534e89ad5d6b4880390ab8"}, "audit_ids": ["wdb5DMIbTvuiJvSs9AGQPw"], "issued_at": "2018-07-22T15:51:44.000000Z"}} 2018-07-22 15:51:44,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" 2018-07-22 15:51:44,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b866398e-3223-48e1-bf64-c1ea6b66356e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:44,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b866398e-3223-48e1-bf64-c1ea6b66356e 2018-07-22 15:51:44,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" 2018-07-22 15:51:44,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-14358c4e-0edb-4fa9-8541-8d48ff820b58 Date: Sun, 22 Jul 2018 15:51:44 GMT RESP BODY: {"networks":[]} 2018-07-22 15:51:44,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net used request id req-14358c4e-0edb-4fa9-8541-8d48ff820b58 2018-07-22 15:51:44,787 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net 2018-07-22 15:51:44,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net", "admin_state_up": true}}' 2018-07-22 15:51:45,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-9ec9cdb8-6cfa-4764-bdae-b83cbb2b503f Date: Sun, 22 Jul 2018 15:51:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f2b7d83a1a3d445fb7022afa8415f97f","created_at":"2018-07-22T15:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-07-22T15:51:45Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f2b7d83a1a3d445fb7022afa8415f97f","id":"ce1d5e30-9244-47f6-a87f-03b2de3db36b","name":"CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net"}} 2018-07-22 15:51:45,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9ec9cdb8-6cfa-4764-bdae-b83cbb2b503f 2018-07-22 15:51:45,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ce1d5e30-9244-47f6-a87f-03b2de3db36b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" 2018-07-22 15:51:45,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1a7330e5-09bd-4a17-95fb-6867ae9d6de3 Date: Sun, 22 Jul 2018 15:51: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-07-22T15:51:45Z","tenant_id":"f2b7d83a1a3d445fb7022afa8415f97f","created_at":"2018-07-22T15:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f2b7d83a1a3d445fb7022afa8415f97f","id":"ce1d5e30-9244-47f6-a87f-03b2de3db36b","name":"CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net"}]} 2018-07-22 15:51:45,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ce1d5e30-9244-47f6-a87f-03b2de3db36b used request id req-1a7330e5-09bd-4a17-95fb-6867ae9d6de3 2018-07-22 15:51:45,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce1d5e30-9244-47f6-a87f-03b2de3db36b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" 2018-07-22 15:51:45,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c292431c-2fc4-4644-a8d8-8bec4f258b3b Date: Sun, 22 Jul 2018 15:51:45 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:51:45,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce1d5e30-9244-47f6-a87f-03b2de3db36b used request id req-c292431c-2fc4-4644-a8d8-8bec4f258b3b 2018-07-22 15:51:45,793 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet 2018-07-22 15:51:45,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" -d '{"subnets": [{"ip_version": 4, "network_id": "ce1d5e30-9244-47f6-a87f-03b2de3db36b", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet"}]}' 2018-07-22 15:51:46,340 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-38373826-0bcd-4bab-8507-d5a1e3f8fbd3 Date: Sun, 22 Jul 2018 15:51:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce1d5e30-9244-47f6-a87f-03b2de3db36b","tenant_id":"f2b7d83a1a3d445fb7022afa8415f97f","created_at":"2018-07-22T15:51:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:46Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f2b7d83a1a3d445fb7022afa8415f97f","id":"f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303","subnetpool_id":null,"name":"CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet"}]} 2018-07-22 15:51:46,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-38373826-0bcd-4bab-8507-d5a1e3f8fbd3 2018-07-22 15:51:46,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ce1d5e30-9244-47f6-a87f-03b2de3db36b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" 2018-07-22 15:51:46,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-8cdd2d2c-605b-486b-b638-21e0b034b160 Date: Sun, 22 Jul 2018 15:51:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303"],"updated_at":"2018-07-22T15:51:46Z","tenant_id":"f2b7d83a1a3d445fb7022afa8415f97f","created_at":"2018-07-22T15:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f2b7d83a1a3d445fb7022afa8415f97f","id":"ce1d5e30-9244-47f6-a87f-03b2de3db36b","name":"CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net"}]} 2018-07-22 15:51:46,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ce1d5e30-9244-47f6-a87f-03b2de3db36b used request id req-8cdd2d2c-605b-486b-b638-21e0b034b160 2018-07-22 15:51:46,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce1d5e30-9244-47f6-a87f-03b2de3db36b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" 2018-07-22 15:51:46,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b1c82ef4-b564-4ac8-8be5-6d4578b2edc6 Date: Sun, 22 Jul 2018 15:51:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce1d5e30-9244-47f6-a87f-03b2de3db36b","tenant_id":"f2b7d83a1a3d445fb7022afa8415f97f","created_at":"2018-07-22T15:51:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f2b7d83a1a3d445fb7022afa8415f97f","id":"f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303","subnetpool_id":null,"name":"CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet"}]} 2018-07-22 15:51:46,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce1d5e30-9244-47f6-a87f-03b2de3db36b used request id req-b1c82ef4-b564-4ac8-8be5-6d4578b2edc6 2018-07-22 15:51:46,549 - OpenStackNetwork - DEBUG - Network [ce1d5e30-9244-47f6-a87f-03b2de3db36b] created successfully 2018-07-22 15:51:46,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:46,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "faed084835b04414b9c2b113f89c04a9", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj-role"}], "expires_at": "2018-07-22T16:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f2b7d83a1a3d445fb7022afa8415f97f", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f2b7d83a1a3d445fb7022afa8415f97f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f2b7d83a1a3d445fb7022afa8415f97f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-user", "id": "aebdb2002c534e89ad5d6b4880390ab8"}, "audit_ids": ["U8oWFsktQWqZMi004rVzSw"], "issued_at": "2018-07-22T15:51:46.000000Z"}} 2018-07-22 15:51:46,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d43d35838c242735d015f84219ddad6ba8e89a" 2018-07-22 15:51:47,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-9890fcf9-75e0-4b40-9538-e51b10622a2b Date: Sun, 22 Jul 2018 15:51:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303"],"updated_at":"2018-07-22T15:51:46Z","tenant_id":"f2b7d83a1a3d445fb7022afa8415f97f","created_at":"2018-07-22T15:51:45Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f2b7d83a1a3d445fb7022afa8415f97f","id":"ce1d5e30-9244-47f6-a87f-03b2de3db36b","name":"CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net"}]} 2018-07-22 15:51:47,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net used request id req-9890fcf9-75e0-4b40-9538-e51b10622a2b 2018-07-22 15:51:47,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:47,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:47,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4f7fb923448ab36f36d7f8bba1ba08b39accced" 2018-07-22 15:51:47,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181d3811-4a90-4ed7-b4ad-0a07e6d1da2f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f2b7d83a1a3d445fb7022afa8415f97f", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj"}} 2018-07-22 15:51:47,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f used request id req-181d3811-4a90-4ed7-b4ad-0a07e6d1da2f 2018-07-22 15:51:47,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce1d5e30-9244-47f6-a87f-03b2de3db36b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d43d35838c242735d015f84219ddad6ba8e89a" 2018-07-22 15:51:47,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1e0421db-6b55-4ced-bf30-8f019d9d0771 Date: Sun, 22 Jul 2018 15:51:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce1d5e30-9244-47f6-a87f-03b2de3db36b","tenant_id":"f2b7d83a1a3d445fb7022afa8415f97f","created_at":"2018-07-22T15:51:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f2b7d83a1a3d445fb7022afa8415f97f","id":"f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303","subnetpool_id":null,"name":"CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet"}]} 2018-07-22 15:51:47,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce1d5e30-9244-47f6-a87f-03b2de3db36b used request id req-1e0421db-6b55-4ced-bf30-8f019d9d0771 2018-07-22 15:51:47,367 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet 2018-07-22 15:51:47,368 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet 2018-07-22 15:51:47,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d43d35838c242735d015f84219ddad6ba8e89a" 2018-07-22 15:51:48,759 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f3d31490-1bb9-492f-9a30-2e5e0d20a243 Date: Sun, 22 Jul 2018 15:51:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:51:48,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303 used request id req-f3d31490-1bb9-492f-9a30-2e5e0d20a243 2018-07-22 15:51:48,760 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net 2018-07-22 15:51:48,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/ce1d5e30-9244-47f6-a87f-03b2de3db36b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d43d35838c242735d015f84219ddad6ba8e89a" 2018-07-22 15:51:50,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bc4940f-1145-4e1b-997d-dd281b00639f Date: Sun, 22 Jul 2018 15:51:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:51:50,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ce1d5e30-9244-47f6-a87f-03b2de3db36b used request id req-6bc4940f-1145-4e1b-997d-dd281b00639f 2018-07-22 15:51:50,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d43d35838c242735d015f84219ddad6ba8e89a" 2018-07-22 15:51:50,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-aa94a3a0-76bb-4bd8-9afc-646779a3e973 Date: Sun, 22 Jul 2018 15:51:50 GMT RESP BODY: {"networks":[]} 2018-07-22 15:51:50,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net used request id req-aa94a3a0-76bb-4bd8-9afc-646779a3e973 2018-07-22 15:51:50,238 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet 2018-07-22 15:51:50,238 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-subnet 2018-07-22 15:51:50,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" 2018-07-22 15:51:50,276 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-ae4914dd-ab70-4318-8e35-3cb72672771e Date: Sun, 22 Jul 2018 15:51:50 GMT RESP BODY: {"NeutronError": {"message": "Subnet f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-07-22 15:51:50,276 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303 used request id req-ae4914dd-ab70-4318-8e35-3cb72672771e 2018-07-22 15:51:50,276 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet f4c48c7a-b8c9-4763-a2a5-bcb1adcc3303 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-07-22 15:51:50,277 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-deebcb8d-a958-4332-872d-748e3afcfc31-pub-net 2018-07-22 15:51:50,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/ce1d5e30-9244-47f6-a87f-03b2de3db36b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc98fb879945f117d98de51e8809a3765f24318" 2018-07-22 15:51:50,306 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-3ca0c487-c788-4dbe-a725-57e5eb038ec8 Date: Sun, 22 Jul 2018 15:51:50 GMT RESP BODY: {"NeutronError": {"message": "Network ce1d5e30-9244-47f6-a87f-03b2de3db36b could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-07-22 15:51:50,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ce1d5e30-9244-47f6-a87f-03b2de3db36b used request id req-3ca0c487-c788-4dbe-a725-57e5eb038ec8 2018-07-22 15:51:50,306 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network ce1d5e30-9244-47f6-a87f-03b2de3db36b could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-07-22 15:51:50,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:50,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-f395d2a4-7389-4463-994b-a9c510a87d22 Date: Sun, 22 Jul 2018 15:51:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "created_at": "2018-07-22T15:51:44Z", "updated_at": "2018-07-22T15:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:51:44Z", "revision_number": 0, "id": "11499ce5-fae3-45b0-808a-0465ff844eeb", "remote_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "remote_ip_prefix": null, "created_at": "2018-07-22T15:51:44Z", "security_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2b7d83a1a3d445fb7022afa8415f97f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:51:44Z", "revision_number": 0, "id": "5f1c01ba-a98d-4ba3-a76c-c40035ac69eb", "remote_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "remote_ip_prefix": null, "created_at": "2018-07-22T15:51:44Z", "security_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2b7d83a1a3d445fb7022afa8415f97f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:51:44Z", "revision_number": 0, "id": "743a4c5b-3b39-4635-9269-d2ed30587c3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:51:44Z", "security_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2b7d83a1a3d445fb7022afa8415f97f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:51:44Z", "revision_number": 0, "id": "dc917317-4ad3-4cd0-b66a-43d394302a02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:51:44Z", "security_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2b7d83a1a3d445fb7022afa8415f97f"}], "revision_number": 4, "project_id": "f2b7d83a1a3d445fb7022afa8415f97f", "id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:51:50,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f395d2a4-7389-4463-994b-a9c510a87d22 2018-07-22 15:51:50,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:50,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16297e8-84a1-4eb2-9548-d83d6f67b21c 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:51:50,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-f16297e8-84a1-4eb2-9548-d83d6f67b21c 2018-07-22 15:51:50,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:50,729 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-348b80f7-019f-4693-979a-c94d9b3e7c4c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:50,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-348b80f7-019f-4693-979a-c94d9b3e7c4c 2018-07-22 15:51:50,730 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:50,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:50,752 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:51:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d8ff2f9-e0dc-42be-a042-6e5f362b26f4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:51:50,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-3d8ff2f9-e0dc-42be-a042-6e5f362b26f4 2018-07-22 15:51:50,752 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:51:50,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:50,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bc27f15-8763-4ee0-8954-958621032049 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f2b7d83a1a3d445fb7022afa8415f97f", "name": "CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj"}} 2018-07-22 15:51:50,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f used request id req-2bc27f15-8763-4ee0-8954-958621032049 2018-07-22 15:51:50,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ba827b3-ada5-4126-9361-bd00bede4cb5 2018-07-22 15:51:50,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba827b3-ada5-4126-9361-bd00bede4cb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:50,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-848570ab-cadc-4bd1-a7af-6073cad6d754 Date: Sun, 22 Jul 2018 15:51:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:51:44Z", "security_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "port_range_min": null, "revision_number": 0, "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "created_at": "2018-07-22T15:51:44Z", "project_id": "f2b7d83a1a3d445fb7022afa8415f97f", "id": "11499ce5-fae3-45b0-808a-0465ff844eeb"}, {"remote_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:51:44Z", "security_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "port_range_min": null, "revision_number": 0, "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "created_at": "2018-07-22T15:51:44Z", "project_id": "f2b7d83a1a3d445fb7022afa8415f97f", "id": "5f1c01ba-a98d-4ba3-a76c-c40035ac69eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:51:44Z", "security_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "port_range_min": null, "revision_number": 0, "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "created_at": "2018-07-22T15:51:44Z", "project_id": "f2b7d83a1a3d445fb7022afa8415f97f", "id": "743a4c5b-3b39-4635-9269-d2ed30587c3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:51:44Z", "security_group_id": "7ba827b3-ada5-4126-9361-bd00bede4cb5", "port_range_min": null, "revision_number": 0, "tenant_id": "f2b7d83a1a3d445fb7022afa8415f97f", "created_at": "2018-07-22T15:51:44Z", "project_id": "f2b7d83a1a3d445fb7022afa8415f97f", "id": "dc917317-4ad3-4cd0-b66a-43d394302a02"}]} 2018-07-22 15:51:50,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba827b3-ada5-4126-9361-bd00bede4cb5 used request id req-848570ab-cadc-4bd1-a7af-6073cad6d754 2018-07-22 15:51:50,860 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:51:50,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7ba827b3-ada5-4126-9361-bd00bede4cb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:51,051 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2921aeb2-0aaf-44b5-8894-5f6bccdcd28d Content-Length: 0 Date: Sun, 22 Jul 2018 15:51:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:51:51,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7ba827b3-ada5-4126-9361-bd00bede4cb5 used request id req-2921aeb2-0aaf-44b5-8894-5f6bccdcd28d 2018-07-22 15:51:51,052 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj 2018-07-22 15:51:51,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:51,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79cd14e1-7306-4d83-946a-93e4fb1e2288 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:51,246 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f2b7d83a1a3d445fb7022afa8415f97f used request id req-79cd14e1-7306-4d83-946a-93e4fb1e2288 2018-07-22 15:51:51,246 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-proj-role 2018-07-22 15:51:51,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/faed084835b04414b9c2b113f89c04a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:51,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-544eac1f-396f-49cb-b20b-3cea56ebda37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:51,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/faed084835b04414b9c2b113f89c04a9 used request id req-544eac1f-396f-49cb-b20b-3cea56ebda37 2018-07-22 15:51:51,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88263319ad083cf8cc6f340e7611515ce7674f08" 2018-07-22 15:51:51,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc73781-d963-4bdc-93d0-985698ed9912 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:51,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9bc73781-d963-4bdc-93d0-985698ed9912 2018-07-22 15:51:51,434 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-d6aa7ce9-abec-4ce-user 2018-07-22 15:51:51,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/aebdb2002c534e89ad5d6b4880390ab8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e6449e85388c2fadddcae1feae50decc6daedf" 2018-07-22 15:51:51,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e822e8dc-6f4a-4c93-a5fb-0f2b73906123 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:51,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aebdb2002c534e89ad5d6b4880390ab8 used request id req-e822e8dc-6f4a-4c93-a5fb-0f2b73906123 2018-07-22 15:51:51,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:52,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4RoI_d52RsuspziMojs4WA"], "issued_at": "2018-07-22T15:51:51.000000Z"}} 2018-07-22 15:51:52,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07db2c658bbf57a28ac8dc4cb7b8d52fcbc59175" 2018-07-22 15:51:52,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13affd54-65c9-41b8-9f91-a787e35b49e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:52,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-13affd54-65c9-41b8-9f91-a787e35b49e9 2018-07-22 15:51:52,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:52,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:52,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["PmoeF5MkQTW7c_nFwHFrhw"], "issued_at": "2018-07-22T15:51:52.000000Z"}} 2018-07-22 15:51:52,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:51:52,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-261bc8bd-1206-481d-a6d6-53aec4f90bde Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:52,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-261bc8bd-1206-481d-a6d6-53aec4f90bde 2018-07-22 15:51:52,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:52,549 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:52,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:51:52,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571fc2a0-3600-4a87-b314-9886ecdd1fc1 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:51:52,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj used request id req-571fc2a0-3600-4a87-b314-9886ecdd1fc1 2018-07-22 15:51:52,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:51:52,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c035805-3fe0-47c1-a641-1289096d3ad1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:52,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9c035805-3fe0-47c1-a641-1289096d3ad1 2018-07-22 15:51:52,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}}' 2018-07-22 15:51:52,780 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f3eaf52-f270-40a9-b439-79e840c3e937 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "id": "d94c022588164b68875fff1ddf9a29b8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}} 2018-07-22 15:51:52,781 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9f3eaf52-f270-40a9-b439-79e840c3e937 2018-07-22 15:51:52,781 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj 2018-07-22 15:51:52,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:52,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:53,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["5a_8wq3oT7-EnT8YdDUusQ"], "issued_at": "2018-07-22T15:51:53.000000Z"}} 2018-07-22 15:51:53,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e9e7152e012fe438e7cd73329a0cf8b2f3a150b" 2018-07-22 15:51:53,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937e4010-0162-4603-9333-9fba8f6220bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:53,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-937e4010-0162-4603-9333-9fba8f6220bd 2018-07-22 15:51:53,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:53,258 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:53,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e9e7152e012fe438e7cd73329a0cf8b2f3a150b" 2018-07-22 15:51:53,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fcfa9d-f8d9-4a3c-9001-c672002436b8 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:51:53,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f0fcfa9d-f8d9-4a3c-9001-c672002436b8 2018-07-22 15:51:53,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e9e7152e012fe438e7cd73329a0cf8b2f3a150b" 2018-07-22 15:51:53,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-641e9abe-50ea-4eb1-bda1-7d7f23079857 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "id": "d94c022588164b68875fff1ddf9a29b8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}]} 2018-07-22 15:51:53,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj used request id req-641e9abe-50ea-4eb1-bda1-7d7f23079857 2018-07-22 15:51:53,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e9e7152e012fe438e7cd73329a0cf8b2f3a150b" 2018-07-22 15:51:53,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbae9323-810d-452a-bcdc-cd87864086ed Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:51:53,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bbae9323-810d-452a-bcdc-cd87864086ed 2018-07-22 15:51:53,904 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-c7d5ddb5-d356-492-user 2018-07-22 15:51:53,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:53,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:51:53,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd24d023-1060-45d6-b5a5-066bd3b3f8e1 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:51:53,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bd24d023-1060-45d6-b5a5-066bd3b3f8e1 2018-07-22 15:51:53,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" -d '{"role": {"name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj-role"}}' 2018-07-22 15:51:54,108 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:51:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44c68c57-679b-4a47-abf4-fcf6b6fb3c02 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "007cd0e178d34289b283e1dfeb2fb0b9", "links": {"self": "http://172.30.9.28:5000/v3/roles/007cd0e178d34289b283e1dfeb2fb0b9"}, "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj-role"}} 2018-07-22 15:51:54,108 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-44c68c57-679b-4a47-abf4-fcf6b6fb3c02 2018-07-22 15:51:54,108 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj-role 2018-07-22 15:51:54,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/007cd0e178d34289b283e1dfeb2fb0b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:51:54,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce934704-29f8-42b6-83cb-17cab81c4dd8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "007cd0e178d34289b283e1dfeb2fb0b9", "links": {"self": "http://172.30.9.28:5000/v3/roles/007cd0e178d34289b283e1dfeb2fb0b9"}, "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj-role"}} 2018-07-22 15:51:54,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/007cd0e178d34289b283e1dfeb2fb0b9 used request id req-ce934704-29f8-42b6-83cb-17cab81c4dd8 2018-07-22 15:51:54,193 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj-role to project CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj 2018-07-22 15:51:54,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8/users/02a62a9bf0004722b99c2f8a3b3cfae1/roles/007cd0e178d34289b283e1dfeb2fb0b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:51:54,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:51:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68c35a35-74f9-40a5-9ce3-1dc8115a5c5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:51:54,322 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8/users/02a62a9bf0004722b99c2f8a3b3cfae1/roles/007cd0e178d34289b283e1dfeb2fb0b9 used request id req-68c35a35-74f9-40a5-9ce3-1dc8115a5c5c 2018-07-22 15:51:54,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:54,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:54,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["HaCHkWYcTlOdn4PnBjacMA"], "issued_at": "2018-07-22T15:51:54.000000Z"}} 2018-07-22 15:51:54,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" 2018-07-22 15:51:54,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdadf122-d5e6-481f-8c25-d1433fddf213 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:54,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fdadf122-d5e6-481f-8c25-d1433fddf213 2018-07-22 15:51:54,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" 2018-07-22 15:51:54,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c773e3f1-ed83-4948-bf6a-4fc2aa8b369f Date: Sun, 22 Jul 2018 15:51:54 GMT RESP BODY: {"networks":[]} 2018-07-22 15:51:54,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net used request id req-c773e3f1-ed83-4948-bf6a-4fc2aa8b369f 2018-07-22 15:51:54,995 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net 2018-07-22 15:51:54,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:54,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:55,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4ypr8kPBSrqf7L91zdBDBA"], "issued_at": "2018-07-22T15:51:55.000000Z"}} 2018-07-22 15:51:55,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981529671b8a2a97fe52a37a15bd5335d6569f4e" 2018-07-22 15:51:55,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3826a54e-7ccc-402f-9afd-2b99e5e05bcf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:55,456 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3826a54e-7ccc-402f-9afd-2b99e5e05bcf 2018-07-22 15:51:55,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:55,465 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:55,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981529671b8a2a97fe52a37a15bd5335d6569f4e" 2018-07-22 15:51:55,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16254d61-5250-49bd-bf2d-57a64cc9f053 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "id": "d94c022588164b68875fff1ddf9a29b8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}]} 2018-07-22 15:51:55,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj used request id req-16254d61-5250-49bd-bf2d-57a64cc9f053 2018-07-22 15:51:55,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" -d '{"network": {"tenant_id": "d94c022588164b68875fff1ddf9a29b8", "mtu": 999, "name": "CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net", "admin_state_up": true}}' 2018-07-22 15:51:56,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-07f95717-c23e-414e-abd1-dfc9c2de73c7 Date: Sun, 22 Jul 2018 15:51: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":"5673fcd9-7910-4d18-b5b4-c9da9566599e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d94c022588164b68875fff1ddf9a29b8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:51:55Z","is_default":false,"provider:segmentation_id":100,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net","admin_state_up":true,"tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:55Z","mtu":999}} 2018-07-22 15:51:56,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-07f95717-c23e-414e-abd1-dfc9c2de73c7 2018-07-22 15:51:56,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=5673fcd9-7910-4d18-b5b4-c9da9566599e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" 2018-07-22 15:51:56,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-340b4d7c-28b9-4e9c-8a60-7c070d19c16f Date: Sun, 22 Jul 2018 15:51:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":999,"id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d94c022588164b68875fff1ddf9a29b8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:51:55Z","provider:segmentation_id":100,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net","admin_state_up":true,"tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:55Z","provider:network_type":"vxlan"}]} 2018-07-22 15:51:56,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=5673fcd9-7910-4d18-b5b4-c9da9566599e used request id req-340b4d7c-28b9-4e9c-8a60-7c070d19c16f 2018-07-22 15:51:56,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" 2018-07-22 15:51:56,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a85d26f5-5191-4659-9389-f83a0e1a0d3c Date: Sun, 22 Jul 2018 15:51:56 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:51:56,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e used request id req-a85d26f5-5191-4659-9389-f83a0e1a0d3c 2018-07-22 15:51:56,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:56,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:56,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["k7V6tVcuTdq9Kem08dC6ug"], "issued_at": "2018-07-22T15:51:56.000000Z"}} 2018-07-22 15:51:56,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a077a6b198b04de871364e18f263da8bb0af4000" 2018-07-22 15:51:56,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1030ed56-52f5-4699-ba90-0bddbf9db932 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:56,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1030ed56-52f5-4699-ba90-0bddbf9db932 2018-07-22 15:51:56,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:56,806 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:56,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a077a6b198b04de871364e18f263da8bb0af4000" 2018-07-22 15:51:56,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9609d2-5915-4889-b866-e18755936ec7 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "id": "d94c022588164b68875fff1ddf9a29b8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}]} 2018-07-22 15:51:56,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj used request id req-5f9609d2-5915-4889-b866-e18755936ec7 2018-07-22 15:51:56,826 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet 2018-07-22 15:51:56,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" -d '{"subnets": [{"ip_version": 4, "network_id": "5673fcd9-7910-4d18-b5b4-c9da9566599e", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet", "tenant_id": "d94c022588164b68875fff1ddf9a29b8"}]}' 2018-07-22 15:51:57,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ba40bad5-3faa-44ea-9548-64a707975cd1 Date: Sun, 22 Jul 2018 15:51:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:56Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:56Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d94c022588164b68875fff1ddf9a29b8","id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet"}]} 2018-07-22 15:51:57,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ba40bad5-3faa-44ea-9548-64a707975cd1 2018-07-22 15:51:57,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=5673fcd9-7910-4d18-b5b4-c9da9566599e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" 2018-07-22 15:51:57,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-a273ec68-3686-42ac-93f7-ded04471c317 Date: Sun, 22 Jul 2018 15:51:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d94c022588164b68875fff1ddf9a29b8","status":"ACTIVE","subnets":["ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c"],"description":"","tags":[],"updated_at":"2018-07-22T15:51:56Z","provider:segmentation_id":100,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net","admin_state_up":true,"tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:55Z","provider:network_type":"vxlan"}]} 2018-07-22 15:51:57,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=5673fcd9-7910-4d18-b5b4-c9da9566599e used request id req-a273ec68-3686-42ac-93f7-ded04471c317 2018-07-22 15:51:57,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" 2018-07-22 15:51:57,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4b84f9a0-1476-4766-9cfe-0a382c525c19 Date: Sun, 22 Jul 2018 15:51:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:56Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d94c022588164b68875fff1ddf9a29b8","id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet"}]} 2018-07-22 15:51:57,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e used request id req-4b84f9a0-1476-4766-9cfe-0a382c525c19 2018-07-22 15:51:57,361 - OpenStackNetwork - DEBUG - Network [5673fcd9-7910-4d18-b5b4-c9da9566599e] created successfully 2018-07-22 15:51:57,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:57,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "007cd0e178d34289b283e1dfeb2fb0b9", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj-role"}], "expires_at": "2018-07-22T16:51:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d94c022588164b68875fff1ddf9a29b8", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d94c022588164b68875fff1ddf9a29b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d94c022588164b68875fff1ddf9a29b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-user", "id": "02a62a9bf0004722b99c2f8a3b3cfae1"}, "audit_ids": ["wrB4f3KaQKi3HxGVJgsq8g"], "issued_at": "2018-07-22T15:51:57.000000Z"}} 2018-07-22 15:51:57,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2f0aa6c38bf259673dfb90217ba0062debebbd6" 2018-07-22 15:51:58,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-4feede8b-0454-4232-9f35-967da9a56e06 Date: Sun, 22 Jul 2018 15:51: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":["ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c"],"updated_at":"2018-07-22T15:51:56Z","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:55Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d94c022588164b68875fff1ddf9a29b8","id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net"}]} 2018-07-22 15:51:58,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net used request id req-4feede8b-0454-4232-9f35-967da9a56e06 2018-07-22 15:51:58,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:58,043 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:58,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07db2c658bbf57a28ac8dc4cb7b8d52fcbc59175" 2018-07-22 15:51:58,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd7e68d1-559d-4851-a207-cac60c877d53 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d94c022588164b68875fff1ddf9a29b8", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}} 2018-07-22 15:51:58,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 used request id req-bd7e68d1-559d-4851-a207-cac60c877d53 2018-07-22 15:51:58,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2f0aa6c38bf259673dfb90217ba0062debebbd6" 2018-07-22 15:51:58,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dca4cf1d-6611-4714-8097-296626802083 Date: Sun, 22 Jul 2018 15:51:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:56Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d94c022588164b68875fff1ddf9a29b8","id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet"}]} 2018-07-22 15:51:58,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e used request id req-dca4cf1d-6611-4714-8097-296626802083 2018-07-22 15:51:58,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:58,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:58,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "007cd0e178d34289b283e1dfeb2fb0b9", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj-role"}], "expires_at": "2018-07-22T16:51:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d94c022588164b68875fff1ddf9a29b8", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d94c022588164b68875fff1ddf9a29b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d94c022588164b68875fff1ddf9a29b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d94c022588164b68875fff1ddf9a29b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d94c022588164b68875fff1ddf9a29b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-user", "id": "02a62a9bf0004722b99c2f8a3b3cfae1"}, "audit_ids": ["0Hp28GS-SPiwZy1_HkSBMA"], "issued_at": "2018-07-22T15:51:58.000000Z"}} 2018-07-22 15:51:58,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3972b3ad14617b2a8bab2e77038bfadfc712cb5" 2018-07-22 15:51:58,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2528b81a-eda4-4087-9716-972474ce4036 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:58,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2528b81a-eda4-4087-9716-972474ce4036 2018-07-22 15:51:58,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3972b3ad14617b2a8bab2e77038bfadfc712cb5" 2018-07-22 15:51:58,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-fa9c9ebb-3ed9-4723-bc67-4145f83ebb7d Date: Sun, 22 Jul 2018 15:51: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":["ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c"],"updated_at":"2018-07-22T15:51:56Z","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:55Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d94c022588164b68875fff1ddf9a29b8","id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net"}]} 2018-07-22 15:51:58,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net used request id req-fa9c9ebb-3ed9-4723-bc67-4145f83ebb7d 2018-07-22 15:51:58,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:51:58,923 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:51:58,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3972b3ad14617b2a8bab2e77038bfadfc712cb5" 2018-07-22 15:51:59,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aac316f8-3848-4ae3-a60b-14d47ce14f4f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d94c022588164b68875fff1ddf9a29b8", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}} 2018-07-22 15:51:59,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 used request id req-aac316f8-3848-4ae3-a60b-14d47ce14f4f 2018-07-22 15:51:59,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3972b3ad14617b2a8bab2e77038bfadfc712cb5" 2018-07-22 15:51:59,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-86e4a1c4-e20b-4097-94ad-699c8d523cc2 Date: Sun, 22 Jul 2018 15:51:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:56Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d94c022588164b68875fff1ddf9a29b8","id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet"}]} 2018-07-22 15:51:59,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e used request id req-86e4a1c4-e20b-4097-94ad-699c8d523cc2 2018-07-22 15:51:59,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:59,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:51:59,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["c9Iw_zaKSvyFIK-oeaP--A"], "issued_at": "2018-07-22T15:51:59.000000Z"}} 2018-07-22 15:51:59,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:51:59,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f826125-2c42-40ab-b94d-c2eca174de4c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:51:59,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1f826125-2c42-40ab-b94d-c2eca174de4c 2018-07-22 15:51:59,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:51:59,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a280b10e-fc13-4cde-8aca-5ddc6f20129e Date: Sun, 22 Jul 2018 15:51:59 GMT RESP BODY: {"routers": []} 2018-07-22 15:51:59,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router&admin_state_up=True used request id req-a280b10e-fc13-4cde-8aca-5ddc6f20129e 2018-07-22 15:51:59,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:51:59,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:00,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["aivfo2uASk6kAONgQtQ7ZA"], "issued_at": "2018-07-22T15:52:00.000000Z"}} 2018-07-22 15:52:00,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a0f86b54464c50b7710a8e3c66dc79e29ff4e" 2018-07-22 15:52:00,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47a089bf-e887-4411-983b-ed111578ec19 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:00,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-47a089bf-e887-4411-983b-ed111578ec19 2018-07-22 15:52:00,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:00,204 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:00,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a0f86b54464c50b7710a8e3c66dc79e29ff4e" 2018-07-22 15:52:00,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f8dadab-d8d9-4f81-8d11-77447daa1729 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "id": "d94c022588164b68875fff1ddf9a29b8", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}]} 2018-07-22 15:52:00,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj used request id req-9f8dadab-d8d9-4f81-8d11-77447daa1729 2018-07-22 15:52:00,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:00,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-42d9b5a9-a862-41f6-b80b-ee7efe2e39df Date: Sun, 22 Jul 2018 15:52:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:52:00,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-42d9b5a9-a862-41f6-b80b-ee7efe2e39df 2018-07-22 15:52:00,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:00,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3937b2a5-5b88-441a-8f07-25083f382693 Date: Sun, 22 Jul 2018 15:52:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 15:52:00,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-3937b2a5-5b88-441a-8f07-25083f382693 2018-07-22 15:52:00,442 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router 2018-07-22 15:52:00,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "name": "CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router", "admin_state_up": true}}' 2018-07-22 15:52:01,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-cbfa28e2-8e67-44cf-8fa2-fea7946b92ac Date: Sun, 22 Jul 2018 15:52:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "created_at": "2018-07-22T15:52:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:52:01Z", "revision_number": 2, "routes": [], "project_id": "d94c022588164b68875fff1ddf9a29b8", "id": "7309fc73-5115-4baf-93db-5a2b7e9e65b9", "name": "CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router"}} 2018-07-22 15:52:01,619 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-cbfa28e2-8e67-44cf-8fa2-fea7946b92ac 2018-07-22 15:52:01,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=7309fc73-5115-4baf-93db-5a2b7e9e65b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:01,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8de4f7b3-b839-4160-aec0-3fc079c37a2e Date: Sun, 22 Jul 2018 15:52:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:52:01Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37fadfff-aeda-4b93-b28d-1525d53b106f","ip_address":"172.30.9.209"}],"id":"1c95e433-97e2-4425-b748-3c8b2f90c990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:eb:a1:6c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7309fc73-5115-4baf-93db-5a2b7e9e65b9","name":"","admin_state_up":true,"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"","created_at":"2018-07-22T15:52:00Z","binding:vnic_type":"normal"}]} 2018-07-22 15:52:01,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=7309fc73-5115-4baf-93db-5a2b7e9e65b9 used request id req-8de4f7b3-b839-4160-aec0-3fc079c37a2e 2018-07-22 15:52:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:01,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a4393af8-3a3e-4392-b847-01c68acd4fa1 Date: Sun, 22 Jul 2018 15:52:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}} 2018-07-22 15:52:01,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f used request id req-a4393af8-3a3e-4392-b847-01c68acd4fa1 2018-07-22 15:52:01,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:01,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-fbee3454-0b62-4edd-82e9-83258dd1657f Date: Sun, 22 Jul 2018 15:52:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d94c022588164b68875fff1ddf9a29b8","status":"ACTIVE","subnets":["ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c"],"description":"","tags":[],"updated_at":"2018-07-22T15:51:56Z","provider:segmentation_id":100,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net","admin_state_up":true,"tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:55Z","provider:network_type":"vxlan"}]} 2018-07-22 15:52:01,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net used request id req-fbee3454-0b62-4edd-82e9-83258dd1657f 2018-07-22 15:52:01,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:01,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:01,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:01,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285b83a0-7053-48d1-a2d3-6385dbb29d91 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d94c022588164b68875fff1ddf9a29b8", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}} 2018-07-22 15:52:01,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 used request id req-285b83a0-7053-48d1-a2d3-6385dbb29d91 2018-07-22 15:52:01,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:01,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-969f1f1d-a2a1-48a5-9634-ba5e78d5a6c5 Date: Sun, 22 Jul 2018 15:52:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:56Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d94c022588164b68875fff1ddf9a29b8","id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet"}]} 2018-07-22 15:52:01,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e used request id req-969f1f1d-a2a1-48a5-9634-ba5e78d5a6c5 2018-07-22 15:52:01,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e&name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:01,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f3ab213a-c628-4cf2-925b-61c93117d0e9 Date: Sun, 22 Jul 2018 15:52:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:56Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d94c022588164b68875fff1ddf9a29b8","id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet"}]} 2018-07-22 15:52:01,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5673fcd9-7910-4d18-b5b4-c9da9566599e&name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet used request id req-f3ab213a-c628-4cf2-925b-61c93117d0e9 2018-07-22 15:52:01,995 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-22 15:52:01,995 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router 2018-07-22 15:52:02,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/7309fc73-5115-4baf-93db-5a2b7e9e65b9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" -d '{"subnet_id": "ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c"}' 2018-07-22 15:52:03,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-04f9bf61-2204-46e8-9394-d5211e3c70c0 Date: Sun, 22 Jul 2018 15:52:03 GMT RESP BODY: {"network_id": "5673fcd9-7910-4d18-b5b4-c9da9566599e", "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "subnet_id": "ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c", "subnet_ids": ["ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c"], "port_id": "baa745a0-c149-4692-9abd-f6944276b8ee", "id": "7309fc73-5115-4baf-93db-5a2b7e9e65b9"} 2018-07-22 15:52:03,483 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7309fc73-5115-4baf-93db-5a2b7e9e65b9/add_router_interface used request id req-04f9bf61-2204-46e8-9394-d5211e3c70c0 2018-07-22 15:52:03,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/7309fc73-5115-4baf-93db-5a2b7e9e65b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:03,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-0f78d07a-d78b-4bd5-b1c9-a3b17ab34672 Date: Sun, 22 Jul 2018 15:52:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "created_at": "2018-07-22T15:52:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:52:02Z", "revision_number": 3, "routes": [], "project_id": "d94c022588164b68875fff1ddf9a29b8", "id": "7309fc73-5115-4baf-93db-5a2b7e9e65b9", "name": "CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router"}} 2018-07-22 15:52:03,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/7309fc73-5115-4baf-93db-5a2b7e9e65b9 used request id req-0f78d07a-d78b-4bd5-b1c9-a3b17ab34672 2018-07-22 15:52:03,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=7309fc73-5115-4baf-93db-5a2b7e9e65b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:03,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1554 X-Openstack-Request-Id: req-16730c0f-db1b-456d-a6eb-37f5be19d5f5 Date: Sun, 22 Jul 2018 15:52:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:52:01Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37fadfff-aeda-4b93-b28d-1525d53b106f","ip_address":"172.30.9.209"}],"id":"1c95e433-97e2-4425-b748-3c8b2f90c990","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:eb:a1:6c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7309fc73-5115-4baf-93db-5a2b7e9e65b9","name":"","admin_state_up":true,"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"","created_at":"2018-07-22T15:52:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:52:03Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","ip_address":"10.55.1.1"}],"id":"baa745a0-c149-4692-9abd-f6944276b8ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f9:67:de","project_id":"d94c022588164b68875fff1ddf9a29b8","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7309fc73-5115-4baf-93db-5a2b7e9e65b9","name":"","admin_state_up":true,"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:52:02Z","binding:vnic_type":"normal"}]} 2018-07-22 15:52:03,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=7309fc73-5115-4baf-93db-5a2b7e9e65b9 used request id req-16730c0f-db1b-456d-a6eb-37f5be19d5f5 2018-07-22 15:52:03,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:03,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4f6619a9-f72a-439a-8c81-be7a3cf77489 Date: Sun, 22 Jul 2018 15:52:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}} 2018-07-22 15:52:03,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f used request id req-4f6619a9-f72a-439a-8c81-be7a3cf77489 2018-07-22 15:52:03,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:03,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-09f94c8f-f1b0-48b7-9313-e6062b9ce625 Date: Sun, 22 Jul 2018 15:52:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:56Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:56Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d94c022588164b68875fff1ddf9a29b8","id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet"}} 2018-07-22 15:52:03,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c used request id req-09f94c8f-f1b0-48b7-9313-e6062b9ce625 2018-07-22 15:52:03,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2f0aa6c38bf259673dfb90217ba0062debebbd6" 2018-07-22 15:52:04,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-0b698146-23ac-48f4-84bb-71a8f0915bc0 Date: Sun, 22 Jul 2018 15:52:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "created_at": "2018-07-22T15:52:00Z", "admin_state_up": true, "updated_at": "2018-07-22T15:52:02Z", "revision_number": 3, "routes": [], "project_id": "d94c022588164b68875fff1ddf9a29b8", "id": "7309fc73-5115-4baf-93db-5a2b7e9e65b9", "name": "CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router"}]} 2018-07-22 15:52:04,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router&admin_state_up=True used request id req-0b698146-23ac-48f4-84bb-71a8f0915bc0 2018-07-22 15:52:04,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07db2c658bbf57a28ac8dc4cb7b8d52fcbc59175" 2018-07-22 15:52:04,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9b3dcbd-4d59-4961-bd6e-53dc312dea2d Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d94c022588164b68875fff1ddf9a29b8", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}} 2018-07-22 15:52:04,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 used request id req-e9b3dcbd-4d59-4961-bd6e-53dc312dea2d 2018-07-22 15:52:04,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=7309fc73-5115-4baf-93db-5a2b7e9e65b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2f0aa6c38bf259673dfb90217ba0062debebbd6" 2018-07-22 15:52:04,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-a95111af-20e1-4f0a-bf26-9b8264bc54ee Date: Sun, 22 Jul 2018 15:52:04 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:52:02Z","admin_state_up":true,"updated_at":"2018-07-22T15:52:03Z","binding:vnic_type":"normal","device_id":"7309fc73-5115-4baf-93db-5a2b7e9e65b9","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:f9:67:de","id":"baa745a0-c149-4692-9abd-f6944276b8ee","port_security_enabled":false,"project_id":"d94c022588164b68875fff1ddf9a29b8","fixed_ips":[{"subnet_id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:52:04,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=7309fc73-5115-4baf-93db-5a2b7e9e65b9 used request id req-a95111af-20e1-4f0a-bf26-9b8264bc54ee 2018-07-22 15:52:04,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2f0aa6c38bf259673dfb90217ba0062debebbd6" 2018-07-22 15:52:04,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-1c39dd02-9764-4bb2-bad8-3399a34dfe62 Date: Sun, 22 Jul 2018 15:52:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5673fcd9-7910-4d18-b5b4-c9da9566599e","tenant_id":"d94c022588164b68875fff1ddf9a29b8","created_at":"2018-07-22T15:51:56Z","dns_nameservers":[],"updated_at":"2018-07-22T15:51:56Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"d94c022588164b68875fff1ddf9a29b8","id":"ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet"}} 2018-07-22 15:52:04,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c used request id req-1c39dd02-9764-4bb2-bad8-3399a34dfe62 2018-07-22 15:52:04,269 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router and subnet CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet 2018-07-22 15:52:04,269 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router 2018-07-22 15:52:04,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/7309fc73-5115-4baf-93db-5a2b7e9e65b9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" -d '{"subnet_id": "ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c"}' 2018-07-22 15:52:05,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c773466d-c6da-4acc-902b-fe35be01efe0 Date: Sun, 22 Jul 2018 15:52:05 GMT RESP BODY: {"network_id": "5673fcd9-7910-4d18-b5b4-c9da9566599e", "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "subnet_id": "ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c", "subnet_ids": ["ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c"], "port_id": "baa745a0-c149-4692-9abd-f6944276b8ee", "id": "7309fc73-5115-4baf-93db-5a2b7e9e65b9"} 2018-07-22 15:52:05,506 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7309fc73-5115-4baf-93db-5a2b7e9e65b9/remove_router_interface used request id req-c773466d-c6da-4acc-902b-fe35be01efe0 2018-07-22 15:52:05,507 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router 2018-07-22 15:52:05,507 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-router 2018-07-22 15:52:05,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/7309fc73-5115-4baf-93db-5a2b7e9e65b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc17287f90a4ef425e9b9cf874310f39350d8759" 2018-07-22 15:52:06,693 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf48fff9-8554-4ba4-9f98-492b9c9d5068 Content-Length: 0 Date: Sun, 22 Jul 2018 15:52:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:06,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/7309fc73-5115-4baf-93db-5a2b7e9e65b9 used request id req-bf48fff9-8554-4ba4-9f98-492b9c9d5068 2018-07-22 15:52:06,694 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet 2018-07-22 15:52:06,694 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-subnet 2018-07-22 15:52:06,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" 2018-07-22 15:52:07,591 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0dcebada-8815-4012-9aad-dc9036993095 Date: Sun, 22 Jul 2018 15:52:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:07,591 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ce6dc9d8-acf8-4cb0-b20d-afb4b4f7869c used request id req-0dcebada-8815-4012-9aad-dc9036993095 2018-07-22 15:52:07,591 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-33d7e075-ea09-4420-af6e-ab9eac64d2fe-pub-net 2018-07-22 15:52:07,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/5673fcd9-7910-4d18-b5b4-c9da9566599e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}668c7301ab7cc4c5cfcd1236c56523009c610a13" 2018-07-22 15:52:08,738 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c677d34a-2415-4380-9159-cbc083f0c5b8 Date: Sun, 22 Jul 2018 15:52:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:08,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/5673fcd9-7910-4d18-b5b4-c9da9566599e used request id req-c677d34a-2415-4380-9159-cbc083f0c5b8 2018-07-22 15:52:08,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:52:09,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-e0ba6a61-9a90-4c0a-bd9b-4456bd2510ef Date: Sun, 22 Jul 2018 15:52:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "created_at": "2018-07-22T15:51:55Z", "updated_at": "2018-07-22T15:51:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:51:55Z", "revision_number": 0, "id": "00772a12-94f9-4a96-a5c6-91a4c8df3bbd", "remote_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "remote_ip_prefix": null, "created_at": "2018-07-22T15:51:55Z", "security_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d94c022588164b68875fff1ddf9a29b8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:51:55Z", "revision_number": 0, "id": "161423e2-68dc-422a-82a5-72ba8a0061d1", "remote_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "remote_ip_prefix": null, "created_at": "2018-07-22T15:51:55Z", "security_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d94c022588164b68875fff1ddf9a29b8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:51:55Z", "revision_number": 0, "id": "4d4d6288-5ce9-4b17-aaa3-b0a444aebaca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:51:55Z", "security_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "port_range_min": null, "ethertype": "IPv6", "project_id": "d94c022588164b68875fff1ddf9a29b8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:51:55Z", "revision_number": 0, "id": "632134af-e6ed-4bfa-9aaf-46b7f397eae1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:51:55Z", "security_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "port_range_min": null, "ethertype": "IPv4", "project_id": "d94c022588164b68875fff1ddf9a29b8"}], "revision_number": 4, "project_id": "d94c022588164b68875fff1ddf9a29b8", "id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:52:09,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-e0ba6a61-9a90-4c0a-bd9b-4456bd2510ef 2018-07-22 15:52:09,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:52:09,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ebe7e0-29a5-47e4-8cc2-b557438a78a9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d94c022588164b68875fff1ddf9a29b8", "name": "CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj"}} 2018-07-22 15:52:09,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 used request id req-09ebe7e0-29a5-47e4-8cc2-b557438a78a9 2018-07-22 15:52:09,176 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d7f4b4e-8a50-4352-88e6-55e182c784e7 2018-07-22 15:52:09,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d7f4b4e-8a50-4352-88e6-55e182c784e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:52:09,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c078d18f-ad8e-460c-b9b5-3a1f200b308e Date: Sun, 22 Jul 2018 15:52:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:51:55Z", "security_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "port_range_min": null, "revision_number": 0, "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "created_at": "2018-07-22T15:51:55Z", "project_id": "d94c022588164b68875fff1ddf9a29b8", "id": "00772a12-94f9-4a96-a5c6-91a4c8df3bbd"}, {"remote_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:51:55Z", "security_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "port_range_min": null, "revision_number": 0, "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "created_at": "2018-07-22T15:51:55Z", "project_id": "d94c022588164b68875fff1ddf9a29b8", "id": "161423e2-68dc-422a-82a5-72ba8a0061d1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:51:55Z", "security_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "port_range_min": null, "revision_number": 0, "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "created_at": "2018-07-22T15:51:55Z", "project_id": "d94c022588164b68875fff1ddf9a29b8", "id": "4d4d6288-5ce9-4b17-aaa3-b0a444aebaca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:51:55Z", "security_group_id": "2d7f4b4e-8a50-4352-88e6-55e182c784e7", "port_range_min": null, "revision_number": 0, "tenant_id": "d94c022588164b68875fff1ddf9a29b8", "created_at": "2018-07-22T15:51:55Z", "project_id": "d94c022588164b68875fff1ddf9a29b8", "id": "632134af-e6ed-4bfa-9aaf-46b7f397eae1"}]} 2018-07-22 15:52:09,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d7f4b4e-8a50-4352-88e6-55e182c784e7 used request id req-c078d18f-ad8e-460c-b9b5-3a1f200b308e 2018-07-22 15:52:09,202 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:52:09,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/2d7f4b4e-8a50-4352-88e6-55e182c784e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:52:09,359 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c89dfd0-5ada-4735-a6fb-eb3de261527a Content-Length: 0 Date: Sun, 22 Jul 2018 15:52:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:09,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/2d7f4b4e-8a50-4352-88e6-55e182c784e7 used request id req-7c89dfd0-5ada-4735-a6fb-eb3de261527a 2018-07-22 15:52:09,359 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj 2018-07-22 15:52:09,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:52:09,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88b71a0e-a8b0-4836-9663-c53670746b2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:09,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d94c022588164b68875fff1ddf9a29b8 used request id req-88b71a0e-a8b0-4836-9663-c53670746b2a 2018-07-22 15:52:09,653 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-c7d5ddb5-d356-492-proj-role 2018-07-22 15:52:09,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/007cd0e178d34289b283e1dfeb2fb0b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:52:09,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c63755c2-7f46-4813-bf5d-20cdf3bccaaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:09,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/007cd0e178d34289b283e1dfeb2fb0b9 used request id req-c63755c2-7f46-4813-bf5d-20cdf3bccaaf 2018-07-22 15:52:09,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bd348ec93c8accd8a8169f27387fa0290dc7e6b" 2018-07-22 15:52:09,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09f9cfa3-a249-4fd8-8278-48e7b6825fc3 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:52:09,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-09f9cfa3-a249-4fd8-8278-48e7b6825fc3 2018-07-22 15:52:09,844 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-c7d5ddb5-d356-492-user 2018-07-22 15:52:09,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/02a62a9bf0004722b99c2f8a3b3cfae1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e9e7152e012fe438e7cd73329a0cf8b2f3a150b" 2018-07-22 15:52:10,058 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a30e046-90c0-4a02-bb6b-1745ad71e93e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:10,059 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/02a62a9bf0004722b99c2f8a3b3cfae1 used request id req-8a30e046-90c0-4a02-bb6b-1745ad71e93e 2018-07-22 15:52:10,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:10,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["1arSC1O1TFixEbl4yUbQuw"], "issued_at": "2018-07-22T15:52:10.000000Z"}} 2018-07-22 15:52:10,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f049a29d33093f3391434eb5336faa6067b9da88" 2018-07-22 15:52:10,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5faf2562-a8d6-4c8f-b69d-996dd68f6f90 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:10,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5faf2562-a8d6-4c8f-b69d-996dd68f6f90 2018-07-22 15:52:10,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:10,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:10,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["wV_Kj1n3TL6ABUrSLaJEhg"], "issued_at": "2018-07-22T15:52:10.000000Z"}} 2018-07-22 15:52:10,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:11,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1550970-a41c-4366-bb46-0237443c2465 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:11,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a1550970-a41c-4366-bb46-0237443c2465 2018-07-22 15:52:11,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:11,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:11,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:11,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e8dddf-8a52-4786-9468-67f8497de51b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:52:11,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj used request id req-16e8dddf-8a52-4786-9468-67f8497de51b 2018-07-22 15:52:11,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:11,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69ce61d-0965-40a0-ac8a-db0dedb745b3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:52:11,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b69ce61d-0965-40a0-ac8a-db0dedb745b3 2018-07-22 15:52:11,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}}' 2018-07-22 15:52:11,250 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a112eac6-c6f3-47b1-acb3-1a735f715947 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "id": "40d0960e09274f53b7e898b3e3aba5cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}} 2018-07-22 15:52:11,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a112eac6-c6f3-47b1-acb3-1a735f715947 2018-07-22 15:52:11,251 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-f4023dd9-925a-445-proj 2018-07-22 15:52:11,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:11,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:11,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["CC36AT9aROqvH8EHBMabSg"], "issued_at": "2018-07-22T15:52:11.000000Z"}} 2018-07-22 15:52:11,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f0e4f5f4c2d1470e92066f89999a39209b2d2c" 2018-07-22 15:52:11,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2f7c0d4-d974-4639-9d8a-2e2f053364dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:11,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c2f7c0d4-d974-4639-9d8a-2e2f053364dd 2018-07-22 15:52:11,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:11,723 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:11,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f0e4f5f4c2d1470e92066f89999a39209b2d2c" 2018-07-22 15:52:11,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0065d22c-987e-4f2e-82af-ddeb06b067b5 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:52:11,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0065d22c-987e-4f2e-82af-ddeb06b067b5 2018-07-22 15:52:11,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f0e4f5f4c2d1470e92066f89999a39209b2d2c" 2018-07-22 15:52:12,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a22cee-8178-4c30-a420-55f9d7c909a9 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "id": "40d0960e09274f53b7e898b3e3aba5cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}]} 2018-07-22 15:52:12,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj used request id req-d6a22cee-8178-4c30-a420-55f9d7c909a9 2018-07-22 15:52:12,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f0e4f5f4c2d1470e92066f89999a39209b2d2c" 2018-07-22 15:52:12,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581193c5-257e-4d90-b92d-7d159cfd1707 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:52:12,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-581193c5-257e-4d90-b92d-7d159cfd1707 2018-07-22 15:52:12,324 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-f4023dd9-925a-445-user 2018-07-22 15:52:12,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:12,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:12,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47964a2a-4327-4c78-a6b5-88edeec691c5 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:52:12,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-47964a2a-4327-4c78-a6b5-88edeec691c5 2018-07-22 15:52:12,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" -d '{"role": {"name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj-role"}}' 2018-07-22 15:52:12,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f778447-98ed-419a-8e90-90b3b85bbfc5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ff1bc3f113841fa95c5da1928ee5bd0", "links": {"self": "http://172.30.9.28:5000/v3/roles/4ff1bc3f113841fa95c5da1928ee5bd0"}, "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj-role"}} 2018-07-22 15:52:12,517 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-5f778447-98ed-419a-8e90-90b3b85bbfc5 2018-07-22 15:52:12,517 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-f4023dd9-925a-445-proj-role 2018-07-22 15:52:12,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/4ff1bc3f113841fa95c5da1928ee5bd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:12,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7549480d-ca32-4d1b-8cb2-ac5397284195 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ff1bc3f113841fa95c5da1928ee5bd0", "links": {"self": "http://172.30.9.28:5000/v3/roles/4ff1bc3f113841fa95c5da1928ee5bd0"}, "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj-role"}} 2018-07-22 15:52:12,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/4ff1bc3f113841fa95c5da1928ee5bd0 used request id req-7549480d-ca32-4d1b-8cb2-ac5397284195 2018-07-22 15:52:12,608 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-f4023dd9-925a-445-proj-role to project CreateNetworkSuccessTests-f4023dd9-925a-445-proj 2018-07-22 15:52:12,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc/users/647f4532f67d43538c5f2e06f31f8690/roles/4ff1bc3f113841fa95c5da1928ee5bd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:12,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d00e2bde-9b55-4b51-91de-7e9f43a36e2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:12,735 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc/users/647f4532f67d43538c5f2e06f31f8690/roles/4ff1bc3f113841fa95c5da1928ee5bd0 used request id req-d00e2bde-9b55-4b51-91de-7e9f43a36e2c 2018-07-22 15:52:12,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:12,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:13,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["unA6W3sLTOilT60kK3uihw"], "issued_at": "2018-07-22T15:52:13.000000Z"}} 2018-07-22 15:52:13,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" 2018-07-22 15:52:13,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a76fc18-0db4-47c0-8b1c-04c259f7194c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:13,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8a76fc18-0db4-47c0-8b1c-04c259f7194c 2018-07-22 15:52:13,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" 2018-07-22 15:52:13,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4de35e3b-de46-499f-a03a-a9a9c46cf0a8 Date: Sun, 22 Jul 2018 15:52:13 GMT RESP BODY: {"networks":[]} 2018-07-22 15:52:13,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net used request id req-4de35e3b-de46-499f-a03a-a9a9c46cf0a8 2018-07-22 15:52:13,390 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net 2018-07-22 15:52:13,390 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:13,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:13,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["mxINDqQ8RaKmhchJBFXG0Q"], "issued_at": "2018-07-22T15:52:13.000000Z"}} 2018-07-22 15:52:13,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1032c82dfd7cb31071984ecdc5b9fea35fb5e189" 2018-07-22 15:52:13,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e8cca00-ed3e-468f-87d5-034f30ada1aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:13,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9e8cca00-ed3e-468f-87d5-034f30ada1aa 2018-07-22 15:52:13,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:13,791 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:13,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1032c82dfd7cb31071984ecdc5b9fea35fb5e189" 2018-07-22 15:52:13,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9732840a-b16f-4fe0-967b-411a5efa39e3 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "id": "40d0960e09274f53b7e898b3e3aba5cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}]} 2018-07-22 15:52:13,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj used request id req-9732840a-b16f-4fe0-967b-411a5efa39e3 2018-07-22 15:52:13,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" -d '{"network": {"tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "mtu": 999, "name": "CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net", "admin_state_up": true}}' 2018-07-22 15:52:14,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-dcf191c1-169a-4354-9d10-77593597b041 Date: Sun, 22 Jul 2018 15:52: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":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"40d0960e09274f53b7e898b3e3aba5cc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:52:14Z","is_default":false,"provider:segmentation_id":44,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net","admin_state_up":true,"tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:14Z","mtu":999}} 2018-07-22 15:52:14,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-dcf191c1-169a-4354-9d10-77593597b041 2018-07-22 15:52:14,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" 2018-07-22 15:52:14,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c4eacf5f-5ae8-4694-b8a0-a1900ab39c3d Date: Sun, 22 Jul 2018 15:52:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":999,"id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"40d0960e09274f53b7e898b3e3aba5cc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:52:14Z","provider:segmentation_id":44,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net","admin_state_up":true,"tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:14Z","provider:network_type":"vxlan"}]} 2018-07-22 15:52:14,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 used request id req-c4eacf5f-5ae8-4694-b8a0-a1900ab39c3d 2018-07-22 15:52:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" 2018-07-22 15:52:14,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-81721f96-34b4-42ef-8388-8a43037a9a4b Date: Sun, 22 Jul 2018 15:52:14 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:52:14,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 used request id req-81721f96-34b4-42ef-8388-8a43037a9a4b 2018-07-22 15:52:14,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:14,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:14,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["zOZQ1RkCTs2xswlkXdjCuA"], "issued_at": "2018-07-22T15:52:14.000000Z"}} 2018-07-22 15:52:14,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36219b5590c9ecbc506a3d3937385e466e62b044" 2018-07-22 15:52:15,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-988538b4-3185-412b-8482-56e01ce2e43b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:15,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-988538b4-3185-412b-8482-56e01ce2e43b 2018-07-22 15:52:15,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:15,047 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:15,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36219b5590c9ecbc506a3d3937385e466e62b044" 2018-07-22 15:52:15,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31f5970a-3562-4638-9408-82ae27ba995c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "id": "40d0960e09274f53b7e898b3e3aba5cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}]} 2018-07-22 15:52:15,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj used request id req-31f5970a-3562-4638-9408-82ae27ba995c 2018-07-22 15:52:15,133 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet 2018-07-22 15:52:15,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" -d '{"subnets": [{"ip_version": 4, "network_id": "feb296d6-3823-4dea-9b26-a1e80fda6bd7", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet", "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc"}]}' 2018-07-22 15:52:15,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9e08a571-c6a9-4dc2-af1a-aa33b7c85681 Date: Sun, 22 Jul 2018 15:52:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:15Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:15Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"40d0960e09274f53b7e898b3e3aba5cc","id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet"}]} 2018-07-22 15:52:15,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-9e08a571-c6a9-4dc2-af1a-aa33b7c85681 2018-07-22 15:52:15,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" 2018-07-22 15:52:15,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a50f5033-2711-4ca1-a597-3412295ee999 Date: Sun, 22 Jul 2018 15:52:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"40d0960e09274f53b7e898b3e3aba5cc","status":"ACTIVE","subnets":["94608f5f-86e1-4be5-804a-1f5e98eb90a5"],"description":"","tags":[],"updated_at":"2018-07-22T15:52:15Z","provider:segmentation_id":44,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net","admin_state_up":true,"tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:14Z","provider:network_type":"vxlan"}]} 2018-07-22 15:52:15,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 used request id req-a50f5033-2711-4ca1-a597-3412295ee999 2018-07-22 15:52:15,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" 2018-07-22 15:52:15,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3c1347a8-8802-420b-9e31-fba7da8d7b03 Date: Sun, 22 Jul 2018 15:52:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:15Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"40d0960e09274f53b7e898b3e3aba5cc","id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet"}]} 2018-07-22 15:52:15,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 used request id req-3c1347a8-8802-420b-9e31-fba7da8d7b03 2018-07-22 15:52:15,670 - OpenStackNetwork - DEBUG - Network [feb296d6-3823-4dea-9b26-a1e80fda6bd7] created successfully 2018-07-22 15:52:15,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:16,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ff1bc3f113841fa95c5da1928ee5bd0", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj-role"}], "expires_at": "2018-07-22T16:52:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d0960e09274f53b7e898b3e3aba5cc", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/40d0960e09274f53b7e898b3e3aba5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/40d0960e09274f53b7e898b3e3aba5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/40d0960e09274f53b7e898b3e3aba5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/40d0960e09274f53b7e898b3e3aba5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/40d0960e09274f53b7e898b3e3aba5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/40d0960e09274f53b7e898b3e3aba5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/40d0960e09274f53b7e898b3e3aba5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/40d0960e09274f53b7e898b3e3aba5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/40d0960e09274f53b7e898b3e3aba5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/40d0960e09274f53b7e898b3e3aba5cc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/40d0960e09274f53b7e898b3e3aba5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/40d0960e09274f53b7e898b3e3aba5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_40d0960e09274f53b7e898b3e3aba5cc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_40d0960e09274f53b7e898b3e3aba5cc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-user", "id": "647f4532f67d43538c5f2e06f31f8690"}, "audit_ids": ["0cm52c6KRLaU9GaiNVT-tQ"], "issued_at": "2018-07-22T15:52:16.000000Z"}} 2018-07-22 15:52:16,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7d814acfcc9c95c1d1d95b0c3e92003f59e28d" 2018-07-22 15:52:16,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-3c0c76bc-c266-466f-b984-79f12c7e3f90 Date: Sun, 22 Jul 2018 15:52:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["94608f5f-86e1-4be5-804a-1f5e98eb90a5"],"updated_at":"2018-07-22T15:52:15Z","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:14Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"40d0960e09274f53b7e898b3e3aba5cc","id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net"}]} 2018-07-22 15:52:16,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net used request id req-3c0c76bc-c266-466f-b984-79f12c7e3f90 2018-07-22 15:52:16,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:16,347 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:16,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f049a29d33093f3391434eb5336faa6067b9da88" 2018-07-22 15:52:16,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5947b73e-d36f-4457-a94e-2bd7672417ca Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "40d0960e09274f53b7e898b3e3aba5cc", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}} 2018-07-22 15:52:16,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc used request id req-5947b73e-d36f-4457-a94e-2bd7672417ca 2018-07-22 15:52:16,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7d814acfcc9c95c1d1d95b0c3e92003f59e28d" 2018-07-22 15:52:16,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-91ea5216-8773-47a8-95bf-d4c928b1a8cc Date: Sun, 22 Jul 2018 15:52:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:15Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"40d0960e09274f53b7e898b3e3aba5cc","id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet"}]} 2018-07-22 15:52:16,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 used request id req-91ea5216-8773-47a8-95bf-d4c928b1a8cc 2018-07-22 15:52:16,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:16,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:16,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["UZBk6fAVQ8SFWhOdt1qNUQ"], "issued_at": "2018-07-22T15:52:16.000000Z"}} 2018-07-22 15:52:16,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:16,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfcf5291-67de-4e58-bb5c-ff2d73edfc37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:16,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dfcf5291-67de-4e58-bb5c-ff2d73edfc37 2018-07-22 15:52:16,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:17,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3e4b9c12-ee29-4ccf-9447-f9af6c852403 Date: Sun, 22 Jul 2018 15:52:17 GMT RESP BODY: {"routers": []} 2018-07-22 15:52:17,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router&admin_state_up=True used request id req-3e4b9c12-ee29-4ccf-9447-f9af6c852403 2018-07-22 15:52:17,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:17,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:17,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["U-g4xQ0MTPCVj8DwEYYMLw"], "issued_at": "2018-07-22T15:52:17.000000Z"}} 2018-07-22 15:52:17,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481a5de292dd046874e1eeae805a766a87062f3" 2018-07-22 15:52:17,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820c28f4-76db-4853-bcb9-a6c89068db44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:17,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-820c28f4-76db-4853-bcb9-a6c89068db44 2018-07-22 15:52:17,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:17,665 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:17,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481a5de292dd046874e1eeae805a766a87062f3" 2018-07-22 15:52:17,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff99fa4-e312-4d5d-b4f3-a085b066757b Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "id": "40d0960e09274f53b7e898b3e3aba5cc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}]} 2018-07-22 15:52:17,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-f4023dd9-925a-445-proj used request id req-7ff99fa4-e312-4d5d-b4f3-a085b066757b 2018-07-22 15:52:17,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:17,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-515fb660-38d1-4422-b4a8-50d0d801fd8f Date: Sun, 22 Jul 2018 15:52:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 15:52:17,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-515fb660-38d1-4422-b4a8-50d0d801fd8f 2018-07-22 15:52:17,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:18,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-33664190-2f9b-468a-bf65-4a293475fa21 Date: Sun, 22 Jul 2018 15:52:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 15:52:18,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-33664190-2f9b-468a-bf65-4a293475fa21 2018-07-22 15:52:18,028 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router 2018-07-22 15:52:18,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "name": "CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router", "admin_state_up": true}}' 2018-07-22 15:52:18,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-d690bfe0-5514-4e92-992e-e26983ddeab6 Date: Sun, 22 Jul 2018 15:52:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "created_at": "2018-07-22T15:52:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:52:18Z", "revision_number": 2, "routes": [], "project_id": "40d0960e09274f53b7e898b3e3aba5cc", "id": "a1b650f4-6184-4f8f-9607-00c4ddb42f52", "name": "CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router"}} 2018-07-22 15:52:18,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-d690bfe0-5514-4e92-992e-e26983ddeab6 2018-07-22 15:52:18,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a1b650f4-6184-4f8f-9607-00c4ddb42f52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:18,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a9b5ec6e-0fbd-4c7f-bdfe-3399f46cdfc9 Date: Sun, 22 Jul 2018 15:52:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:52:18Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37fadfff-aeda-4b93-b28d-1525d53b106f","ip_address":"172.30.9.213"}],"id":"9000e33f-ad3f-49a1-a723-e1a1ec2769db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:13:6d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a1b650f4-6184-4f8f-9607-00c4ddb42f52","name":"","admin_state_up":true,"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"","created_at":"2018-07-22T15:52:18Z","binding:vnic_type":"normal"}]} 2018-07-22 15:52:18,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a1b650f4-6184-4f8f-9607-00c4ddb42f52 used request id req-a9b5ec6e-0fbd-4c7f-bdfe-3399f46cdfc9 2018-07-22 15:52:18,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:19,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bc3eba93-ccd5-428f-9e09-15ca509a6aa4 Date: Sun, 22 Jul 2018 15:52:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}} 2018-07-22 15:52:19,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f used request id req-bc3eba93-ccd5-428f-9e09-15ca509a6aa4 2018-07-22 15:52:19,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:19,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4807c7dc-2cdc-4dc9-a138-5ecd24ace032 Date: Sun, 22 Jul 2018 15:52:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":999,"id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"40d0960e09274f53b7e898b3e3aba5cc","status":"ACTIVE","subnets":["94608f5f-86e1-4be5-804a-1f5e98eb90a5"],"description":"","tags":[],"updated_at":"2018-07-22T15:52:15Z","provider:segmentation_id":44,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net","admin_state_up":true,"tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:14Z","provider:network_type":"vxlan"}]} 2018-07-22 15:52:19,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net used request id req-4807c7dc-2cdc-4dc9-a138-5ecd24ace032 2018-07-22 15:52:19,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:19,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:19,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:19,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67260bd6-7c23-49c8-91d7-9771d7777a85 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "40d0960e09274f53b7e898b3e3aba5cc", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}} 2018-07-22 15:52:19,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc used request id req-67260bd6-7c23-49c8-91d7-9771d7777a85 2018-07-22 15:52:19,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:19,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fc06f636-3b5d-4308-935d-323390f9c61e Date: Sun, 22 Jul 2018 15:52:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:15Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"40d0960e09274f53b7e898b3e3aba5cc","id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet"}]} 2018-07-22 15:52:19,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7 used request id req-fc06f636-3b5d-4308-935d-323390f9c61e 2018-07-22 15:52:19,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7&name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:19,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-33dd69cb-2cc9-4bfb-99d6-5e646889d696 Date: Sun, 22 Jul 2018 15:52:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:15Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"40d0960e09274f53b7e898b3e3aba5cc","id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet"}]} 2018-07-22 15:52:19,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=feb296d6-3823-4dea-9b26-a1e80fda6bd7&name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet used request id req-33dd69cb-2cc9-4bfb-99d6-5e646889d696 2018-07-22 15:52:19,387 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-22 15:52:19,387 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router 2018-07-22 15:52:19,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/a1b650f4-6184-4f8f-9607-00c4ddb42f52/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" -d '{"subnet_id": "94608f5f-86e1-4be5-804a-1f5e98eb90a5"}' 2018-07-22 15:52:20,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f82fcaa5-48b9-4163-ace8-eed6772fa38e Date: Sun, 22 Jul 2018 15:52:20 GMT RESP BODY: {"network_id": "feb296d6-3823-4dea-9b26-a1e80fda6bd7", "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "subnet_id": "94608f5f-86e1-4be5-804a-1f5e98eb90a5", "subnet_ids": ["94608f5f-86e1-4be5-804a-1f5e98eb90a5"], "port_id": "a1f9f7a4-3449-486a-9d52-2f40aecf3da0", "id": "a1b650f4-6184-4f8f-9607-00c4ddb42f52"} 2018-07-22 15:52:20,837 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a1b650f4-6184-4f8f-9607-00c4ddb42f52/add_router_interface used request id req-f82fcaa5-48b9-4163-ace8-eed6772fa38e 2018-07-22 15:52:20,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/a1b650f4-6184-4f8f-9607-00c4ddb42f52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:20,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-ec40b354-269b-4f14-90d0-bae91e37e4f9 Date: Sun, 22 Jul 2018 15:52:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "created_at": "2018-07-22T15:52:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:52:20Z", "revision_number": 3, "routes": [], "project_id": "40d0960e09274f53b7e898b3e3aba5cc", "id": "a1b650f4-6184-4f8f-9607-00c4ddb42f52", "name": "CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router"}} 2018-07-22 15:52:20,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/a1b650f4-6184-4f8f-9607-00c4ddb42f52 used request id req-ec40b354-269b-4f14-90d0-bae91e37e4f9 2018-07-22 15:52:20,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a1b650f4-6184-4f8f-9607-00c4ddb42f52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:20,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1554 X-Openstack-Request-Id: req-33f75741-0617-4577-9645-5f48414c0a65 Date: Sun, 22 Jul 2018 15:52:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:52:18Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37fadfff-aeda-4b93-b28d-1525d53b106f","ip_address":"172.30.9.213"}],"id":"9000e33f-ad3f-49a1-a723-e1a1ec2769db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:13:6d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a1b650f4-6184-4f8f-9607-00c4ddb42f52","name":"","admin_state_up":true,"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"","created_at":"2018-07-22T15:52:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:52:20Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","ip_address":"10.55.1.1"}],"id":"a1f9f7a4-3449-486a-9d52-2f40aecf3da0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:28:e4","project_id":"40d0960e09274f53b7e898b3e3aba5cc","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a1b650f4-6184-4f8f-9607-00c4ddb42f52","name":"","admin_state_up":true,"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:19Z","binding:vnic_type":"normal"}]} 2018-07-22 15:52:20,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a1b650f4-6184-4f8f-9607-00c4ddb42f52 used request id req-33f75741-0617-4577-9645-5f48414c0a65 2018-07-22 15:52:20,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:21,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3eadb178-de5b-47e3-96aa-812839ac2094 Date: Sun, 22 Jul 2018 15:52:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}} 2018-07-22 15:52:21,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f used request id req-3eadb178-de5b-47e3-96aa-812839ac2094 2018-07-22 15:52:21,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/94608f5f-86e1-4be5-804a-1f5e98eb90a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:21,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-8a42eb91-2a42-4f2e-b83a-faf9af93e332 Date: Sun, 22 Jul 2018 15:52:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:15Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:15Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"40d0960e09274f53b7e898b3e3aba5cc","id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet"}} 2018-07-22 15:52:21,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/94608f5f-86e1-4be5-804a-1f5e98eb90a5 used request id req-8a42eb91-2a42-4f2e-b83a-faf9af93e332 2018-07-22 15:52:21,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7d814acfcc9c95c1d1d95b0c3e92003f59e28d" 2018-07-22 15:52:21,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-007edcdf-f15f-40ca-afc5-cf3e25324c04 Date: Sun, 22 Jul 2018 15:52:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "created_at": "2018-07-22T15:52:18Z", "admin_state_up": true, "updated_at": "2018-07-22T15:52:20Z", "revision_number": 3, "routes": [], "project_id": "40d0960e09274f53b7e898b3e3aba5cc", "id": "a1b650f4-6184-4f8f-9607-00c4ddb42f52", "name": "CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router"}]} 2018-07-22 15:52:21,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router&admin_state_up=True used request id req-007edcdf-f15f-40ca-afc5-cf3e25324c04 2018-07-22 15:52:21,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f049a29d33093f3391434eb5336faa6067b9da88" 2018-07-22 15:52:21,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fab08748-6c37-481f-adcb-03735bcb4ab5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "40d0960e09274f53b7e898b3e3aba5cc", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}} 2018-07-22 15:52:21,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc used request id req-fab08748-6c37-481f-adcb-03735bcb4ab5 2018-07-22 15:52:21,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a1b650f4-6184-4f8f-9607-00c4ddb42f52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7d814acfcc9c95c1d1d95b0c3e92003f59e28d" 2018-07-22 15:52:21,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-a2586ac8-a7a2-4fa9-9935-8c2e52cfeb45 Date: Sun, 22 Jul 2018 15:52:21 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:19Z","admin_state_up":true,"updated_at":"2018-07-22T15:52:20Z","binding:vnic_type":"normal","device_id":"a1b650f4-6184-4f8f-9607-00c4ddb42f52","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:bc:28:e4","id":"a1f9f7a4-3449-486a-9d52-2f40aecf3da0","port_security_enabled":false,"project_id":"40d0960e09274f53b7e898b3e3aba5cc","fixed_ips":[{"subnet_id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:52:21,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a1b650f4-6184-4f8f-9607-00c4ddb42f52 used request id req-a2586ac8-a7a2-4fa9-9935-8c2e52cfeb45 2018-07-22 15:52:21,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/94608f5f-86e1-4be5-804a-1f5e98eb90a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7d814acfcc9c95c1d1d95b0c3e92003f59e28d" 2018-07-22 15:52:21,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-21871b71-7621-48da-a1c2-11a113c6d431 Date: Sun, 22 Jul 2018 15:52:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"feb296d6-3823-4dea-9b26-a1e80fda6bd7","tenant_id":"40d0960e09274f53b7e898b3e3aba5cc","created_at":"2018-07-22T15:52:15Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:15Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"40d0960e09274f53b7e898b3e3aba5cc","id":"94608f5f-86e1-4be5-804a-1f5e98eb90a5","subnetpool_id":null,"name":"CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet"}} 2018-07-22 15:52:21,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/94608f5f-86e1-4be5-804a-1f5e98eb90a5 used request id req-21871b71-7621-48da-a1c2-11a113c6d431 2018-07-22 15:52:21,565 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router and subnet CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet 2018-07-22 15:52:21,565 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router 2018-07-22 15:52:21,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/a1b650f4-6184-4f8f-9607-00c4ddb42f52/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" -d '{"subnet_id": "94608f5f-86e1-4be5-804a-1f5e98eb90a5"}' 2018-07-22 15:52:22,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f7b7836e-9c9f-4c28-8b21-2811b1a2e64a Date: Sun, 22 Jul 2018 15:52:22 GMT RESP BODY: {"network_id": "feb296d6-3823-4dea-9b26-a1e80fda6bd7", "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "subnet_id": "94608f5f-86e1-4be5-804a-1f5e98eb90a5", "subnet_ids": ["94608f5f-86e1-4be5-804a-1f5e98eb90a5"], "port_id": "a1f9f7a4-3449-486a-9d52-2f40aecf3da0", "id": "a1b650f4-6184-4f8f-9607-00c4ddb42f52"} 2018-07-22 15:52:22,939 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a1b650f4-6184-4f8f-9607-00c4ddb42f52/remove_router_interface used request id req-f7b7836e-9c9f-4c28-8b21-2811b1a2e64a 2018-07-22 15:52:22,939 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router 2018-07-22 15:52:22,939 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-router 2018-07-22 15:52:22,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/a1b650f4-6184-4f8f-9607-00c4ddb42f52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff27533e1eaee70544bd4ca4b0289f771f8b5d92" 2018-07-22 15:52:24,039 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bcd82f5-ed21-4118-937e-8abc0cef0ce0 Content-Length: 0 Date: Sun, 22 Jul 2018 15:52:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:24,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a1b650f4-6184-4f8f-9607-00c4ddb42f52 used request id req-9bcd82f5-ed21-4118-937e-8abc0cef0ce0 2018-07-22 15:52:24,040 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet 2018-07-22 15:52:24,041 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-subnet 2018-07-22 15:52:24,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/94608f5f-86e1-4be5-804a-1f5e98eb90a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" 2018-07-22 15:52:25,084 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a151b456-6be6-4345-8b03-87b8bd90eff6 Date: Sun, 22 Jul 2018 15:52:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:25,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/94608f5f-86e1-4be5-804a-1f5e98eb90a5 used request id req-a151b456-6be6-4345-8b03-87b8bd90eff6 2018-07-22 15:52:25,085 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-08bfe6fb-04c6-403d-8835-b6e2f248dcaa-pub-net 2018-07-22 15:52:25,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/feb296d6-3823-4dea-9b26-a1e80fda6bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}580cca5064dd871c58045abf00a3088b4435f25a" 2018-07-22 15:52:26,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6318299-0830-4dc8-9bf4-052f13cce24c Date: Sun, 22 Jul 2018 15:52:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:26,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/feb296d6-3823-4dea-9b26-a1e80fda6bd7 used request id req-e6318299-0830-4dc8-9bf4-052f13cce24c 2018-07-22 15:52:26,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:26,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-cf89ca23-7987-49e1-9504-c24e6e4aff7f Date: Sun, 22 Jul 2018 15:52:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "created_at": "2018-07-22T15:52:13Z", "updated_at": "2018-07-22T15:52:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:14Z", "revision_number": 0, "id": "475d1421-52b7-4b55-b708-ecbe34c744c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:14Z", "security_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d0960e09274f53b7e898b3e3aba5cc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:14Z", "revision_number": 0, "id": "7f6fbfba-ac93-40fb-b3b9-220a8680b59d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:14Z", "security_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d0960e09274f53b7e898b3e3aba5cc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:13Z", "revision_number": 0, "id": "a0547370-095d-4b71-85f7-f3af6d8173c3", "remote_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:13Z", "security_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "port_range_min": null, "ethertype": "IPv4", "project_id": "40d0960e09274f53b7e898b3e3aba5cc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:14Z", "revision_number": 0, "id": "a130b80a-0c1d-4b0e-bcc8-175a7039581d", "remote_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:14Z", "security_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "port_range_min": null, "ethertype": "IPv6", "project_id": "40d0960e09274f53b7e898b3e3aba5cc"}], "revision_number": 4, "project_id": "40d0960e09274f53b7e898b3e3aba5cc", "id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:52:26,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-cf89ca23-7987-49e1-9504-c24e6e4aff7f 2018-07-22 15:52:26,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:26,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee32684-1fef-44f1-bcfc-b388d9f6a4eb 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:52:26,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-cee32684-1fef-44f1-bcfc-b388d9f6a4eb 2018-07-22 15:52:26,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:26,405 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8c1735a-1aa0-4830-ac48-1c14322edafb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:52:26,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-f8c1735a-1aa0-4830-ac48-1c14322edafb 2018-07-22 15:52:26,405 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:52:26,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:26,491 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4dcf2cf-591e-4da2-88a0-e404aa3879a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:52:26,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-d4dcf2cf-591e-4da2-88a0-e404aa3879a8 2018-07-22 15:52:26,491 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:52:26,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:26,576 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f3e313-9334-41e9-b20b-942af92334e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:52:26,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-35f3e313-9334-41e9-b20b-942af92334e2 2018-07-22 15:52:26,576 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:52:26,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:26,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98870c87-63b1-4f7a-a6bc-3b45a898d96a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "40d0960e09274f53b7e898b3e3aba5cc", "name": "CreateNetworkSuccessTests-f4023dd9-925a-445-proj"}} 2018-07-22 15:52:26,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc used request id req-98870c87-63b1-4f7a-a6bc-3b45a898d96a 2018-07-22 15:52:26,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 91ba368c-4804-46ca-8ec9-18d73558bd73 2018-07-22 15:52:26,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=91ba368c-4804-46ca-8ec9-18d73558bd73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:26,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-66e1dfd7-3ecb-4bb7-8ebb-e156d3733703 Date: Sun, 22 Jul 2018 15: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-07-22T15:52:14Z", "security_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "port_range_min": null, "revision_number": 0, "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "created_at": "2018-07-22T15:52:14Z", "project_id": "40d0960e09274f53b7e898b3e3aba5cc", "id": "475d1421-52b7-4b55-b708-ecbe34c744c6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:14Z", "security_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "port_range_min": null, "revision_number": 0, "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "created_at": "2018-07-22T15:52:14Z", "project_id": "40d0960e09274f53b7e898b3e3aba5cc", "id": "7f6fbfba-ac93-40fb-b3b9-220a8680b59d"}, {"remote_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:13Z", "security_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "port_range_min": null, "revision_number": 0, "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "created_at": "2018-07-22T15:52:13Z", "project_id": "40d0960e09274f53b7e898b3e3aba5cc", "id": "a0547370-095d-4b71-85f7-f3af6d8173c3"}, {"remote_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:14Z", "security_group_id": "91ba368c-4804-46ca-8ec9-18d73558bd73", "port_range_min": null, "revision_number": 0, "tenant_id": "40d0960e09274f53b7e898b3e3aba5cc", "created_at": "2018-07-22T15:52:14Z", "project_id": "40d0960e09274f53b7e898b3e3aba5cc", "id": "a130b80a-0c1d-4b0e-bcc8-175a7039581d"}]} 2018-07-22 15:52:26,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=91ba368c-4804-46ca-8ec9-18d73558bd73 used request id req-66e1dfd7-3ecb-4bb7-8ebb-e156d3733703 2018-07-22 15:52:26,624 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:52:26,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/91ba368c-4804-46ca-8ec9-18d73558bd73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:26,836 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86b6c59a-9612-413f-912c-babe4a98209e Content-Length: 0 Date: Sun, 22 Jul 2018 15:52:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:26,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/91ba368c-4804-46ca-8ec9-18d73558bd73 used request id req-86b6c59a-9612-413f-912c-babe4a98209e 2018-07-22 15:52:26,837 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-f4023dd9-925a-445-proj 2018-07-22 15:52:26,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:27,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbb28f36-9fe2-4bf8-8fd3-e8d0bc1f1ca6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:27,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/40d0960e09274f53b7e898b3e3aba5cc used request id req-fbb28f36-9fe2-4bf8-8fd3-e8d0bc1f1ca6 2018-07-22 15:52:27,091 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-f4023dd9-925a-445-proj-role 2018-07-22 15:52:27,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/4ff1bc3f113841fa95c5da1928ee5bd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:27,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a2be5cd-f5ca-47a9-a719-a006376ab782 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:27,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/4ff1bc3f113841fa95c5da1928ee5bd0 used request id req-6a2be5cd-f5ca-47a9-a719-a006376ab782 2018-07-22 15:52:27,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d222f14258b9b680af247d66b0623af4342cc11e" 2018-07-22 15:52:27,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-674daac3-1e92-481a-8d76-8acf76aaf8c9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:52:27,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-674daac3-1e92-481a-8d76-8acf76aaf8c9 2018-07-22 15:52:27,285 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-f4023dd9-925a-445-user 2018-07-22 15:52:27,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/647f4532f67d43538c5f2e06f31f8690 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f0e4f5f4c2d1470e92066f89999a39209b2d2c" 2018-07-22 15:52:27,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fc72c90-9bad-467b-a7c1-47dbc4b09397 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:27,444 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/647f4532f67d43538c5f2e06f31f8690 used request id req-4fc72c90-9bad-467b-a7c1-47dbc4b09397 2018-07-22 15:52:27,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:27,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["01VjMf25Ty6IkgbD723OqA"], "issued_at": "2018-07-22T15:52:27.000000Z"}} 2018-07-22 15:52:27,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b64f17c74f2435f3b83f7ba3e0732aee7ede1aa8" 2018-07-22 15:52:27,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344d72ea-8a37-4728-95f7-d5a7d7b775c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:27,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-344d72ea-8a37-4728-95f7-d5a7d7b775c2 2018-07-22 15:52:27,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:27,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:28,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["7Ame5auXQoKk7TsbAML7wA"], "issued_at": "2018-07-22T15:52:28.000000Z"}} 2018-07-22 15:52:28,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:28,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ab17b9-d60c-4e79-a55c-938fad765344 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:28,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c2ab17b9-d60c-4e79-a55c-938fad765344 2018-07-22 15:52:28,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:28,383 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:28,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:28,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cf2a817-d603-4046-a4ae-d438e08b6e08 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:52:28,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj used request id req-0cf2a817-d603-4046-a4ae-d438e08b6e08 2018-07-22 15:52:28,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:28,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51c0a527-f2c9-4f3a-baa2-3664a4d23928 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:52:28,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-51c0a527-f2c9-4f3a-baa2-3664a4d23928 2018-07-22 15:52:28,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}}' 2018-07-22 15:52:28,547 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:52:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c9d5845-8e73-493f-90f3-c84cc3daec85 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333"}, "tags": [], "enabled": true, "id": "89f44c42b02e45be98acd5b7d5a3a333", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}} 2018-07-22 15:52:28,547 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5c9d5845-8e73-493f-90f3-c84cc3daec85 2018-07-22 15:52:28,547 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj 2018-07-22 15:52:28,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:28,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:28,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["8QFM6_pMQimUx2X5pKjMJA"], "issued_at": "2018-07-22T15:52:28.000000Z"}} 2018-07-22 15:52:28,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}535815e8198e759f5ccd130ba21b1e606d6639cb" 2018-07-22 15:52:29,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69b07026-b901-4f8d-8b64-bb21ca17b028 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:29,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-69b07026-b901-4f8d-8b64-bb21ca17b028 2018-07-22 15:52:29,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:29,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:29,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}535815e8198e759f5ccd130ba21b1e606d6639cb" 2018-07-22 15:52:29,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15c0723-735f-42f2-8ca6-cbb542f4ecc6 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:52:29,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e15c0723-735f-42f2-8ca6-cbb542f4ecc6 2018-07-22 15:52:29,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}535815e8198e759f5ccd130ba21b1e606d6639cb" 2018-07-22 15:52:29,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34521dd6-bb70-4d16-95a8-70da1bae3e66 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333"}, "tags": [], "enabled": true, "id": "89f44c42b02e45be98acd5b7d5a3a333", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}]} 2018-07-22 15:52:29,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj used request id req-34521dd6-bb70-4d16-95a8-70da1bae3e66 2018-07-22 15:52:29,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}535815e8198e759f5ccd130ba21b1e606d6639cb" 2018-07-22 15:52:29,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-261a22df-bcb4-455b-b7f9-23d1a47e9eae Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:52:29,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-261a22df-bcb4-455b-b7f9-23d1a47e9eae 2018-07-22 15:52:29,680 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-6616a7b0-403e-4fe-user 2018-07-22 15:52:29,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:29,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:29,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-629e84ac-3949-44ed-8803-7bce7f9746e4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:52:29,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-629e84ac-3949-44ed-8803-7bce7f9746e4 2018-07-22 15:52:29,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" -d '{"role": {"name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role"}}' 2018-07-22 15:52:29,871 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:52:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f49a0f02-a983-407e-a219-279a2d8b17e6 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae1d8eed2af9441fb234828c96339207", "links": {"self": "http://172.30.9.28:5000/v3/roles/ae1d8eed2af9441fb234828c96339207"}, "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role"}} 2018-07-22 15:52:29,871 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f49a0f02-a983-407e-a219-279a2d8b17e6 2018-07-22 15:52:29,871 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role 2018-07-22 15:52:29,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ae1d8eed2af9441fb234828c96339207 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:29,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf34718-f522-48be-8f3e-e5bf66115ec4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae1d8eed2af9441fb234828c96339207", "links": {"self": "http://172.30.9.28:5000/v3/roles/ae1d8eed2af9441fb234828c96339207"}, "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role"}} 2018-07-22 15:52:29,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ae1d8eed2af9441fb234828c96339207 used request id req-bdf34718-f522-48be-8f3e-e5bf66115ec4 2018-07-22 15:52:29,957 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role to project CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj 2018-07-22 15:52:29,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333/users/b0661a95df2743928a371322ab96ca1a/roles/ae1d8eed2af9441fb234828c96339207 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:30,075 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fc25a8b-a71f-4192-92c8-6942ceaf302f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:30,075 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333/users/b0661a95df2743928a371322ab96ca1a/roles/ae1d8eed2af9441fb234828c96339207 used request id req-5fc25a8b-a71f-4192-92c8-6942ceaf302f 2018-07-22 15:52:30,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:30,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:30,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae1d8eed2af9441fb234828c96339207", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role"}], "expires_at": "2018-07-22T16:52:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89f44c42b02e45be98acd5b7d5a3a333", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-user", "id": "b0661a95df2743928a371322ab96ca1a"}, "audit_ids": ["hBR4_BvOSAWUrlx5diuOSQ"], "issued_at": "2018-07-22T15:52:30.000000Z"}} 2018-07-22 15:52:30,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" 2018-07-22 15:52:30,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f26b6442-1a56-4b1d-ae06-0a9202a8461a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:30,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f26b6442-1a56-4b1d-ae06-0a9202a8461a 2018-07-22 15:52:30,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" 2018-07-22 15:52:30,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1c424520-1ef0-48ac-a902-c0933db154ef Date: Sun, 22 Jul 2018 15:52:30 GMT RESP BODY: {"networks":[]} 2018-07-22 15:52:30,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net used request id req-1c424520-1ef0-48ac-a902-c0933db154ef 2018-07-22 15:52:30,722 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net 2018-07-22 15:52:30,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net", "admin_state_up": true}}' 2018-07-22 15:52:31,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-ae76bf66-2c5e-4bd9-b228-f451ad72cbf1 Date: Sun, 22 Jul 2018 15:52:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-07-22T15:52:31Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89f44c42b02e45be98acd5b7d5a3a333","id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net"}} 2018-07-22 15:52:31,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-ae76bf66-2c5e-4bd9-b228-f451ad72cbf1 2018-07-22 15:52:31,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=eb5a5575-40f2-4376-81ba-413c11d2bca2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" 2018-07-22 15:52:31,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e02d7f19-fbd4-4c9d-8439-e53b78814cda Date: Sun, 22 Jul 2018 15:52: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-07-22T15:52:31Z","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89f44c42b02e45be98acd5b7d5a3a333","id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net"}]} 2018-07-22 15:52:31,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=eb5a5575-40f2-4376-81ba-413c11d2bca2 used request id req-e02d7f19-fbd4-4c9d-8439-e53b78814cda 2018-07-22 15:52:31,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" 2018-07-22 15:52:31,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c9781801-8e44-49de-a7e1-1b1366404f9d Date: Sun, 22 Jul 2018 15:52:31 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:52:31,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2 used request id req-c9781801-8e44-49de-a7e1-1b1366404f9d 2018-07-22 15:52:31,321 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet 2018-07-22 15:52:31,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" -d '{"subnets": [{"ip_version": 4, "network_id": "eb5a5575-40f2-4376-81ba-413c11d2bca2", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}]}' 2018-07-22 15:52:31,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-22680774-678b-446b-9c90-ddbccf132519 Date: Sun, 22 Jul 2018 15:52:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52: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":"89f44c42b02e45be98acd5b7d5a3a333","id":"ba48bb29-a129-4701-a591-675f695046bd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}]} 2018-07-22 15:52:31,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-22680774-678b-446b-9c90-ddbccf132519 2018-07-22 15:52:31,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=eb5a5575-40f2-4376-81ba-413c11d2bca2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" 2018-07-22 15:52:31,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-982c4c94-9878-46f9-a394-1df08ea46100 Date: Sun, 22 Jul 2018 15:52: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":["ba48bb29-a129-4701-a591-675f695046bd"],"updated_at":"2018-07-22T15:52:31Z","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"89f44c42b02e45be98acd5b7d5a3a333","id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net"}]} 2018-07-22 15:52:31,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=eb5a5575-40f2-4376-81ba-413c11d2bca2 used request id req-982c4c94-9878-46f9-a394-1df08ea46100 2018-07-22 15:52:31,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" 2018-07-22 15:52:32,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fc97ce89-62ee-443e-a8ab-3cb8e077bb02 Date: Sun, 22 Jul 2018 15:52:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52: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":"89f44c42b02e45be98acd5b7d5a3a333","id":"ba48bb29-a129-4701-a591-675f695046bd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}]} 2018-07-22 15:52:32,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2 used request id req-fc97ce89-62ee-443e-a8ab-3cb8e077bb02 2018-07-22 15:52:32,188 - OpenStackNetwork - DEBUG - Network [eb5a5575-40f2-4376-81ba-413c11d2bca2] created successfully 2018-07-22 15:52:32,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:32,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:32,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae1d8eed2af9441fb234828c96339207", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role"}], "expires_at": "2018-07-22T16:52:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89f44c42b02e45be98acd5b7d5a3a333", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-user", "id": "b0661a95df2743928a371322ab96ca1a"}, "audit_ids": ["LqWcm_5aQQiw8p5fw4Q5JA"], "issued_at": "2018-07-22T15:52:32.000000Z"}} 2018-07-22 15:52:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:32,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3e346b6-85d4-4e44-ae31-dea4d32ab695 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:32,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d3e346b6-85d4-4e44-ae31-dea4d32ab695 2018-07-22 15:52:32,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:33,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-47e9c56b-1350-4c71-89d6-60f797e6e6c8 Date: Sun, 22 Jul 2018 15:52:33 GMT RESP BODY: {"routers": []} 2018-07-22 15:52:33,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router&admin_state_up=True used request id req-47e9c56b-1350-4c71-89d6-60f797e6e6c8 2018-07-22 15:52:33,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:33,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:33,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae1d8eed2af9441fb234828c96339207", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role"}], "expires_at": "2018-07-22T16:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89f44c42b02e45be98acd5b7d5a3a333", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-user", "id": "b0661a95df2743928a371322ab96ca1a"}, "audit_ids": ["5yNQuVmJT_iVWcPrnPcFxQ"], "issued_at": "2018-07-22T15:52:33.000000Z"}} 2018-07-22 15:52:33,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892e6ead7bb9b477d17b2c719af76bf912fb0994" 2018-07-22 15:52:33,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e29443-398c-4178-9bca-29ae918ccbcf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:33,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c8e29443-398c-4178-9bca-29ae918ccbcf 2018-07-22 15:52:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:33,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-e6bf054e-f8d4-45c1-82c2-ec6e61d6bcc4 Date: Sun, 22 Jul 2018 15:52: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 15:52:33,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-e6bf054e-f8d4-45c1-82c2-ec6e61d6bcc4 2018-07-22 15:52:33,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:33,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-476c41aa-6233-4e91-8721-e23db3469505 Date: Sun, 22 Jul 2018 15:52:33 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:52:33,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-476c41aa-6233-4e91-8721-e23db3469505 2018-07-22 15:52:33,889 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router 2018-07-22 15:52:33,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router", "admin_state_up": true}}' 2018-07-22 15:52:35,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-cbf0e89a-143c-4829-8abe-cc5a6aab9221 Date: Sun, 22 Jul 2018 15:52:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "created_at": "2018-07-22T15:52:33Z", "admin_state_up": true, "updated_at": "2018-07-22T15:52:35Z", "revision_number": 2, "routes": [], "project_id": "89f44c42b02e45be98acd5b7d5a3a333", "id": "b1d426ad-ab53-45a8-859f-4404988ae4cc", "name": "CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router"}} 2018-07-22 15:52:35,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-cbf0e89a-143c-4829-8abe-cc5a6aab9221 2018-07-22 15:52:35,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=b1d426ad-ab53-45a8-859f-4404988ae4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:35,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-90375021-42de-4f7a-8349-05338071fb5e Date: Sun, 22 Jul 2018 15:52:35 GMT RESP BODY: {"ports":[]} 2018-07-22 15:52:35,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=b1d426ad-ab53-45a8-859f-4404988ae4cc used request id req-90375021-42de-4f7a-8349-05338071fb5e 2018-07-22 15:52:35,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:35,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-5a47d9a0-ce5d-47fd-a468-f218019f11ad Date: Sun, 22 Jul 2018 15:52: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":["ba48bb29-a129-4701-a591-675f695046bd"],"updated_at":"2018-07-22T15:52:31Z","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"89f44c42b02e45be98acd5b7d5a3a333","id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net"}]} 2018-07-22 15:52:35,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net used request id req-5a47d9a0-ce5d-47fd-a468-f218019f11ad 2018-07-22 15:52:35,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:35,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:35,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:35,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c09ed2-bebd-4b26-a63a-9225b740f69e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "89f44c42b02e45be98acd5b7d5a3a333", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}} 2018-07-22 15:52:35,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 used request id req-01c09ed2-bebd-4b26-a63a-9225b740f69e 2018-07-22 15:52:35,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:35,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c21bb9f1-f553-44c6-87b4-1c4feabc6969 Date: Sun, 22 Jul 2018 15:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52: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":"89f44c42b02e45be98acd5b7d5a3a333","id":"ba48bb29-a129-4701-a591-675f695046bd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}]} 2018-07-22 15:52:35,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2 used request id req-c21bb9f1-f553-44c6-87b4-1c4feabc6969 2018-07-22 15:52:35,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2&name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:35,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-47d0d0b8-9be5-4570-8ae7-575547f13c17 Date: Sun, 22 Jul 2018 15:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52: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":"89f44c42b02e45be98acd5b7d5a3a333","id":"ba48bb29-a129-4701-a591-675f695046bd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}]} 2018-07-22 15:52:35,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2&name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet used request id req-47d0d0b8-9be5-4570-8ae7-575547f13c17 2018-07-22 15:52:35,468 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-22 15:52:35,468 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router 2018-07-22 15:52:35,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/b1d426ad-ab53-45a8-859f-4404988ae4cc/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" -d '{"subnet_id": "ba48bb29-a129-4701-a591-675f695046bd"}' 2018-07-22 15:52:37,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-139ede50-dd4f-4b60-b55c-2aa07f48e911 Date: Sun, 22 Jul 2018 15:52:37 GMT RESP BODY: {"network_id": "eb5a5575-40f2-4376-81ba-413c11d2bca2", "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "subnet_id": "ba48bb29-a129-4701-a591-675f695046bd", "subnet_ids": ["ba48bb29-a129-4701-a591-675f695046bd"], "port_id": "e8f9695f-f03d-4dd3-bc3e-bbcfb7561ce4", "id": "b1d426ad-ab53-45a8-859f-4404988ae4cc"} 2018-07-22 15:52:37,295 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b1d426ad-ab53-45a8-859f-4404988ae4cc/add_router_interface used request id req-139ede50-dd4f-4b60-b55c-2aa07f48e911 2018-07-22 15:52:37,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/b1d426ad-ab53-45a8-859f-4404988ae4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:37,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-af6bbae7-1f68-4ccf-8b26-b6981c419810 Date: Sun, 22 Jul 2018 15:52:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "created_at": "2018-07-22T15:52:33Z", "admin_state_up": true, "updated_at": "2018-07-22T15:52:36Z", "revision_number": 3, "routes": [], "project_id": "89f44c42b02e45be98acd5b7d5a3a333", "id": "b1d426ad-ab53-45a8-859f-4404988ae4cc", "name": "CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router"}} 2018-07-22 15:52:37,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/b1d426ad-ab53-45a8-859f-4404988ae4cc used request id req-af6bbae7-1f68-4ccf-8b26-b6981c419810 2018-07-22 15:52:37,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=b1d426ad-ab53-45a8-859f-4404988ae4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:37,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-5b342a82-d043-4373-b69e-523d511ba1e9 Date: Sun, 22 Jul 2018 15:52:37 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:36Z","admin_state_up":true,"updated_at":"2018-07-22T15:52:37Z","binding:vnic_type":"normal","device_id":"b1d426ad-ab53-45a8-859f-4404988ae4cc","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:52:e4:6c","id":"e8f9695f-f03d-4dd3-bc3e-bbcfb7561ce4","port_security_enabled":false,"project_id":"89f44c42b02e45be98acd5b7d5a3a333","fixed_ips":[{"subnet_id":"ba48bb29-a129-4701-a591-675f695046bd","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:52:37,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=b1d426ad-ab53-45a8-859f-4404988ae4cc used request id req-5b342a82-d043-4373-b69e-523d511ba1e9 2018-07-22 15:52:37,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/ba48bb29-a129-4701-a591-675f695046bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:37,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-d86be925-782f-4acb-9822-6592acb32165 Date: Sun, 22 Jul 2018 15:52:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52: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":"89f44c42b02e45be98acd5b7d5a3a333","id":"ba48bb29-a129-4701-a591-675f695046bd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}} 2018-07-22 15:52:37,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/ba48bb29-a129-4701-a591-675f695046bd used request id req-d86be925-782f-4acb-9822-6592acb32165 2018-07-22 15:52:37,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:37,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae1d8eed2af9441fb234828c96339207", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role"}], "expires_at": "2018-07-22T16:52:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89f44c42b02e45be98acd5b7d5a3a333", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_89f44c42b02e45be98acd5b7d5a3a333", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_89f44c42b02e45be98acd5b7d5a3a333", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-user", "id": "b0661a95df2743928a371322ab96ca1a"}, "audit_ids": ["vT6WFCKzR46E4i8ZIoG1GA"], "issued_at": "2018-07-22T15:52:37.000000Z"}} 2018-07-22 15:52:37,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4fd6edcdfc93f0aa39a601bea26844c7f61f72" 2018-07-22 15:52:38,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-cd9c06f6-45d9-48c8-b2fe-c259d1575ea4 Date: Sun, 22 Jul 2018 15:52: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":["ba48bb29-a129-4701-a591-675f695046bd"],"updated_at":"2018-07-22T15:52:31Z","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:30Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"89f44c42b02e45be98acd5b7d5a3a333","id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net"}]} 2018-07-22 15:52:38,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net used request id req-cd9c06f6-45d9-48c8-b2fe-c259d1575ea4 2018-07-22 15:52:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:38,217 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:38,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b64f17c74f2435f3b83f7ba3e0732aee7ede1aa8" 2018-07-22 15:52:38,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f925f200-fc36-48cf-ac13-eaf702c62e0d Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "89f44c42b02e45be98acd5b7d5a3a333", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}} 2018-07-22 15:52:38,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 used request id req-f925f200-fc36-48cf-ac13-eaf702c62e0d 2018-07-22 15:52:38,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4fd6edcdfc93f0aa39a601bea26844c7f61f72" 2018-07-22 15:52:38,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0582f38a-30c8-4cb2-b0e7-a0d8c2c0fab5 Date: Sun, 22 Jul 2018 15:52:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52: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":"89f44c42b02e45be98acd5b7d5a3a333","id":"ba48bb29-a129-4701-a591-675f695046bd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}]} 2018-07-22 15:52:38,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2 used request id req-0582f38a-30c8-4cb2-b0e7-a0d8c2c0fab5 2018-07-22 15:52:38,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2&name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4fd6edcdfc93f0aa39a601bea26844c7f61f72" 2018-07-22 15:52:38,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a0696763-6ae6-4973-8e30-9ee929d478e1 Date: Sun, 22 Jul 2018 15:52:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52: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":"89f44c42b02e45be98acd5b7d5a3a333","id":"ba48bb29-a129-4701-a591-675f695046bd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}]} 2018-07-22 15:52:38,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=eb5a5575-40f2-4376-81ba-413c11d2bca2&name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet used request id req-a0696763-6ae6-4973-8e30-9ee929d478e1 2018-07-22 15:52:38,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4fd6edcdfc93f0aa39a601bea26844c7f61f72" 2018-07-22 15:52:38,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-89b1a429-1759-4c3c-a0f0-2f4bfc38a983 Date: Sun, 22 Jul 2018 15:52:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "created_at": "2018-07-22T15:52:33Z", "admin_state_up": true, "updated_at": "2018-07-22T15:52:36Z", "revision_number": 3, "routes": [], "project_id": "89f44c42b02e45be98acd5b7d5a3a333", "id": "b1d426ad-ab53-45a8-859f-4404988ae4cc", "name": "CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router"}]} 2018-07-22 15:52:38,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router used request id req-89b1a429-1759-4c3c-a0f0-2f4bfc38a983 2018-07-22 15:52:38,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b64f17c74f2435f3b83f7ba3e0732aee7ede1aa8" 2018-07-22 15:52:38,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321facb9-3605-4591-856d-5fb8c6807b87 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "89f44c42b02e45be98acd5b7d5a3a333", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}} 2018-07-22 15:52:38,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 used request id req-321facb9-3605-4591-856d-5fb8c6807b87 2018-07-22 15:52:38,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=b1d426ad-ab53-45a8-859f-4404988ae4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4fd6edcdfc93f0aa39a601bea26844c7f61f72" 2018-07-22 15:52:38,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-7a406208-d78d-4b00-8502-a28886396198 Date: Sun, 22 Jul 2018 15:52:38 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:36Z","admin_state_up":true,"updated_at":"2018-07-22T15:52:37Z","binding:vnic_type":"normal","device_id":"b1d426ad-ab53-45a8-859f-4404988ae4cc","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:52:e4:6c","id":"e8f9695f-f03d-4dd3-bc3e-bbcfb7561ce4","port_security_enabled":false,"project_id":"89f44c42b02e45be98acd5b7d5a3a333","fixed_ips":[{"subnet_id":"ba48bb29-a129-4701-a591-675f695046bd","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:52:38,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=b1d426ad-ab53-45a8-859f-4404988ae4cc used request id req-7a406208-d78d-4b00-8502-a28886396198 2018-07-22 15:52:38,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/ba48bb29-a129-4701-a591-675f695046bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4fd6edcdfc93f0aa39a601bea26844c7f61f72" 2018-07-22 15:52:38,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-2d8cf1c0-070f-40ab-b473-cfee5c398fd7 Date: Sun, 22 Jul 2018 15:52:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb5a5575-40f2-4376-81ba-413c11d2bca2","tenant_id":"89f44c42b02e45be98acd5b7d5a3a333","created_at":"2018-07-22T15:52:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52: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":"89f44c42b02e45be98acd5b7d5a3a333","id":"ba48bb29-a129-4701-a591-675f695046bd","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet"}} 2018-07-22 15:52:38,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/ba48bb29-a129-4701-a591-675f695046bd used request id req-2d8cf1c0-070f-40ab-b473-cfee5c398fd7 2018-07-22 15:52:38,728 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router and subnet CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet 2018-07-22 15:52:38,728 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router 2018-07-22 15:52:38,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/b1d426ad-ab53-45a8-859f-4404988ae4cc/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" -d '{"subnet_id": "ba48bb29-a129-4701-a591-675f695046bd"}' 2018-07-22 15:52:40,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d91d4c7f-6674-438a-8b07-2eb17a486832 Date: Sun, 22 Jul 2018 15:52:40 GMT RESP BODY: {"network_id": "eb5a5575-40f2-4376-81ba-413c11d2bca2", "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "subnet_id": "ba48bb29-a129-4701-a591-675f695046bd", "subnet_ids": ["ba48bb29-a129-4701-a591-675f695046bd"], "port_id": "e8f9695f-f03d-4dd3-bc3e-bbcfb7561ce4", "id": "b1d426ad-ab53-45a8-859f-4404988ae4cc"} 2018-07-22 15:52:40,118 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b1d426ad-ab53-45a8-859f-4404988ae4cc/remove_router_interface used request id req-d91d4c7f-6674-438a-8b07-2eb17a486832 2018-07-22 15:52:40,118 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router 2018-07-22 15:52:40,118 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-router 2018-07-22 15:52:40,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/b1d426ad-ab53-45a8-859f-4404988ae4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9ba08fbb5d51df7131e8baf76490cfddef4821" 2018-07-22 15:52:41,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2813206-5c5f-43f0-9804-ae5c4aa0193c Content-Length: 0 Date: Sun, 22 Jul 2018 15:52:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:41,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b1d426ad-ab53-45a8-859f-4404988ae4cc used request id req-c2813206-5c5f-43f0-9804-ae5c4aa0193c 2018-07-22 15:52:41,549 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet 2018-07-22 15:52:41,549 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-subnet 2018-07-22 15:52:41,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/ba48bb29-a129-4701-a591-675f695046bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" 2018-07-22 15:52:42,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-64214e64-e259-4d79-8098-29abcca29296 Date: Sun, 22 Jul 2018 15:52:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:42,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ba48bb29-a129-4701-a591-675f695046bd used request id req-64214e64-e259-4d79-8098-29abcca29296 2018-07-22 15:52:42,553 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3f432d85-097b-4b56-851f-1f427a381dc0-pub-net 2018-07-22 15:52:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/eb5a5575-40f2-4376-81ba-413c11d2bca2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e39c1f8a4d188cf63e5146f3f10cba6d8728b9" 2018-07-22 15:52:44,021 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de591aee-42e5-4adb-a972-cf43a976922a Date: Sun, 22 Jul 2018 15:52:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:44,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/eb5a5575-40f2-4376-81ba-413c11d2bca2 used request id req-de591aee-42e5-4adb-a972-cf43a976922a 2018-07-22 15:52:44,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:44,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-bfbe5d2f-d48d-4991-95a1-0e837331d33a Date: Sun, 22 Jul 2018 15:52:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "created_at": "2018-07-22T15:52:30Z", "updated_at": "2018-07-22T15:52:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:30Z", "revision_number": 0, "id": "43d9b8d4-035c-4843-a9c5-fd32813b6da7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:30Z", "security_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "port_range_min": null, "ethertype": "IPv4", "project_id": "89f44c42b02e45be98acd5b7d5a3a333"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:30Z", "revision_number": 0, "id": "a39cf915-d2f0-4cb7-80f9-a888a233a781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:30Z", "security_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "port_range_min": null, "ethertype": "IPv6", "project_id": "89f44c42b02e45be98acd5b7d5a3a333"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:30Z", "revision_number": 0, "id": "f1068abc-2bdb-4c64-94b4-a9481692dc4c", "remote_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:30Z", "security_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "port_range_min": null, "ethertype": "IPv6", "project_id": "89f44c42b02e45be98acd5b7d5a3a333"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:30Z", "revision_number": 0, "id": "f9799e04-27ba-4818-80d1-28f3992d3b80", "remote_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:30Z", "security_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "port_range_min": null, "ethertype": "IPv4", "project_id": "89f44c42b02e45be98acd5b7d5a3a333"}], "revision_number": 4, "project_id": "89f44c42b02e45be98acd5b7d5a3a333", "id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:52:44,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-bfbe5d2f-d48d-4991-95a1-0e837331d33a 2018-07-22 15:52:44,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:44,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a99ef6f8-9642-4e55-a6f5-030c297ea20f 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:52:44,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-a99ef6f8-9642-4e55-a6f5-030c297ea20f 2018-07-22 15:52:44,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:44,482 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:52:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eea757e-b100-4677-ab6f-66fda7c0d27a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:52:44,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-8eea757e-b100-4677-ab6f-66fda7c0d27a 2018-07-22 15:52:44,483 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:52:44,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:44,572 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:52:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6334d92-f400-4c8c-b96f-ebb3fe5db881 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:52:44,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-a6334d92-f400-4c8c-b96f-ebb3fe5db881 2018-07-22 15:52:44,572 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:52:44,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:44,664 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:52:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14634c2b-2b69-41e2-ba03-278f3e3133d7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:52:44,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-14634c2b-2b69-41e2-ba03-278f3e3133d7 2018-07-22 15:52:44,665 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:52:44,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:44,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6ec7bf-b428-4b40-9a23-c58aad3b09d6 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "89f44c42b02e45be98acd5b7d5a3a333", "name": "CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj"}} 2018-07-22 15:52:44,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 used request id req-2e6ec7bf-b428-4b40-9a23-c58aad3b09d6 2018-07-22 15:52:44,750 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82de28c8-3f84-44f5-ba9d-80b74db4b366 2018-07-22 15:52:44,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82de28c8-3f84-44f5-ba9d-80b74db4b366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:44,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7e92542e-d2b4-42e1-9642-0adf2eb2dd09 Date: Sun, 22 Jul 2018 15:52: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-07-22T15:52:30Z", "security_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "port_range_min": null, "revision_number": 0, "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "created_at": "2018-07-22T15:52:30Z", "project_id": "89f44c42b02e45be98acd5b7d5a3a333", "id": "43d9b8d4-035c-4843-a9c5-fd32813b6da7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:30Z", "security_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "port_range_min": null, "revision_number": 0, "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "created_at": "2018-07-22T15:52:30Z", "project_id": "89f44c42b02e45be98acd5b7d5a3a333", "id": "a39cf915-d2f0-4cb7-80f9-a888a233a781"}, {"remote_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:30Z", "security_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "port_range_min": null, "revision_number": 0, "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "created_at": "2018-07-22T15:52:30Z", "project_id": "89f44c42b02e45be98acd5b7d5a3a333", "id": "f1068abc-2bdb-4c64-94b4-a9481692dc4c"}, {"remote_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:30Z", "security_group_id": "82de28c8-3f84-44f5-ba9d-80b74db4b366", "port_range_min": null, "revision_number": 0, "tenant_id": "89f44c42b02e45be98acd5b7d5a3a333", "created_at": "2018-07-22T15:52:30Z", "project_id": "89f44c42b02e45be98acd5b7d5a3a333", "id": "f9799e04-27ba-4818-80d1-28f3992d3b80"}]} 2018-07-22 15:52:44,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82de28c8-3f84-44f5-ba9d-80b74db4b366 used request id req-7e92542e-d2b4-42e1-9642-0adf2eb2dd09 2018-07-22 15:52:44,776 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:52:44,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/82de28c8-3f84-44f5-ba9d-80b74db4b366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:44,960 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c6414c1-0bdc-42d1-abdd-43650df2a373 Content-Length: 0 Date: Sun, 22 Jul 2018 15:52:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:44,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/82de28c8-3f84-44f5-ba9d-80b74db4b366 used request id req-6c6414c1-0bdc-42d1-abdd-43650df2a373 2018-07-22 15:52:44,961 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj 2018-07-22 15:52:44,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:45,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aebb35d8-147a-4794-aafb-666afc9a562c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:45,220 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/89f44c42b02e45be98acd5b7d5a3a333 used request id req-aebb35d8-147a-4794-aafb-666afc9a562c 2018-07-22 15:52:45,221 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-6616a7b0-403e-4fe-proj-role 2018-07-22 15:52:45,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ae1d8eed2af9441fb234828c96339207 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:45,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03fd100f-82e3-4756-868b-e34eeca4fd61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:45,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ae1d8eed2af9441fb234828c96339207 used request id req-03fd100f-82e3-4756-868b-e34eeca4fd61 2018-07-22 15:52:45,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3467c4c3af5ee0c6617ecec28930f3c377d5459" 2018-07-22 15:52:45,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5de7ae5-cc6b-4454-8bc4-8863fd796148 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:52:45,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e5de7ae5-cc6b-4454-8bc4-8863fd796148 2018-07-22 15:52:45,418 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-6616a7b0-403e-4fe-user 2018-07-22 15:52:45,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/b0661a95df2743928a371322ab96ca1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}535815e8198e759f5ccd130ba21b1e606d6639cb" 2018-07-22 15:52:45,719 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c133a2b5-1cf4-43ec-a828-681f0da3a8aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:45,719 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b0661a95df2743928a371322ab96ca1a used request id req-c133a2b5-1cf4-43ec-a828-681f0da3a8aa 2018-07-22 15:52:45,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:46,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["yk5b5D2FRomaQ0sBZeinMg"], "issued_at": "2018-07-22T15:52:46.000000Z"}} 2018-07-22 15:52:46,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28d93f0770aac0e70897f2d5c7f56205a67f29bb" 2018-07-22 15:52:46,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72cef645-5280-4782-98bf-6f05ef091a90 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:46,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-72cef645-5280-4782-98bf-6f05ef091a90 2018-07-22 15:52:46,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:46,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:46,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Y193TVxWSGeagjMXarmLrw"], "issued_at": "2018-07-22T15:52:46.000000Z"}} 2018-07-22 15:52:46,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:46,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0c9efb0-66a2-47c9-88b0-c53101fff664 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:46,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b0c9efb0-66a2-47c9-88b0-c53101fff664 2018-07-22 15:52:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:46,844 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:46,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-960c4ea1-d23b-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:46,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3be97c0-18f6-4ad5-94b8-71aa4dd36a28 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-960c4ea1-d23b-489-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:52:46,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-960c4ea1-d23b-489-proj used request id req-a3be97c0-18f6-4ad5-94b8-71aa4dd36a28 2018-07-22 15:52:46,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:47,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc0726f7-605d-4caa-b679-8a0ea97724c2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:52:47,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bc0726f7-605d-4caa-b679-8a0ea97724c2 2018-07-22 15:52:47,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj"}}' 2018-07-22 15:52:47,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:52:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50af84d3-9916-4c26-bd1f-3bef0128d520 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866"}, "tags": [], "enabled": true, "id": "2f7aab01a7504b6097bc1a710ce46866", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj"}} 2018-07-22 15:52:47,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-50af84d3-9916-4c26-bd1f-3bef0128d520 2018-07-22 15:52:47,084 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-960c4ea1-d23b-489-proj 2018-07-22 15:52:47,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:47,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:47,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["KknNJRXxTfyxNjlA2gcaBg"], "issued_at": "2018-07-22T15:52:47.000000Z"}} 2018-07-22 15:52:47,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87e3ef9b067f99ef3eb960a8d1be2ff3b25dd65" 2018-07-22 15:52:47,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7288d412-0e2a-402b-87c1-bba7dad5045b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:47,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7288d412-0e2a-402b-87c1-bba7dad5045b 2018-07-22 15:52:47,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:47,494 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:47,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87e3ef9b067f99ef3eb960a8d1be2ff3b25dd65" 2018-07-22 15:52:47,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd95d92e-c9a7-4e32-b598-01a0cf2affdc Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:52:47,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dd95d92e-c9a7-4e32-b598-01a0cf2affdc 2018-07-22 15:52:47,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-960c4ea1-d23b-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87e3ef9b067f99ef3eb960a8d1be2ff3b25dd65" 2018-07-22 15:52:47,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6accfd-7d65-492e-8c97-c7302af6a5fd Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-960c4ea1-d23b-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866"}, "tags": [], "enabled": true, "id": "2f7aab01a7504b6097bc1a710ce46866", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj"}]} 2018-07-22 15:52:47,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-960c4ea1-d23b-489-proj used request id req-3a6accfd-7d65-492e-8c97-c7302af6a5fd 2018-07-22 15:52:47,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87e3ef9b067f99ef3eb960a8d1be2ff3b25dd65" 2018-07-22 15:52:47,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6469eb1-dae7-4e40-9747-56c3b83ea7d2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:52:47,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b6469eb1-dae7-4e40-9747-56c3b83ea7d2 2018-07-22 15:52:48,107 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-960c4ea1-d23b-489-user 2018-07-22 15:52:48,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:48,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:48,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c0dda6-e4e2-48a5-92d2-69a8b478397e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:52:48,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-74c0dda6-e4e2-48a5-92d2-69a8b478397e 2018-07-22 15:52:48,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" -d '{"role": {"name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj-role"}}' 2018-07-22 15:52:48,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:52:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0496923f-5567-47d0-bbcd-2de7e05bcd74 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5f158ce129404818a648ba36c547ffa9", "links": {"self": "http://172.30.9.28:5000/v3/roles/5f158ce129404818a648ba36c547ffa9"}, "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj-role"}} 2018-07-22 15:52:48,295 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0496923f-5567-47d0-bbcd-2de7e05bcd74 2018-07-22 15:52:48,295 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-960c4ea1-d23b-489-proj-role 2018-07-22 15:52:48,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/5f158ce129404818a648ba36c547ffa9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:48,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86464ab8-0cbc-4be8-adad-528656c2763d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5f158ce129404818a648ba36c547ffa9", "links": {"self": "http://172.30.9.28:5000/v3/roles/5f158ce129404818a648ba36c547ffa9"}, "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj-role"}} 2018-07-22 15:52:48,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/5f158ce129404818a648ba36c547ffa9 used request id req-86464ab8-0cbc-4be8-adad-528656c2763d 2018-07-22 15:52:48,382 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-960c4ea1-d23b-489-proj-role to project CreateNetworkSuccessTests-960c4ea1-d23b-489-proj 2018-07-22 15:52:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866/users/fa90a71f7831411087e4620a07ee9ead/roles/5f158ce129404818a648ba36c547ffa9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:48,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1cc8ed0-d073-4357-914c-b25beefb9fe6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:48,597 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866/users/fa90a71f7831411087e4620a07ee9ead/roles/5f158ce129404818a648ba36c547ffa9 used request id req-c1cc8ed0-d073-4357-914c-b25beefb9fe6 2018-07-22 15:52:48,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:48,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:48,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f158ce129404818a648ba36c547ffa9", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj-role"}], "expires_at": "2018-07-22T16:52:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f7aab01a7504b6097bc1a710ce46866", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2f7aab01a7504b6097bc1a710ce46866", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2f7aab01a7504b6097bc1a710ce46866", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-user", "id": "fa90a71f7831411087e4620a07ee9ead"}, "audit_ids": ["QuXbDu9yRfq0fECvc11fZA"], "issued_at": "2018-07-22T15:52:48.000000Z"}} 2018-07-22 15:52:48,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" 2018-07-22 15:52:49,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5cbaee-5f87-4601-b718-0c7f180602c9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:49,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0b5cbaee-5f87-4601-b718-0c7f180602c9 2018-07-22 15:52:49,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" 2018-07-22 15:52:49,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e500a414-f24f-40f2-853d-4ba63e7814d1 Date: Sun, 22 Jul 2018 15:52:49 GMT RESP BODY: {"networks":[]} 2018-07-22 15:52:49,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net used request id req-e500a414-f24f-40f2-853d-4ba63e7814d1 2018-07-22 15:52:49,249 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net 2018-07-22 15:52:49,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net", "admin_state_up": true}}' 2018-07-22 15:52:49,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-706caf1b-09b9-439d-8b77-fe4a0ad0e13c Date: Sun, 22 Jul 2018 15:52:49 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2f7aab01a7504b6097bc1a710ce46866","created_at":"2018-07-22T15:52:49Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-07-22T15:52:49Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2f7aab01a7504b6097bc1a710ce46866","id":"3594e8e6-c336-42dd-97b7-0ed76566a299","name":"CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net"}} 2018-07-22 15:52:49,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-706caf1b-09b9-439d-8b77-fe4a0ad0e13c 2018-07-22 15:52:49,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3594e8e6-c336-42dd-97b7-0ed76566a299 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" 2018-07-22 15:52:49,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-70df7212-7cbe-4e23-a77a-2de69cdee19d Date: Sun, 22 Jul 2018 15:52:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T15:52:49Z","tenant_id":"2f7aab01a7504b6097bc1a710ce46866","created_at":"2018-07-22T15:52:49Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2f7aab01a7504b6097bc1a710ce46866","id":"3594e8e6-c336-42dd-97b7-0ed76566a299","name":"CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net"}]} 2018-07-22 15:52:49,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3594e8e6-c336-42dd-97b7-0ed76566a299 used request id req-70df7212-7cbe-4e23-a77a-2de69cdee19d 2018-07-22 15:52:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3594e8e6-c336-42dd-97b7-0ed76566a299 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" 2018-07-22 15:52:49,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-50d1da4d-b993-46e4-87d5-663b92099a29 Date: Sun, 22 Jul 2018 15:52:49 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:52:49,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3594e8e6-c336-42dd-97b7-0ed76566a299 used request id req-50d1da4d-b993-46e4-87d5-663b92099a29 2018-07-22 15:52:49,991 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet 2018-07-22 15:52:49,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" -d '{"subnets": [{"ip_version": 4, "network_id": "3594e8e6-c336-42dd-97b7-0ed76566a299", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet"}]}' 2018-07-22 15:52:50,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e0eed398-7351-4283-bd87-6c3e965a51d5 Date: Sun, 22 Jul 2018 15:52:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3594e8e6-c336-42dd-97b7-0ed76566a299","tenant_id":"2f7aab01a7504b6097bc1a710ce46866","created_at":"2018-07-22T15:52:50Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:50Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"2f7aab01a7504b6097bc1a710ce46866","id":"3c44fb7b-29e6-4d0d-be53-0516146ba85f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet"}]} 2018-07-22 15:52:50,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-e0eed398-7351-4283-bd87-6c3e965a51d5 2018-07-22 15:52:50,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3594e8e6-c336-42dd-97b7-0ed76566a299 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" 2018-07-22 15:52:50,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-18f0ae20-f47e-4290-bdd8-f8e4b42bc8bb Date: Sun, 22 Jul 2018 15:52: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":["3c44fb7b-29e6-4d0d-be53-0516146ba85f"],"updated_at":"2018-07-22T15:52:50Z","tenant_id":"2f7aab01a7504b6097bc1a710ce46866","created_at":"2018-07-22T15:52:49Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2f7aab01a7504b6097bc1a710ce46866","id":"3594e8e6-c336-42dd-97b7-0ed76566a299","name":"CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net"}]} 2018-07-22 15:52:50,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3594e8e6-c336-42dd-97b7-0ed76566a299 used request id req-18f0ae20-f47e-4290-bdd8-f8e4b42bc8bb 2018-07-22 15:52:50,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3594e8e6-c336-42dd-97b7-0ed76566a299 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" 2018-07-22 15:52:50,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0d956ba3-74e3-4c62-9657-2833e771f4c9 Date: Sun, 22 Jul 2018 15:52:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3594e8e6-c336-42dd-97b7-0ed76566a299","tenant_id":"2f7aab01a7504b6097bc1a710ce46866","created_at":"2018-07-22T15:52:50Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f7aab01a7504b6097bc1a710ce46866","id":"3c44fb7b-29e6-4d0d-be53-0516146ba85f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet"}]} 2018-07-22 15:52:50,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3594e8e6-c336-42dd-97b7-0ed76566a299 used request id req-0d956ba3-74e3-4c62-9657-2833e771f4c9 2018-07-22 15:52:50,747 - OpenStackNetwork - DEBUG - Network [3594e8e6-c336-42dd-97b7-0ed76566a299] created successfully 2018-07-22 15:52:50,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:51,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5f158ce129404818a648ba36c547ffa9", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj-role"}], "expires_at": "2018-07-22T16:52:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f7aab01a7504b6097bc1a710ce46866", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2f7aab01a7504b6097bc1a710ce46866", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2f7aab01a7504b6097bc1a710ce46866", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2f7aab01a7504b6097bc1a710ce46866", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2f7aab01a7504b6097bc1a710ce46866", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-user", "id": "fa90a71f7831411087e4620a07ee9ead"}, "audit_ids": ["zd6GMi11QUKRPzg1BcrDAA"], "issued_at": "2018-07-22T15:52:51.000000Z"}} 2018-07-22 15:52:51,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e1deb48b5d5d607bd6a94acac42fa8a8a20d1b" 2018-07-22 15:52:51,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-af28726e-0a83-4d40-b721-4aeff9276159 Date: Sun, 22 Jul 2018 15:52: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":["3c44fb7b-29e6-4d0d-be53-0516146ba85f"],"updated_at":"2018-07-22T15:52:50Z","tenant_id":"2f7aab01a7504b6097bc1a710ce46866","created_at":"2018-07-22T15:52:49Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2f7aab01a7504b6097bc1a710ce46866","id":"3594e8e6-c336-42dd-97b7-0ed76566a299","name":"CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net"}]} 2018-07-22 15:52:51,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net used request id req-af28726e-0a83-4d40-b721-4aeff9276159 2018-07-22 15:52:51,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:51,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:51,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28d93f0770aac0e70897f2d5c7f56205a67f29bb" 2018-07-22 15:52:51,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74da87da-02ca-43c0-81b2-24ece363b599 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2f7aab01a7504b6097bc1a710ce46866", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj"}} 2018-07-22 15:52:51,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866 used request id req-74da87da-02ca-43c0-81b2-24ece363b599 2018-07-22 15:52:51,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3594e8e6-c336-42dd-97b7-0ed76566a299 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e1deb48b5d5d607bd6a94acac42fa8a8a20d1b" 2018-07-22 15:52:51,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-94424ff9-7563-482f-b50a-a4575ca98990 Date: Sun, 22 Jul 2018 15:52:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3594e8e6-c336-42dd-97b7-0ed76566a299","tenant_id":"2f7aab01a7504b6097bc1a710ce46866","created_at":"2018-07-22T15:52:50Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f7aab01a7504b6097bc1a710ce46866","id":"3c44fb7b-29e6-4d0d-be53-0516146ba85f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet"}]} 2018-07-22 15:52:51,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3594e8e6-c336-42dd-97b7-0ed76566a299 used request id req-94424ff9-7563-482f-b50a-a4575ca98990 2018-07-22 15:52:51,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3594e8e6-c336-42dd-97b7-0ed76566a299&name=CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e1deb48b5d5d607bd6a94acac42fa8a8a20d1b" 2018-07-22 15:52:51,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-85ff8342-0bad-4f50-9b7e-de2c3222da7b Date: Sun, 22 Jul 2018 15:52:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3594e8e6-c336-42dd-97b7-0ed76566a299","tenant_id":"2f7aab01a7504b6097bc1a710ce46866","created_at":"2018-07-22T15:52:50Z","dns_nameservers":[],"updated_at":"2018-07-22T15:52:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2f7aab01a7504b6097bc1a710ce46866","id":"3c44fb7b-29e6-4d0d-be53-0516146ba85f","subnetpool_id":null,"name":"CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet"}]} 2018-07-22 15:52:51,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3594e8e6-c336-42dd-97b7-0ed76566a299&name=CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet used request id req-85ff8342-0bad-4f50-9b7e-de2c3222da7b 2018-07-22 15:52:51,718 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet 2018-07-22 15:52:51,718 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-subnet 2018-07-22 15:52:51,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/3c44fb7b-29e6-4d0d-be53-0516146ba85f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" 2018-07-22 15:52:53,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db3fb3cd-637c-4e1c-86fe-c599118f42e3 Date: Sun, 22 Jul 2018 15:52:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:53,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3c44fb7b-29e6-4d0d-be53-0516146ba85f used request id req-db3fb3cd-637c-4e1c-86fe-c599118f42e3 2018-07-22 15:52:53,323 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-6a714392-eebb-4a64-a120-7f8b544dfbd2-pub-net 2018-07-22 15:52:53,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/3594e8e6-c336-42dd-97b7-0ed76566a299 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7be0285520af81a0d6d05d136163b43c42f090" 2018-07-22 15:52:54,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-83e53bf6-4119-4d3a-a947-6717dbbbd80b Date: Sun, 22 Jul 2018 15:52:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:54,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/3594e8e6-c336-42dd-97b7-0ed76566a299 used request id req-83e53bf6-4119-4d3a-a947-6717dbbbd80b 2018-07-22 15:52:54,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:55,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-def0d3ec-97ef-4b0f-abcb-610b63bbf150 Date: Sun, 22 Jul 2018 15:52:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "created_at": "2018-07-22T15:52:49Z", "updated_at": "2018-07-22T15:52:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:49Z", "revision_number": 0, "id": "041723bd-ea9b-4ab1-b898-9014e3cb57ef", "remote_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:49Z", "security_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f7aab01a7504b6097bc1a710ce46866"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:49Z", "revision_number": 0, "id": "05489330-45f2-4d0b-89a1-3e4ddbfa6dc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:49Z", "security_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "port_range_min": null, "ethertype": "IPv4", "project_id": "2f7aab01a7504b6097bc1a710ce46866"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:49Z", "revision_number": 0, "id": "0a99b0a6-9326-48cb-9cd1-9f7545a0ada6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:49Z", "security_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f7aab01a7504b6097bc1a710ce46866"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:49Z", "revision_number": 0, "id": "bee6e78b-c23b-4074-b509-83e468d2326f", "remote_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:49Z", "security_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "port_range_min": null, "ethertype": "IPv6", "project_id": "2f7aab01a7504b6097bc1a710ce46866"}], "revision_number": 4, "project_id": "2f7aab01a7504b6097bc1a710ce46866", "id": "75a17813-820e-4500-a851-a6b92df8c6c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:52:55,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-def0d3ec-97ef-4b0f-abcb-610b63bbf150 2018-07-22 15:52:55,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:55,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-015bc1c6-43d4-4e93-9e0d-53778d616847 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:52:55,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-015bc1c6-43d4-4e93-9e0d-53778d616847 2018-07-22 15:52:55,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:55,237 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1824a1fc-531e-4496-ba94-ab81267f3987 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:52:55,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-1824a1fc-531e-4496-ba94-ab81267f3987 2018-07-22 15:52:55,237 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:52:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:55,327 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3b2a3cc-4fd7-44c8-a0e1-beaf0d1f6a88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:52:55,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-f3b2a3cc-4fd7-44c8-a0e1-beaf0d1f6a88 2018-07-22 15:52:55,327 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:52:55,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:55,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00fe116e-11a0-47ee-a4a1-cc71d632a0e1 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "2f7aab01a7504b6097bc1a710ce46866", "name": "CreateNetworkSuccessTests-960c4ea1-d23b-489-proj"}} 2018-07-22 15:52:55,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866 used request id req-00fe116e-11a0-47ee-a4a1-cc71d632a0e1 2018-07-22 15:52:55,418 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 75a17813-820e-4500-a851-a6b92df8c6c7 2018-07-22 15:52:55,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=75a17813-820e-4500-a851-a6b92df8c6c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:55,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-06e7be8a-8f22-4d9f-af45-19830701d810 Date: Sun, 22 Jul 2018 15:52:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:49Z", "security_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "port_range_min": null, "revision_number": 0, "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "created_at": "2018-07-22T15:52:49Z", "project_id": "2f7aab01a7504b6097bc1a710ce46866", "id": "041723bd-ea9b-4ab1-b898-9014e3cb57ef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:49Z", "security_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "port_range_min": null, "revision_number": 0, "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "created_at": "2018-07-22T15:52:49Z", "project_id": "2f7aab01a7504b6097bc1a710ce46866", "id": "05489330-45f2-4d0b-89a1-3e4ddbfa6dc3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:49Z", "security_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "port_range_min": null, "revision_number": 0, "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "created_at": "2018-07-22T15:52:49Z", "project_id": "2f7aab01a7504b6097bc1a710ce46866", "id": "0a99b0a6-9326-48cb-9cd1-9f7545a0ada6"}, {"remote_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:49Z", "security_group_id": "75a17813-820e-4500-a851-a6b92df8c6c7", "port_range_min": null, "revision_number": 0, "tenant_id": "2f7aab01a7504b6097bc1a710ce46866", "created_at": "2018-07-22T15:52:49Z", "project_id": "2f7aab01a7504b6097bc1a710ce46866", "id": "bee6e78b-c23b-4074-b509-83e468d2326f"}]} 2018-07-22 15:52:55,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=75a17813-820e-4500-a851-a6b92df8c6c7 used request id req-06e7be8a-8f22-4d9f-af45-19830701d810 2018-07-22 15:52:55,444 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:52:55,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/75a17813-820e-4500-a851-a6b92df8c6c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:55,621 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59695f21-e998-4d15-8b49-651da014bee6 Content-Length: 0 Date: Sun, 22 Jul 2018 15:52:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:52:55,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/75a17813-820e-4500-a851-a6b92df8c6c7 used request id req-59695f21-e998-4d15-8b49-651da014bee6 2018-07-22 15:52:55,622 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-960c4ea1-d23b-489-proj 2018-07-22 15:52:55,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:55,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ba0984c-f21e-4cbe-bd9a-5fc2a9811929 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:55,876 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2f7aab01a7504b6097bc1a710ce46866 used request id req-7ba0984c-f21e-4cbe-bd9a-5fc2a9811929 2018-07-22 15:52:55,877 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-960c4ea1-d23b-489-proj-role 2018-07-22 15:52:55,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/5f158ce129404818a648ba36c547ffa9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:56,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-028b8201-c409-4270-84cb-cd22d2602922 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:56,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/5f158ce129404818a648ba36c547ffa9 used request id req-028b8201-c409-4270-84cb-cd22d2602922 2018-07-22 15:52:56,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}978c0e33af7e632b15ac9a22aaf4f416f71029ca" 2018-07-22 15:52:56,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52bbf6e-09de-4354-9c1a-7d4f222eef45 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:52:56,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e52bbf6e-09de-4354-9c1a-7d4f222eef45 2018-07-22 15:52:56,127 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-960c4ea1-d23b-489-user 2018-07-22 15:52:56,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/fa90a71f7831411087e4620a07ee9ead -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87e3ef9b067f99ef3eb960a8d1be2ff3b25dd65" 2018-07-22 15:52:56,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40d1b14d-6bf4-4aed-9a1f-ac312525285e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:56,297 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/fa90a71f7831411087e4620a07ee9ead used request id req-40d1b14d-6bf4-4aed-9a1f-ac312525285e 2018-07-22 15:52:56,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:56,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["VlZYvwIXRS6-_MIx77ggYQ"], "issued_at": "2018-07-22T15:52:56.000000Z"}} 2018-07-22 15:52:56,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72448b78dabf6d4d9cabbca070794df3a9e72ade" 2018-07-22 15:52:56,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5398637-e2a4-4d90-a344-a9b8270f50a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:56,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d5398637-e2a4-4d90-a344-a9b8270f50a8 2018-07-22 15:52:56,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:56,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:57,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fkEmu_OCRGekZxzQmCUvxA"], "issued_at": "2018-07-22T15:52:57.000000Z"}} 2018-07-22 15:52:57,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:52:57,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e6920f-4a87-46a9-9230-5b1bd7f739cd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:57,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-71e6920f-4a87-46a9-9230-5b1bd7f739cd 2018-07-22 15:52:57,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:57,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:57,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9b546ed9-a122-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:52:57,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b78bf5-ba66-4493-be1e-94aabddd4f9d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9b546ed9-a122-45f-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:52:57,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-9b546ed9-a122-45f-proj used request id req-e3b78bf5-ba66-4493-be1e-94aabddd4f9d 2018-07-22 15:52:57,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:52:57,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34019fd5-7b89-4d6b-a41a-3c15eebfb7c2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:52:57,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-34019fd5-7b89-4d6b-a41a-3c15eebfb7c2 2018-07-22 15:52:57,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj"}}' 2018-07-22 15:52:57,543 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:52:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62ea5bd5-e66d-4763-9180-d3cc516df835 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c"}, "tags": [], "enabled": true, "id": "9f507e0855944a75aae950665229fa4c", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj"}} 2018-07-22 15:52:57,543 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-62ea5bd5-e66d-4763-9180-d3cc516df835 2018-07-22 15:52:57,543 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-9b546ed9-a122-45f-proj 2018-07-22 15:52:57,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:57,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:57,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:52:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["klysIF5XQ-u5MLcoWi60lQ"], "issued_at": "2018-07-22T15:52:57.000000Z"}} 2018-07-22 15:52:57,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64cc6346359785822bad5a395e40bf98cd6b4f93" 2018-07-22 15:52:58,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2f9e07-5cbe-4270-854d-bdd16a62a9dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:58,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7b2f9e07-5cbe-4270-854d-bdd16a62a9dd 2018-07-22 15:52:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:52:58,015 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:52:58,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64cc6346359785822bad5a395e40bf98cd6b4f93" 2018-07-22 15:52:58,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e270602-097f-4a3c-be3c-6c3e6befc01d Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:52:58,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0e270602-097f-4a3c-be3c-6c3e6befc01d 2018-07-22 15:52:58,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-9b546ed9-a122-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64cc6346359785822bad5a395e40bf98cd6b4f93" 2018-07-22 15:52:58,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-122ccf7b-dc9c-40af-b6ba-7af24854f046 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-9b546ed9-a122-45f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c"}, "tags": [], "enabled": true, "id": "9f507e0855944a75aae950665229fa4c", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj"}]} 2018-07-22 15:52:58,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-9b546ed9-a122-45f-proj used request id req-122ccf7b-dc9c-40af-b6ba-7af24854f046 2018-07-22 15:52:58,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64cc6346359785822bad5a395e40bf98cd6b4f93" 2018-07-22 15:52:58,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-714a36ec-98f8-4f92-bf40-89627f00d2a8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:52:58,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-714a36ec-98f8-4f92-bf40-89627f00d2a8 2018-07-22 15:52:58,679 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-9b546ed9-a122-45f-user 2018-07-22 15:52:58,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:58,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:52:58,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6789633-d92a-4b68-b3e8-4159e75d4a76 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:52:58,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a6789633-d92a-4b68-b3e8-4159e75d4a76 2018-07-22 15:52:58,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" -d '{"role": {"name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj-role"}}' 2018-07-22 15:52:58,823 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:52:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b185a3d-e573-40d3-aa13-488844d0aa60 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2bc8ddba0d824315985a367b72aec724", "links": {"self": "http://172.30.9.28:5000/v3/roles/2bc8ddba0d824315985a367b72aec724"}, "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj-role"}} 2018-07-22 15:52:58,823 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-5b185a3d-e573-40d3-aa13-488844d0aa60 2018-07-22 15:52:58,824 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-9b546ed9-a122-45f-proj-role 2018-07-22 15:52:58,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2bc8ddba0d824315985a367b72aec724 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:52:58,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5821774-3136-4009-b655-a3d520277f61 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2bc8ddba0d824315985a367b72aec724", "links": {"self": "http://172.30.9.28:5000/v3/roles/2bc8ddba0d824315985a367b72aec724"}, "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj-role"}} 2018-07-22 15:52:58,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2bc8ddba0d824315985a367b72aec724 used request id req-e5821774-3136-4009-b655-a3d520277f61 2018-07-22 15:52:58,910 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-9b546ed9-a122-45f-proj-role to project CreateNetworkSuccessTests-9b546ed9-a122-45f-proj 2018-07-22 15:52:58,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c/users/6f4dcde455ff4ff88ae014065b0238d5/roles/2bc8ddba0d824315985a367b72aec724 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:52:59,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:52:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bd756d2-e60b-4f5b-83ed-8c07fba07c9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:52:59,045 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c/users/6f4dcde455ff4ff88ae014065b0238d5/roles/2bc8ddba0d824315985a367b72aec724 used request id req-9bd756d2-e60b-4f5b-83ed-8c07fba07c9e 2018-07-22 15:52:59,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:52:59,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:52:59,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2bc8ddba0d824315985a367b72aec724", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj-role"}], "expires_at": "2018-07-22T16:52:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f507e0855944a75aae950665229fa4c", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/9f507e0855944a75aae950665229fa4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/9f507e0855944a75aae950665229fa4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9f507e0855944a75aae950665229fa4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/9f507e0855944a75aae950665229fa4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-user", "id": "6f4dcde455ff4ff88ae014065b0238d5"}, "audit_ids": ["WdyIWi3zSGm5r6ezSqAujQ"], "issued_at": "2018-07-22T15:52:59.000000Z"}} 2018-07-22 15:52:59,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" 2018-07-22 15:52:59,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc72534-1b40-419d-a1c9-66f50c7b3e8a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:52:59,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8dc72534-1b40-419d-a1c9-66f50c7b3e8a 2018-07-22 15:52:59,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" 2018-07-22 15:52:59,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-93a97c68-fa4f-451c-afc6-f33c75b444fe Date: Sun, 22 Jul 2018 15:52:59 GMT RESP BODY: {"networks":[]} 2018-07-22 15:52:59,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net used request id req-93a97c68-fa4f-451c-afc6-f33c75b444fe 2018-07-22 15:52:59,715 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net 2018-07-22 15:52:59,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" -d '{"network": {"mtu": 999, "name": "CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net", "admin_state_up": true}}' 2018-07-22 15:53:00,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-f65a9f20-69a7-4d6f-a606-f4adb10ac182 Date: Sun, 22 Jul 2018 15:53:00 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"9f507e0855944a75aae950665229fa4c","created_at":"2018-07-22T15:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":999,"updated_at":"2018-07-22T15:53:00Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"9f507e0855944a75aae950665229fa4c","id":"1c52370c-f537-43d5-adb4-fe0537afb277","name":"CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net"}} 2018-07-22 15:53:00,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-f65a9f20-69a7-4d6f-a606-f4adb10ac182 2018-07-22 15:53:00,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1c52370c-f537-43d5-adb4-fe0537afb277 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" 2018-07-22 15:53:00,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9b792475-1db9-4897-9b7d-4a481c064687 Date: Sun, 22 Jul 2018 15:53:00 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-07-22T15:53:00Z","tenant_id":"9f507e0855944a75aae950665229fa4c","created_at":"2018-07-22T15:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9f507e0855944a75aae950665229fa4c","id":"1c52370c-f537-43d5-adb4-fe0537afb277","name":"CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net"}]} 2018-07-22 15:53:00,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1c52370c-f537-43d5-adb4-fe0537afb277 used request id req-9b792475-1db9-4897-9b7d-4a481c064687 2018-07-22 15:53:00,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c52370c-f537-43d5-adb4-fe0537afb277 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" 2018-07-22 15:53:00,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-543fed6e-965c-4085-a18f-d30b59e0b064 Date: Sun, 22 Jul 2018 15:53:00 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:53:00,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c52370c-f537-43d5-adb4-fe0537afb277 used request id req-543fed6e-965c-4085-a18f-d30b59e0b064 2018-07-22 15:53:00,617 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-subnet 2018-07-22 15:53:00,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" -d '{"subnets": [{"ip_version": 4, "network_id": "1c52370c-f537-43d5-adb4-fe0537afb277", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-subnet"}]}' 2018-07-22 15:53:01,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f44c55f7-e12a-4c62-920f-2695882076ae Date: Sun, 22 Jul 2018 15:53:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c52370c-f537-43d5-adb4-fe0537afb277","tenant_id":"9f507e0855944a75aae950665229fa4c","created_at":"2018-07-22T15:53:00Z","dns_nameservers":[],"updated_at":"2018-07-22T15:53:00Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9f507e0855944a75aae950665229fa4c","id":"2eaed426-c40d-41df-a805-28a3a02561b7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-subnet"}]} 2018-07-22 15:53:01,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f44c55f7-e12a-4c62-920f-2695882076ae 2018-07-22 15:53:01,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1c52370c-f537-43d5-adb4-fe0537afb277 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" 2018-07-22 15:53:01,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e898fd8d-4ae4-4412-817b-d302d44445ed Date: Sun, 22 Jul 2018 15: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":["2eaed426-c40d-41df-a805-28a3a02561b7"],"updated_at":"2018-07-22T15:53:00Z","tenant_id":"9f507e0855944a75aae950665229fa4c","created_at":"2018-07-22T15:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9f507e0855944a75aae950665229fa4c","id":"1c52370c-f537-43d5-adb4-fe0537afb277","name":"CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net"}]} 2018-07-22 15:53:01,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1c52370c-f537-43d5-adb4-fe0537afb277 used request id req-e898fd8d-4ae4-4412-817b-d302d44445ed 2018-07-22 15:53:01,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c52370c-f537-43d5-adb4-fe0537afb277 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" 2018-07-22 15:53:01,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ecc9d887-6481-4a48-8b4a-08f35a1790b6 Date: Sun, 22 Jul 2018 15:53:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c52370c-f537-43d5-adb4-fe0537afb277","tenant_id":"9f507e0855944a75aae950665229fa4c","created_at":"2018-07-22T15:53:00Z","dns_nameservers":[],"updated_at":"2018-07-22T15:53:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9f507e0855944a75aae950665229fa4c","id":"2eaed426-c40d-41df-a805-28a3a02561b7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-subnet"}]} 2018-07-22 15:53:01,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c52370c-f537-43d5-adb4-fe0537afb277 used request id req-ecc9d887-6481-4a48-8b4a-08f35a1790b6 2018-07-22 15:53:01,368 - OpenStackNetwork - DEBUG - Network [1c52370c-f537-43d5-adb4-fe0537afb277] created successfully 2018-07-22 15:53:01,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:01,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:01,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2bc8ddba0d824315985a367b72aec724", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj-role"}], "expires_at": "2018-07-22T16:53:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f507e0855944a75aae950665229fa4c", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/9f507e0855944a75aae950665229fa4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/9f507e0855944a75aae950665229fa4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9f507e0855944a75aae950665229fa4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/9f507e0855944a75aae950665229fa4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_9f507e0855944a75aae950665229fa4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_9f507e0855944a75aae950665229fa4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-user", "id": "6f4dcde455ff4ff88ae014065b0238d5"}, "audit_ids": ["vbqJm3J3RiO-gzwoVfeYgg"], "issued_at": "2018-07-22T15:53:01.000000Z"}} 2018-07-22 15:53:01,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59910afec63358b1fc9150b1364f558377fd15fe" 2018-07-22 15:53:01,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9c7c48a-782d-47d5-8d7b-bb27dc73c013 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:01,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a9c7c48a-782d-47d5-8d7b-bb27dc73c013 2018-07-22 15:53:01,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59910afec63358b1fc9150b1364f558377fd15fe" 2018-07-22 15:53:02,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-78e0b740-da03-47da-9dfb-19756684a1bc Date: Sun, 22 Jul 2018 15:53: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":["2eaed426-c40d-41df-a805-28a3a02561b7"],"updated_at":"2018-07-22T15:53:00Z","tenant_id":"9f507e0855944a75aae950665229fa4c","created_at":"2018-07-22T15:52:59Z","tags":[],"ipv6_address_scope":null,"mtu":999,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9f507e0855944a75aae950665229fa4c","id":"1c52370c-f537-43d5-adb4-fe0537afb277","name":"CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net"}]} 2018-07-22 15:53:02,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net used request id req-78e0b740-da03-47da-9dfb-19756684a1bc 2018-07-22 15:53:02,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:02,267 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:02,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59910afec63358b1fc9150b1364f558377fd15fe" 2018-07-22 15:53:02,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dccbf571-5403-4eb0-a125-7382d6ca2aa0 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9f507e0855944a75aae950665229fa4c", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj"}} 2018-07-22 15:53:02,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c used request id req-dccbf571-5403-4eb0-a125-7382d6ca2aa0 2018-07-22 15:53:02,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c52370c-f537-43d5-adb4-fe0537afb277 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59910afec63358b1fc9150b1364f558377fd15fe" 2018-07-22 15:53:02,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b773b07b-d230-42dc-88df-119befa43888 Date: Sun, 22 Jul 2018 15:53:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c52370c-f537-43d5-adb4-fe0537afb277","tenant_id":"9f507e0855944a75aae950665229fa4c","created_at":"2018-07-22T15:53:00Z","dns_nameservers":[],"updated_at":"2018-07-22T15:53:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9f507e0855944a75aae950665229fa4c","id":"2eaed426-c40d-41df-a805-28a3a02561b7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-subnet"}]} 2018-07-22 15:53:02,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c52370c-f537-43d5-adb4-fe0537afb277 used request id req-b773b07b-d230-42dc-88df-119befa43888 2018-07-22 15:53:02,396 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-subnet 2018-07-22 15:53:02,396 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-subnet 2018-07-22 15:53:02,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/2eaed426-c40d-41df-a805-28a3a02561b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" 2018-07-22 15:53:03,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-376ecd78-bdb4-417d-9171-dda8ad13fa28 Date: Sun, 22 Jul 2018 15:53:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:53:03,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2eaed426-c40d-41df-a805-28a3a02561b7 used request id req-376ecd78-bdb4-417d-9171-dda8ad13fa28 2018-07-22 15:53:03,692 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b0ce838a-d8ed-4b94-8f2b-b688669301dc-pub-net 2018-07-22 15:53:03,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/1c52370c-f537-43d5-adb4-fe0537afb277 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c14e743b7cc93a0621ce204876dc40f6232494f" 2018-07-22 15:53:04,801 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1abcef6e-6dd3-44b8-880d-1ae3579f3ff8 Date: Sun, 22 Jul 2018 15:53:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:53:04,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1c52370c-f537-43d5-adb4-fe0537afb277 used request id req-1abcef6e-6dd3-44b8-880d-1ae3579f3ff8 2018-07-22 15:53:04,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-22decba4-0e42-40a2-8882-3c8f1e56e00b Date: Sun, 22 Jul 2018 15:53:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f507e0855944a75aae950665229fa4c", "created_at": "2018-07-22T15:52:59Z", "updated_at": "2018-07-22T15:52:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:59Z", "revision_number": 0, "id": "56326986-21bb-48cc-ae5b-5603a06850eb", "remote_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:59Z", "security_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "tenant_id": "9f507e0855944a75aae950665229fa4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f507e0855944a75aae950665229fa4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:59Z", "revision_number": 0, "id": "6ae1ecee-5a0a-4d59-829b-1f8d3065f735", "remote_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:59Z", "security_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "tenant_id": "9f507e0855944a75aae950665229fa4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f507e0855944a75aae950665229fa4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:59Z", "revision_number": 0, "id": "96dd44af-e69a-4a88-a01a-a083b5628b2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:59Z", "security_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "tenant_id": "9f507e0855944a75aae950665229fa4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f507e0855944a75aae950665229fa4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:52:59Z", "revision_number": 0, "id": "dd04f73f-4975-4e91-a1ad-6d01c591659a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:52:59Z", "security_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "tenant_id": "9f507e0855944a75aae950665229fa4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f507e0855944a75aae950665229fa4c"}], "revision_number": 4, "project_id": "9f507e0855944a75aae950665229fa4c", "id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:53:05,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-22decba4-0e42-40a2-8882-3c8f1e56e00b 2018-07-22 15:53:05,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a7f7d49-b614-44eb-8143-77d2d51e74e3 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:53:05,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-8a7f7d49-b614-44eb-8143-77d2d51e74e3 2018-07-22 15:53:05,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,214 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ed0624-e69e-40e8-ae44-36887070ecd4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:05,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-82ed0624-e69e-40e8-ae44-36887070ecd4 2018-07-22 15:53:05,214 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:05,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,300 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9904462-41c7-43d1-8807-a0f14ed57b87 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:05,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-b9904462-41c7-43d1-8807-a0f14ed57b87 2018-07-22 15:53:05,300 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:05,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,386 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e326f2d5-faa5-4247-98c5-47ee70857a3c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:05,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-e326f2d5-faa5-4247-98c5-47ee70857a3c 2018-07-22 15:53:05,386 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:05,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08059f7b-1014-43c1-a992-a76c9166916e 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:53:05,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-08059f7b-1014-43c1-a992-a76c9166916e 2018-07-22 15:53:05,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,571 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccc73d28-0ec1-40cf-8f87-ede5aec6bba9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:05,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-ccc73d28-0ec1-40cf-8f87-ede5aec6bba9 2018-07-22 15:53:05,572 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:05,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,660 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24220014-de4a-442c-ad55-1063535cb97a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:05,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-24220014-de4a-442c-ad55-1063535cb97a 2018-07-22 15:53:05,660 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:05,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,747 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd182066-b1aa-4a34-9c1d-66c7bf6e1bb9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:05,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-cd182066-b1aa-4a34-9c1d-66c7bf6e1bb9 2018-07-22 15:53:05,747 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:05,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f19e3eb-04f1-4b0d-80e4-58fb10d62f09 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9f507e0855944a75aae950665229fa4c", "name": "CreateNetworkSuccessTests-9b546ed9-a122-45f-proj"}} 2018-07-22 15:53:05,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c used request id req-6f19e3eb-04f1-4b0d-80e4-58fb10d62f09 2018-07-22 15:53:05,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - faf0f2fb-dd26-465d-a70b-79c158602bf6 2018-07-22 15:53:05,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=faf0f2fb-dd26-465d-a70b-79c158602bf6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:05,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f5e7c930-78e1-4fbb-b661-107476586456 Date: Sun, 22 Jul 2018 15:53:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:59Z", "security_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "port_range_min": null, "revision_number": 0, "tenant_id": "9f507e0855944a75aae950665229fa4c", "created_at": "2018-07-22T15:52:59Z", "project_id": "9f507e0855944a75aae950665229fa4c", "id": "56326986-21bb-48cc-ae5b-5603a06850eb"}, {"remote_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:59Z", "security_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "port_range_min": null, "revision_number": 0, "tenant_id": "9f507e0855944a75aae950665229fa4c", "created_at": "2018-07-22T15:52:59Z", "project_id": "9f507e0855944a75aae950665229fa4c", "id": "6ae1ecee-5a0a-4d59-829b-1f8d3065f735"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:59Z", "security_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "port_range_min": null, "revision_number": 0, "tenant_id": "9f507e0855944a75aae950665229fa4c", "created_at": "2018-07-22T15:52:59Z", "project_id": "9f507e0855944a75aae950665229fa4c", "id": "96dd44af-e69a-4a88-a01a-a083b5628b2f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:52:59Z", "security_group_id": "faf0f2fb-dd26-465d-a70b-79c158602bf6", "port_range_min": null, "revision_number": 0, "tenant_id": "9f507e0855944a75aae950665229fa4c", "created_at": "2018-07-22T15:52:59Z", "project_id": "9f507e0855944a75aae950665229fa4c", "id": "dd04f73f-4975-4e91-a1ad-6d01c591659a"}]} 2018-07-22 15:53:05,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=faf0f2fb-dd26-465d-a70b-79c158602bf6 used request id req-f5e7c930-78e1-4fbb-b661-107476586456 2018-07-22 15:53:05,862 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:53:05,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/faf0f2fb-dd26-465d-a70b-79c158602bf6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:06,001 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ef48c87-39e0-422b-80ec-27739d76ae98 Content-Length: 0 Date: Sun, 22 Jul 2018 15:53:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:53:06,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/faf0f2fb-dd26-465d-a70b-79c158602bf6 used request id req-6ef48c87-39e0-422b-80ec-27739d76ae98 2018-07-22 15:53:06,002 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-9b546ed9-a122-45f-proj 2018-07-22 15:53:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:06,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3e9b5ad-4486-4637-bf6a-94589dd4ee47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:06,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9f507e0855944a75aae950665229fa4c used request id req-d3e9b5ad-4486-4637-bf6a-94589dd4ee47 2018-07-22 15:53:06,245 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-9b546ed9-a122-45f-proj-role 2018-07-22 15:53:06,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/2bc8ddba0d824315985a367b72aec724 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:06,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-336255c6-1aed-4c14-95be-50f779064eda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:06,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2bc8ddba0d824315985a367b72aec724 used request id req-336255c6-1aed-4c14-95be-50f779064eda 2018-07-22 15:53:06,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41790b0b1e6c693667059cf6477a504221911186" 2018-07-22 15:53:06,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27eda146-2dd9-4eea-a322-e7b212d4454a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:06,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-27eda146-2dd9-4eea-a322-e7b212d4454a 2018-07-22 15:53:06,441 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-9b546ed9-a122-45f-user 2018-07-22 15:53:06,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6f4dcde455ff4ff88ae014065b0238d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64cc6346359785822bad5a395e40bf98cd6b4f93" 2018-07-22 15:53:06,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9b7c9a5-4f07-4866-9b05-b3461dea0bfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:06,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6f4dcde455ff4ff88ae014065b0238d5 used request id req-e9b7c9a5-4f07-4866-9b05-b3461dea0bfa 2018-07-22 15:53:06,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:07,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["CI1dg_IOSdWCRqsU_3Cp7Q"], "issued_at": "2018-07-22T15:53:07.000000Z"}} 2018-07-22 15:53:07,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a084778727d3f21213009c3ee068ff0051a548" 2018-07-22 15:53:07,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8438b80-9375-4fa7-b2ba-e5b7d1afbec0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:07,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e8438b80-9375-4fa7-b2ba-e5b7d1afbec0 2018-07-22 15:53:07,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:07,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:07,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ous0Dai7S9GWj3xQBGYf-g"], "issued_at": "2018-07-22T15:53:07.000000Z"}} 2018-07-22 15:53:07,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:07,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d9289a-d074-4e62-a436-a2fc6254e491 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:07,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-26d9289a-d074-4e62-a436-a2fc6254e491 2018-07-22 15:53:07,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:07,555 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:07,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-239cab0c-8b66-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:07,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12dcf703-c81d-41d3-8a7f-ebc4f892589d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-239cab0c-8b66-41d-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:53:07,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-239cab0c-8b66-41d-proj used request id req-12dcf703-c81d-41d3-8a7f-ebc4f892589d 2018-07-22 15:53:07,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:07,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692e6d2d-b252-40f7-bd25-e47c7706a728 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:07,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-692e6d2d-b252-40f7-bd25-e47c7706a728 2018-07-22 15:53:07,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj"}}' 2018-07-22 15:53:07,857 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-996a62c0-0182-446e-a4e5-665906fdd0fe Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/09756bd749494f69a0a944407ef6209d"}, "tags": [], "enabled": true, "id": "09756bd749494f69a0a944407ef6209d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj"}} 2018-07-22 15:53:07,857 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-996a62c0-0182-446e-a4e5-665906fdd0fe 2018-07-22 15:53:07,857 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-239cab0c-8b66-41d-proj 2018-07-22 15:53:07,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:07,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:08,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["83k-qvCxTjS9ZKSaTfvrDA"], "issued_at": "2018-07-22T15:53:08.000000Z"}} 2018-07-22 15:53:08,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec9954e366ed234e46e1a0bf4f068085986a366f" 2018-07-22 15:53:08,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-284d9922-d171-4d12-8a3a-c3675474b559 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:08,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-284d9922-d171-4d12-8a3a-c3675474b559 2018-07-22 15:53:08,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:08,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:08,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec9954e366ed234e46e1a0bf4f068085986a366f" 2018-07-22 15:53:08,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934b4eb6-e696-43bf-bd5d-70f86a4828e7 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:53:08,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-934b4eb6-e696-43bf-bd5d-70f86a4828e7 2018-07-22 15:53:08,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-239cab0c-8b66-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec9954e366ed234e46e1a0bf4f068085986a366f" 2018-07-22 15:53:08,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e652bed3-d878-4510-afb9-cacddee61b24 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-239cab0c-8b66-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/09756bd749494f69a0a944407ef6209d"}, "tags": [], "enabled": true, "id": "09756bd749494f69a0a944407ef6209d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj"}]} 2018-07-22 15:53:08,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-239cab0c-8b66-41d-proj used request id req-e652bed3-d878-4510-afb9-cacddee61b24 2018-07-22 15:53:08,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec9954e366ed234e46e1a0bf4f068085986a366f" 2018-07-22 15:53:08,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a99f502-c5ba-4a16-b432-af68b5ba8d9b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:08,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2a99f502-c5ba-4a16-b432-af68b5ba8d9b 2018-07-22 15:53:08,845 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-239cab0c-8b66-41d-user 2018-07-22 15:53:08,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:08,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:08,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afea4316-5a9b-4973-9977-95474a195ed5 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:08,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-afea4316-5a9b-4973-9977-95474a195ed5 2018-07-22 15:53:08,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" -d '{"role": {"name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role"}}' 2018-07-22 15:53:09,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91498695-21cd-405f-bd09-7c2d0a48b9d5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2a4312720d7a4558a6c3492d6f0b4db4", "links": {"self": "http://172.30.9.28:5000/v3/roles/2a4312720d7a4558a6c3492d6f0b4db4"}, "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role"}} 2018-07-22 15:53:09,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-91498695-21cd-405f-bd09-7c2d0a48b9d5 2018-07-22 15:53:09,042 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role 2018-07-22 15:53:09,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2a4312720d7a4558a6c3492d6f0b4db4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:09,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52755c1-c143-4ca1-af78-5632e1e0ea9d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2a4312720d7a4558a6c3492d6f0b4db4", "links": {"self": "http://172.30.9.28:5000/v3/roles/2a4312720d7a4558a6c3492d6f0b4db4"}, "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role"}} 2018-07-22 15:53:09,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2a4312720d7a4558a6c3492d6f0b4db4 used request id req-a52755c1-c143-4ca1-af78-5632e1e0ea9d 2018-07-22 15:53:09,129 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role to project CreateRouterNegativeTests-239cab0c-8b66-41d-proj 2018-07-22 15:53:09,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/09756bd749494f69a0a944407ef6209d/users/649488d266054d96b8eea5252172ae5a/roles/2a4312720d7a4558a6c3492d6f0b4db4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:09,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb86b156-1eb2-42d5-865f-2b40855c0a7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:09,260 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/09756bd749494f69a0a944407ef6209d/users/649488d266054d96b8eea5252172ae5a/roles/2a4312720d7a4558a6c3492d6f0b4db4 used request id req-bb86b156-1eb2-42d5-865f-2b40855c0a7c 2018-07-22 15:53:09,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:09,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:09,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["TgSwZgdRRyyvMStLH5a3dg"], "issued_at": "2018-07-22T15:53:09.000000Z"}} 2018-07-22 15:53:09,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" 2018-07-22 15:53:09,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d1a556-8d04-4c1e-a622-ead55979c699 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:09,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e0d1a556-8d04-4c1e-a622-ead55979c699 2018-07-22 15:53:09,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" 2018-07-22 15:53:09,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-97f97606-0815-4d7b-a61c-a41ef02d6b09 Date: Sun, 22 Jul 2018 15:53:09 GMT RESP BODY: {"networks":[]} 2018-07-22 15:53:09,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1 used request id req-97f97606-0815-4d7b-a61c-a41ef02d6b09 2018-07-22 15:53:09,902 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1 2018-07-22 15:53:09,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" -d '{"network": {"name": "CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1", "admin_state_up": true}}' 2018-07-22 15:53:10,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-6637b47e-b9eb-4bfe-b29c-1d4c71900718 Date: Sun, 22 Jul 2018 15:53:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"24db5294-4a7c-4707-9c84-65a60be13961","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:53:10Z","is_default":false,"provider:segmentation_id":16,"name":"CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:53:09Z","mtu":1450}} 2018-07-22 15:53:10,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-6637b47e-b9eb-4bfe-b29c-1d4c71900718 2018-07-22 15:53:10,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=24db5294-4a7c-4707-9c84-65a60be13961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" 2018-07-22 15:53:10,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9cef3360-cf58-4bd5-834b-661127395773 Date: Sun, 22 Jul 2018 15:53:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"24db5294-4a7c-4707-9c84-65a60be13961","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:53:10Z","provider:segmentation_id":16,"name":"CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:53:09Z","provider:network_type":"vxlan"}]} 2018-07-22 15:53:10,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=24db5294-4a7c-4707-9c84-65a60be13961 used request id req-9cef3360-cf58-4bd5-834b-661127395773 2018-07-22 15:53:10,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=24db5294-4a7c-4707-9c84-65a60be13961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" 2018-07-22 15:53:10,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a3da5705-cedb-44a0-b326-29dd01111fdd Date: Sun, 22 Jul 2018 15:53:10 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:53:10,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=24db5294-4a7c-4707-9c84-65a60be13961 used request id req-a3da5705-cedb-44a0-b326-29dd01111fdd 2018-07-22 15:53:10,353 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-subnet1 2018-07-22 15:53:10,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" -d '{"subnets": [{"ip_version": 4, "network_id": "24db5294-4a7c-4707-9c84-65a60be13961", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-subnet1"}]}' 2018-07-22 15:53:10,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-c4f0a02c-f469-4d38-b135-1bb67617f17a Date: Sun, 22 Jul 2018 15:53:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24db5294-4a7c-4707-9c84-65a60be13961","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:53:10Z","dns_nameservers":[],"updated_at":"2018-07-22T15:53:10Z","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":"f65ca044e22540bca7d76e49c8ced1bf","id":"30593082-541b-464f-8268-e06054cf6179","subnetpool_id":null,"name":"CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-subnet1"}]} 2018-07-22 15:53:10,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-c4f0a02c-f469-4d38-b135-1bb67617f17a 2018-07-22 15:53:10,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=24db5294-4a7c-4707-9c84-65a60be13961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" 2018-07-22 15:53:10,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 731 X-Openstack-Request-Id: req-49edd75d-af98-4a97-9751-ec96934ec1a8 Date: Sun, 22 Jul 2018 15:53:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"24db5294-4a7c-4707-9c84-65a60be13961","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["30593082-541b-464f-8268-e06054cf6179"],"description":"","tags":[],"updated_at":"2018-07-22T15:53:10Z","provider:segmentation_id":16,"name":"CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:53:09Z","provider:network_type":"vxlan"}]} 2018-07-22 15:53:10,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=24db5294-4a7c-4707-9c84-65a60be13961 used request id req-49edd75d-af98-4a97-9751-ec96934ec1a8 2018-07-22 15:53:10,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=24db5294-4a7c-4707-9c84-65a60be13961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" 2018-07-22 15:53:10,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-3b9b5450-4c78-4252-8754-4500cbee8d3a Date: Sun, 22 Jul 2018 15:53:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24db5294-4a7c-4707-9c84-65a60be13961","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:53:10Z","dns_nameservers":[],"updated_at":"2018-07-22T15:53:10Z","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":"f65ca044e22540bca7d76e49c8ced1bf","id":"30593082-541b-464f-8268-e06054cf6179","subnetpool_id":null,"name":"CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-subnet1"}]} 2018-07-22 15:53:10,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=24db5294-4a7c-4707-9c84-65a60be13961 used request id req-3b9b5450-4c78-4252-8754-4500cbee8d3a 2018-07-22 15:53:10,909 - OpenStackNetwork - DEBUG - Network [24db5294-4a7c-4707-9c84-65a60be13961] created successfully 2018-07-22 15:53:10,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:10,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:11,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4312720d7a4558a6c3492d6f0b4db4", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role"}], "expires_at": "2018-07-22T16:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09756bd749494f69a0a944407ef6209d", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-user", "id": "649488d266054d96b8eea5252172ae5a"}, "audit_ids": ["mYY7FpldQ_uG65xCTQy_CQ"], "issued_at": "2018-07-22T15:53:11.000000Z"}} 2018-07-22 15:53:11,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:11,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aef9024f-b439-4b07-904a-f41072034d18 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:11,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-aef9024f-b439-4b07-904a-f41072034d18 2018-07-22 15:53:11,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:11,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1b857fd7-daa2-49da-bd44-72f2797eb904 Date: Sun, 22 Jul 2018 15:53:11 GMT RESP BODY: {"routers": []} 2018-07-22 15:53:11,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-router&admin_state_up=True used request id req-1b857fd7-daa2-49da-bd44-72f2797eb904 2018-07-22 15:53:11,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:11,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:12,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4312720d7a4558a6c3492d6f0b4db4", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role"}], "expires_at": "2018-07-22T16:53:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09756bd749494f69a0a944407ef6209d", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-user", "id": "649488d266054d96b8eea5252172ae5a"}, "audit_ids": ["ruP-LWy3TCyNyPRxcZQNQw"], "issued_at": "2018-07-22T15:53:12.000000Z"}} 2018-07-22 15:53:12,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}943ee3873e065a91c7e49d46aa16f3b39dfe553d" 2018-07-22 15:53:12,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62aa94f6-b15f-4180-9b7d-b8394faa4148 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:12,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-62aa94f6-b15f-4180-9b7d-b8394faa4148 2018-07-22 15:53:12,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:12,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-cae33d33-9f2b-42b5-9e86-603ecb1f4d92 Date: Sun, 22 Jul 2018 15:53: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 15:53:12,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-cae33d33-9f2b-42b5-9e86-603ecb1f4d92 2018-07-22 15:53:12,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:12,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f07f88f1-a980-4b6b-bf07-5d6a94dce056 Date: Sun, 22 Jul 2018 15:53:12 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:53:12,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-f07f88f1-a980-4b6b-bf07-5d6a94dce056 2018-07-22 15:53:12,462 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-router 2018-07-22 15:53:12,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-router", "admin_state_up": true}}' 2018-07-22 15:53:13,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-ec8e3433-8850-4428-90bb-4db67c82140b Date: Sun, 22 Jul 2018 15:53:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "09756bd749494f69a0a944407ef6209d", "created_at": "2018-07-22T15:53:12Z", "admin_state_up": true, "updated_at": "2018-07-22T15:53:13Z", "revision_number": 2, "routes": [], "project_id": "09756bd749494f69a0a944407ef6209d", "id": "5f3321b9-44ca-45c8-9f3c-5742b474728c", "name": "CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-router"}} 2018-07-22 15:53:13,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-ec8e3433-8850-4428-90bb-4db67c82140b 2018-07-22 15:53:13,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=5f3321b9-44ca-45c8-9f3c-5742b474728c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:13,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9458fffc-86bb-4daf-a86a-e247ca6f8c7a Date: Sun, 22 Jul 2018 15:53:13 GMT RESP BODY: {"ports":[]} 2018-07-22 15:53:13,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=5f3321b9-44ca-45c8-9f3c-5742b474728c used request id req-9458fffc-86bb-4daf-a86a-e247ca6f8c7a 2018-07-22 15:53:13,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:13,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8c18fca5-7d3d-48da-8be8-e8d5a25bb92d Date: Sun, 22 Jul 2018 15:53:13 GMT RESP BODY: {"networks":[]} 2018-07-22 15:53:13,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1 used request id req-8c18fca5-7d3d-48da-8be8-e8d5a25bb92d 2018-07-22 15:53:13,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:13,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d7fedced-c22d-4bed-b4f8-13d58a4e88eb Date: Sun, 22 Jul 2018 15:53:13 GMT RESP BODY: {"ports":[]} 2018-07-22 15:53:13,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-port1&admin_state_up=True used request id req-d7fedced-c22d-4bed-b4f8-13d58a4e88eb 2018-07-22 15:53:13,512 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-port1 for router - CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-router 2018-07-22 15:53:13,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:13,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:13,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4312720d7a4558a6c3492d6f0b4db4", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role"}], "expires_at": "2018-07-22T16:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09756bd749494f69a0a944407ef6209d", "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_09756bd749494f69a0a944407ef6209d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_09756bd749494f69a0a944407ef6209d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-239cab0c-8b66-41d-user", "id": "649488d266054d96b8eea5252172ae5a"}, "audit_ids": ["vzQi18TDRqC13gTkzLLw0w"], "issued_at": "2018-07-22T15:53:13.000000Z"}} 2018-07-22 15:53:13,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}229c8df0d617501931a18f78673714699945549c" 2018-07-22 15:53:13,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-392eaa56-256d-4aa7-a90c-7d674eda94b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:13,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-392eaa56-256d-4aa7-a90c-7d674eda94b3 2018-07-22 15:53:13,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:13,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7f671792-8ff2-49ad-b170-53c686d24aab Date: Sun, 22 Jul 2018 15:53:13 GMT RESP BODY: {"networks":[]} 2018-07-22 15:53:13,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1 used request id req-7f671792-8ff2-49ad-b170-53c686d24aab 2018-07-22 15:53:13,938 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-router 2018-07-22 15:53:13,938 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-router 2018-07-22 15:53:13,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/5f3321b9-44ca-45c8-9f3c-5742b474728c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba74d5bdd28d53604ee5e8518d90d759564e6b13" 2018-07-22 15:53:15,270 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ac5fb57-efc5-4f05-9522-f70bc0e15ab0 Content-Length: 0 Date: Sun, 22 Jul 2018 15:53:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:53:15,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5f3321b9-44ca-45c8-9f3c-5742b474728c used request id req-8ac5fb57-efc5-4f05-9522-f70bc0e15ab0 2018-07-22 15:53:15,271 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-subnet1 2018-07-22 15:53:15,272 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-subnet1 2018-07-22 15:53:15,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/30593082-541b-464f-8268-e06054cf6179 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" 2018-07-22 15:53:16,336 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a122d1f0-0898-4ccf-a176-cfe69aa43a9b Date: Sun, 22 Jul 2018 15:53:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:53:16,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/30593082-541b-464f-8268-e06054cf6179 used request id req-a122d1f0-0898-4ccf-a176-cfe69aa43a9b 2018-07-22 15:53:16,336 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-483a4019-4b29-47d1-89e8-1413b6b7fa6e-pub-net1 2018-07-22 15:53:16,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/24db5294-4a7c-4707-9c84-65a60be13961 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8f37c89bc3857bc4b6740151b0824c98f4e00a" 2018-07-22 15:53:17,504 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2341b926-0587-49bb-b0ca-e7578f7f33b9 Date: Sun, 22 Jul 2018 15:53:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:53:17,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/24db5294-4a7c-4707-9c84-65a60be13961 used request id req-2341b926-0587-49bb-b0ca-e7578f7f33b9 2018-07-22 15:53:17,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:17,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-f8e4dd0f-1225-48d4-99f6-56d10642c40e Date: Sun, 22 Jul 2018 15:53:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:53:17,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f8e4dd0f-1225-48d4-99f6-56d10642c40e 2018-07-22 15:53:17,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:17,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f87812-bff7-40e6-9cd4-272b5d24081d 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:53:17,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-67f87812-bff7-40e6-9cd4-272b5d24081d 2018-07-22 15:53:17,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:17,865 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a02c6bf0-b513-4336-b1a1-6502e7fca188 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:17,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-a02c6bf0-b513-4336-b1a1-6502e7fca188 2018-07-22 15:53:17,865 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:17,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,032 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-081d5ea1-3e96-49d3-b74e-495928b1bd88 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:18,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-081d5ea1-3e96-49d3-b74e-495928b1bd88 2018-07-22 15:53:18,033 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:18,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,111 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f0a34ed-c6f8-4dbb-a38a-56f955bf9771 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:18,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-5f0a34ed-c6f8-4dbb-a38a-56f955bf9771 2018-07-22 15:53:18,112 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:18,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfee18ea-a8a2-4d92-90c6-0b139db4d580 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:53:18,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-cfee18ea-a8a2-4d92-90c6-0b139db4d580 2018-07-22 15:53:18,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,284 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c306cf9-d331-4a35-bc96-55f7c749d863 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:18,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-2c306cf9-d331-4a35-bc96-55f7c749d863 2018-07-22 15:53:18,284 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:18,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,370 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e53501e8-ec44-4909-9479-a63b003489fe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:18,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-e53501e8-ec44-4909-9479-a63b003489fe 2018-07-22 15:53:18,371 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:18,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,458 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b15b8318-bc70-4cac-b210-58fc946ffe65 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:18,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-b15b8318-bc70-4cac-b210-58fc946ffe65 2018-07-22 15:53:18,458 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:18,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,543 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-223c4592-dda7-4bfb-9bf7-de2a73caeba4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:18,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-223c4592-dda7-4bfb-9bf7-de2a73caeba4 2018-07-22 15:53:18,543 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:18,544 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-239cab0c-8b66-41d-proj 2018-07-22 15:53:18,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/09756bd749494f69a0a944407ef6209d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,740 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7117be8-da11-4aaa-8eb1-c98d04cf23f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:18,740 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/09756bd749494f69a0a944407ef6209d used request id req-e7117be8-da11-4aaa-8eb1-c98d04cf23f3 2018-07-22 15:53:18,740 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-239cab0c-8b66-41d-proj-role 2018-07-22 15:53:18,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/2a4312720d7a4558a6c3492d6f0b4db4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98e0137f-8cc9-45f4-83bf-c51481e57807 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:18,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2a4312720d7a4558a6c3492d6f0b4db4 used request id req-98e0137f-8cc9-45f4-83bf-c51481e57807 2018-07-22 15:53:18,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f819b7b91be32e451a42ee5c96682bed7fc7565" 2018-07-22 15:53:18,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00f0ebbc-263c-48d6-ab62-f109547147a5 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:18,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-00f0ebbc-263c-48d6-ab62-f109547147a5 2018-07-22 15:53:18,949 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-239cab0c-8b66-41d-user 2018-07-22 15:53:18,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/649488d266054d96b8eea5252172ae5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec9954e366ed234e46e1a0bf4f068085986a366f" 2018-07-22 15:53:19,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b08a90fb-307f-421d-b582-2f66d94e300c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:19,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/649488d266054d96b8eea5252172ae5a used request id req-b08a90fb-307f-421d-b582-2f66d94e300c 2018-07-22 15:53:19,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:19,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["esFZLOnoTOachaEPKkjBHw"], "issued_at": "2018-07-22T15:53:19.000000Z"}} 2018-07-22 15:53:19,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d5e77dc314cb6a2cf785eb161cf905346b18284" 2018-07-22 15:53:19,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33787a22-6404-4c0b-990f-51bd556935b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:19,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-33787a22-6404-4c0b-990f-51bd556935b2 2018-07-22 15:53:19,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:19,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:19,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["7VHr9fk6Qhetxl-1ahHQVg"], "issued_at": "2018-07-22T15:53:19.000000Z"}} 2018-07-22 15:53:19,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:20,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc0d8c5-36a7-4aeb-8671-6cb9f81f4b6e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:20,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3dc0d8c5-36a7-4aeb-8671-6cb9f81f4b6e 2018-07-22 15:53:20,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:20,055 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:20,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-60238159-3f7f-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:20,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed26f07e-6472-4417-bac9-ec8017105ec1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-60238159-3f7f-455-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:53:20,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-60238159-3f7f-455-proj used request id req-ed26f07e-6472-4417-bac9-ec8017105ec1 2018-07-22 15:53:20,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:20,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df9849d6-b258-4244-8fcb-59571789957f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:20,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-df9849d6-b258-4244-8fcb-59571789957f 2018-07-22 15:53:20,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj"}}' 2018-07-22 15:53:20,278 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d64a775-eb51-4077-bca6-d38a1c9c565d Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b204bba60fb140ac8155b765c0ac4a92"}, "tags": [], "enabled": true, "id": "b204bba60fb140ac8155b765c0ac4a92", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj"}} 2018-07-22 15:53:20,278 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8d64a775-eb51-4077-bca6-d38a1c9c565d 2018-07-22 15:53:20,279 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-60238159-3f7f-455-proj 2018-07-22 15:53:20,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:20,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:20,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["oJtLrST-RTasVfGQOEQsPA"], "issued_at": "2018-07-22T15:53:20.000000Z"}} 2018-07-22 15:53:20,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a451d94a43357907b3a64ae0448657241b6803" 2018-07-22 15:53:20,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a342eb05-60f1-4632-8133-cfd20edcd72a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:20,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a342eb05-60f1-4632-8133-cfd20edcd72a 2018-07-22 15:53:20,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:20,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:20,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a451d94a43357907b3a64ae0448657241b6803" 2018-07-22 15:53:20,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c1e994-c5ee-4d75-8715-14cb0a3035be Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:53:20,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-58c1e994-c5ee-4d75-8715-14cb0a3035be 2018-07-22 15:53:20,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-60238159-3f7f-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a451d94a43357907b3a64ae0448657241b6803" 2018-07-22 15:53:20,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b15fe380-0262-458a-9b20-7e59691244d3 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-60238159-3f7f-455-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b204bba60fb140ac8155b765c0ac4a92"}, "tags": [], "enabled": true, "id": "b204bba60fb140ac8155b765c0ac4a92", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj"}]} 2018-07-22 15:53:20,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-60238159-3f7f-455-proj used request id req-b15fe380-0262-458a-9b20-7e59691244d3 2018-07-22 15:53:20,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a451d94a43357907b3a64ae0448657241b6803" 2018-07-22 15:53:20,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b9dba56-d16c-408a-9585-66f12f3f879d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:20,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7b9dba56-d16c-408a-9585-66f12f3f879d 2018-07-22 15:53:21,428 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-60238159-3f7f-455-user 2018-07-22 15:53:21,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:21,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:21,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84bc2a27-772e-4e42-b9c5-270932118fe5 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:21,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-84bc2a27-772e-4e42-b9c5-270932118fe5 2018-07-22 15:53:21,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" -d '{"role": {"name": "CreateRouterNegativeTests-60238159-3f7f-455-proj-role"}}' 2018-07-22 15:53:21,619 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef02f61c-1d36-4c3c-8f01-d9b0aa957155 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a4b76d2621a34e9798e51d26286126c4", "links": {"self": "http://172.30.9.28:5000/v3/roles/a4b76d2621a34e9798e51d26286126c4"}, "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj-role"}} 2018-07-22 15:53:21,619 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ef02f61c-1d36-4c3c-8f01-d9b0aa957155 2018-07-22 15:53:21,620 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-60238159-3f7f-455-proj-role 2018-07-22 15:53:21,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/a4b76d2621a34e9798e51d26286126c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:21,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a57baad-8a13-4742-8ebf-5bc22fd936aa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a4b76d2621a34e9798e51d26286126c4", "links": {"self": "http://172.30.9.28:5000/v3/roles/a4b76d2621a34e9798e51d26286126c4"}, "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj-role"}} 2018-07-22 15:53:21,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a4b76d2621a34e9798e51d26286126c4 used request id req-3a57baad-8a13-4742-8ebf-5bc22fd936aa 2018-07-22 15:53:21,706 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-60238159-3f7f-455-proj-role to project CreateRouterNegativeTests-60238159-3f7f-455-proj 2018-07-22 15:53:21,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/b204bba60fb140ac8155b765c0ac4a92/users/237a7b0855f642498bf3e71883f00965/roles/a4b76d2621a34e9798e51d26286126c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:21,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d86cafb-7eaf-4056-aba0-8964d777d47e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:21,832 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b204bba60fb140ac8155b765c0ac4a92/users/237a7b0855f642498bf3e71883f00965/roles/a4b76d2621a34e9798e51d26286126c4 used request id req-4d86cafb-7eaf-4056-aba0-8964d777d47e 2018-07-22 15:53:21,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:21,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:22,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a4b76d2621a34e9798e51d26286126c4", "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj-role"}], "expires_at": "2018-07-22T16:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b204bba60fb140ac8155b765c0ac4a92", "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/b204bba60fb140ac8155b765c0ac4a92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/b204bba60fb140ac8155b765c0ac4a92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-60238159-3f7f-455-user", "id": "237a7b0855f642498bf3e71883f00965"}, "audit_ids": ["b0JEmeIxR3qwk2cJHDOYrQ"], "issued_at": "2018-07-22T15:53:22.000000Z"}} 2018-07-22 15:53:22,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e08f085a44c9907869f861818c15324ce1f9868" 2018-07-22 15:53:22,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcecc4ba-6aa8-44b7-a7c7-94a82f9998d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:22,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-bcecc4ba-6aa8-44b7-a7c7-94a82f9998d8 2018-07-22 15:53:22,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterNegativeTests-23acf292-908b-43df-8711-b894ce3de4de-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e08f085a44c9907869f861818c15324ce1f9868" 2018-07-22 15:53:22,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-231bda7c-062b-4a75-b264-e8eed5299f94 Date: Sun, 22 Jul 2018 15:53:22 GMT RESP BODY: {"routers": []} 2018-07-22 15:53:22,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterNegativeTests-23acf292-908b-43df-8711-b894ce3de4de-pub-router&admin_state_up=True used request id req-231bda7c-062b-4a75-b264-e8eed5299f94 2018-07-22 15:53:22,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:22,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:23,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a4b76d2621a34e9798e51d26286126c4", "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj-role"}], "expires_at": "2018-07-22T16:53:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b204bba60fb140ac8155b765c0ac4a92", "name": "CreateRouterNegativeTests-60238159-3f7f-455-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/b204bba60fb140ac8155b765c0ac4a92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/b204bba60fb140ac8155b765c0ac4a92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_b204bba60fb140ac8155b765c0ac4a92", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_b204bba60fb140ac8155b765c0ac4a92", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-60238159-3f7f-455-user", "id": "237a7b0855f642498bf3e71883f00965"}, "audit_ids": ["1cgWeK6KQ-6ZUHMbLtu-Ng"], "issued_at": "2018-07-22T15:53:23.000000Z"}} 2018-07-22 15:53:23,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e898d6b2b8ce77cd583612abf2ed6f0977fbf53" 2018-07-22 15:53:23,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52b1105-8f2a-4961-9c52-d9520a0a2bd4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:23,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e52b1105-8f2a-4961-9c52-d9520a0a2bd4 2018-07-22 15:53:23,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e08f085a44c9907869f861818c15324ce1f9868" 2018-07-22 15:53:23,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1019b957-bdc7-447c-b07a-90060b79fc18 Date: Sun, 22 Jul 2018 15:53:23 GMT RESP BODY: {"networks":[]} 2018-07-22 15:53:23,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=Invalid_name used request id req-1019b957-bdc7-447c-b07a-90060b79fc18 2018-07-22 15:53:23,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:23,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-1a1e130d-e61f-4666-aa53-7e54fa5ceee5 Date: Sun, 22 Jul 2018 15:53:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:53:23,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1a1e130d-e61f-4666-aa53-7e54fa5ceee5 2018-07-22 15:53:23,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:23,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-503be438-8a6e-4ec4-9628-d53bdef8c672 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:53:23,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-503be438-8a6e-4ec4-9628-d53bdef8c672 2018-07-22 15:53:23,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:23,672 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-154f0987-2d49-4976-920d-5a9c5fabcecc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:23,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-154f0987-2d49-4976-920d-5a9c5fabcecc 2018-07-22 15:53:23,673 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:23,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:23,758 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f810168-7baf-4deb-9694-77972a1e091e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:23,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-6f810168-7baf-4deb-9694-77972a1e091e 2018-07-22 15:53:23,759 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:23,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:23,842 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23a7f1d7-625e-4e90-9848-73e936d19474 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:23,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-23a7f1d7-625e-4e90-9848-73e936d19474 2018-07-22 15:53:23,842 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:23,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:23,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d291ccd-4e0c-4a4d-a6ae-f58b53b9df3c 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:53:23,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-6d291ccd-4e0c-4a4d-a6ae-f58b53b9df3c 2018-07-22 15:53:23,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:24,014 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfa1d1bc-4ff2-4950-9221-11162e1c0aed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:24,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-cfa1d1bc-4ff2-4950-9221-11162e1c0aed 2018-07-22 15:53:24,014 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:24,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:24,101 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f94cd92a-8275-43a8-9b25-10f8c1c0454b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:24,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-f94cd92a-8275-43a8-9b25-10f8c1c0454b 2018-07-22 15:53:24,101 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:24,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:24,194 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ceeed2cf-8c0d-4ac1-9536-9578a99e07e2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:24,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-ceeed2cf-8c0d-4ac1-9536-9578a99e07e2 2018-07-22 15:53:24,194 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:24,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:24,280 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-008470a4-ee06-4c15-81b1-d240c11635de Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:24,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-008470a4-ee06-4c15-81b1-d240c11635de 2018-07-22 15:53:24,280 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:24,281 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-60238159-3f7f-455-proj 2018-07-22 15:53:24,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/b204bba60fb140ac8155b765c0ac4a92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:24,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2347542-5682-4b89-94a2-748e3c8c5607 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:24,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b204bba60fb140ac8155b765c0ac4a92 used request id req-f2347542-5682-4b89-94a2-748e3c8c5607 2018-07-22 15:53:24,505 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-60238159-3f7f-455-proj-role 2018-07-22 15:53:24,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/a4b76d2621a34e9798e51d26286126c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:24,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94986767-4327-4cb9-9383-291782737004 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:24,607 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a4b76d2621a34e9798e51d26286126c4 used request id req-94986767-4327-4cb9-9383-291782737004 2018-07-22 15:53:24,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a51c8b045523c5a82c6bef3e4a5e087ecd77d0" 2018-07-22 15:53:24,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da981bf-50fe-424d-8896-84bf81989c88 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:24,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5da981bf-50fe-424d-8896-84bf81989c88 2018-07-22 15:53:24,782 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-60238159-3f7f-455-user 2018-07-22 15:53:24,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/237a7b0855f642498bf3e71883f00965 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a451d94a43357907b3a64ae0448657241b6803" 2018-07-22 15:53:24,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f92847e-85e2-45f3-bfca-385054748aec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:24,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/237a7b0855f642498bf3e71883f00965 used request id req-2f92847e-85e2-45f3-bfca-385054748aec 2018-07-22 15:53:24,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:25,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["mBijDmHAQ2GiFLsKYt4rlw"], "issued_at": "2018-07-22T15:53:25.000000Z"}} 2018-07-22 15:53:25,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460608b5b9042a20d420b975d6243f611f73e827" 2018-07-22 15:53:25,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c94ccbdd-5da8-4bff-932b-3ebd99565965 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:25,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c94ccbdd-5da8-4bff-932b-3ebd99565965 2018-07-22 15:53:25,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:25,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:25,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["RR_JwhDOSIW5ua3NnW3UDw"], "issued_at": "2018-07-22T15:53:25.000000Z"}} 2018-07-22 15:53:25,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:25,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f20cf2-afcd-4ed1-8c8b-3025f36ffaab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:25,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c5f20cf2-afcd-4ed1-8c8b-3025f36ffaab 2018-07-22 15:53:25,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:25,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:25,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-afc278ca-14f5-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:26,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47dc5a0-cfa1-4f10-b1b7-7d926afa89b0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-afc278ca-14f5-41b-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:53:26,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-afc278ca-14f5-41b-proj used request id req-d47dc5a0-cfa1-4f10-b1b7-7d926afa89b0 2018-07-22 15:53:26,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:26,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d96ccf-0fed-4702-bf99-7577da0bfebd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:26,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-61d96ccf-0fed-4702-bf99-7577da0bfebd 2018-07-22 15:53:26,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-afc278ca-14f5-41b-proj"}}' 2018-07-22 15:53:26,160 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8699d185-9051-4a82-a446-8e6a8e91f2da Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8dc1e1b08afd49e1a566f3b50e9af31d"}, "tags": [], "enabled": true, "id": "8dc1e1b08afd49e1a566f3b50e9af31d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-afc278ca-14f5-41b-proj"}} 2018-07-22 15:53:26,161 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8699d185-9051-4a82-a446-8e6a8e91f2da 2018-07-22 15:53:26,161 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-afc278ca-14f5-41b-proj 2018-07-22 15:53:26,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:26,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:26,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["PRLVHqpwR-u6VdQNI7Weng"], "issued_at": "2018-07-22T15:53:26.000000Z"}} 2018-07-22 15:53:26,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196f533489efae8a50ebb46626775fd84b6d18b1" 2018-07-22 15:53:26,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-113a68f6-7e15-4de7-9df9-ff0ecbfce68a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:26,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-113a68f6-7e15-4de7-9df9-ff0ecbfce68a 2018-07-22 15:53:26,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:26,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:26,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196f533489efae8a50ebb46626775fd84b6d18b1" 2018-07-22 15:53:26,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-237c61f5-1ab3-43f6-9942-06b6e377be91 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:53:26,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-237c61f5-1ab3-43f6-9942-06b6e377be91 2018-07-22 15:53:26,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-afc278ca-14f5-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196f533489efae8a50ebb46626775fd84b6d18b1" 2018-07-22 15:53:26,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85531db8-6682-474b-b635-364c145e18d8 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-afc278ca-14f5-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8dc1e1b08afd49e1a566f3b50e9af31d"}, "tags": [], "enabled": true, "id": "8dc1e1b08afd49e1a566f3b50e9af31d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-afc278ca-14f5-41b-proj"}]} 2018-07-22 15:53:26,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-afc278ca-14f5-41b-proj used request id req-85531db8-6682-474b-b635-364c145e18d8 2018-07-22 15:53:26,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196f533489efae8a50ebb46626775fd84b6d18b1" 2018-07-22 15:53:26,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d66a02-03dc-4bf0-a809-e7d3f7f8ea64 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:26,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-21d66a02-03dc-4bf0-a809-e7d3f7f8ea64 2018-07-22 15:53:27,298 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-afc278ca-14f5-41b-user 2018-07-22 15:53:27,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:27,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:27,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03eb2402-7bc2-4e33-8ef5-ff83779af895 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:27,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-03eb2402-7bc2-4e33-8ef5-ff83779af895 2018-07-22 15:53:27,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" -d '{"role": {"name": "CreateRouterNegativeTests-afc278ca-14f5-41b-proj-role"}}' 2018-07-22 15:53:27,424 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c44d876-284e-4466-94c1-4ba09cb9a3fd Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59f69a5ab6ec433ca6977285fc66b54e", "links": {"self": "http://172.30.9.28:5000/v3/roles/59f69a5ab6ec433ca6977285fc66b54e"}, "name": "CreateRouterNegativeTests-afc278ca-14f5-41b-proj-role"}} 2018-07-22 15:53:27,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4c44d876-284e-4466-94c1-4ba09cb9a3fd 2018-07-22 15:53:27,424 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-afc278ca-14f5-41b-proj-role 2018-07-22 15:53:27,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/59f69a5ab6ec433ca6977285fc66b54e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:27,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af776bfa-54d7-4024-950c-dbb1a4bf26af Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59f69a5ab6ec433ca6977285fc66b54e", "links": {"self": "http://172.30.9.28:5000/v3/roles/59f69a5ab6ec433ca6977285fc66b54e"}, "name": "CreateRouterNegativeTests-afc278ca-14f5-41b-proj-role"}} 2018-07-22 15:53:27,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/59f69a5ab6ec433ca6977285fc66b54e used request id req-af776bfa-54d7-4024-950c-dbb1a4bf26af 2018-07-22 15:53:27,511 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-afc278ca-14f5-41b-proj-role to project CreateRouterNegativeTests-afc278ca-14f5-41b-proj 2018-07-22 15:53:27,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8dc1e1b08afd49e1a566f3b50e9af31d/users/7f4c9ebeb9fe456ca3a8b8ce56431943/roles/59f69a5ab6ec433ca6977285fc66b54e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:27,640 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92f5a69a-1760-493b-926d-2e6fc1509153 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:27,640 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8dc1e1b08afd49e1a566f3b50e9af31d/users/7f4c9ebeb9fe456ca3a8b8ce56431943/roles/59f69a5ab6ec433ca6977285fc66b54e used request id req-92f5a69a-1760-493b-926d-2e6fc1509153 2018-07-22 15:53:27,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:27,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-a0e50f6b-9718-4652-82ce-7d274da6fa7f Date: Sun, 22 Jul 2018 15:53:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:53:27,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-a0e50f6b-9718-4652-82ce-7d274da6fa7f 2018-07-22 15:53:27,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a29b85-6806-458f-9562-b87fc8fccc71 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:53:28,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-a5a29b85-6806-458f-9562-b87fc8fccc71 2018-07-22 15:53:28,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,142 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9407dc88-1cc2-40fa-81ac-7038d1ac30aa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:28,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-9407dc88-1cc2-40fa-81ac-7038d1ac30aa 2018-07-22 15:53:28,143 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:28,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,224 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa7c583b-deb2-43ee-9a49-39484f804e3e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:28,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-aa7c583b-deb2-43ee-9a49-39484f804e3e 2018-07-22 15:53:28,224 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:28,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,326 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e0b12b5-caa6-4bbf-bc91-6ad2943e0baa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:28,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-9e0b12b5-caa6-4bbf-bc91-6ad2943e0baa 2018-07-22 15:53:28,326 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:28,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3517a4be-24cd-478f-b940-9267cb599982 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:53:28,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-3517a4be-24cd-478f-b940-9267cb599982 2018-07-22 15:53:28,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,503 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f81fb98-2080-42bd-91af-92a62cf0a334 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:28,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-7f81fb98-2080-42bd-91af-92a62cf0a334 2018-07-22 15:53:28,503 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:28,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,586 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-622ec042-5911-4137-ba25-ed56d09417a7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:28,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-622ec042-5911-4137-ba25-ed56d09417a7 2018-07-22 15:53:28,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:28,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,671 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2456e5ae-996d-4a5f-89b0-54e7c6d23b36 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:28,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-2456e5ae-996d-4a5f-89b0-54e7c6d23b36 2018-07-22 15:53:28,672 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:28,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,753 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b9359cb-0c57-468f-a2f1-2ee80bc2bc72 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:28,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-2b9359cb-0c57-468f-a2f1-2ee80bc2bc72 2018-07-22 15:53:28,754 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:28,755 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-afc278ca-14f5-41b-proj 2018-07-22 15:53:28,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8dc1e1b08afd49e1a566f3b50e9af31d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:28,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-268dfba3-fb40-486e-acf4-be05385cd751 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:28,955 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8dc1e1b08afd49e1a566f3b50e9af31d used request id req-268dfba3-fb40-486e-acf4-be05385cd751 2018-07-22 15:53:28,956 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-afc278ca-14f5-41b-proj-role 2018-07-22 15:53:28,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/59f69a5ab6ec433ca6977285fc66b54e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:29,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53027363-c337-4a94-bf96-c47776c80a63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:29,076 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/59f69a5ab6ec433ca6977285fc66b54e used request id req-53027363-c337-4a94-bf96-c47776c80a63 2018-07-22 15:53:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245422ff678da4c9139514d6980d39c4492e5810" 2018-07-22 15:53:29,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eef5669-1bba-4752-9f3a-4f36d02d850b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:29,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4eef5669-1bba-4752-9f3a-4f36d02d850b 2018-07-22 15:53:29,163 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-afc278ca-14f5-41b-user 2018-07-22 15:53:29,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7f4c9ebeb9fe456ca3a8b8ce56431943 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196f533489efae8a50ebb46626775fd84b6d18b1" 2018-07-22 15:53:29,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4bf07be-d223-42f4-9d0a-49ab23cf6970 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:29,334 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7f4c9ebeb9fe456ca3a8b8ce56431943 used request id req-d4bf07be-d223-42f4-9d0a-49ab23cf6970 2018-07-22 15:53:29,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:29,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["LD7nu_HDTmCAKFBX2EHtMQ"], "issued_at": "2018-07-22T15:53:29.000000Z"}} 2018-07-22 15:53:29,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e2a25556ede24de153c961b1095db4230c097d1" 2018-07-22 15:53:29,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c87215d-1e83-42d4-aa4b-c6603cfafc69 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:29,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6c87215d-1e83-42d4-aa4b-c6603cfafc69 2018-07-22 15:53:29,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:29,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:30,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["BTSvUWN9RsGzgZ9XpmQkmg"], "issued_at": "2018-07-22T15:53:30.000000Z"}} 2018-07-22 15:53:30,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:30,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07c4839-a302-465b-8925-b835c8ca544e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:30,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f07c4839-a302-465b-8925-b835c8ca544e 2018-07-22 15:53:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:30,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:30,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4b49d583-80ca-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:30,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f37bdb-b701-4067-9477-6404a8228e17 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4b49d583-80ca-4d9-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:53:30,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4b49d583-80ca-4d9-proj used request id req-c5f37bdb-b701-4067-9477-6404a8228e17 2018-07-22 15:53:30,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:30,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a15d30c-941b-47d4-b491-40e0cfb33c98 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:30,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5a15d30c-941b-47d4-b491-40e0cfb33c98 2018-07-22 15:53:30,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-4b49d583-80ca-4d9-proj"}}' 2018-07-22 15:53:30,509 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2c7cba4-bee0-4224-831b-e2b36d203efc Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8fd252505dd4561bcb7aa0c88db9f4d"}, "tags": [], "enabled": true, "id": "c8fd252505dd4561bcb7aa0c88db9f4d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-4b49d583-80ca-4d9-proj"}} 2018-07-22 15:53:30,509 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e2c7cba4-bee0-4224-831b-e2b36d203efc 2018-07-22 15:53:30,509 - keystone_utils - INFO - Created project with name - CreateQoSTests-4b49d583-80ca-4d9-proj 2018-07-22 15:53:30,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:30,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:30,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ZlRRNAnbRjeHAeV3AqkMxw"], "issued_at": "2018-07-22T15:53:30.000000Z"}} 2018-07-22 15:53:30,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0628818f165e12e2bc497df098a7e8fb4514918d" 2018-07-22 15:53:30,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd3d48f1-34ac-4392-832e-ee36c5664792 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:30,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dd3d48f1-34ac-4392-832e-ee36c5664792 2018-07-22 15:53:30,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:30,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:30,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0628818f165e12e2bc497df098a7e8fb4514918d" 2018-07-22 15:53:31,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168ddeb6-361a-4f93-bf81-99012617b2ec Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:53:31,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-168ddeb6-361a-4f93-bf81-99012617b2ec 2018-07-22 15:53:31,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-4b49d583-80ca-4d9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0628818f165e12e2bc497df098a7e8fb4514918d" 2018-07-22 15:53:31,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eacd2d5a-cba5-49b4-bd27-83cfdb121ef6 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-4b49d583-80ca-4d9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8fd252505dd4561bcb7aa0c88db9f4d"}, "tags": [], "enabled": true, "id": "c8fd252505dd4561bcb7aa0c88db9f4d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-4b49d583-80ca-4d9-proj"}]} 2018-07-22 15:53:31,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-4b49d583-80ca-4d9-proj used request id req-eacd2d5a-cba5-49b4-bd27-83cfdb121ef6 2018-07-22 15:53:31,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0628818f165e12e2bc497df098a7e8fb4514918d" 2018-07-22 15:53:31,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7582610-ce2a-4b5a-855b-b9e195838994 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:31,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b7582610-ce2a-4b5a-855b-b9e195838994 2018-07-22 15:53:31,483 - keystone_utils - INFO - Created user with name - CreateQoSTests-4b49d583-80ca-4d9-user 2018-07-22 15:53:31,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:31,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:31,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00851afe-acf4-47f9-b5f3-303e4a998e11 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:31,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-00851afe-acf4-47f9-b5f3-303e4a998e11 2018-07-22 15:53:31,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" -d '{"role": {"name": "CreateQoSTests-4b49d583-80ca-4d9-proj-role"}}' 2018-07-22 15:53:31,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21936eb0-0617-4b9c-b86f-4962a64a4bb6 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1695ba7afd52432082030dd8c0a86f09", "links": {"self": "http://172.30.9.28:5000/v3/roles/1695ba7afd52432082030dd8c0a86f09"}, "name": "CreateQoSTests-4b49d583-80ca-4d9-proj-role"}} 2018-07-22 15:53:31,674 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-21936eb0-0617-4b9c-b86f-4962a64a4bb6 2018-07-22 15:53:31,675 - keystone_utils - INFO - Created role with name - CreateQoSTests-4b49d583-80ca-4d9-proj-role 2018-07-22 15:53:31,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/1695ba7afd52432082030dd8c0a86f09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:31,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177f1dc7-7737-4cbb-a499-d7dbc7ff4e28 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1695ba7afd52432082030dd8c0a86f09", "links": {"self": "http://172.30.9.28:5000/v3/roles/1695ba7afd52432082030dd8c0a86f09"}, "name": "CreateQoSTests-4b49d583-80ca-4d9-proj-role"}} 2018-07-22 15:53:31,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/1695ba7afd52432082030dd8c0a86f09 used request id req-177f1dc7-7737-4cbb-a499-d7dbc7ff4e28 2018-07-22 15:53:31,758 - keystone_utils - INFO - Granting role CreateQoSTests-4b49d583-80ca-4d9-proj-role to project CreateQoSTests-4b49d583-80ca-4d9-proj 2018-07-22 15:53:31,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c8fd252505dd4561bcb7aa0c88db9f4d/users/61fc2a48c1f743b78ec87e8eef065d10/roles/1695ba7afd52432082030dd8c0a86f09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:31,880 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1247117-7205-48cd-956f-d94017782ea5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:31,880 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c8fd252505dd4561bcb7aa0c88db9f4d/users/61fc2a48c1f743b78ec87e8eef065d10/roles/1695ba7afd52432082030dd8c0a86f09 used request id req-f1247117-7205-48cd-956f-d94017782ea5 2018-07-22 15:53:31,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:31,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:32,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["h04wCryWQ_yoaDXAw4j5aw"], "issued_at": "2018-07-22T15:53:32.000000Z"}} 2018-07-22 15:53:32,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6514c47a0ca07f2624564518eca62ced34d8512" 2018-07-22 15:53:32,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4273fa5-fdc5-4f97-9e0a-b10cc4472e74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:32,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f4273fa5-fdc5-4f97-9e0a-b10cc4472e74 2018-07-22 15:53:32,364 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6514c47a0ca07f2624564518eca62ced34d8512" 2018-07-22 15:53:32,928 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:32 GMT Server: Apache x-compute-request-id: req-7987b599-9d0c-4cb3-ad90-b14975af6102 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7987b599-9d0c-4cb3-ad90-b14975af6102 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-07-22 15:53:32,928 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-7987b599-9d0c-4cb3-ad90-b14975af6102 2018-07-22 15:53:32,932 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7987b599-9d0c-4cb3-ad90-b14975af6102" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6514c47a0ca07f2624564518eca62ced34d8512" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-fd61ba13-ec78-4994-84cb-a562a685e05f"}}' 2018-07-22 15:53:33,503 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:32 GMT Server: Apache x-compute-request-id: req-a5058f08-fd33-4eda-b7d7-61e0bc3770e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5058f08-fd33-4eda-b7d7-61e0bc3770e0 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "2fae7577-7e7d-457f-a58d-6da489dae5cb", "name": "CreateQoSTests-fd61ba13-ec78-4994-84cb-a562a685e05f"}, "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/2fae7577-7e7d-457f-a58d-6da489dae5cb", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/2fae7577-7e7d-457f-a58d-6da489dae5cb", "rel": "bookmark"}]} 2018-07-22 15:53:33,503 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-a5058f08-fd33-4eda-b7d7-61e0bc3770e0 2018-07-22 15:53:33,504 - create_qos - INFO - Created qos with name - CreateQoSTests-fd61ba13-ec78-4994-84cb-a562a685e05f 2018-07-22 15:53:33,507 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e2a25556ede24de153c961b1095db4230c097d1" 2018-07-22 15:53:33,692 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:33 GMT Server: Apache x-compute-request-id: req-c09b340e-5bde-4012-99a6-bdebc71e36bd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c09b340e-5bde-4012-99a6-bdebc71e36bd Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "2fae7577-7e7d-457f-a58d-6da489dae5cb", "name": "CreateQoSTests-fd61ba13-ec78-4994-84cb-a562a685e05f"}]} 2018-07-22 15:53:33,692 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-c09b340e-5bde-4012-99a6-bdebc71e36bd 2018-07-22 15:53:33,693 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-fd61ba13-ec78-4994-84cb-a562a685e05f 2018-07-22 15:53:33,696 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/2fae7577-7e7d-457f-a58d-6da489dae5cb?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09b340e-5bde-4012-99a6-bdebc71e36bd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e2a25556ede24de153c961b1095db4230c097d1" 2018-07-22 15:53:33,893 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:53:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5b066fb3-040b-4351-b534-f2cfd95cccf6 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-07-22 15:53:33,893 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/2fae7577-7e7d-457f-a58d-6da489dae5cb?force=False used request id req-5b066fb3-040b-4351-b534-f2cfd95cccf6 2018-07-22 15:53:33,896 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c09b340e-5bde-4012-99a6-bdebc71e36bd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e2a25556ede24de153c961b1095db4230c097d1" 2018-07-22 15:53:34,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:33 GMT Server: Apache x-compute-request-id: req-f96ad4a7-252e-4a05-85e0-4346d8e66131 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f96ad4a7-252e-4a05-85e0-4346d8e66131 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-07-22 15:53:34,457 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-f96ad4a7-252e-4a05-85e0-4346d8e66131 2018-07-22 15:53:34,458 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-fd61ba13-ec78-4994-84cb-a562a685e05f 2018-07-22 15:53:34,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/2fae7577-7e7d-457f-a58d-6da489dae5cb?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7987b599-9d0c-4cb3-ad90-b14975af6102" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6514c47a0ca07f2624564518eca62ced34d8512" 2018-07-22 15:53:35,018 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-14ee5dc2-7d69-4b49-80ec-954b12a1bb52 x-openstack-request-id: req-14ee5dc2-7d69-4b49-80ec-954b12a1bb52 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 2fae7577-7e7d-457f-a58d-6da489dae5cb.", "code": 404}} 2018-07-22 15:53:35,018 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/2fae7577-7e7d-457f-a58d-6da489dae5cb?force=False used request id req-14ee5dc2-7d69-4b49-80ec-954b12a1bb52 2018-07-22 15:53:35,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-cc146ba4-38cb-447c-be28-742e8e76e3c4 Date: Sun, 22 Jul 2018 15:53:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:53:35,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-cc146ba4-38cb-447c-be28-742e8e76e3c4 2018-07-22 15:53:35,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e087332c-6596-431a-89a9-87fbf367cf29 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:53:35,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-e087332c-6596-431a-89a9-87fbf367cf29 2018-07-22 15:53:35,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,413 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d20458ae-2462-461e-b451-8d5acb3d1072 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:35,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-d20458ae-2462-461e-b451-8d5acb3d1072 2018-07-22 15:53:35,413 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:35,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,490 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-397ca9c5-c971-4977-a902-05b4ed788f3c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:35,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-397ca9c5-c971-4977-a902-05b4ed788f3c 2018-07-22 15:53:35,490 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:35,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,575 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a58b2904-b5ee-41e0-828c-c7a9f28f8f57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:35,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-a58b2904-b5ee-41e0-828c-c7a9f28f8f57 2018-07-22 15:53:35,576 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:35,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ca54e4a-9e9e-4405-9f85-4826cc14060d 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:53:35,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-5ca54e4a-9e9e-4405-9f85-4826cc14060d 2018-07-22 15:53:35,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,744 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e458e4e-5c84-413c-ada1-d072ad8aaf85 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:35,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-7e458e4e-5c84-413c-ada1-d072ad8aaf85 2018-07-22 15:53:35,745 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:35,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,832 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3385fffd-6a9b-4bb5-9b1d-f69d2d4c645b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:35,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-3385fffd-6a9b-4bb5-9b1d-f69d2d4c645b 2018-07-22 15:53:35,833 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:35,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:35,919 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b36143c-b6c9-46e6-a191-695b489be6a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:35,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-4b36143c-b6c9-46e6-a191-695b489be6a2 2018-07-22 15:53:35,919 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:35,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:36,011 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6405a0e8-d5d3-49d9-8fa4-8dfbc53b7809 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:36,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-6405a0e8-d5d3-49d9-8fa4-8dfbc53b7809 2018-07-22 15:53:36,011 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:36,012 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-4b49d583-80ca-4d9-proj 2018-07-22 15:53:36,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c8fd252505dd4561bcb7aa0c88db9f4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:36,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bfbc431-6c76-48dd-8bf2-cee039a15839 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:36,218 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c8fd252505dd4561bcb7aa0c88db9f4d used request id req-9bfbc431-6c76-48dd-8bf2-cee039a15839 2018-07-22 15:53:36,219 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-4b49d583-80ca-4d9-proj-role 2018-07-22 15:53:36,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/1695ba7afd52432082030dd8c0a86f09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:36,321 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aee21d79-7e22-47d8-bfb7-9d405fc76866 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:36,321 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1695ba7afd52432082030dd8c0a86f09 used request id req-aee21d79-7e22-47d8-bfb7-9d405fc76866 2018-07-22 15:53:36,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f291c7f9ccf426817345d95be1f97447b46524" 2018-07-22 15:53:36,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a2d70fc-1bb8-46ec-9487-3cde96033162 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:36,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0a2d70fc-1bb8-46ec-9487-3cde96033162 2018-07-22 15:53:36,408 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-4b49d583-80ca-4d9-user 2018-07-22 15:53:36,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/61fc2a48c1f743b78ec87e8eef065d10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0628818f165e12e2bc497df098a7e8fb4514918d" 2018-07-22 15:53:36,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b577ec-15bf-4958-86ac-d48a16692743 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:36,578 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/61fc2a48c1f743b78ec87e8eef065d10 used request id req-e4b577ec-15bf-4958-86ac-d48a16692743 2018-07-22 15:53:36,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:36,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["TbrgoOlKQ6ygHRm293BDog"], "issued_at": "2018-07-22T15:53:36.000000Z"}} 2018-07-22 15:53:36,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06092eb1094eea2190e0417045c436aa6a366ea" 2018-07-22 15:53:37,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd1a646e-0f35-4481-bd8a-deab00768d01 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:37,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dd1a646e-0f35-4481-bd8a-deab00768d01 2018-07-22 15:53:37,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:37,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:37,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["0AkCz5dBTmCfR8ExHorqfQ"], "issued_at": "2018-07-22T15:53:37.000000Z"}} 2018-07-22 15:53:37,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:37,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e30f897-1b4a-489a-822f-337e34607065 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:37,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8e30f897-1b4a-489a-822f-337e34607065 2018-07-22 15:53:37,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:37,601 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:37,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-974b3be2-1693-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:37,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-490c45db-c3ac-44dc-943f-bd26b7b3b6fc Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-974b3be2-1693-4ce-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:53:37,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-974b3be2-1693-4ce-proj used request id req-490c45db-c3ac-44dc-943f-bd26b7b3b6fc 2018-07-22 15:53:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:37,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f9871f0-15b7-4094-bd19-ef47dc4f41f8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:37,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8f9871f0-15b7-4094-bd19-ef47dc4f41f8 2018-07-22 15:53:37,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-974b3be2-1693-4ce-proj"}}' 2018-07-22 15:53:37,910 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67f0cee7-8f0c-4e52-9a56-bd1fca1e9123 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1b1d54c347114fc0bb3c2193f10b5441"}, "tags": [], "enabled": true, "id": "1b1d54c347114fc0bb3c2193f10b5441", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-974b3be2-1693-4ce-proj"}} 2018-07-22 15:53:37,910 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-67f0cee7-8f0c-4e52-9a56-bd1fca1e9123 2018-07-22 15:53:37,910 - keystone_utils - INFO - Created project with name - CreateQoSTests-974b3be2-1693-4ce-proj 2018-07-22 15:53:37,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:37,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:38,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_iCnPYL8TzOGWSZS7CVotg"], "issued_at": "2018-07-22T15:53:38.000000Z"}} 2018-07-22 15:53:38,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}676bdfb40156d9ab51e1b7866d114bc69172f8bd" 2018-07-22 15:53:38,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1ca570-2bf0-4894-8884-57b1c7d24cd2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:38,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2a1ca570-2bf0-4894-8884-57b1c7d24cd2 2018-07-22 15:53:38,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:38,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:38,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}676bdfb40156d9ab51e1b7866d114bc69172f8bd" 2018-07-22 15:53:38,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76aab612-7ecf-4d90-8d92-b24ca7852492 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:53:38,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-76aab612-7ecf-4d90-8d92-b24ca7852492 2018-07-22 15:53:38,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-974b3be2-1693-4ce-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}676bdfb40156d9ab51e1b7866d114bc69172f8bd" 2018-07-22 15:53:38,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dffca5b-5e07-421e-9312-499d1451fdf0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-974b3be2-1693-4ce-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1b1d54c347114fc0bb3c2193f10b5441"}, "tags": [], "enabled": true, "id": "1b1d54c347114fc0bb3c2193f10b5441", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-974b3be2-1693-4ce-proj"}]} 2018-07-22 15:53:38,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-974b3be2-1693-4ce-proj used request id req-9dffca5b-5e07-421e-9312-499d1451fdf0 2018-07-22 15:53:38,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}676bdfb40156d9ab51e1b7866d114bc69172f8bd" 2018-07-22 15:53:38,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6adb2136-5ad4-4fb0-b286-7f49220495fc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:38,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6adb2136-5ad4-4fb0-b286-7f49220495fc 2018-07-22 15:53:38,958 - keystone_utils - INFO - Created user with name - CreateQoSTests-974b3be2-1693-4ce-user 2018-07-22 15:53:38,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:38,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:39,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f8c91f6-97fb-461b-8ca1-38be52c5ffc9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:39,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3f8c91f6-97fb-461b-8ca1-38be52c5ffc9 2018-07-22 15:53:39,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" -d '{"role": {"name": "CreateQoSTests-974b3be2-1693-4ce-proj-role"}}' 2018-07-22 15:53:39,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbd8d6d5-1506-423a-b04b-af7e333f4453 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "350606a63cd044e99a3ffc0709a3e151", "links": {"self": "http://172.30.9.28:5000/v3/roles/350606a63cd044e99a3ffc0709a3e151"}, "name": "CreateQoSTests-974b3be2-1693-4ce-proj-role"}} 2018-07-22 15:53:39,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-dbd8d6d5-1506-423a-b04b-af7e333f4453 2018-07-22 15:53:39,184 - keystone_utils - INFO - Created role with name - CreateQoSTests-974b3be2-1693-4ce-proj-role 2018-07-22 15:53:39,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/350606a63cd044e99a3ffc0709a3e151 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:39,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff4073fe-bef6-494c-b16b-89f3ce3ee119 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "350606a63cd044e99a3ffc0709a3e151", "links": {"self": "http://172.30.9.28:5000/v3/roles/350606a63cd044e99a3ffc0709a3e151"}, "name": "CreateQoSTests-974b3be2-1693-4ce-proj-role"}} 2018-07-22 15:53:39,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/350606a63cd044e99a3ffc0709a3e151 used request id req-ff4073fe-bef6-494c-b16b-89f3ce3ee119 2018-07-22 15:53:39,281 - keystone_utils - INFO - Granting role CreateQoSTests-974b3be2-1693-4ce-proj-role to project CreateQoSTests-974b3be2-1693-4ce-proj 2018-07-22 15:53:39,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1b1d54c347114fc0bb3c2193f10b5441/users/38fa5d2ce20641d1af879ab9b910b0d4/roles/350606a63cd044e99a3ffc0709a3e151 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:39,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d595bb5-58fb-4abc-97aa-ab5d18f0292d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:39,403 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1b1d54c347114fc0bb3c2193f10b5441/users/38fa5d2ce20641d1af879ab9b910b0d4/roles/350606a63cd044e99a3ffc0709a3e151 used request id req-2d595bb5-58fb-4abc-97aa-ab5d18f0292d 2018-07-22 15:53:39,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:39,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:39,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["5KEtDz1HQnWVuG6DUcJEGw"], "issued_at": "2018-07-22T15:53:39.000000Z"}} 2018-07-22 15:53:39,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f05a3d4c42f32fb1de198e187e11e599a5c6a0" 2018-07-22 15:53:39,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10b910f7-8faf-49c6-8e3e-03c3bd289df7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:39,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-10b910f7-8faf-49c6-8e3e-03c3bd289df7 2018-07-22 15:53:39,880 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f05a3d4c42f32fb1de198e187e11e599a5c6a0" 2018-07-22 15:53:40,443 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:39 GMT Server: Apache x-compute-request-id: req-af06792b-bdc4-4dfc-bace-6546052ea7d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-af06792b-bdc4-4dfc-bace-6546052ea7d4 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-07-22 15:53:40,443 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-af06792b-bdc4-4dfc-bace-6546052ea7d4 2018-07-22 15:53:40,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-af06792b-bdc4-4dfc-bace-6546052ea7d4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f05a3d4c42f32fb1de198e187e11e599a5c6a0" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-0911fc42-7d0f-4d6f-a539-eb841486f8ce"}}' 2018-07-22 15:53:41,061 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:40 GMT Server: Apache x-compute-request-id: req-0f7aa341-7c72-49ac-8d1e-61c36238311e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f7aa341-7c72-49ac-8d1e-61c36238311e Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "010925e1-70d2-4bf6-a928-a0a00068e896", "name": "CreateQoSTests-0911fc42-7d0f-4d6f-a539-eb841486f8ce"}, "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/010925e1-70d2-4bf6-a928-a0a00068e896", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/010925e1-70d2-4bf6-a928-a0a00068e896", "rel": "bookmark"}]} 2018-07-22 15:53:41,061 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-0f7aa341-7c72-49ac-8d1e-61c36238311e 2018-07-22 15:53:41,062 - create_qos - INFO - Created qos with name - CreateQoSTests-0911fc42-7d0f-4d6f-a539-eb841486f8ce 2018-07-22 15:53:41,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06092eb1094eea2190e0417045c436aa6a366ea" 2018-07-22 15:53:41,232 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:41 GMT Server: Apache x-compute-request-id: req-b81e1e2b-88ee-400d-b287-4bb246dfeaac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b81e1e2b-88ee-400d-b287-4bb246dfeaac Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "010925e1-70d2-4bf6-a928-a0a00068e896", "name": "CreateQoSTests-0911fc42-7d0f-4d6f-a539-eb841486f8ce"}]} 2018-07-22 15:53:41,233 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-b81e1e2b-88ee-400d-b287-4bb246dfeaac 2018-07-22 15:53:41,233 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-0911fc42-7d0f-4d6f-a539-eb841486f8ce 2018-07-22 15:53:41,236 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/010925e1-70d2-4bf6-a928-a0a00068e896?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-af06792b-bdc4-4dfc-bace-6546052ea7d4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02f05a3d4c42f32fb1de198e187e11e599a5c6a0" 2018-07-22 15:53:41,425 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:53:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-77d3d144-c444-4625-b927-43c016cfe718 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-07-22 15:53:41,426 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/010925e1-70d2-4bf6-a928-a0a00068e896?force=False used request id req-77d3d144-c444-4625-b927-43c016cfe718 2018-07-22 15:53:41,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:41,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-f5a57c15-b4ab-424f-8f6d-16273dc57ed9 Date: Sun, 22 Jul 2018 15:53:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:53:41,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f5a57c15-b4ab-424f-8f6d-16273dc57ed9 2018-07-22 15:53:41,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:41,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceea9aaa-ca55-487e-8d1e-13530e8282a1 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:53:41,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-ceea9aaa-ca55-487e-8d1e-13530e8282a1 2018-07-22 15:53:41,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:41,770 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-716e98f5-dd6b-49b8-9a1b-645b4ed0c8a4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:41,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-716e98f5-dd6b-49b8-9a1b-645b4ed0c8a4 2018-07-22 15:53:41,771 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:41,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:41,856 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-991ce58e-1882-4be2-9f70-5d817d111be2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:41,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-991ce58e-1882-4be2-9f70-5d817d111be2 2018-07-22 15:53:41,856 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:41,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:41,941 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d57bc35-96fd-4a14-b88a-548f8e1f6c58 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:41,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-7d57bc35-96fd-4a14-b88a-548f8e1f6c58 2018-07-22 15:53:41,941 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:41,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:42,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-815ac05a-5fc0-47c3-98e5-d83c2e62e30b 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:53:42,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-815ac05a-5fc0-47c3-98e5-d83c2e62e30b 2018-07-22 15:53:42,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:42,106 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7267174-62c5-4fc7-b41e-268a6c08cc67 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:42,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-f7267174-62c5-4fc7-b41e-268a6c08cc67 2018-07-22 15:53:42,106 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:42,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:42,191 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-767b1404-def2-40aa-9dc4-bd755d512474 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:42,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-767b1404-def2-40aa-9dc4-bd755d512474 2018-07-22 15:53:42,191 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:42,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:42,278 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-225f3d04-b8b0-477c-a543-0d2896dc0ca1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:42,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-225f3d04-b8b0-477c-a543-0d2896dc0ca1 2018-07-22 15:53:42,278 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:42,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:42,364 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f46ca95b-a31b-4abc-aa59-77c28a951211 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:42,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-f46ca95b-a31b-4abc-aa59-77c28a951211 2018-07-22 15:53:42,364 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:42,365 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-974b3be2-1693-4ce-proj 2018-07-22 15:53:42,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1b1d54c347114fc0bb3c2193f10b5441 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:42,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-485aa22a-050c-4dda-b219-0db4fd9b4c07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:42,562 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1b1d54c347114fc0bb3c2193f10b5441 used request id req-485aa22a-050c-4dda-b219-0db4fd9b4c07 2018-07-22 15:53:42,563 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-974b3be2-1693-4ce-proj-role 2018-07-22 15:53:42,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/350606a63cd044e99a3ffc0709a3e151 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:42,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-171865b4-64cf-42bc-b530-8a27a605b736 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:42,669 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/350606a63cd044e99a3ffc0709a3e151 used request id req-171865b4-64cf-42bc-b530-8a27a605b736 2018-07-22 15:53:42,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0097104cbe329a0ecb4788647f01db0cbbf7fa15" 2018-07-22 15:53:42,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e753c865-7a63-4dd2-84bb-011afeacf7c4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:42,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e753c865-7a63-4dd2-84bb-011afeacf7c4 2018-07-22 15:53:42,755 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-974b3be2-1693-4ce-user 2018-07-22 15:53:42,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/38fa5d2ce20641d1af879ab9b910b0d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}676bdfb40156d9ab51e1b7866d114bc69172f8bd" 2018-07-22 15:53:42,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fd7f152-4df4-4c1c-9e35-70b86209cc3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:42,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/38fa5d2ce20641d1af879ab9b910b0d4 used request id req-5fd7f152-4df4-4c1c-9e35-70b86209cc3f 2018-07-22 15:53:42,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:43,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["UCaPrzECTb2oc_LJM9vcRA"], "issued_at": "2018-07-22T15:53:43.000000Z"}} 2018-07-22 15:53:43,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334e90ac467ec543cc984c96e549dceeaf000593" 2018-07-22 15:53:43,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78282dfa-9e35-4f13-902a-27e3f37f8193 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:43,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-78282dfa-9e35-4f13-902a-27e3f37f8193 2018-07-22 15:53:43,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:43,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:43,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["FIpESn6LRcWaHEWU4p7ETw"], "issued_at": "2018-07-22T15:53:43.000000Z"}} 2018-07-22 15:53:43,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:43,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9391ae51-ec69-4671-a3b5-84925d8c2a4e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:43,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9391ae51-ec69-4671-a3b5-84925d8c2a4e 2018-07-22 15:53:43,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:43,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:43,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-880ed8d0-19eb-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:43,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a891bce5-a2c1-4090-9695-d030f6972510 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-880ed8d0-19eb-447-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:53:43,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-880ed8d0-19eb-447-proj used request id req-a891bce5-a2c1-4090-9695-d030f6972510 2018-07-22 15:53:43,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:44,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3619dc-3bda-42b3-80f5-722fd9f6e564 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:44,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-cc3619dc-3bda-42b3-80f5-722fd9f6e564 2018-07-22 15:53:44,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-880ed8d0-19eb-447-proj"}}' 2018-07-22 15:53:44,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7cd53ed-1cc3-4e7f-b8eb-818c65cecb3c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cbfe75bdf0c54c38bd032ac3247b911b"}, "tags": [], "enabled": true, "id": "cbfe75bdf0c54c38bd032ac3247b911b", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-880ed8d0-19eb-447-proj"}} 2018-07-22 15:53:44,124 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d7cd53ed-1cc3-4e7f-b8eb-818c65cecb3c 2018-07-22 15:53:44,125 - keystone_utils - INFO - Created project with name - CreateQoSTests-880ed8d0-19eb-447-proj 2018-07-22 15:53:44,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:44,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:44,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["wRGCabyHSqKjsTp1FYEn-Q"], "issued_at": "2018-07-22T15:53:44.000000Z"}} 2018-07-22 15:53:44,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c57ec843458b80c1ce79e4b9223ab247770a171" 2018-07-22 15:53:44,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b52aad-9a20-4cae-a1c1-f8f56e96949a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:44,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a1b52aad-9a20-4cae-a1c1-f8f56e96949a 2018-07-22 15:53:44,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:44,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:44,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c57ec843458b80c1ce79e4b9223ab247770a171" 2018-07-22 15:53:44,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac4d320-b880-4a88-bf50-6f104701282e Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:53:44,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3ac4d320-b880-4a88-bf50-6f104701282e 2018-07-22 15:53:44,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-880ed8d0-19eb-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c57ec843458b80c1ce79e4b9223ab247770a171" 2018-07-22 15:53:44,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93c99675-612c-4176-ad85-32f333b63f8f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-880ed8d0-19eb-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cbfe75bdf0c54c38bd032ac3247b911b"}, "tags": [], "enabled": true, "id": "cbfe75bdf0c54c38bd032ac3247b911b", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-880ed8d0-19eb-447-proj"}]} 2018-07-22 15:53:44,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-880ed8d0-19eb-447-proj used request id req-93c99675-612c-4176-ad85-32f333b63f8f 2018-07-22 15:53:44,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c57ec843458b80c1ce79e4b9223ab247770a171" 2018-07-22 15:53:44,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d2412bb-18c2-4803-9626-3d38b78e974f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:44,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1d2412bb-18c2-4803-9626-3d38b78e974f 2018-07-22 15:53:45,162 - keystone_utils - INFO - Created user with name - CreateQoSTests-880ed8d0-19eb-447-user 2018-07-22 15:53:45,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:45,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:45,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26b1c9da-fa56-4cef-a1ae-6a9b443cd8fd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:45,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-26b1c9da-fa56-4cef-a1ae-6a9b443cd8fd 2018-07-22 15:53:45,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" -d '{"role": {"name": "CreateQoSTests-880ed8d0-19eb-447-proj-role"}}' 2018-07-22 15:53:45,354 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ab10050-3b8f-4ac3-b15e-80a596d03d55 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c7d23544e03645ec940066263bc17271", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7d23544e03645ec940066263bc17271"}, "name": "CreateQoSTests-880ed8d0-19eb-447-proj-role"}} 2018-07-22 15:53:45,354 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-8ab10050-3b8f-4ac3-b15e-80a596d03d55 2018-07-22 15:53:45,354 - keystone_utils - INFO - Created role with name - CreateQoSTests-880ed8d0-19eb-447-proj-role 2018-07-22 15:53:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c7d23544e03645ec940066263bc17271 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:45,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e64be273-30aa-45e3-8787-f82eb0a23299 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c7d23544e03645ec940066263bc17271", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7d23544e03645ec940066263bc17271"}, "name": "CreateQoSTests-880ed8d0-19eb-447-proj-role"}} 2018-07-22 15:53:45,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c7d23544e03645ec940066263bc17271 used request id req-e64be273-30aa-45e3-8787-f82eb0a23299 2018-07-22 15:53:45,454 - keystone_utils - INFO - Granting role CreateQoSTests-880ed8d0-19eb-447-proj-role to project CreateQoSTests-880ed8d0-19eb-447-proj 2018-07-22 15:53:45,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cbfe75bdf0c54c38bd032ac3247b911b/users/0052fa00ddaf4a59905a5b359f75b8c4/roles/c7d23544e03645ec940066263bc17271 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:45,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2d81b7d-bb48-4c00-a587-2b502476799e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:45,580 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cbfe75bdf0c54c38bd032ac3247b911b/users/0052fa00ddaf4a59905a5b359f75b8c4/roles/c7d23544e03645ec940066263bc17271 used request id req-c2d81b7d-bb48-4c00-a587-2b502476799e 2018-07-22 15:53:45,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:45,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:45,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ilc8BgUzTo2ULpD8KVWZyw"], "issued_at": "2018-07-22T15:53:45.000000Z"}} 2018-07-22 15:53:45,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}499d1c162e552f832fc764ae87637ae234b41aff" 2018-07-22 15:53:46,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b6d8382-25c1-43cc-9772-1676067da955 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:46,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1b6d8382-25c1-43cc-9772-1676067da955 2018-07-22 15:53:46,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}499d1c162e552f832fc764ae87637ae234b41aff" 2018-07-22 15:53:46,616 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:46 GMT Server: Apache x-compute-request-id: req-3724cfd2-7756-4a58-acfc-009e07be056e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3724cfd2-7756-4a58-acfc-009e07be056e Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-07-22 15:53:46,616 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-3724cfd2-7756-4a58-acfc-009e07be056e 2018-07-22 15:53:46,620 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3724cfd2-7756-4a58-acfc-009e07be056e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}499d1c162e552f832fc764ae87637ae234b41aff" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-1bb1cd8e-a542-4365-9215-14cb224347fb"}}' 2018-07-22 15:53:46,809 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:46 GMT Server: Apache x-compute-request-id: req-66a3a260-9c20-4576-b295-79c83025c9b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66a3a260-9c20-4576-b295-79c83025c9b0 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "f4deb74f-9e49-4d25-9053-960623edbfa4", "name": "CreateQoSTests-1bb1cd8e-a542-4365-9215-14cb224347fb"}, "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/f4deb74f-9e49-4d25-9053-960623edbfa4", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/f4deb74f-9e49-4d25-9053-960623edbfa4", "rel": "bookmark"}]} 2018-07-22 15:53:46,810 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-66a3a260-9c20-4576-b295-79c83025c9b0 2018-07-22 15:53:46,810 - create_qos - INFO - Created qos with name - CreateQoSTests-1bb1cd8e-a542-4365-9215-14cb224347fb 2018-07-22 15:53:46,813 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}334e90ac467ec543cc984c96e549dceeaf000593" 2018-07-22 15:53:47,010 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:46 GMT Server: Apache x-compute-request-id: req-29090e5e-80c9-49e5-a66d-5aa2e738cebd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29090e5e-80c9-49e5-a66d-5aa2e738cebd Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "f4deb74f-9e49-4d25-9053-960623edbfa4", "name": "CreateQoSTests-1bb1cd8e-a542-4365-9215-14cb224347fb"}]} 2018-07-22 15:53:47,010 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-29090e5e-80c9-49e5-a66d-5aa2e738cebd 2018-07-22 15:53:47,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:47,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:47,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-iLvV4eoTFqTYuludms3cA"], "issued_at": "2018-07-22T15:53:47.000000Z"}} 2018-07-22 15:53:47,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ef0b5bd389f26f9ebd2a2813d72ad0d99d4c1" 2018-07-22 15:53:47,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc668a91-1288-4982-ae7c-138f5b87d1f6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:47,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cc668a91-1288-4982-ae7c-138f5b87d1f6 2018-07-22 15:53:47,409 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb4ef0b5bd389f26f9ebd2a2813d72ad0d99d4c1" 2018-07-22 15:53:47,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:47 GMT Server: Apache x-compute-request-id: req-c8c22d44-8d30-41e0-97c0-d25bfaebd23c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8c22d44-8d30-41e0-97c0-d25bfaebd23c Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "f4deb74f-9e49-4d25-9053-960623edbfa4", "name": "CreateQoSTests-1bb1cd8e-a542-4365-9215-14cb224347fb"}]} 2018-07-22 15:53:47,996 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-c8c22d44-8d30-41e0-97c0-d25bfaebd23c 2018-07-22 15:53:47,997 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-1bb1cd8e-a542-4365-9215-14cb224347fb 2018-07-22 15:53:48,000 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/f4deb74f-9e49-4d25-9053-960623edbfa4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3724cfd2-7756-4a58-acfc-009e07be056e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}499d1c162e552f832fc764ae87637ae234b41aff" 2018-07-22 15:53:48,569 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:53:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1bbc7e01-af78-44c0-b02f-38e0f94a0729 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-07-22 15:53:48,570 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/f4deb74f-9e49-4d25-9053-960623edbfa4?force=False used request id req-1bbc7e01-af78-44c0-b02f-38e0f94a0729 2018-07-22 15:53:48,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:48,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-f59fc4bc-aea5-44b6-b66c-a87261e16d14 Date: Sun, 22 Jul 2018 15:53:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:53:48,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f59fc4bc-aea5-44b6-b66c-a87261e16d14 2018-07-22 15:53:48,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:48,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e182c354-4b52-4e61-a3a7-6641313d5f14 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:53:48,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-e182c354-4b52-4e61-a3a7-6641313d5f14 2018-07-22 15:53:48,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:48,897 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26e1e721-5cb7-4c0a-bf9f-f4f9f4646274 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:48,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-26e1e721-5cb7-4c0a-bf9f-f4f9f4646274 2018-07-22 15:53:48,897 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:48,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:48,982 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54bd3cf1-65e8-4dd5-b771-2cb2ab547fa4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:48,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-54bd3cf1-65e8-4dd5-b771-2cb2ab547fa4 2018-07-22 15:53:48,982 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:48,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,062 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-998ec971-2fa4-402d-8208-b6e41800e144 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:49,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-998ec971-2fa4-402d-8208-b6e41800e144 2018-07-22 15:53:49,062 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:49,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c35f71-cb85-4e78-abdf-3c811e2e75bc 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:53:49,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-30c35f71-cb85-4e78-abdf-3c811e2e75bc 2018-07-22 15:53:49,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,232 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f01e6070-822b-46ea-9a39-2d4cbdd3c7f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:49,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-f01e6070-822b-46ea-9a39-2d4cbdd3c7f3 2018-07-22 15:53:49,233 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:49,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,319 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa33830d-db79-4389-9ea9-0c000756093f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:49,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-aa33830d-db79-4389-9ea9-0c000756093f 2018-07-22 15:53:49,319 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:49,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,404 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d7ef761-52c4-4b20-8dc7-0a63a2f7df5c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:49,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-3d7ef761-52c4-4b20-8dc7-0a63a2f7df5c 2018-07-22 15:53:49,405 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:49,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,489 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7915d764-1d66-43d9-934c-5686690098a1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:49,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-7915d764-1d66-43d9-934c-5686690098a1 2018-07-22 15:53:49,489 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:49,490 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-880ed8d0-19eb-447-proj 2018-07-22 15:53:49,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cbfe75bdf0c54c38bd032ac3247b911b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92a11487-9577-4cdc-9779-5d1bcf8216bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:49,683 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cbfe75bdf0c54c38bd032ac3247b911b used request id req-92a11487-9577-4cdc-9779-5d1bcf8216bf 2018-07-22 15:53:49,683 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-880ed8d0-19eb-447-proj-role 2018-07-22 15:53:49,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c7d23544e03645ec940066263bc17271 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71e13e18-2635-4991-8816-f2b3ba1eee78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:49,784 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c7d23544e03645ec940066263bc17271 used request id req-71e13e18-2635-4991-8816-f2b3ba1eee78 2018-07-22 15:53:49,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d1b804f457a3c6c2ba1c2126bef66c2111f56fc" 2018-07-22 15:53:49,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d2fbac2-95d4-4120-b9b3-20f28d6fc7b0 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:49,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2d2fbac2-95d4-4120-b9b3-20f28d6fc7b0 2018-07-22 15:53:49,877 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-880ed8d0-19eb-447-user 2018-07-22 15:53:49,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0052fa00ddaf4a59905a5b359f75b8c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c57ec843458b80c1ce79e4b9223ab247770a171" 2018-07-22 15:53:50,041 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ac5955c-0252-4a4f-bc39-1772ddfd023a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:50,041 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0052fa00ddaf4a59905a5b359f75b8c4 used request id req-2ac5955c-0252-4a4f-bc39-1772ddfd023a 2018-07-22 15:53:50,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:50,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bARUtzA6RRqV19SIkK6TrA"], "issued_at": "2018-07-22T15:53:50.000000Z"}} 2018-07-22 15:53:50,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0ca98f5b7bbd6db9f79ba316bb389261e55d04" 2018-07-22 15:53:50,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b53f27-92d4-4198-bce3-64b03b123f56 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:50,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-72b53f27-92d4-4198-bce3-64b03b123f56 2018-07-22 15:53:50,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:50,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:50,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["HahF1uulTgmSd9rVY5LBXQ"], "issued_at": "2018-07-22T15:53:50.000000Z"}} 2018-07-22 15:53:50,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:50,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d3938da-dde3-4e63-80a0-b0253baa06f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:50,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3d3938da-dde3-4e63-80a0-b0253baa06f8 2018-07-22 15:53:50,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:50,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:50,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:51,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b59b4f-d1a3-4fc9-8491-2cb2e71e8b48 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:53:51,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj used request id req-c1b59b4f-d1a3-4fc9-8491-2cb2e71e8b48 2018-07-22 15:53:51,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:51,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2965977-614d-4ff1-a4f6-288acce26d59 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:51,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a2965977-614d-4ff1-a4f6-288acce26d59 2018-07-22 15:53:51,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj"}}' 2018-07-22 15:53:51,276 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57b40c52-7bed-4998-a544-55f3b7926bfa Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6628d74e447246fc985459e397893348"}, "tags": [], "enabled": true, "id": "6628d74e447246fc985459e397893348", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj"}} 2018-07-22 15:53:51,276 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-57b40c52-7bed-4998-a544-55f3b7926bfa 2018-07-22 15:53:51,277 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj 2018-07-22 15:53:51,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:51,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:51,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["UMLOWwaDT6KXoKl3gZ_ppg"], "issued_at": "2018-07-22T15:53:51.000000Z"}} 2018-07-22 15:53:51,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d5c8d38ad87f036220ca90a79b2c2d6db6242" 2018-07-22 15:53:51,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a61b764-619c-4760-a69e-8cea6c797ac7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:51,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3a61b764-619c-4760-a69e-8cea6c797ac7 2018-07-22 15:53:51,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:51,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:51,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d5c8d38ad87f036220ca90a79b2c2d6db6242" 2018-07-22 15:53:51,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beab8ac6-a8bd-494c-9743-0b31c6c10b32 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:53:51,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-beab8ac6-a8bd-494c-9743-0b31c6c10b32 2018-07-22 15:53:51,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d5c8d38ad87f036220ca90a79b2c2d6db6242" 2018-07-22 15:53:51,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5276dbe6-946a-4dfd-ade2-3aea064db65c Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6628d74e447246fc985459e397893348"}, "tags": [], "enabled": true, "id": "6628d74e447246fc985459e397893348", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj"}]} 2018-07-22 15:53:51,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj used request id req-5276dbe6-946a-4dfd-ade2-3aea064db65c 2018-07-22 15:53:51,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d5c8d38ad87f036220ca90a79b2c2d6db6242" 2018-07-22 15:53:52,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b59bd4-42a5-47b8-8493-3826205f2e1a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:52,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-15b59bd4-42a5-47b8-8493-3826205f2e1a 2018-07-22 15:53:52,444 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-user 2018-07-22 15:53:52,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:52,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:52,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d204a62d-e6c6-4777-b124-45b391d72af6 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:52,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d204a62d-e6c6-4777-b124-45b391d72af6 2018-07-22 15:53:52,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj-role"}}' 2018-07-22 15:53:52,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c18f3641-d1db-4cbd-a646-86fe36bda2e5 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "91e7279635a748fd8dde8dee928c3683", "links": {"self": "http://172.30.9.28:5000/v3/roles/91e7279635a748fd8dde8dee928c3683"}, "name": "CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj-role"}} 2018-07-22 15:53:52,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c18f3641-d1db-4cbd-a646-86fe36bda2e5 2018-07-22 15:53:52,636 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj-role 2018-07-22 15:53:52,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/91e7279635a748fd8dde8dee928c3683 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:52,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abc22c11-02e4-4634-b51f-251923153b2e Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "91e7279635a748fd8dde8dee928c3683", "links": {"self": "http://172.30.9.28:5000/v3/roles/91e7279635a748fd8dde8dee928c3683"}, "name": "CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj-role"}} 2018-07-22 15:53:52,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/91e7279635a748fd8dde8dee928c3683 used request id req-abc22c11-02e4-4634-b51f-251923153b2e 2018-07-22 15:53:52,656 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj-role to project CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj 2018-07-22 15:53:52,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/6628d74e447246fc985459e397893348/users/f97e77fff5a04c5db00f21e052f155fd/roles/91e7279635a748fd8dde8dee928c3683 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:52,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efff41c9-dc8f-48ea-bd24-df9db286d6be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:52,776 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6628d74e447246fc985459e397893348/users/f97e77fff5a04c5db00f21e052f155fd/roles/91e7279635a748fd8dde8dee928c3683 used request id req-efff41c9-dc8f-48ea-bd24-df9db286d6be 2018-07-22 15:53:52,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:52,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:53,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ycZriTJKTheAbPC2xczgGA"], "issued_at": "2018-07-22T15:53:53.000000Z"}} 2018-07-22 15:53:53,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41debf8577cc6b7fae7d747d4fd96c65f28383ba" 2018-07-22 15:53:53,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f2f5b98-91ff-4900-a649-0c1fbde87f54 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:53,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0f2f5b98-91ff-4900-a649-0c1fbde87f54 2018-07-22 15:53:53,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41debf8577cc6b7fae7d747d4fd96c65f28383ba" 2018-07-22 15:53:53,798 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:53 GMT Server: Apache x-compute-request-id: req-659caa68-2325-4b86-87ff-95b6238453d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-659caa68-2325-4b86-87ff-95b6238453d2 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:53:53,799 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-659caa68-2325-4b86-87ff-95b6238453d2 2018-07-22 15:53:53,802 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-659caa68-2325-4b86-87ff-95b6238453d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41debf8577cc6b7fae7d747d4fd96c65f28383ba" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-dc6fc45f-63f0-483c-b6c4-bf1a6b8c57a4", "description": null}}' 2018-07-22 15:53:54,003 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:53 GMT Server: Apache x-compute-request-id: req-7a214ea4-5f6f-43ca-8b39-8b9e9f8dc0b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7a214ea4-5f6f-43ca-8b39-8b9e9f8dc0b2 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-dc6fc45f-63f0-483c-b6c4-bf1a6b8c57a4", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7c9b2b35-0f04-4d9f-aff8-097a87a2c43a", "description": null}} 2018-07-22 15:53:54,003 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types used request id req-7a214ea4-5f6f-43ca-8b39-8b9e9f8dc0b2 2018-07-22 15:53:54,004 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-dc6fc45f-63f0-483c-b6c4-bf1a6b8c57a4 2018-07-22 15:53:54,007 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0ca98f5b7bbd6db9f79ba316bb389261e55d04" 2018-07-22 15:53:54,176 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:54 GMT Server: Apache x-compute-request-id: req-19574828-2c2b-4965-9b18-5ac3795acab4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19574828-2c2b-4965-9b18-5ac3795acab4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-dc6fc45f-63f0-483c-b6c4-bf1a6b8c57a4", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7c9b2b35-0f04-4d9f-aff8-097a87a2c43a", "description": null}]} 2018-07-22 15:53:54,177 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-19574828-2c2b-4965-9b18-5ac3795acab4 2018-07-22 15:53:54,180 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/7c9b2b35-0f04-4d9f-aff8-097a87a2c43a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19574828-2c2b-4965-9b18-5ac3795acab4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0ca98f5b7bbd6db9f79ba316bb389261e55d04" 2018-07-22 15:53:54,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:54 GMT Server: Apache x-compute-request-id: req-f031b81d-a167-41f3-ab1e-b6863c61bcf9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f031b81d-a167-41f3-ab1e-b6863c61bcf9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-dc6fc45f-63f0-483c-b6c4-bf1a6b8c57a4", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7c9b2b35-0f04-4d9f-aff8-097a87a2c43a", "description": null}} 2018-07-22 15:53:54,344 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/7c9b2b35-0f04-4d9f-aff8-097a87a2c43a used request id req-f031b81d-a167-41f3-ab1e-b6863c61bcf9 2018-07-22 15:53:54,347 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/7c9b2b35-0f04-4d9f-aff8-097a87a2c43a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19574828-2c2b-4965-9b18-5ac3795acab4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0ca98f5b7bbd6db9f79ba316bb389261e55d04" 2018-07-22 15:53:54,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:54 GMT Server: Apache x-compute-request-id: req-4b69321e-5e68-4ac9-949b-232da7d2ba7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4b69321e-5e68-4ac9-949b-232da7d2ba7c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-22 15:53:54,512 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/7c9b2b35-0f04-4d9f-aff8-097a87a2c43a/encryption used request id req-4b69321e-5e68-4ac9-949b-232da7d2ba7c 2018-07-22 15:53:54,513 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-dc6fc45f-63f0-483c-b6c4-bf1a6b8c57a4 2018-07-22 15:53:54,515 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/7c9b2b35-0f04-4d9f-aff8-097a87a2c43a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19574828-2c2b-4965-9b18-5ac3795acab4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0ca98f5b7bbd6db9f79ba316bb389261e55d04" 2018-07-22 15:53:54,718 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:53:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-954554d3-6942-47e0-a46a-cffc787fa4be 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-07-22 15:53:54,718 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/7c9b2b35-0f04-4d9f-aff8-097a87a2c43a used request id req-954554d3-6942-47e0-a46a-cffc787fa4be 2018-07-22 15:53:54,721 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19574828-2c2b-4965-9b18-5ac3795acab4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0ca98f5b7bbd6db9f79ba316bb389261e55d04" 2018-07-22 15:53:54,888 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:54 GMT Server: Apache x-compute-request-id: req-85e0524a-8276-4b81-89c8-3c575324976e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-85e0524a-8276-4b81-89c8-3c575324976e Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:53:54,888 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-85e0524a-8276-4b81-89c8-3c575324976e 2018-07-22 15:53:54,889 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-dc6fc45f-63f0-483c-b6c4-bf1a6b8c57a4 2018-07-22 15:53:54,892 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/7c9b2b35-0f04-4d9f-aff8-097a87a2c43a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-659caa68-2325-4b86-87ff-95b6238453d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41debf8577cc6b7fae7d747d4fd96c65f28383ba" 2018-07-22 15:53:55,065 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b89d2380-ee39-4ad8-a3c2-e7df1ff1f328 x-openstack-request-id: req-b89d2380-ee39-4ad8-a3c2-e7df1ff1f328 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 7c9b2b35-0f04-4d9f-aff8-097a87a2c43a could not be found.", "code": 404}} 2018-07-22 15:53:55,065 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/7c9b2b35-0f04-4d9f-aff8-097a87a2c43a used request id req-b89d2380-ee39-4ad8-a3c2-e7df1ff1f328 2018-07-22 15:53:55,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:55,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-367fd61c-a2db-4823-99d5-c132d0fee7e7 Date: Sun, 22 Jul 2018 15:53:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:53:55,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-367fd61c-a2db-4823-99d5-c132d0fee7e7 2018-07-22 15:53:55,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:55,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494d83e1-f928-4526-a077-0fc786b5ed94 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:53:55,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-494d83e1-f928-4526-a077-0fc786b5ed94 2018-07-22 15:53:55,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:55,474 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29c4dee7-43da-4b3d-8503-23a62963e0b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:55,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-29c4dee7-43da-4b3d-8503-23a62963e0b8 2018-07-22 15:53:55,474 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:55,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:55,559 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9efcdc84-e848-4824-bfef-841995f964bf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:55,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-9efcdc84-e848-4824-bfef-841995f964bf 2018-07-22 15:53:55,559 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:55,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:55,646 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-104d0109-2d03-4445-824d-501e91db918c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:55,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-104d0109-2d03-4445-824d-501e91db918c 2018-07-22 15:53:55,646 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:55,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-869b84cc-3291-4a1e-94c6-8925dcef1280 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:53:55,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-869b84cc-3291-4a1e-94c6-8925dcef1280 2018-07-22 15:53:55,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:55,814 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a37e89f5-2559-4f11-a292-1a831fa82c1d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:55,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-a37e89f5-2559-4f11-a292-1a831fa82c1d 2018-07-22 15:53:55,815 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:55,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:55,903 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d2e5f53-d391-46bb-b7fe-113a9b8ef4cd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:55,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-1d2e5f53-d391-46bb-b7fe-113a9b8ef4cd 2018-07-22 15:53:55,903 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:55,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:56,002 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbdfd481-082a-4b9c-8849-31893ff5da9b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:56,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-cbdfd481-082a-4b9c-8849-31893ff5da9b 2018-07-22 15:53:56,003 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:56,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:56,083 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58c2bda8-99da-42c7-9198-dbc16c12b86e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:53:56,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-58c2bda8-99da-42c7-9198-dbc16c12b86e 2018-07-22 15:53:56,083 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:53:56,084 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj 2018-07-22 15:53:56,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/6628d74e447246fc985459e397893348 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:56,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14afd159-3e96-485b-881d-20383ed3e562 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:56,217 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/6628d74e447246fc985459e397893348 used request id req-14afd159-3e96-485b-881d-20383ed3e562 2018-07-22 15:53:56,218 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-proj-role 2018-07-22 15:53:56,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/91e7279635a748fd8dde8dee928c3683 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:56,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e950de09-69f6-46f1-b14f-7cc4df839532 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:56,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/91e7279635a748fd8dde8dee928c3683 used request id req-e950de09-69f6-46f1-b14f-7cc4df839532 2018-07-22 15:53:56,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877a851ae7ccd4d81a90ab15893a485d369bdc09" 2018-07-22 15:53:56,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f60db0-6eda-48a4-8420-bf9cf62bb0fd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:56,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-55f60db0-6eda-48a4-8420-bf9cf62bb0fd 2018-07-22 15:53:56,412 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-3352866e-c262-4cc-user 2018-07-22 15:53:56,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f97e77fff5a04c5db00f21e052f155fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d5c8d38ad87f036220ca90a79b2c2d6db6242" 2018-07-22 15:53:56,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79484a87-3dfa-4b90-80f3-34caafc1645d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:56,568 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f97e77fff5a04c5db00f21e052f155fd used request id req-79484a87-3dfa-4b90-80f3-34caafc1645d 2018-07-22 15:53:56,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:56,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Sz1c1726S5uoW8jbXSKz0g"], "issued_at": "2018-07-22T15:53:56.000000Z"}} 2018-07-22 15:53:56,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06a4cd774d36bb523546d82085ed97849d8e4779" 2018-07-22 15:53:57,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a648af8c-ea3b-4a2e-8b94-8dbe41653331 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:57,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a648af8c-ea3b-4a2e-8b94-8dbe41653331 2018-07-22 15:53:57,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:57,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:57,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["LMJ3yHhpRk2BFhgVI6BQ5w"], "issued_at": "2018-07-22T15:53:57.000000Z"}} 2018-07-22 15:53:57,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:53:57,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d39931f-14b2-49e1-b410-777e9ce98c24 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:57,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5d39931f-14b2-49e1-b410-777e9ce98c24 2018-07-22 15:53:57,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:57,449 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:57,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:53:57,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-682e3351-2c16-4c38-9e67-2a97247f5319 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:53:57,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj used request id req-682e3351-2c16-4c38-9e67-2a97247f5319 2018-07-22 15:53:57,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:53:57,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8353e7f-44f1-4d4e-bfc9-86e8813d057b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:57,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b8353e7f-44f1-4d4e-bfc9-86e8813d057b 2018-07-22 15:53:57,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj"}}' 2018-07-22 15:53:57,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-beb9d726-a06e-4d9d-97d5-0bb28009b216 Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2d530f3c44a44caaab3af79c0cb6cdaf"}, "tags": [], "enabled": true, "id": "2d530f3c44a44caaab3af79c0cb6cdaf", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj"}} 2018-07-22 15:53:57,731 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-beb9d726-a06e-4d9d-97d5-0bb28009b216 2018-07-22 15:53:57,731 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj 2018-07-22 15:53:57,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:57,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:58,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bBCzlLHZTNWsCHkdK-hhYg"], "issued_at": "2018-07-22T15:53:58.000000Z"}} 2018-07-22 15:53:58,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2639199029173e9665bad8b400de9068c75096" 2018-07-22 15:53:58,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-946dc0eb-67bd-4699-85ef-5e9078398436 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:58,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-946dc0eb-67bd-4699-85ef-5e9078398436 2018-07-22 15:53:58,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:53:58,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:53:58,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2639199029173e9665bad8b400de9068c75096" 2018-07-22 15:53:58,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82fd250-b084-474a-924e-245edcf88a26 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:53:58,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d82fd250-b084-474a-924e-245edcf88a26 2018-07-22 15:53:58,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2639199029173e9665bad8b400de9068c75096" 2018-07-22 15:53:58,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e6923d-c109-4fe8-ba15-1ef53915db05 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2d530f3c44a44caaab3af79c0cb6cdaf"}, "tags": [], "enabled": true, "id": "2d530f3c44a44caaab3af79c0cb6cdaf", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj"}]} 2018-07-22 15:53:58,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj used request id req-83e6923d-c109-4fe8-ba15-1ef53915db05 2018-07-22 15:53:58,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2639199029173e9665bad8b400de9068c75096" 2018-07-22 15:53:58,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2be92f9-9a5a-4302-8fe4-27bc9e50ae7d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:53:58,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c2be92f9-9a5a-4302-8fe4-27bc9e50ae7d 2018-07-22 15:53:58,864 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-user 2018-07-22 15:53:58,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:58,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:53:58,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e26442db-a285-45b6-a0b2-ea7a4339b4db Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:53:58,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e26442db-a285-45b6-a0b2-ea7a4339b4db 2018-07-22 15:53:58,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj-role"}}' 2018-07-22 15:53:59,056 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:53:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b926712-af48-4481-a31b-a7885d53a5c6 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "09379cf53bef476dbd955f5646984181", "links": {"self": "http://172.30.9.28:5000/v3/roles/09379cf53bef476dbd955f5646984181"}, "name": "CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj-role"}} 2018-07-22 15:53:59,056 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-5b926712-af48-4481-a31b-a7885d53a5c6 2018-07-22 15:53:59,056 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj-role 2018-07-22 15:53:59,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/09379cf53bef476dbd955f5646984181 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:53:59,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6cb6146-5ee2-4560-904a-b553146be180 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "09379cf53bef476dbd955f5646984181", "links": {"self": "http://172.30.9.28:5000/v3/roles/09379cf53bef476dbd955f5646984181"}, "name": "CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj-role"}} 2018-07-22 15:53:59,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/09379cf53bef476dbd955f5646984181 used request id req-c6cb6146-5ee2-4560-904a-b553146be180 2018-07-22 15:53:59,141 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj-role to project CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj 2018-07-22 15:53:59,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2d530f3c44a44caaab3af79c0cb6cdaf/users/5b4e75bd46d44c3c8ac1ba6e54b925c8/roles/09379cf53bef476dbd955f5646984181 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:53:59,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:53:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38b4a869-d0f2-4558-bdc6-f380cd8de626 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:53:59,274 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2d530f3c44a44caaab3af79c0cb6cdaf/users/5b4e75bd46d44c3c8ac1ba6e54b925c8/roles/09379cf53bef476dbd955f5646984181 used request id req-38b4a869-d0f2-4558-bdc6-f380cd8de626 2018-07-22 15:53:59,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:53:59,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:53:59,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["wWv3yuiNS1a5-hloXtegJQ"], "issued_at": "2018-07-22T15:53:59.000000Z"}} 2018-07-22 15:53:59,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c1ffb9f8902da9cc7081fe91f87337fa5c6685" 2018-07-22 15:53:59,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d50975f-ccb2-4689-8630-6ef227fc916c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:53:59,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7d50975f-ccb2-4689-8630-6ef227fc916c 2018-07-22 15:53:59,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c1ffb9f8902da9cc7081fe91f87337fa5c6685" 2018-07-22 15:53:59,927 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:59 GMT Server: Apache x-compute-request-id: req-6c3981a4-57b3-4609-b567-2c9e5f9aaa8f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c3981a4-57b3-4609-b567-2c9e5f9aaa8f Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:53:59,927 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-6c3981a4-57b3-4609-b567-2c9e5f9aaa8f 2018-07-22 15:53:59,930 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6c3981a4-57b3-4609-b567-2c9e5f9aaa8f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c1ffb9f8902da9cc7081fe91f87337fa5c6685" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-56caee9a-437c-412d-9f21-750cef071f5b", "description": null}}' 2018-07-22 15:54:00,147 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:53:59 GMT Server: Apache x-compute-request-id: req-dd706a6a-09a9-41a9-9852-5a3b9d70e906 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd706a6a-09a9-41a9-9852-5a3b9d70e906 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-56caee9a-437c-412d-9f21-750cef071f5b", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6174d747-07b8-40c1-8d27-b408e97b091d", "description": null}} 2018-07-22 15:54:00,147 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types used request id req-dd706a6a-09a9-41a9-9852-5a3b9d70e906 2018-07-22 15:54:00,148 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-56caee9a-437c-412d-9f21-750cef071f5b 2018-07-22 15:54:00,150 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06a4cd774d36bb523546d82085ed97849d8e4779" 2018-07-22 15:54:00,407 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:00 GMT Server: Apache x-compute-request-id: req-b6cf5c59-7e0d-4049-b29b-d42a7a8953b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6cf5c59-7e0d-4049-b29b-d42a7a8953b0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-56caee9a-437c-412d-9f21-750cef071f5b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6174d747-07b8-40c1-8d27-b408e97b091d", "description": null}]} 2018-07-22 15:54:00,408 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-b6cf5c59-7e0d-4049-b29b-d42a7a8953b0 2018-07-22 15:54:00,411 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6cf5c59-7e0d-4049-b29b-d42a7a8953b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06a4cd774d36bb523546d82085ed97849d8e4779" 2018-07-22 15:54:00,589 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:00 GMT Server: Apache x-compute-request-id: req-5215c7da-adea-4c2a-bf29-29204de101a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5215c7da-adea-4c2a-bf29-29204de101a8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-56caee9a-437c-412d-9f21-750cef071f5b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6174d747-07b8-40c1-8d27-b408e97b091d", "description": null}} 2018-07-22 15:54:00,589 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d used request id req-5215c7da-adea-4c2a-bf29-29204de101a8 2018-07-22 15:54:00,592 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6cf5c59-7e0d-4049-b29b-d42a7a8953b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06a4cd774d36bb523546d82085ed97849d8e4779" 2018-07-22 15:54:00,767 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:00 GMT Server: Apache x-compute-request-id: req-680b967f-8577-465c-81cf-00493639b7fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-680b967f-8577-465c-81cf-00493639b7fd Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-22 15:54:00,768 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d/encryption used request id req-680b967f-8577-465c-81cf-00493639b7fd 2018-07-22 15:54:00,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:00,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:01,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["9zCNiCAzSbSOuUrfHzXZsw"], "issued_at": "2018-07-22T15:54:01.000000Z"}} 2018-07-22 15:54:01,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8193786fec4e59d52d888351db1cc96546add5cf" 2018-07-22 15:54:01,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5df998-996e-44e8-bc4f-6ad09aa5d5c8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:01,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-be5df998-996e-44e8-bc4f-6ad09aa5d5c8 2018-07-22 15:54:01,231 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8193786fec4e59d52d888351db1cc96546add5cf" 2018-07-22 15:54:01,411 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:01 GMT Server: Apache x-compute-request-id: req-e330f244-7e39-44b9-a5fa-bbbe93bf0f76 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e330f244-7e39-44b9-a5fa-bbbe93bf0f76 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-56caee9a-437c-412d-9f21-750cef071f5b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6174d747-07b8-40c1-8d27-b408e97b091d", "description": null}]} 2018-07-22 15:54:01,411 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-e330f244-7e39-44b9-a5fa-bbbe93bf0f76 2018-07-22 15:54:01,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e330f244-7e39-44b9-a5fa-bbbe93bf0f76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8193786fec4e59d52d888351db1cc96546add5cf" 2018-07-22 15:54:01,585 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:01 GMT Server: Apache x-compute-request-id: req-386bc7a2-77a8-4259-8506-f2ec86bb6964 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-386bc7a2-77a8-4259-8506-f2ec86bb6964 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-56caee9a-437c-412d-9f21-750cef071f5b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6174d747-07b8-40c1-8d27-b408e97b091d", "description": null}} 2018-07-22 15:54:01,585 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d used request id req-386bc7a2-77a8-4259-8506-f2ec86bb6964 2018-07-22 15:54:01,588 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e330f244-7e39-44b9-a5fa-bbbe93bf0f76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8193786fec4e59d52d888351db1cc96546add5cf" 2018-07-22 15:54:01,758 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:01 GMT Server: Apache x-compute-request-id: req-0266563c-8114-4488-979b-be8a1b106947 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0266563c-8114-4488-979b-be8a1b106947 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-22 15:54:01,758 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d/encryption used request id req-0266563c-8114-4488-979b-be8a1b106947 2018-07-22 15:54:01,759 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-56caee9a-437c-412d-9f21-750cef071f5b 2018-07-22 15:54:01,762 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c3981a4-57b3-4609-b567-2c9e5f9aaa8f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c1ffb9f8902da9cc7081fe91f87337fa5c6685" 2018-07-22 15:54:02,038 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-996c8f5b-bf21-46d9-8af2-2ec76185133e 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-07-22 15:54:02,038 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/6174d747-07b8-40c1-8d27-b408e97b091d used request id req-996c8f5b-bf21-46d9-8af2-2ec76185133e 2018-07-22 15:54:02,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-a0a04816-b2c0-4717-aea3-21402cef2a13 Date: Sun, 22 Jul 2018 15:54:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:54:02,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-a0a04816-b2c0-4717-aea3-21402cef2a13 2018-07-22 15:54:02,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97db40f-df04-4591-89be-2fdc8c25a4c7 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:54:02,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-c97db40f-df04-4591-89be-2fdc8c25a4c7 2018-07-22 15:54:02,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,373 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb21faf1-2f2d-4bcf-9991-6edc34d1f6c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:02,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-cb21faf1-2f2d-4bcf-9991-6edc34d1f6c3 2018-07-22 15:54:02,373 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:02,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,456 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deab1bf0-d6a3-4158-9d08-8607e0cfacf2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:02,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-deab1bf0-d6a3-4158-9d08-8607e0cfacf2 2018-07-22 15:54:02,456 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:02,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,541 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d420aff0-3d9b-416a-a79c-0779fd7055b5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:02,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-d420aff0-3d9b-416a-a79c-0779fd7055b5 2018-07-22 15:54:02,541 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:02,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24e2ea59-9cea-48b8-a1ee-33ba1a869e3f 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:54:02,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-24e2ea59-9cea-48b8-a1ee-33ba1a869e3f 2018-07-22 15:54:02,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,653 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ae77f3a-4b33-4214-9bc1-1b274c9fd025 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:02,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-5ae77f3a-4b33-4214-9bc1-1b274c9fd025 2018-07-22 15:54:02,654 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:02,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,671 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-780f2b88-5915-415e-ac32-be83ead28145 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:02,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-780f2b88-5915-415e-ac32-be83ead28145 2018-07-22 15:54:02,671 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:02,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19bcfb81-7e4c-4351-ad7d-c3e40555d437 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:02,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-19bcfb81-7e4c-4351-ad7d-c3e40555d437 2018-07-22 15:54:02,755 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:02,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:02,842 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afc6fcac-5ed4-48b1-bcd9-e15e84dbcdbe Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:02,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-afc6fcac-5ed4-48b1-bcd9-e15e84dbcdbe 2018-07-22 15:54:02,843 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:02,843 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj 2018-07-22 15:54:02,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2d530f3c44a44caaab3af79c0cb6cdaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:03,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d60fee4-74fb-4ac7-8922-1606715e3294 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:03,080 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2d530f3c44a44caaab3af79c0cb6cdaf used request id req-0d60fee4-74fb-4ac7-8922-1606715e3294 2018-07-22 15:54:03,080 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-proj-role 2018-07-22 15:54:03,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/09379cf53bef476dbd955f5646984181 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:03,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22677649-c0c9-4168-8a12-4d88bba0774d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:03,188 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/09379cf53bef476dbd955f5646984181 used request id req-22677649-c0c9-4168-8a12-4d88bba0774d 2018-07-22 15:54:03,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f06d28d13c92d0dfd7b5e8169715f6747a32daa6" 2018-07-22 15:54:03,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15aa565-2aef-400b-b3bf-e15a2ca89912 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:03,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e15aa565-2aef-400b-b3bf-e15a2ca89912 2018-07-22 15:54:03,274 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-a9bbc1af-c65e-43d-user 2018-07-22 15:54:03,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/5b4e75bd46d44c3c8ac1ba6e54b925c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2639199029173e9665bad8b400de9068c75096" 2018-07-22 15:54:03,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0be59bbd-9c69-4a50-a405-6655e15de8e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:03,431 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5b4e75bd46d44c3c8ac1ba6e54b925c8 used request id req-0be59bbd-9c69-4a50-a405-6655e15de8e6 2018-07-22 15:54:03,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:03,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["8QmkCJZrQAeG9eZ8Ds3cjQ"], "issued_at": "2018-07-22T15:54:03.000000Z"}} 2018-07-22 15:54:03,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82115e3a2824dfed5d87e554104f81fc3d56bc92" 2018-07-22 15:54:03,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea08748-a6fa-4436-b067-e1deb758ec07 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:03,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7ea08748-a6fa-4436-b067-e1deb758ec07 2018-07-22 15:54:03,983 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:03,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:04,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ZRyJ52EVR2WZYXnyL4QJtw"], "issued_at": "2018-07-22T15:54:04.000000Z"}} 2018-07-22 15:54:04,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:04,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83c0e62-9737-4979-922a-cd202ba0bbef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:04,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d83c0e62-9737-4979-922a-cd202ba0bbef 2018-07-22 15:54:04,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:04,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:04,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:04,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-952487a9-a6c6-4160-acd3-0d6642096c78 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:54:04,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj used request id req-952487a9-a6c6-4160-acd3-0d6642096c78 2018-07-22 15:54:04,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:04,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312980a7-80cc-4168-bf89-6636924190ad Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:04,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-312980a7-80cc-4168-bf89-6636924190ad 2018-07-22 15:54:04,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj"}}' 2018-07-22 15:54:04,611 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-262def1c-78a6-48fd-80c6-3492fd17da81 Content-Length: 331 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87818df94046433d875e47221f7a2d7f"}, "tags": [], "enabled": true, "id": "87818df94046433d875e47221f7a2d7f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj"}} 2018-07-22 15:54:04,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-262def1c-78a6-48fd-80c6-3492fd17da81 2018-07-22 15:54:04,612 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj 2018-07-22 15:54:04,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:04,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:04,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fpTqlKbOQNujM3eD-KiG3w"], "issued_at": "2018-07-22T15:54:04.000000Z"}} 2018-07-22 15:54:04,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fded0d90a7479eb43534f9995e1dd6ae4e344a2" 2018-07-22 15:54:05,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16905113-67a4-4274-ab36-b53e6239cbe8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:05,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-16905113-67a4-4274-ab36-b53e6239cbe8 2018-07-22 15:54:05,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:05,084 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:05,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fded0d90a7479eb43534f9995e1dd6ae4e344a2" 2018-07-22 15:54:05,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28db9fbf-4ff7-4fd2-b820-fae1051900ff Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:54:05,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-28db9fbf-4ff7-4fd2-b820-fae1051900ff 2018-07-22 15:54:05,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fded0d90a7479eb43534f9995e1dd6ae4e344a2" 2018-07-22 15:54:05,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8be53ad-4855-4582-9e60-cb396af979cc Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87818df94046433d875e47221f7a2d7f"}, "tags": [], "enabled": true, "id": "87818df94046433d875e47221f7a2d7f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj"}]} 2018-07-22 15:54:05,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj used request id req-c8be53ad-4855-4582-9e60-cb396af979cc 2018-07-22 15:54:05,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fded0d90a7479eb43534f9995e1dd6ae4e344a2" 2018-07-22 15:54:05,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad22f3f-0c62-4238-aad4-517b6a11d2be Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:05,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-dad22f3f-0c62-4238-aad4-517b6a11d2be 2018-07-22 15:54:05,732 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-user 2018-07-22 15:54:05,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:05,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:05,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2642843a-589a-4b5c-b5d3-06c61c3effc1 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:05,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2642843a-589a-4b5c-b5d3-06c61c3effc1 2018-07-22 15:54:05,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj-role"}}' 2018-07-22 15:54:05,858 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63cc530d-de28-4bb4-9e1c-cea2fd5b247f Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "366ec4cf60054096958c29ebd4e95f56", "links": {"self": "http://172.30.9.28:5000/v3/roles/366ec4cf60054096958c29ebd4e95f56"}, "name": "CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj-role"}} 2018-07-22 15:54:05,858 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-63cc530d-de28-4bb4-9e1c-cea2fd5b247f 2018-07-22 15:54:05,858 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj-role 2018-07-22 15:54:05,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/366ec4cf60054096958c29ebd4e95f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:05,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6771fd21-14e0-4d4a-a7f7-c44db1e6bbba Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "366ec4cf60054096958c29ebd4e95f56", "links": {"self": "http://172.30.9.28:5000/v3/roles/366ec4cf60054096958c29ebd4e95f56"}, "name": "CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj-role"}} 2018-07-22 15:54:05,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/366ec4cf60054096958c29ebd4e95f56 used request id req-6771fd21-14e0-4d4a-a7f7-c44db1e6bbba 2018-07-22 15:54:05,946 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj-role to project CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj 2018-07-22 15:54:05,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/87818df94046433d875e47221f7a2d7f/users/6515ff96c6ee42b4a7fd9610952640a8/roles/366ec4cf60054096958c29ebd4e95f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:06,070 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf49402d-0652-46f2-85b0-f06502f3fe97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:06,070 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/87818df94046433d875e47221f7a2d7f/users/6515ff96c6ee42b4a7fd9610952640a8/roles/366ec4cf60054096958c29ebd4e95f56 used request id req-cf49402d-0652-46f2-85b0-f06502f3fe97 2018-07-22 15:54:06,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:06,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:06,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["BYT0LF9GQS-q1psui_8YZQ"], "issued_at": "2018-07-22T15:54:06.000000Z"}} 2018-07-22 15:54:06,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067190093e5f83ad5c10bb1f80f1ffaa3e480e5d" 2018-07-22 15:54:06,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a467d929-8e95-4e40-bd59-a70687062abf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:06,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a467d929-8e95-4e40-bd59-a70687062abf 2018-07-22 15:54:06,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067190093e5f83ad5c10bb1f80f1ffaa3e480e5d" 2018-07-22 15:54:06,708 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:06 GMT Server: Apache x-compute-request-id: req-cea53265-4564-44fe-bc82-023b2d4ce1b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cea53265-4564-44fe-bc82-023b2d4ce1b0 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:54:06,708 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-cea53265-4564-44fe-bc82-023b2d4ce1b0 2018-07-22 15:54:06,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cea53265-4564-44fe-bc82-023b2d4ce1b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067190093e5f83ad5c10bb1f80f1ffaa3e480e5d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-5821e45b-1063-47b1-ac0c-655aa9d192b9", "description": null}}' 2018-07-22 15:54:06,923 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:06 GMT Server: Apache x-compute-request-id: req-409aca06-6d4e-41d5-88de-301b184f8225 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-409aca06-6d4e-41d5-88de-301b184f8225 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5821e45b-1063-47b1-ac0c-655aa9d192b9", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "857d6982-fb5e-41c0-87a1-cf1026d72417", "description": null}} 2018-07-22 15:54:06,923 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types used request id req-409aca06-6d4e-41d5-88de-301b184f8225 2018-07-22 15:54:06,924 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-5821e45b-1063-47b1-ac0c-655aa9d192b9 2018-07-22 15:54:06,927 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82115e3a2824dfed5d87e554104f81fc3d56bc92" 2018-07-22 15:54:07,099 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:06 GMT Server: Apache x-compute-request-id: req-1d414f22-c337-4899-aa31-c931cd764377 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d414f22-c337-4899-aa31-c931cd764377 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-5821e45b-1063-47b1-ac0c-655aa9d192b9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "857d6982-fb5e-41c0-87a1-cf1026d72417", "description": null}]} 2018-07-22 15:54:07,099 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-1d414f22-c337-4899-aa31-c931cd764377 2018-07-22 15:54:07,103 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1d414f22-c337-4899-aa31-c931cd764377" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82115e3a2824dfed5d87e554104f81fc3d56bc92" 2018-07-22 15:54:07,270 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:07 GMT Server: Apache x-compute-request-id: req-53ab625f-1fde-46f1-b4ab-c62880636885 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53ab625f-1fde-46f1-b4ab-c62880636885 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5821e45b-1063-47b1-ac0c-655aa9d192b9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "857d6982-fb5e-41c0-87a1-cf1026d72417", "description": null}} 2018-07-22 15:54:07,270 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417 used request id req-53ab625f-1fde-46f1-b4ab-c62880636885 2018-07-22 15:54:07,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1d414f22-c337-4899-aa31-c931cd764377" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82115e3a2824dfed5d87e554104f81fc3d56bc92" 2018-07-22 15:54:07,441 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:07 GMT Server: Apache x-compute-request-id: req-199861b5-a4dd-4385-85f5-3eab528de9e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-199861b5-a4dd-4385-85f5-3eab528de9e1 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-22 15:54:07,441 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417/encryption used request id req-199861b5-a4dd-4385-85f5-3eab528de9e1 2018-07-22 15:54:07,444 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1d414f22-c337-4899-aa31-c931cd764377" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82115e3a2824dfed5d87e554104f81fc3d56bc92" 2018-07-22 15:54:07,626 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:07 GMT Server: Apache x-compute-request-id: req-9caabc6d-3475-4ad1-97d0-708e84d52205 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9caabc6d-3475-4ad1-97d0-708e84d52205 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5821e45b-1063-47b1-ac0c-655aa9d192b9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "857d6982-fb5e-41c0-87a1-cf1026d72417", "description": null}} 2018-07-22 15:54:07,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417 used request id req-9caabc6d-3475-4ad1-97d0-708e84d52205 2018-07-22 15:54:07,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1d414f22-c337-4899-aa31-c931cd764377" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82115e3a2824dfed5d87e554104f81fc3d56bc92" 2018-07-22 15:54:07,803 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:07 GMT Server: Apache x-compute-request-id: req-daf37ff2-cae1-49ca-b73b-bc46bd3ef50f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-daf37ff2-cae1-49ca-b73b-bc46bd3ef50f Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-5821e45b-1063-47b1-ac0c-655aa9d192b9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "857d6982-fb5e-41c0-87a1-cf1026d72417", "description": null}} 2018-07-22 15:54:07,803 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417 used request id req-daf37ff2-cae1-49ca-b73b-bc46bd3ef50f 2018-07-22 15:54:07,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1d414f22-c337-4899-aa31-c931cd764377" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82115e3a2824dfed5d87e554104f81fc3d56bc92" 2018-07-22 15:54:07,974 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:07 GMT Server: Apache x-compute-request-id: req-38a919e8-1c89-43bb-96f7-5875e1e5d3f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-38a919e8-1c89-43bb-96f7-5875e1e5d3f6 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-22 15:54:07,974 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417/encryption used request id req-38a919e8-1c89-43bb-96f7-5875e1e5d3f6 2018-07-22 15:54:07,974 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-5821e45b-1063-47b1-ac0c-655aa9d192b9 2018-07-22 15:54:07,977 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cea53265-4564-44fe-bc82-023b2d4ce1b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067190093e5f83ad5c10bb1f80f1ffaa3e480e5d" 2018-07-22 15:54:08,188 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-078d3110-a333-469b-bc58-814b2cd073a0 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-07-22 15:54:08,188 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/857d6982-fb5e-41c0-87a1-cf1026d72417 used request id req-078d3110-a333-469b-bc58-814b2cd073a0 2018-07-22 15:54:08,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:08,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-3105aa99-ffaf-4e63-a0f6-63c8845bbcbb Date: Sun, 22 Jul 2018 15:54:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:54:08,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-3105aa99-ffaf-4e63-a0f6-63c8845bbcbb 2018-07-22 15:54:08,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:08,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1c77444-b2c9-40ba-a46d-e26b8238872f 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:54:08,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-d1c77444-b2c9-40ba-a46d-e26b8238872f 2018-07-22 15:54:08,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:08,610 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66dd9e51-4498-4f39-87f4-0897a69bc55b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:08,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-66dd9e51-4498-4f39-87f4-0897a69bc55b 2018-07-22 15:54:08,610 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:08,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:08,695 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16c05698-eba9-427d-be20-163d586d3fac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:08,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-16c05698-eba9-427d-be20-163d586d3fac 2018-07-22 15:54:08,695 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:08,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:08,777 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daa69049-aa5b-45b4-b507-e9be3d85bd4c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:08,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-daa69049-aa5b-45b4-b507-e9be3d85bd4c 2018-07-22 15:54:08,777 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:08,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:08,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a8e1c5-e171-4437-a64b-431d553a04f7 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:54:08,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-67a8e1c5-e171-4437-a64b-431d553a04f7 2018-07-22 15:54:08,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:08,885 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ecc5e7d-b7d8-4ac3-8353-9609a25f3118 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:08,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-1ecc5e7d-b7d8-4ac3-8353-9609a25f3118 2018-07-22 15:54:08,886 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:08,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:08,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bb85f5d-a72a-4abd-aac2-95ee3e3dfec1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:08,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-4bb85f5d-a72a-4abd-aac2-95ee3e3dfec1 2018-07-22 15:54:08,971 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:08,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:09,063 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9c1efee-1b2a-4085-ada8-57ea1cc05a01 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:09,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-b9c1efee-1b2a-4085-ada8-57ea1cc05a01 2018-07-22 15:54:09,064 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:09,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:09,149 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5f112eb-2d79-4c79-8387-47dd14cd9f22 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:09,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-d5f112eb-2d79-4c79-8387-47dd14cd9f22 2018-07-22 15:54:09,149 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:09,150 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj 2018-07-22 15:54:09,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/87818df94046433d875e47221f7a2d7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:09,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de42150b-f09d-410b-a956-19125d5dec3a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:09,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/87818df94046433d875e47221f7a2d7f used request id req-de42150b-f09d-410b-a956-19125d5dec3a 2018-07-22 15:54:09,342 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-proj-role 2018-07-22 15:54:09,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/366ec4cf60054096958c29ebd4e95f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:09,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d38f8cdb-d559-4ab8-a2ec-44f39fbf562c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:09,449 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/366ec4cf60054096958c29ebd4e95f56 used request id req-d38f8cdb-d559-4ab8-a2ec-44f39fbf562c 2018-07-22 15:54:09,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fd397fd08d89cd95c154137036e6e7bb825356" 2018-07-22 15:54:09,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3db2c3f4-b1a2-4fe2-86da-aff191cd7144 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:09,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3db2c3f4-b1a2-4fe2-86da-aff191cd7144 2018-07-22 15:54:09,538 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-93203fe8-ea3a-40e-user 2018-07-22 15:54:09,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6515ff96c6ee42b4a7fd9610952640a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fded0d90a7479eb43534f9995e1dd6ae4e344a2" 2018-07-22 15:54:09,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3d5ee62-b04e-4486-87ab-3d6639445ee1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:09,697 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6515ff96c6ee42b4a7fd9610952640a8 used request id req-a3d5ee62-b04e-4486-87ab-3d6639445ee1 2018-07-22 15:54:09,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:10,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["CdiMQAgAS3qlgsiZttQf0g"], "issued_at": "2018-07-22T15:54:10.000000Z"}} 2018-07-22 15:54:10,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563b0e9b2be84d294338c9174018ba433fcbfc8c" 2018-07-22 15:54:10,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cf132a4-94ed-4818-b450-954ba7f94a3c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:10,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2cf132a4-94ed-4818-b450-954ba7f94a3c 2018-07-22 15:54:10,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:10,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:10,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["DHT67MoxR9aJj9ItIbk9SA"], "issued_at": "2018-07-22T15:54:10.000000Z"}} 2018-07-22 15:54:10,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:10,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d677385-2ee8-4301-9adc-ae986c763c65 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:10,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6d677385-2ee8-4301-9adc-ae986c763c65 2018-07-22 15:54:10,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:10,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:10,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:10,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34e5f11a-1a0c-4542-8a1c-a1b6805d4aa3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:54:10,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj used request id req-34e5f11a-1a0c-4542-8a1c-a1b6805d4aa3 2018-07-22 15:54:10,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:10,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ac35fe-ab2b-4af6-872b-94c5cd6c14a0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:10,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-66ac35fe-ab2b-4af6-872b-94c5cd6c14a0 2018-07-22 15:54:10,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj"}}' 2018-07-22 15:54:11,042 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-736b6345-1cb0-4250-b5d7-a08fd05c519b Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18d7447d27e34e44a8237ff086c36f42"}, "tags": [], "enabled": true, "id": "18d7447d27e34e44a8237ff086c36f42", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj"}} 2018-07-22 15:54:11,043 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-736b6345-1cb0-4250-b5d7-a08fd05c519b 2018-07-22 15:54:11,043 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj 2018-07-22 15:54:11,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:11,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:11,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["vrAGhnz_S0KKE8bJWIBuRw"], "issued_at": "2018-07-22T15:54:11.000000Z"}} 2018-07-22 15:54:11,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c986731f68877a2bd35c4fbfd732a8c305579e2" 2018-07-22 15:54:11,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc227de3-9e9b-424d-84db-42fcc5ebb4d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:11,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dc227de3-9e9b-424d-84db-42fcc5ebb4d7 2018-07-22 15:54:11,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:11,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:11,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c986731f68877a2bd35c4fbfd732a8c305579e2" 2018-07-22 15:54:11,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edaf633d-553f-44fe-995f-fb00ff859ddf Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:54:11,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-edaf633d-553f-44fe-995f-fb00ff859ddf 2018-07-22 15:54:11,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c986731f68877a2bd35c4fbfd732a8c305579e2" 2018-07-22 15:54:11,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7692082-4462-454a-bd2b-e107e2f4131f Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18d7447d27e34e44a8237ff086c36f42"}, "tags": [], "enabled": true, "id": "18d7447d27e34e44a8237ff086c36f42", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj"}]} 2018-07-22 15:54:11,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj used request id req-d7692082-4462-454a-bd2b-e107e2f4131f 2018-07-22 15:54:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c986731f68877a2bd35c4fbfd732a8c305579e2" 2018-07-22 15:54:11,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b059f7ac-77df-4303-80d5-621045f0ef30 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:11,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b059f7ac-77df-4303-80d5-621045f0ef30 2018-07-22 15:54:12,079 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-user 2018-07-22 15:54:12,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:12,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:12,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15835414-52f5-40be-baba-50522bcef6af Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:12,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-15835414-52f5-40be-baba-50522bcef6af 2018-07-22 15:54:12,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" -d '{"role": {"name": "CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj-role"}}' 2018-07-22 15:54:12,264 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17995f71-ca2c-4ed9-b28b-15156e73d1b6 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa5f4beb31f44a90a79c27ab06d35ef9", "links": {"self": "http://172.30.9.28:5000/v3/roles/fa5f4beb31f44a90a79c27ab06d35ef9"}, "name": "CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj-role"}} 2018-07-22 15:54:12,264 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-17995f71-ca2c-4ed9-b28b-15156e73d1b6 2018-07-22 15:54:12,264 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj-role 2018-07-22 15:54:12,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/fa5f4beb31f44a90a79c27ab06d35ef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:12,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96059cf4-e89e-4a4e-b862-327777e3b1eb Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa5f4beb31f44a90a79c27ab06d35ef9", "links": {"self": "http://172.30.9.28:5000/v3/roles/fa5f4beb31f44a90a79c27ab06d35ef9"}, "name": "CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj-role"}} 2018-07-22 15:54:12,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fa5f4beb31f44a90a79c27ab06d35ef9 used request id req-96059cf4-e89e-4a4e-b862-327777e3b1eb 2018-07-22 15:54:12,353 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj-role to project CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj 2018-07-22 15:54:12,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/18d7447d27e34e44a8237ff086c36f42/users/8bd0b02c02db4a09b8db5ccb630d0717/roles/fa5f4beb31f44a90a79c27ab06d35ef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:12,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a20e5e7-55d9-4f35-82f5-a51522c68648 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:12,476 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/18d7447d27e34e44a8237ff086c36f42/users/8bd0b02c02db4a09b8db5ccb630d0717/roles/fa5f4beb31f44a90a79c27ab06d35ef9 used request id req-0a20e5e7-55d9-4f35-82f5-a51522c68648 2018-07-22 15:54:12,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:12,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:12,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["91hHnrj9TCOL_AT7x1aMjQ"], "issued_at": "2018-07-22T15:54:12.000000Z"}} 2018-07-22 15:54:12,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc93dbf3663ee24d5be05d38cb5308c7340f38dd" 2018-07-22 15:54:12,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4230e1f3-8225-4f96-ae47-6b0579cb4ad4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:12,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4230e1f3-8225-4f96-ae47-6b0579cb4ad4 2018-07-22 15:54:12,947 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc93dbf3663ee24d5be05d38cb5308c7340f38dd" 2018-07-22 15:54:13,113 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:12 GMT Server: Apache x-compute-request-id: req-2e460eba-df27-447f-9af1-072127ee6610 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2e460eba-df27-447f-9af1-072127ee6610 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-07-22 15:54:13,113 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-2e460eba-df27-447f-9af1-072127ee6610 2018-07-22 15:54:13,116 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2e460eba-df27-447f-9af1-072127ee6610" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc93dbf3663ee24d5be05d38cb5308c7340f38dd" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-qos-spec"}}' 2018-07-22 15:54:13,309 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:13 GMT Server: Apache x-compute-request-id: req-7b7498aa-0785-4d26-9689-1fc63b7a9af7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b7498aa-0785-4d26-9689-1fc63b7a9af7 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "ddf4c521-5000-4e61-982a-1f7e6af08a3e", "name": "CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/ddf4c521-5000-4e61-982a-1f7e6af08a3e", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/ddf4c521-5000-4e61-982a-1f7e6af08a3e", "rel": "bookmark"}]} 2018-07-22 15:54:13,309 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-7b7498aa-0785-4d26-9689-1fc63b7a9af7 2018-07-22 15:54:13,310 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-qos-spec 2018-07-22 15:54:13,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:13,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:13,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Sp5eMXZvQrqqO0_AScvDWA"], "issued_at": "2018-07-22T15:54:13.000000Z"}} 2018-07-22 15:54:13,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d713af5fd462b115798c13b7533c36fe63cff30" 2018-07-22 15:54:13,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8e280cd-2c39-4dbd-b9f1-7b96d3bb5b37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:13,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d8e280cd-2c39-4dbd-b9f1-7b96d3bb5b37 2018-07-22 15:54:13,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d713af5fd462b115798c13b7533c36fe63cff30" 2018-07-22 15:54:13,879 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:13 GMT Server: Apache x-compute-request-id: req-f7d90c91-e9e1-400f-8f92-74a9e0f4afeb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f7d90c91-e9e1-400f-8f92-74a9e0f4afeb Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:54:13,879 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-f7d90c91-e9e1-400f-8f92-74a9e0f4afeb 2018-07-22 15:54:13,882 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f7d90c91-e9e1-400f-8f92-74a9e0f4afeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d713af5fd462b115798c13b7533c36fe63cff30" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-vol_type", "description": null}}' 2018-07-22 15:54:14,085 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:13 GMT Server: Apache x-compute-request-id: req-85c07f69-c22b-4c06-b3ba-6cdad9b3538f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-85c07f69-c22b-4c06-b3ba-6cdad9b3538f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "176afdec-9077-4ff1-9421-fcff312cc3a2", "description": null}} 2018-07-22 15:54:14,085 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types used request id req-85c07f69-c22b-4c06-b3ba-6cdad9b3538f 2018-07-22 15:54:14,089 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f7d90c91-e9e1-400f-8f92-74a9e0f4afeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d713af5fd462b115798c13b7533c36fe63cff30" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-07-22 15:54:14,298 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:14 GMT Server: Apache x-compute-request-id: req-aa543b6e-e053-4c15-b0a7-1d0286625c77 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa543b6e-e053-4c15-b0a7-1d0286625c77 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "176afdec-9077-4ff1-9421-fcff312cc3a2", "name": "foo", "control_location": "back-end", "encryption_id": "452f4621-a708-4b71-8914-43119b383319", "provider": "bar", "provider_class": "bar"}} 2018-07-22 15:54:14,298 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2/encryption used request id req-aa543b6e-e053-4c15-b0a7-1d0286625c77 2018-07-22 15:54:14,299 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-vol_type 2018-07-22 15:54:14,301 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563b0e9b2be84d294338c9174018ba433fcbfc8c" 2018-07-22 15:54:14,469 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:14 GMT Server: Apache x-compute-request-id: req-8e0b2115-d9b8-4143-a400-2697eae4b475 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e0b2115-d9b8-4143-a400-2697eae4b475 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "176afdec-9077-4ff1-9421-fcff312cc3a2", "description": null}} 2018-07-22 15:54:14,469 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2 used request id req-8e0b2115-d9b8-4143-a400-2697eae4b475 2018-07-22 15:54:14,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8e0b2115-d9b8-4143-a400-2697eae4b475" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563b0e9b2be84d294338c9174018ba433fcbfc8c" 2018-07-22 15:54:14,640 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:14 GMT Server: Apache x-compute-request-id: req-62aac77c-9c1b-48cc-bc87-6f0c47844a1a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-62aac77c-9c1b-48cc-bc87-6f0c47844a1a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "176afdec-9077-4ff1-9421-fcff312cc3a2", "description": null}} 2018-07-22 15:54:14,640 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2 used request id req-62aac77c-9c1b-48cc-bc87-6f0c47844a1a 2018-07-22 15:54:14,642 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8e0b2115-d9b8-4143-a400-2697eae4b475" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563b0e9b2be84d294338c9174018ba433fcbfc8c" 2018-07-22 15:54:14,819 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:14 GMT Server: Apache x-compute-request-id: req-9350af76-5a8b-4d00-930c-000e9489a932 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9350af76-5a8b-4d00-930c-000e9489a932 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "176afdec-9077-4ff1-9421-fcff312cc3a2", "control_location": "back-end", "deleted": false, "created_at": "2018-07-22T15:54:14.000000", "updated_at": null, "encryption_id": "452f4621-a708-4b71-8914-43119b383319", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-07-22 15:54:14,819 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2/encryption used request id req-9350af76-5a8b-4d00-930c-000e9489a932 2018-07-22 15:54:14,820 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-vol_type 2018-07-22 15:54:14,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f7d90c91-e9e1-400f-8f92-74a9e0f4afeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d713af5fd462b115798c13b7533c36fe63cff30" 2018-07-22 15:54:14,888 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7bc98bb0-e9ea-4a55-b51b-77e77f41f52d 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-07-22 15:54:14,888 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/176afdec-9077-4ff1-9421-fcff312cc3a2 used request id req-7bc98bb0-e9ea-4a55-b51b-77e77f41f52d 2018-07-22 15:54:14,889 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-445a901b-4916-43d3-b075-dc5c73984109-qos-spec 2018-07-22 15:54:14,892 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/ddf4c521-5000-4e61-982a-1f7e6af08a3e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2e460eba-df27-447f-9af1-072127ee6610" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc93dbf3663ee24d5be05d38cb5308c7340f38dd" 2018-07-22 15:54:15,091 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ddbdca82-e782-453e-9801-acdbb4dc2f71 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-07-22 15:54:15,091 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/ddf4c521-5000-4e61-982a-1f7e6af08a3e?force=False used request id req-ddbdca82-e782-453e-9801-acdbb4dc2f71 2018-07-22 15:54:15,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-bb610450-9541-4312-9946-73bf10f842cf Date: Sun, 22 Jul 2018 15:54:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:54:15,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-bb610450-9541-4312-9946-73bf10f842cf 2018-07-22 15:54:15,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba8ef5b3-9c8b-4631-b848-3ef11c51a546 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:54:15,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-ba8ef5b3-9c8b-4631-b848-3ef11c51a546 2018-07-22 15:54:15,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,495 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da966bea-e7b5-47a6-83d9-4c9ab7cfc04e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:15,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-da966bea-e7b5-47a6-83d9-4c9ab7cfc04e 2018-07-22 15:54:15,495 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:15,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4a28c27-25c4-4a8f-8402-6713bb5a1a5e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:15,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-c4a28c27-25c4-4a8f-8402-6713bb5a1a5e 2018-07-22 15:54:15,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:15,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,599 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c336e41a-792f-472f-8ea8-d43dcad2c4c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:15,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-c336e41a-792f-472f-8ea8-d43dcad2c4c5 2018-07-22 15:54:15,600 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:15,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2f3b639-9479-4302-86da-5bbc97b4721e 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:54:15,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-a2f3b639-9479-4302-86da-5bbc97b4721e 2018-07-22 15:54:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,773 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8872fc17-2c60-491a-9166-a0440acd44c5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:15,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-8872fc17-2c60-491a-9166-a0440acd44c5 2018-07-22 15:54:15,773 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:15,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,858 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45d8315c-e294-4c0d-b5a2-56564b75559a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:15,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-45d8315c-e294-4c0d-b5a2-56564b75559a 2018-07-22 15:54:15,858 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:15,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,880 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22a9f7d5-49ae-419c-b1ca-fa5ec47962fd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:15,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-22a9f7d5-49ae-419c-b1ca-fa5ec47962fd 2018-07-22 15:54:15,881 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:15,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:15,965 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be009fb0-63bb-4007-beaa-4a51dc157368 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:15,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-be009fb0-63bb-4007-beaa-4a51dc157368 2018-07-22 15:54:15,965 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:15,966 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj 2018-07-22 15:54:15,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/18d7447d27e34e44a8237ff086c36f42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:16,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5e54f5f-561c-49ee-ac06-d474d4a2bdc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:16,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/18d7447d27e34e44a8237ff086c36f42 used request id req-f5e54f5f-561c-49ee-ac06-d474d4a2bdc2 2018-07-22 15:54:16,177 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-proj-role 2018-07-22 15:54:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/fa5f4beb31f44a90a79c27ab06d35ef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:16,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71dfc539-37ed-4cab-9393-a8d4290941a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:16,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fa5f4beb31f44a90a79c27ab06d35ef9 used request id req-71dfc539-37ed-4cab-9393-a8d4290941a1 2018-07-22 15:54:16,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42106bb1e7df87328cc5d7fbef726331dfaa2cf3" 2018-07-22 15:54:16,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24a335f-2fa6-47c6-8a5d-a556033b47da Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:16,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a24a335f-2fa6-47c6-8a5d-a556033b47da 2018-07-22 15:54:16,365 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-8ccd39ee-e4e5-49e-user 2018-07-22 15:54:16,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8bd0b02c02db4a09b8db5ccb630d0717 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c986731f68877a2bd35c4fbfd732a8c305579e2" 2018-07-22 15:54:16,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f92de0d9-c34c-4aac-9aa5-f895b28d39da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:16,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8bd0b02c02db4a09b8db5ccb630d0717 used request id req-f92de0d9-c34c-4aac-9aa5-f895b28d39da 2018-07-22 15:54:16,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:16,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Z6xumHLkSb2nhRsJaDQasw"], "issued_at": "2018-07-22T15:54:16.000000Z"}} 2018-07-22 15:54:16,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7dfea3b11be4e84e87e84e814c9e916f106e6b" 2018-07-22 15:54:16,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222a5ab1-7aa4-4603-a596-68ca72c0eb8c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:16,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-222a5ab1-7aa4-4603-a596-68ca72c0eb8c 2018-07-22 15:54:16,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:16,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:17,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-oXhQtypS4iGPlOBW3oxYg"], "issued_at": "2018-07-22T15:54:17.000000Z"}} 2018-07-22 15:54:17,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:17,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe9c5a44-eff7-4170-ac11-f1bc1bec2ffc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:17,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fe9c5a44-eff7-4170-ac11-f1bc1bec2ffc 2018-07-22 15:54:17,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:17,470 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:17,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:17,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225ec8c6-03a6-459e-ad2a-5c57b5e613d1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:54:17,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj used request id req-225ec8c6-03a6-459e-ad2a-5c57b5e613d1 2018-07-22 15:54:17,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:17,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb48032-2396-47fe-af3b-ae79e6f4989f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:17,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2fb48032-2396-47fe-af3b-ae79e6f4989f 2018-07-22 15:54:17,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj"}}' 2018-07-22 15:54:17,751 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36a2f01e-1279-4742-a468-31e5c83c6d04 Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2738fc53f9514b35bf45bf97dbd17abe"}, "tags": [], "enabled": true, "id": "2738fc53f9514b35bf45bf97dbd17abe", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj"}} 2018-07-22 15:54:17,751 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-36a2f01e-1279-4742-a468-31e5c83c6d04 2018-07-22 15:54:17,751 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj 2018-07-22 15:54:17,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:17,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:18,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["1Y8Xw0qqR-m1OhZz-p7MNg"], "issued_at": "2018-07-22T15:54:18.000000Z"}} 2018-07-22 15:54:18,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd34ff0714d67535d2a06767820776e75f549252" 2018-07-22 15:54:18,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65fbbbf3-c7a8-46d3-89b3-663d599a397f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:18,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-65fbbbf3-c7a8-46d3-89b3-663d599a397f 2018-07-22 15:54:18,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:18,157 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:18,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd34ff0714d67535d2a06767820776e75f549252" 2018-07-22 15:54:18,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c4e653-50b0-4949-ba2e-a607ddc882b7 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:54:18,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-52c4e653-50b0-4949-ba2e-a607ddc882b7 2018-07-22 15:54:18,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd34ff0714d67535d2a06767820776e75f549252" 2018-07-22 15:54:18,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e4c1de6-555b-41e7-a985-4eed88c90a8a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/2738fc53f9514b35bf45bf97dbd17abe"}, "tags": [], "enabled": true, "id": "2738fc53f9514b35bf45bf97dbd17abe", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj"}]} 2018-07-22 15:54:18,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj used request id req-1e4c1de6-555b-41e7-a985-4eed88c90a8a 2018-07-22 15:54:18,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd34ff0714d67535d2a06767820776e75f549252" 2018-07-22 15:54:18,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eef4e32-97b8-47f2-8bc6-2205b2502f12 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:18,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3eef4e32-97b8-47f2-8bc6-2205b2502f12 2018-07-22 15:54:18,809 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-user 2018-07-22 15:54:18,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:18,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:18,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6211b8c8-f855-4039-8d3e-b1212354a7c4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:18,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6211b8c8-f855-4039-8d3e-b1212354a7c4 2018-07-22 15:54:18,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" -d '{"role": {"name": "CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj-role"}}' 2018-07-22 15:54:19,007 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e44d0485-088a-49f3-a47e-b94891e78e28 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "793f6335bc884a93880cb5ff8d1e01aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/793f6335bc884a93880cb5ff8d1e01aa"}, "name": "CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj-role"}} 2018-07-22 15:54:19,007 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-e44d0485-088a-49f3-a47e-b94891e78e28 2018-07-22 15:54:19,008 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj-role 2018-07-22 15:54:19,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/793f6335bc884a93880cb5ff8d1e01aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:19,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddd4e39b-c1de-42a2-b540-a2dd47e75217 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "793f6335bc884a93880cb5ff8d1e01aa", "links": {"self": "http://172.30.9.28:5000/v3/roles/793f6335bc884a93880cb5ff8d1e01aa"}, "name": "CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj-role"}} 2018-07-22 15:54:19,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/793f6335bc884a93880cb5ff8d1e01aa used request id req-ddd4e39b-c1de-42a2-b540-a2dd47e75217 2018-07-22 15:54:19,097 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj-role to project CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj 2018-07-22 15:54:19,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/2738fc53f9514b35bf45bf97dbd17abe/users/84cd5fa9d7c54af78b315b8a917fa633/roles/793f6335bc884a93880cb5ff8d1e01aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:19,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8440bbf4-d321-4c3d-9297-e5140b0aaf65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:19,231 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2738fc53f9514b35bf45bf97dbd17abe/users/84cd5fa9d7c54af78b315b8a917fa633/roles/793f6335bc884a93880cb5ff8d1e01aa used request id req-8440bbf4-d321-4c3d-9297-e5140b0aaf65 2018-07-22 15:54:19,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:19,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:19,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fv543LRRQNKT8x9zD_sSyA"], "issued_at": "2018-07-22T15:54:19.000000Z"}} 2018-07-22 15:54:19,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55cae796df2acc4e8c91547b80df6022fb622cfa" 2018-07-22 15:54:19,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82a54aa3-1bbb-4a3f-a90f-32621f546f1b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:19,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-82a54aa3-1bbb-4a3f-a90f-32621f546f1b 2018-07-22 15:54:19,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55cae796df2acc4e8c91547b80df6022fb622cfa" 2018-07-22 15:54:19,866 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:19 GMT Server: Apache x-compute-request-id: req-c8cdeed0-996f-47a3-bf6a-08531b475bef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c8cdeed0-996f-47a3-bf6a-08531b475bef Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-07-22 15:54:19,866 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-c8cdeed0-996f-47a3-bf6a-08531b475bef 2018-07-22 15:54:19,870 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c8cdeed0-996f-47a3-bf6a-08531b475bef" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55cae796df2acc4e8c91547b80df6022fb622cfa" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-qos-spec"}}' 2018-07-22 15:54:20,057 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:19 GMT Server: Apache x-compute-request-id: req-29908e39-097d-470d-a888-f0ed9f6f1a90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29908e39-097d-470d-a888-f0ed9f6f1a90 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "bffe5b75-e16e-47f5-9739-beb204ec3b51", "name": "CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51", "rel": "bookmark"}]} 2018-07-22 15:54:20,057 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-29908e39-097d-470d-a888-f0ed9f6f1a90 2018-07-22 15:54:20,058 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-qos-spec 2018-07-22 15:54:20,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:20,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:20,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["SVO26eruRfuO5haGNSiskw"], "issued_at": "2018-07-22T15:54:20.000000Z"}} 2018-07-22 15:54:20,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4109d3ce52333d0d676aef145d6cc29b35817954" 2018-07-22 15:54:20,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b6cddf-89be-43d9-a126-d7456e54e730 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:20,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-33b6cddf-89be-43d9-a126-d7456e54e730 2018-07-22 15:54:20,524 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4109d3ce52333d0d676aef145d6cc29b35817954" 2018-07-22 15:54:20,696 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:20 GMT Server: Apache x-compute-request-id: req-de851774-9b03-4dd7-88ea-bae8d14d583d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-de851774-9b03-4dd7-88ea-bae8d14d583d Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:54:20,696 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-de851774-9b03-4dd7-88ea-bae8d14d583d 2018-07-22 15:54:20,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-de851774-9b03-4dd7-88ea-bae8d14d583d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4109d3ce52333d0d676aef145d6cc29b35817954" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-vol_type", "description": null}}' 2018-07-22 15:54:20,903 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:20 GMT Server: Apache x-compute-request-id: req-6335b1dd-a3c4-498f-8533-64c6cb1cbe51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6335b1dd-a3c4-498f-8533-64c6cb1cbe51 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "406bca35-a0f7-4456-890c-76cd4e8d5d8f", "description": null}} 2018-07-22 15:54:20,903 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types used request id req-6335b1dd-a3c4-498f-8533-64c6cb1cbe51 2018-07-22 15:54:20,906 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de851774-9b03-4dd7-88ea-bae8d14d583d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4109d3ce52333d0d676aef145d6cc29b35817954" 2018-07-22 15:54:21,072 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:20 GMT Server: Apache x-compute-request-id: req-08e53a2c-d369-4089-a530-29e1271b154b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08e53a2c-d369-4089-a530-29e1271b154b Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "bffe5b75-e16e-47f5-9739-beb204ec3b51", "name": "CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-qos-spec"}]} 2018-07-22 15:54:21,072 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-08e53a2c-d369-4089-a530-29e1271b154b 2018-07-22 15:54:21,075 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51/associate?vol_type_id=406bca35-a0f7-4456-890c-76cd4e8d5d8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de851774-9b03-4dd7-88ea-bae8d14d583d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4109d3ce52333d0d676aef145d6cc29b35817954" 2018-07-22 15:54:21,226 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c46fea99-f02f-41ed-a669-040319167a9d 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-07-22 15:54:21,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51/associate?vol_type_id=406bca35-a0f7-4456-890c-76cd4e8d5d8f used request id req-c46fea99-f02f-41ed-a669-040319167a9d 2018-07-22 15:54:21,227 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-vol_type 2018-07-22 15:54:21,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/406bca35-a0f7-4456-890c-76cd4e8d5d8f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7dfea3b11be4e84e87e84e814c9e916f106e6b" 2018-07-22 15:54:21,405 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:21 GMT Server: Apache x-compute-request-id: req-916a0dc5-961b-4fa1-aaa3-c335477a72f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-916a0dc5-961b-4fa1-aaa3-c335477a72f6 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-vol_type", "qos_specs_id": "bffe5b75-e16e-47f5-9739-beb204ec3b51", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "406bca35-a0f7-4456-890c-76cd4e8d5d8f", "description": null}} 2018-07-22 15:54:21,405 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/406bca35-a0f7-4456-890c-76cd4e8d5d8f used request id req-916a0dc5-961b-4fa1-aaa3-c335477a72f6 2018-07-22 15:54:21,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/406bca35-a0f7-4456-890c-76cd4e8d5d8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-916a0dc5-961b-4fa1-aaa3-c335477a72f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7dfea3b11be4e84e87e84e814c9e916f106e6b" 2018-07-22 15:54:21,580 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:21 GMT Server: Apache x-compute-request-id: req-1cb1d210-0603-4cec-bd07-a1f3eeb8ddb5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1cb1d210-0603-4cec-bd07-a1f3eeb8ddb5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-vol_type", "qos_specs_id": "bffe5b75-e16e-47f5-9739-beb204ec3b51", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "406bca35-a0f7-4456-890c-76cd4e8d5d8f", "description": null}} 2018-07-22 15:54:21,580 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/406bca35-a0f7-4456-890c-76cd4e8d5d8f used request id req-1cb1d210-0603-4cec-bd07-a1f3eeb8ddb5 2018-07-22 15:54:21,583 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/406bca35-a0f7-4456-890c-76cd4e8d5d8f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-916a0dc5-961b-4fa1-aaa3-c335477a72f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7dfea3b11be4e84e87e84e814c9e916f106e6b" 2018-07-22 15:54:21,758 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:21 GMT Server: Apache x-compute-request-id: req-b2c7d4ee-0d39-4900-9adc-d78a18ee9883 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b2c7d4ee-0d39-4900-9adc-d78a18ee9883 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-22 15:54:21,758 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/406bca35-a0f7-4456-890c-76cd4e8d5d8f/encryption used request id req-b2c7d4ee-0d39-4900-9adc-d78a18ee9883 2018-07-22 15:54:21,761 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-916a0dc5-961b-4fa1-aaa3-c335477a72f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df7dfea3b11be4e84e87e84e814c9e916f106e6b" 2018-07-22 15:54:21,925 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:21 GMT Server: Apache x-compute-request-id: req-44341be2-3c8a-4084-9b00-fddbef47651a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44341be2-3c8a-4084-9b00-fddbef47651a Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "bffe5b75-e16e-47f5-9739-beb204ec3b51", "name": "CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51", "rel": "bookmark"}]} 2018-07-22 15:54:21,926 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51 used request id req-44341be2-3c8a-4084-9b00-fddbef47651a 2018-07-22 15:54:21,926 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-vol_type 2018-07-22 15:54:21,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/406bca35-a0f7-4456-890c-76cd4e8d5d8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-de851774-9b03-4dd7-88ea-bae8d14d583d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4109d3ce52333d0d676aef145d6cc29b35817954" 2018-07-22 15:54:22,124 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-55b5a260-a7a7-4ab1-aa13-fcfa5f0a0c99 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-07-22 15:54:22,125 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/406bca35-a0f7-4456-890c-76cd4e8d5d8f used request id req-55b5a260-a7a7-4ab1-aa13-fcfa5f0a0c99 2018-07-22 15:54:22,125 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-1ec81762-fe76-43f0-840c-e77d30a04255-qos-spec 2018-07-22 15:54:22,128 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c8cdeed0-996f-47a3-bf6a-08531b475bef" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55cae796df2acc4e8c91547b80df6022fb622cfa" 2018-07-22 15:54:22,319 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-466370e1-b4f0-4140-ae23-cc79c089bfc3 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-07-22 15:54:22,319 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/bffe5b75-e16e-47f5-9739-beb204ec3b51?force=False used request id req-466370e1-b4f0-4140-ae23-cc79c089bfc3 2018-07-22 15:54:22,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:22,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-e8445146-77ac-43c5-a0be-546d6dca36ac Date: Sun, 22 Jul 2018 15:54:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:54:22,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-e8445146-77ac-43c5-a0be-546d6dca36ac 2018-07-22 15:54:22,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:22,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2540664c-6e2a-4945-b664-f1258797c53f 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:54:22,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-2540664c-6e2a-4945-b664-f1258797c53f 2018-07-22 15:54:22,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:22,653 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb856056-7382-49a9-9887-3ec1cf5b6bff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:22,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-eb856056-7382-49a9-9887-3ec1cf5b6bff 2018-07-22 15:54:22,653 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:22,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:22,671 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b7b30c0-2ce6-44f6-a826-fe4afe7151d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:22,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-8b7b30c0-2ce6-44f6-a826-fe4afe7151d8 2018-07-22 15:54:22,672 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:22,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:22,756 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4822789-09a0-4e10-b4cf-03240df47bac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:22,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-b4822789-09a0-4e10-b4cf-03240df47bac 2018-07-22 15:54:22,756 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:22,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:22,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6994e981-6d2d-4894-93b0-eed91084d6fd 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:54:22,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-6994e981-6d2d-4894-93b0-eed91084d6fd 2018-07-22 15:54:22,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:22,868 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc7fed8a-9499-4feb-b5a0-c86ba3c54b0d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:22,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-fc7fed8a-9499-4feb-b5a0-c86ba3c54b0d 2018-07-22 15:54:22,869 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:22,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:22,957 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-479fe550-b8bd-4d88-b5ac-1ab38e438d3d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:22,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-479fe550-b8bd-4d88-b5ac-1ab38e438d3d 2018-07-22 15:54:22,958 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:22,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:23,044 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd235026-fd94-4f96-bc2d-ebbe6a155ff1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:23,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-fd235026-fd94-4f96-bc2d-ebbe6a155ff1 2018-07-22 15:54:23,044 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:23,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:23,126 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b1b020e-8390-49d1-aa88-3a7be56716dc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:23,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-0b1b020e-8390-49d1-aa88-3a7be56716dc 2018-07-22 15:54:23,127 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:23,128 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj 2018-07-22 15:54:23,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/2738fc53f9514b35bf45bf97dbd17abe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:23,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db9e269a-31d4-40cb-861d-2549327ec91b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:23,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2738fc53f9514b35bf45bf97dbd17abe used request id req-db9e269a-31d4-40cb-861d-2549327ec91b 2018-07-22 15:54:23,331 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-proj-role 2018-07-22 15:54:23,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/793f6335bc884a93880cb5ff8d1e01aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:23,438 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1bd6ae8-42a0-4b33-92dd-16b5d11124c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:23,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/793f6335bc884a93880cb5ff8d1e01aa used request id req-e1bd6ae8-42a0-4b33-92dd-16b5d11124c1 2018-07-22 15:54:23,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9389539bd6a65076a837515f07a44fa8092d7386" 2018-07-22 15:54:23,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88f3d0ae-ed9d-4a3e-8d32-7b167eac0a20 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:23,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-88f3d0ae-ed9d-4a3e-8d32-7b167eac0a20 2018-07-22 15:54:23,525 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-c83d892b-f93a-4a4-user 2018-07-22 15:54:23,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/84cd5fa9d7c54af78b315b8a917fa633 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd34ff0714d67535d2a06767820776e75f549252" 2018-07-22 15:54:23,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b900645c-651b-49df-b687-6d5e5056fa02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:23,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/84cd5fa9d7c54af78b315b8a917fa633 used request id req-b900645c-651b-49df-b687-6d5e5056fa02 2018-07-22 15:54:23,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:24,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["SeN0vtUjRsWT3G4mzRUX0A"], "issued_at": "2018-07-22T15:54:24.000000Z"}} 2018-07-22 15:54:24,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93f6eef8d58ee0f3e3da385d696a1454cc213ae" 2018-07-22 15:54:24,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c739abd4-e041-47de-8483-5e32b4651a39 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:24,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c739abd4-e041-47de-8483-5e32b4651a39 2018-07-22 15:54:24,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:24,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:24,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["oWpdv6zsRHS3foamQC9RVg"], "issued_at": "2018-07-22T15:54:24.000000Z"}} 2018-07-22 15:54:24,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:24,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46694142-c3f7-4dba-a74d-4715042e7e83 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:24,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-46694142-c3f7-4dba-a74d-4715042e7e83 2018-07-22 15:54:24,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:24,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:24,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-7593266b-4150-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:24,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d118a89-38ae-4003-b5f5-89a3bc16e284 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-7593266b-4150-43a-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:54:24,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-7593266b-4150-43a-proj used request id req-8d118a89-38ae-4003-b5f5-89a3bc16e284 2018-07-22 15:54:24,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:24,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab9553a7-dac6-41f3-a178-eccb3135aeeb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:24,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ab9553a7-dac6-41f3-a178-eccb3135aeeb 2018-07-22 15:54:24,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-7593266b-4150-43a-proj"}}' 2018-07-22 15:54:24,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77d2ba90-5506-4f9b-88f7-bfbd6b058aa0 Content-Length: 325 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56003fa135af46e4a4e3f414c77700b2"}, "tags": [], "enabled": true, "id": "56003fa135af46e4a4e3f414c77700b2", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-7593266b-4150-43a-proj"}} 2018-07-22 15:54:24,997 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-77d2ba90-5506-4f9b-88f7-bfbd6b058aa0 2018-07-22 15:54:24,997 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-7593266b-4150-43a-proj 2018-07-22 15:54:24,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:24,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:25,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["52MRsHDMSFSxgcrcLzckZg"], "issued_at": "2018-07-22T15:54:25.000000Z"}} 2018-07-22 15:54:25,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67af634f6a1f3754d32db0ca7cde5116a83b803a" 2018-07-22 15:54:25,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca5f027-560b-4895-8542-ea71ab0b0461 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:25,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0ca5f027-560b-4895-8542-ea71ab0b0461 2018-07-22 15:54:25,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:25,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:25,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67af634f6a1f3754d32db0ca7cde5116a83b803a" 2018-07-22 15:54:25,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d270c2d0-6b7a-49ef-b4a6-7120f1428526 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:54:25,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d270c2d0-6b7a-49ef-b4a6-7120f1428526 2018-07-22 15:54:25,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-7593266b-4150-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67af634f6a1f3754d32db0ca7cde5116a83b803a" 2018-07-22 15:54:25,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-854e36d8-4fad-4b62-889a-425a63edb3b0 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-7593266b-4150-43a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56003fa135af46e4a4e3f414c77700b2"}, "tags": [], "enabled": true, "id": "56003fa135af46e4a4e3f414c77700b2", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-7593266b-4150-43a-proj"}]} 2018-07-22 15:54:25,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-7593266b-4150-43a-proj used request id req-854e36d8-4fad-4b62-889a-425a63edb3b0 2018-07-22 15:54:25,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67af634f6a1f3754d32db0ca7cde5116a83b803a" 2018-07-22 15:54:25,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4989d97d-968a-40be-9c31-0384a713a6c9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:25,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4989d97d-968a-40be-9c31-0384a713a6c9 2018-07-22 15:54:25,990 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-7593266b-4150-43a-user 2018-07-22 15:54:25,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:25,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:26,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bca7a59-a7a2-4c90-bb4c-7134645c9949 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:26,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9bca7a59-a7a2-4c90-bb4c-7134645c9949 2018-07-22 15:54:26,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" -d '{"role": {"name": "CreateVolumeTypeComplexTests-7593266b-4150-43a-proj-role"}}' 2018-07-22 15:54:26,109 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46f5ea63-7648-4c7e-8260-b088917063cc Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d43581e62cb844238babbc148ba82951", "links": {"self": "http://172.30.9.28:5000/v3/roles/d43581e62cb844238babbc148ba82951"}, "name": "CreateVolumeTypeComplexTests-7593266b-4150-43a-proj-role"}} 2018-07-22 15:54:26,110 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-46f5ea63-7648-4c7e-8260-b088917063cc 2018-07-22 15:54:26,110 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-7593266b-4150-43a-proj-role 2018-07-22 15:54:26,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d43581e62cb844238babbc148ba82951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:26,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7636253-105b-43a0-9217-9bd1ca8c95ba Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d43581e62cb844238babbc148ba82951", "links": {"self": "http://172.30.9.28:5000/v3/roles/d43581e62cb844238babbc148ba82951"}, "name": "CreateVolumeTypeComplexTests-7593266b-4150-43a-proj-role"}} 2018-07-22 15:54:26,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d43581e62cb844238babbc148ba82951 used request id req-c7636253-105b-43a0-9217-9bd1ca8c95ba 2018-07-22 15:54:26,202 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-7593266b-4150-43a-proj-role to project CreateVolumeTypeComplexTests-7593266b-4150-43a-proj 2018-07-22 15:54:26,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/56003fa135af46e4a4e3f414c77700b2/users/9a1095de485d4e42a9119f4840c42395/roles/d43581e62cb844238babbc148ba82951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:26,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4fd3f17-dcce-4da1-9c48-9930b6691120 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:26,322 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/56003fa135af46e4a4e3f414c77700b2/users/9a1095de485d4e42a9119f4840c42395/roles/d43581e62cb844238babbc148ba82951 used request id req-e4fd3f17-dcce-4da1-9c48-9930b6691120 2018-07-22 15:54:26,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:26,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:26,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4Jn5EGgoRge2--Nbb2Umhg"], "issued_at": "2018-07-22T15:54:26.000000Z"}} 2018-07-22 15:54:26,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21886397ea00dff4fc9eb1b353191d075611542" 2018-07-22 15:54:26,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86d9e837-27bf-423b-8368-1f24640ab542 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:26,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-86d9e837-27bf-423b-8368-1f24640ab542 2018-07-22 15:54:26,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21886397ea00dff4fc9eb1b353191d075611542" 2018-07-22 15:54:26,964 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:26 GMT Server: Apache x-compute-request-id: req-390d5fc2-89ff-4b53-8b8a-c3b5e874ecd0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-390d5fc2-89ff-4b53-8b8a-c3b5e874ecd0 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-07-22 15:54:26,964 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-390d5fc2-89ff-4b53-8b8a-c3b5e874ecd0 2018-07-22 15:54:26,967 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-390d5fc2-89ff-4b53-8b8a-c3b5e874ecd0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21886397ea00dff4fc9eb1b353191d075611542" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-qos-spec"}}' 2018-07-22 15:54:27,153 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:26 GMT Server: Apache x-compute-request-id: req-414bb403-ea38-41f5-8558-71960d70d0be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-414bb403-ea38-41f5-8558-71960d70d0be Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "3ca31e39-4405-419f-b803-8bce4a50276c", "name": "CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c", "rel": "bookmark"}]} 2018-07-22 15:54:27,154 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-414bb403-ea38-41f5-8558-71960d70d0be 2018-07-22 15:54:27,154 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-qos-spec 2018-07-22 15:54:27,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:27,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:27,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["VyAaI7C0Tz2_aTK2nkApSA"], "issued_at": "2018-07-22T15:54:27.000000Z"}} 2018-07-22 15:54:27,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0bde2545e69ff59963751f2d122c3264a687c" 2018-07-22 15:54:27,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f555ced-225e-4123-8eda-a91180d54f6a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:27,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5f555ced-225e-4123-8eda-a91180d54f6a 2018-07-22 15:54:27,616 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0bde2545e69ff59963751f2d122c3264a687c" 2018-07-22 15:54:27,781 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:27 GMT Server: Apache x-compute-request-id: req-2162aa1a-7a56-447d-8f9a-f98086428b58 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2162aa1a-7a56-447d-8f9a-f98086428b58 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:54:27,782 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-2162aa1a-7a56-447d-8f9a-f98086428b58 2018-07-22 15:54:27,785 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2162aa1a-7a56-447d-8f9a-f98086428b58" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0bde2545e69ff59963751f2d122c3264a687c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-vol_type", "description": null}}' 2018-07-22 15:54:27,977 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:27 GMT Server: Apache x-compute-request-id: req-bf4d1d03-5ae4-44db-b527-649befaa703c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf4d1d03-5ae4-44db-b527-649befaa703c Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bd33b80b-66a4-45a3-bd54-86634e1b391b", "description": null}} 2018-07-22 15:54:27,978 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types used request id req-bf4d1d03-5ae4-44db-b527-649befaa703c 2018-07-22 15:54:27,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2162aa1a-7a56-447d-8f9a-f98086428b58" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0bde2545e69ff59963751f2d122c3264a687c" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-07-22 15:54:28,178 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:27 GMT Server: Apache x-compute-request-id: req-bcd8d308-7681-4c40-b994-763b09faf1af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bcd8d308-7681-4c40-b994-763b09faf1af Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "bd33b80b-66a4-45a3-bd54-86634e1b391b", "name": "foo", "control_location": "back-end", "encryption_id": "0a61fb94-5ce4-46e6-870c-bd803a3d6fd1", "provider": "bar", "provider_class": "bar"}} 2018-07-22 15:54:28,178 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b/encryption used request id req-bcd8d308-7681-4c40-b994-763b09faf1af 2018-07-22 15:54:28,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2162aa1a-7a56-447d-8f9a-f98086428b58" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0bde2545e69ff59963751f2d122c3264a687c" 2018-07-22 15:54:28,359 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:28 GMT Server: Apache x-compute-request-id: req-0ab42748-f2d0-4ec7-8e82-30f1e5b8e64a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ab42748-f2d0-4ec7-8e82-30f1e5b8e64a Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "3ca31e39-4405-419f-b803-8bce4a50276c", "name": "CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-qos-spec"}]} 2018-07-22 15:54:28,359 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs used request id req-0ab42748-f2d0-4ec7-8e82-30f1e5b8e64a 2018-07-22 15:54:28,362 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c/associate?vol_type_id=bd33b80b-66a4-45a3-bd54-86634e1b391b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2162aa1a-7a56-447d-8f9a-f98086428b58" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0bde2545e69ff59963751f2d122c3264a687c" 2018-07-22 15:54:28,567 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-51f66576-489c-4446-a0c8-21be527077ea 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-07-22 15:54:28,568 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c/associate?vol_type_id=bd33b80b-66a4-45a3-bd54-86634e1b391b used request id req-51f66576-489c-4446-a0c8-21be527077ea 2018-07-22 15:54:28,568 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-vol_type 2018-07-22 15:54:28,571 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93f6eef8d58ee0f3e3da385d696a1454cc213ae" 2018-07-22 15:54:28,741 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:28 GMT Server: Apache x-compute-request-id: req-d6122b9b-b321-487a-8a48-bcc3daa6b3f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6122b9b-b321-487a-8a48-bcc3daa6b3f2 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-vol_type", "qos_specs_id": "3ca31e39-4405-419f-b803-8bce4a50276c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bd33b80b-66a4-45a3-bd54-86634e1b391b", "description": null}} 2018-07-22 15:54:28,741 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b used request id req-d6122b9b-b321-487a-8a48-bcc3daa6b3f2 2018-07-22 15:54:28,744 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6122b9b-b321-487a-8a48-bcc3daa6b3f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93f6eef8d58ee0f3e3da385d696a1454cc213ae" 2018-07-22 15:54:28,921 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:28 GMT Server: Apache x-compute-request-id: req-32e564ae-d66e-441e-aa81-feefa70426b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-32e564ae-d66e-441e-aa81-feefa70426b8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-vol_type", "qos_specs_id": "3ca31e39-4405-419f-b803-8bce4a50276c", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bd33b80b-66a4-45a3-bd54-86634e1b391b", "description": null}} 2018-07-22 15:54:28,921 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b used request id req-32e564ae-d66e-441e-aa81-feefa70426b8 2018-07-22 15:54:28,923 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6122b9b-b321-487a-8a48-bcc3daa6b3f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93f6eef8d58ee0f3e3da385d696a1454cc213ae" 2018-07-22 15:54:29,093 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:28 GMT Server: Apache x-compute-request-id: req-7e14fc3e-bd78-4bb3-9c7f-857489554da6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7e14fc3e-bd78-4bb3-9c7f-857489554da6 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "bd33b80b-66a4-45a3-bd54-86634e1b391b", "control_location": "back-end", "deleted": false, "created_at": "2018-07-22T15:54:28.000000", "updated_at": null, "encryption_id": "0a61fb94-5ce4-46e6-870c-bd803a3d6fd1", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-07-22 15:54:29,093 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b/encryption used request id req-7e14fc3e-bd78-4bb3-9c7f-857489554da6 2018-07-22 15:54:29,096 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6122b9b-b321-487a-8a48-bcc3daa6b3f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93f6eef8d58ee0f3e3da385d696a1454cc213ae" 2018-07-22 15:54:29,265 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:29 GMT Server: Apache x-compute-request-id: req-e10e5861-b848-4512-bc2d-ea61aff8be36 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e10e5861-b848-4512-bc2d-ea61aff8be36 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "3ca31e39-4405-419f-b803-8bce4a50276c", "name": "CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c", "rel": "bookmark"}]} 2018-07-22 15:54:29,265 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c used request id req-e10e5861-b848-4512-bc2d-ea61aff8be36 2018-07-22 15:54:29,265 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-vol_type 2018-07-22 15:54:29,268 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2162aa1a-7a56-447d-8f9a-f98086428b58" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f0bde2545e69ff59963751f2d122c3264a687c" 2018-07-22 15:54:29,477 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2386418f-dd2f-4684-91c9-9752477151e0 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-07-22 15:54:29,478 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/bd33b80b-66a4-45a3-bd54-86634e1b391b used request id req-2386418f-dd2f-4684-91c9-9752477151e0 2018-07-22 15:54:29,479 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-e0c21397-eda3-4513-9b55-5f85c1f01323-qos-spec 2018-07-22 15:54:29,481 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-390d5fc2-89ff-4b53-8b8a-c3b5e874ecd0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21886397ea00dff4fc9eb1b353191d075611542" 2018-07-22 15:54:29,530 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bafd76d2-cf20-4e3e-ae57-f35a659442d2 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-07-22 15:54:29,530 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/qos-specs/3ca31e39-4405-419f-b803-8bce4a50276c?force=False used request id req-bafd76d2-cf20-4e3e-ae57-f35a659442d2 2018-07-22 15:54:29,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:29,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-88bc83c3-005f-4de8-8ae7-2d643ab59772 Date: Sun, 22 Jul 2018 15:54:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:54:29,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-88bc83c3-005f-4de8-8ae7-2d643ab59772 2018-07-22 15:54:29,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:29,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a8e913d-4ce6-4223-b654-621757d1dc77 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:54:29,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-0a8e913d-4ce6-4223-b654-621757d1dc77 2018-07-22 15:54:29,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:29,881 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce84fdb8-aaf5-4ebb-911e-2cb9d9319aa3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:29,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-ce84fdb8-aaf5-4ebb-911e-2cb9d9319aa3 2018-07-22 15:54:29,881 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:29,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:29,963 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5647fa46-01f6-4ca0-8058-d509ace90cf3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:29,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-5647fa46-01f6-4ca0-8058-d509ace90cf3 2018-07-22 15:54:29,963 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:29,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,049 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf5a6eb8-429a-4060-b2c1-f4cdf997f18b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:30,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-bf5a6eb8-429a-4060-b2c1-f4cdf997f18b 2018-07-22 15:54:30,049 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:30,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ca653cc-dc86-438d-b7a4-be0a91834bb2 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:54:30,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-9ca653cc-dc86-438d-b7a4-be0a91834bb2 2018-07-22 15:54:30,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,158 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6fec886-f3a9-4be9-b81f-ad10c6f49ebc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:30,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-d6fec886-f3a9-4be9-b81f-ad10c6f49ebc 2018-07-22 15:54:30,158 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:30,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,244 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87226767-ea27-4d97-8a16-d49db07d5a27 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:30,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-87226767-ea27-4d97-8a16-d49db07d5a27 2018-07-22 15:54:30,244 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:30,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,329 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eccd80e5-960e-46e6-a8b4-8c3aa30ccd5a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:30,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-eccd80e5-960e-46e6-a8b4-8c3aa30ccd5a 2018-07-22 15:54:30,329 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:30,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,414 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95e5e6ca-2bd7-4c31-ab1d-52969923c011 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:30,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-95e5e6ca-2bd7-4c31-ab1d-52969923c011 2018-07-22 15:54:30,415 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:30,416 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-7593266b-4150-43a-proj 2018-07-22 15:54:30,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/56003fa135af46e4a4e3f414c77700b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1e434ae-6df5-4293-915b-c56d8ad8c24a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:30,776 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/56003fa135af46e4a4e3f414c77700b2 used request id req-a1e434ae-6df5-4293-915b-c56d8ad8c24a 2018-07-22 15:54:30,776 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-7593266b-4150-43a-proj-role 2018-07-22 15:54:30,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d43581e62cb844238babbc148ba82951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,896 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a38ae537-4e8c-430b-9f8a-242cffb36189 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:30,896 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d43581e62cb844238babbc148ba82951 used request id req-a38ae537-4e8c-430b-9f8a-242cffb36189 2018-07-22 15:54:30,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}181ca78f68337b1fb2f7c80cd5e098c43645b1fd" 2018-07-22 15:54:30,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c2bef2d-ad38-4786-9980-454c8fb0cc8d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:30,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0c2bef2d-ad38-4786-9980-454c8fb0cc8d 2018-07-22 15:54:30,982 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-7593266b-4150-43a-user 2018-07-22 15:54:30,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9a1095de485d4e42a9119f4840c42395 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67af634f6a1f3754d32db0ca7cde5116a83b803a" 2018-07-22 15:54:31,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9ec7193-6883-4976-b782-e21de4875e90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:31,225 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9a1095de485d4e42a9119f4840c42395 used request id req-a9ec7193-6883-4976-b782-e21de4875e90 2018-07-22 15:54:31,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:31,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["1eXhBe6dQ-Cl6QEiOugg2w"], "issued_at": "2018-07-22T15:54:31.000000Z"}} 2018-07-22 15:54:31,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf8afdcdcbacf4faad0b02c6138125dc7f3fb73c" 2018-07-22 15:54:31,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eae4f91-6fa2-42aa-9691-315633ebe730 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:31,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1eae4f91-6fa2-42aa-9691-315633ebe730 2018-07-22 15:54:31,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:31,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:32,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["1M3HLM2NSvK6tN-CXLv_9A"], "issued_at": "2018-07-22T15:54:32.000000Z"}} 2018-07-22 15:54:32,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:32,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d40bbd8-9d8b-4bf2-851c-179a4659fcdc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:32,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4d40bbd8-9d8b-4bf2-851c-179a4659fcdc 2018-07-22 15:54:32,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:32,162 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:32,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:32,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807820be-d7dc-483c-997b-d0afe3d43931 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:54:32,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj used request id req-807820be-d7dc-483c-997b-d0afe3d43931 2018-07-22 15:54:32,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:32,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc032c4-4145-43bd-b006-90bbd3ee17cd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:32,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2cc032c4-4145-43bd-b006-90bbd3ee17cd 2018-07-22 15:54:32,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj"}}' 2018-07-22 15:54:32,382 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93b8e988-351b-4248-80d7-565e0daea063 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be"}, "tags": [], "enabled": true, "id": "60bd28c9a8ce49c9986504a52a3452be", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj"}} 2018-07-22 15:54:32,382 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-93b8e988-351b-4248-80d7-565e0daea063 2018-07-22 15:54:32,382 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj 2018-07-22 15:54:32,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:32,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:32,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["x4j90TjWSAqlcXWLQT4ypw"], "issued_at": "2018-07-22T15:54:32.000000Z"}} 2018-07-22 15:54:32,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5268175b0de362878512ffcec7af003317516d" 2018-07-22 15:54:32,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b11b6546-a356-4bc5-9060-7f7a3f20dbf3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:32,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b11b6546-a356-4bc5-9060-7f7a3f20dbf3 2018-07-22 15:54:32,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:32,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:32,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5268175b0de362878512ffcec7af003317516d" 2018-07-22 15:54:32,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09c66df5-a2b8-4452-999a-93baac84f16a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:54:32,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-09c66df5-a2b8-4452-999a-93baac84f16a 2018-07-22 15:54:32,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5268175b0de362878512ffcec7af003317516d" 2018-07-22 15:54:33,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52041a94-b062-4208-87f9-1acf15d09fdb Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be"}, "tags": [], "enabled": true, "id": "60bd28c9a8ce49c9986504a52a3452be", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj"}]} 2018-07-22 15:54:33,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj used request id req-52041a94-b062-4208-87f9-1acf15d09fdb 2018-07-22 15:54:33,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5268175b0de362878512ffcec7af003317516d" 2018-07-22 15:54:33,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80caa66-1670-4931-bf4d-385d2219e2ff Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:33,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d80caa66-1670-4931-bf4d-385d2219e2ff 2018-07-22 15:54:33,464 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-user 2018-07-22 15:54:33,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:33,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:33,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51967d05-312c-4ab3-865c-f8beef9dcaa7 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:33,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-51967d05-312c-4ab3-865c-f8beef9dcaa7 2018-07-22 15:54:33,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj-role"}}' 2018-07-22 15:54:33,650 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdb8ad97-fb53-4258-87da-c0888c1580f6 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fbedf82fecdb4a28a833e75b59903ef0", "links": {"self": "http://172.30.9.28:5000/v3/roles/fbedf82fecdb4a28a833e75b59903ef0"}, "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj-role"}} 2018-07-22 15:54:33,650 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bdb8ad97-fb53-4258-87da-c0888c1580f6 2018-07-22 15:54:33,650 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj-role 2018-07-22 15:54:33,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/fbedf82fecdb4a28a833e75b59903ef0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:33,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98bc9620-a59a-4833-8320-6463ac6216bf Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fbedf82fecdb4a28a833e75b59903ef0", "links": {"self": "http://172.30.9.28:5000/v3/roles/fbedf82fecdb4a28a833e75b59903ef0"}, "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj-role"}} 2018-07-22 15:54:33,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fbedf82fecdb4a28a833e75b59903ef0 used request id req-98bc9620-a59a-4833-8320-6463ac6216bf 2018-07-22 15:54:33,737 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj-role to project CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj 2018-07-22 15:54:33,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be/users/ad916fc9f823425f9b783d199121f42f/roles/fbedf82fecdb4a28a833e75b59903ef0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:33,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30aaed45-a362-43fe-99ea-d1454004941a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:33,856 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be/users/ad916fc9f823425f9b783d199121f42f/roles/fbedf82fecdb4a28a833e75b59903ef0 used request id req-30aaed45-a362-43fe-99ea-d1454004941a 2018-07-22 15:54:33,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:34,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbedf82fecdb4a28a833e75b59903ef0", "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj-role"}], "expires_at": "2018-07-22T16:54:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60bd28c9a8ce49c9986504a52a3452be", "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/60bd28c9a8ce49c9986504a52a3452be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/60bd28c9a8ce49c9986504a52a3452be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-user", "id": "ad916fc9f823425f9b783d199121f42f"}, "audit_ids": ["KAwIpEwSQ02Uqi27mClsIw"], "issued_at": "2018-07-22T15:54:34.000000Z"}} 2018-07-22 15:54:34,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59ec57339195655600239b092a037990e13aad2" 2018-07-22 15:54:34,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95afd871-6482-451a-bd62-31e2a1b021f4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:34,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-95afd871-6482-451a-bd62-31e2a1b021f4 2018-07-22 15:54:34,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:34,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:34,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbedf82fecdb4a28a833e75b59903ef0", "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj-role"}], "expires_at": "2018-07-22T16:54:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60bd28c9a8ce49c9986504a52a3452be", "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/60bd28c9a8ce49c9986504a52a3452be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/60bd28c9a8ce49c9986504a52a3452be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_60bd28c9a8ce49c9986504a52a3452be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_60bd28c9a8ce49c9986504a52a3452be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-user", "id": "ad916fc9f823425f9b783d199121f42f"}, "audit_ids": ["wdNLACmcQhmFiT68E_0AjA"], "issued_at": "2018-07-22T15:54:34.000000Z"}} 2018-07-22 15:54:34,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" 2018-07-22 15:54:34,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233236e2-643c-4804-9b14-8581ea5ca145 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:34,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-233236e2-643c-4804-9b14-8581ea5ca145 2018-07-22 15:54:34,802 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" 2018-07-22 15:54:34,993 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:34 GMT Server: Apache x-compute-request-id: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:54:34,993 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/detail used request id req-f33d9b66-c4b5-4ded-9365-506bfbc4d715 2018-07-22 15:54:34,996 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293", "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-07-22 15:54:35,394 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:34 GMT Server: Apache x-compute-request-id: req-13332a82-fae1-4d9a-acc8-0e0c51118e0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-13332a82-fae1-4d9a-acc8-0e0c51118e0d Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "ad916fc9f823425f9b783d199121f42f", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "self"}, {"href": "http://172.30.9.28:8776/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:35.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f910de0f-f27d-4660-b50b-a2985c86719e", "size": 1}} 2018-07-22 15:54:35,394 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes used request id req-13332a82-fae1-4d9a-acc8-0e0c51118e0d 2018-07-22 15:54:35,397 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" 2018-07-22 15:54:35,653 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:35 GMT Server: Apache x-compute-request-id: req-baf1ed41-1094-460c-a051-f555ae73fc3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-baf1ed41-1094-460c-a051-f555ae73fc3b Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "ad916fc9f823425f9b783d199121f42f", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "self"}, {"href": "http://172.30.9.28:8776/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "60bd28c9a8ce49c9986504a52a3452be", "updated_at": "2018-07-22T15:54:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f910de0f-f27d-4660-b50b-a2985c86719e", "size": 1}} 2018-07-22 15:54:35,653 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e used request id req-baf1ed41-1094-460c-a051-f555ae73fc3b 2018-07-22 15:54:35,654 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293 2018-07-22 15:54:35,656 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" 2018-07-22 15:54:35,871 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:35 GMT Server: Apache x-compute-request-id: req-83926e70-f4fe-4265-b802-c062f3e686ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83926e70-f4fe-4265-b802-c062f3e686ef Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "ad916fc9f823425f9b783d199121f42f", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "self"}, {"href": "http://172.30.9.28:8776/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "60bd28c9a8ce49c9986504a52a3452be", "updated_at": "2018-07-22T15:54:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f910de0f-f27d-4660-b50b-a2985c86719e", "size": 1}} 2018-07-22 15:54:35,871 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e used request id req-83926e70-f4fe-4265-b802-c062f3e686ef 2018-07-22 15:54:35,872 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:54:35,872 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293 2018-07-22 15:54:35,872 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293 2018-07-22 15:54:35,875 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59ec57339195655600239b092a037990e13aad2" 2018-07-22 15:54:36,111 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:35 GMT Server: Apache x-compute-request-id: req-b80a8088-639b-4814-8091-b4654db2a281 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b80a8088-639b-4814-8091-b4654db2a281 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "ad916fc9f823425f9b783d199121f42f", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "self"}, {"href": "http://172.30.9.28:8776/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "60bd28c9a8ce49c9986504a52a3452be", "updated_at": "2018-07-22T15:54:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f910de0f-f27d-4660-b50b-a2985c86719e", "size": 1}]} 2018-07-22 15:54:36,111 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/detail used request id req-b80a8088-639b-4814-8091-b4654db2a281 2018-07-22 15:54:36,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:36,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:36,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59ec57339195655600239b092a037990e13aad2" 2018-07-22 15:54:36,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186ba79a-54be-4a3e-8194-ae8c9db7ebad Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "60bd28c9a8ce49c9986504a52a3452be", "name": "CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj"}} 2018-07-22 15:54:36,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be used request id req-186ba79a-54be-4a3e-8194-ae8c9db7ebad 2018-07-22 15:54:36,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" 2018-07-22 15:54:36,356 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:36 GMT Server: Apache x-compute-request-id: req-345ebe94-1d3a-4afb-b380-8f13ab1a5dea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-345ebe94-1d3a-4afb-b380-8f13ab1a5dea Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "ad916fc9f823425f9b783d199121f42f", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "self"}, {"href": "http://172.30.9.28:8776/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "60bd28c9a8ce49c9986504a52a3452be", "updated_at": "2018-07-22T15:54:35.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f910de0f-f27d-4660-b50b-a2985c86719e", "size": 1}} 2018-07-22 15:54:36,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e used request id req-345ebe94-1d3a-4afb-b380-8f13ab1a5dea 2018-07-22 15:54:36,357 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:54:36,357 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293 2018-07-22 15:54:36,357 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293 2018-07-22 15:54:36,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" 2018-07-22 15:54:36,657 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ac67495-fe8d-47b7-b501-c637a2aa4e15 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-07-22 15:54:36,657 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e used request id req-5ac67495-fe8d-47b7-b501-c637a2aa4e15 2018-07-22 15:54:36,660 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" 2018-07-22 15:54:36,720 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:36 GMT Server: Apache x-compute-request-id: req-352f4a2e-759c-445e-a52d-a5a95f90feb0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-352f4a2e-759c-445e-a52d-a5a95f90feb0 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "ad916fc9f823425f9b783d199121f42f", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "self"}, {"href": "http://172.30.9.28:8776/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:35.000000", "description": null, "os-vol-tenant-attr:tenant_id": "60bd28c9a8ce49c9986504a52a3452be", "updated_at": "2018-07-22T15:54:36.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f910de0f-f27d-4660-b50b-a2985c86719e", "size": 1}} 2018-07-22 15:54:36,721 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e used request id req-352f4a2e-759c-445e-a52d-a5a95f90feb0 2018-07-22 15:54:36,721 - create_volume - DEBUG - Instance status is - deleting 2018-07-22 15:54:36,721 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-07-22 15:54:39,724 - create_volume - DEBUG - Volume status query timeout in 56.9330279827 2018-07-22 15:54:39,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f33d9b66-c4b5-4ded-9365-506bfbc4d715" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d1b4395f5fa10fda3cc8b107e36fc36051c2570" 2018-07-22 15:54:39,910 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-59fea69d-7c7f-4511-8149-7d04cbf6b216 x-openstack-request-id: req-59fea69d-7c7f-4511-8149-7d04cbf6b216 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f910de0f-f27d-4660-b50b-a2985c86719e could not be found.", "code": 404}} 2018-07-22 15:54:39,910 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/f910de0f-f27d-4660-b50b-a2985c86719e used request id req-59fea69d-7c7f-4511-8149-7d04cbf6b216 2018-07-22 15:54:39,910 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f910de0f-f27d-4660-b50b-a2985c86719e could not be found. (HTTP 404) (Request-ID: req-59fea69d-7c7f-4511-8149-7d04cbf6b216) 2018-07-22 15:54:39,910 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-9ef46816-6182-4210-bc3d-9cef810d2293 2018-07-22 15:54:39,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b80a8088-639b-4814-8091-b4654db2a281" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59ec57339195655600239b092a037990e13aad2" 2018-07-22 15:54:40,100 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:39 GMT Server: Apache x-compute-request-id: req-ba5e4572-0390-4a6e-a0a4-f5b864fc71f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ba5e4572-0390-4a6e-a0a4-f5b864fc71f3 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:54:40,100 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/60bd28c9a8ce49c9986504a52a3452be/volumes/detail used request id req-ba5e4572-0390-4a6e-a0a4-f5b864fc71f3 2018-07-22 15:54:40,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:40,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-e50937b4-87cb-463d-839b-35bf6b0f76b5 Date: Sun, 22 Jul 2018 15:54:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:54:40,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-e50937b4-87cb-463d-839b-35bf6b0f76b5 2018-07-22 15:54:40,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:40,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e1a5f7-49ff-4276-b3d5-2a50f79d090c 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:54:40,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-b5e1a5f7-49ff-4276-b3d5-2a50f79d090c 2018-07-22 15:54:40,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:40,494 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c25ff16-811f-4817-9970-00520dcc30db Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:40,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-1c25ff16-811f-4817-9970-00520dcc30db 2018-07-22 15:54:40,494 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:40,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:40,578 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a630b764-fb77-4af8-b6a9-e8d58231ddcc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:40,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-a630b764-fb77-4af8-b6a9-e8d58231ddcc 2018-07-22 15:54:40,578 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:40,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:40,662 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d098a77c-0a27-4a79-af63-f667722fdc06 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:40,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-d098a77c-0a27-4a79-af63-f667722fdc06 2018-07-22 15:54:40,662 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:40,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:40,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4ff3ec-77e0-4f06-b0bd-968ca192b461 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:54:40,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-5e4ff3ec-77e0-4f06-b0bd-968ca192b461 2018-07-22 15:54:40,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:40,837 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30a6893f-0230-45db-bc98-17145f8d424d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:40,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-30a6893f-0230-45db-bc98-17145f8d424d 2018-07-22 15:54:40,837 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:40,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:41,007 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-486ab4fb-d294-49e9-96aa-9ea89c9a12d8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:41,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-486ab4fb-d294-49e9-96aa-9ea89c9a12d8 2018-07-22 15:54:41,007 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:41,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:41,092 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3053092d-783e-466b-ad29-b0df25dde9a8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:41,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-3053092d-783e-466b-ad29-b0df25dde9a8 2018-07-22 15:54:41,092 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:41,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:41,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b880363d-760c-4504-81d8-013a54beaed2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:41,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-b880363d-760c-4504-81d8-013a54beaed2 2018-07-22 15:54:41,179 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:41,180 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj 2018-07-22 15:54:41,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:41,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ab50268-90ed-4615-8884-1133cf8f0cb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:41,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/60bd28c9a8ce49c9986504a52a3452be used request id req-7ab50268-90ed-4615-8884-1133cf8f0cb3 2018-07-22 15:54:41,394 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-proj-role 2018-07-22 15:54:41,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/fbedf82fecdb4a28a833e75b59903ef0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:41,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0aaed6e-8378-4890-83b1-3972bf7fe5b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:41,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fbedf82fecdb4a28a833e75b59903ef0 used request id req-f0aaed6e-8378-4890-83b1-3972bf7fe5b6 2018-07-22 15:54:41,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4649d2f1756ec70ed663399c3178e19b3111d2ca" 2018-07-22 15:54:41,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a43a0f9-ed6c-46aa-b9db-0ae38369f203 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:41,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6a43a0f9-ed6c-46aa-b9db-0ae38369f203 2018-07-22 15:54:41,581 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-8eadd270-7d74-429-user 2018-07-22 15:54:41,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ad916fc9f823425f9b783d199121f42f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5268175b0de362878512ffcec7af003317516d" 2018-07-22 15:54:41,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89c55181-1773-4633-8715-7e42c174ea51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:41,752 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ad916fc9f823425f9b783d199121f42f used request id req-89c55181-1773-4633-8715-7e42c174ea51 2018-07-22 15:54:41,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:42,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Q0Iq6pvUR8KxXzu5en-7Cg"], "issued_at": "2018-07-22T15:54:42.000000Z"}} 2018-07-22 15:54:42,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f43a20289a06a53130ec77a0aaf71882d1cc3c4" 2018-07-22 15:54:42,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38984028-40cc-4059-b986-0c425c2202d4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:42,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-38984028-40cc-4059-b986-0c425c2202d4 2018-07-22 15:54:42,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:42,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:42,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["dhK611kgSvm3m8XrIh9ibg"], "issued_at": "2018-07-22T15:54:42.000000Z"}} 2018-07-22 15:54:42,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:42,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d44f8519-03a4-40ed-987b-14b248f07e03 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:42,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d44f8519-03a4-40ed-987b-14b248f07e03 2018-07-22 15:54:42,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:42,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:42,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:42,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101d53a2-6916-4cc8-8f9d-306373dfe051 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:54:42,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj used request id req-101d53a2-6916-4cc8-8f9d-306373dfe051 2018-07-22 15:54:42,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:42,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e01b47b-209d-4c5e-929f-6841aaebbe94 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:42,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3e01b47b-209d-4c5e-929f-6841aaebbe94 2018-07-22 15:54:42,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj"}}' 2018-07-22 15:54:42,930 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-905880da-c4db-41a5-9650-9d719b22d0e3 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39"}, "tags": [], "enabled": true, "id": "3ea57976e30946e2b443e8d06baf6a39", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj"}} 2018-07-22 15:54:42,930 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-905880da-c4db-41a5-9650-9d719b22d0e3 2018-07-22 15:54:42,931 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj 2018-07-22 15:54:42,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:42,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:43,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["9E2Key1JTjiI1FvCFiBLeA"], "issued_at": "2018-07-22T15:54:43.000000Z"}} 2018-07-22 15:54:43,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a00605a032fb6114e0dc09695c73df10040449" 2018-07-22 15:54:43,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86490e86-2741-4ad3-ab6c-aa72ebc06431 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:43,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-86490e86-2741-4ad3-ab6c-aa72ebc06431 2018-07-22 15:54:43,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:43,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:43,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a00605a032fb6114e0dc09695c73df10040449" 2018-07-22 15:54:43,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f98e62-6d7b-4e19-846b-2d2184dbe4fb Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:54:43,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-06f98e62-6d7b-4e19-846b-2d2184dbe4fb 2018-07-22 15:54:43,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a00605a032fb6114e0dc09695c73df10040449" 2018-07-22 15:54:43,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4357e9f-e3d4-4012-b7a7-6f8c9a704762 Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39"}, "tags": [], "enabled": true, "id": "3ea57976e30946e2b443e8d06baf6a39", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj"}]} 2018-07-22 15:54:43,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj used request id req-c4357e9f-e3d4-4012-b7a7-6f8c9a704762 2018-07-22 15:54:43,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a00605a032fb6114e0dc09695c73df10040449" 2018-07-22 15:54:43,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8596880-3c68-4fc9-bb66-5bc27f31fd51 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:43,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e8596880-3c68-4fc9-bb66-5bc27f31fd51 2018-07-22 15:54:43,904 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-user 2018-07-22 15:54:43,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:43,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:43,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e743f4ac-4f2c-485b-be28-a6cf0ab148ab Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:43,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e743f4ac-4f2c-485b-be28-a6cf0ab148ab 2018-07-22 15:54:43,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role"}}' 2018-07-22 15:54:44,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdd4aee2-0b33-4a87-a520-75152eb05919 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f646c488dbc84160b0f0c97b73924488", "links": {"self": "http://172.30.9.28:5000/v3/roles/f646c488dbc84160b0f0c97b73924488"}, "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role"}} 2018-07-22 15:54:44,096 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-fdd4aee2-0b33-4a87-a520-75152eb05919 2018-07-22 15:54:44,096 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role 2018-07-22 15:54:44,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/f646c488dbc84160b0f0c97b73924488 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:44,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a0cfae3-8036-42d0-a6f7-2768ddcd4adf Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f646c488dbc84160b0f0c97b73924488", "links": {"self": "http://172.30.9.28:5000/v3/roles/f646c488dbc84160b0f0c97b73924488"}, "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role"}} 2018-07-22 15:54:44,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/f646c488dbc84160b0f0c97b73924488 used request id req-5a0cfae3-8036-42d0-a6f7-2768ddcd4adf 2018-07-22 15:54:44,184 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role to project CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj 2018-07-22 15:54:44,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39/users/f4bd166d1d71403eb8908254871c7988/roles/f646c488dbc84160b0f0c97b73924488 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:44,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ad05b6f-9a75-4daa-b0e0-948b85c1fbfe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:44,314 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39/users/f4bd166d1d71403eb8908254871c7988/roles/f646c488dbc84160b0f0c97b73924488 used request id req-1ad05b6f-9a75-4daa-b0e0-948b85c1fbfe 2018-07-22 15:54:44,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:44,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f646c488dbc84160b0f0c97b73924488", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role"}], "expires_at": "2018-07-22T16:54:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ea57976e30946e2b443e8d06baf6a39", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-user", "id": "f4bd166d1d71403eb8908254871c7988"}, "audit_ids": ["C37dYc9ZRSqUPHrPqRRyvQ"], "issued_at": "2018-07-22T15:54:44.000000Z"}} 2018-07-22 15:54:44,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811942db85ef98080d2ba9f12877cf5d94741e92" 2018-07-22 15:54:44,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78baa003-4724-48ca-b8b3-edeff0657c2c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:44,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-78baa003-4724-48ca-b8b3-edeff0657c2c 2018-07-22 15:54:44,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:44,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:45,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f646c488dbc84160b0f0c97b73924488", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role"}], "expires_at": "2018-07-22T16:54:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ea57976e30946e2b443e8d06baf6a39", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-user", "id": "f4bd166d1d71403eb8908254871c7988"}, "audit_ids": ["3Im97RR-QEebKckScrHXLg"], "issued_at": "2018-07-22T15:54:45.000000Z"}} 2018-07-22 15:54:45,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0dcef3d7a046778b0e164b435a3cf410e2071b6" 2018-07-22 15:54:45,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ccf2ebf-5e93-4fb1-bfd6-199195defb88 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:45,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0ccf2ebf-5e93-4fb1-bfd6-199195defb88 2018-07-22 15:54:45,239 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0dcef3d7a046778b0e164b435a3cf410e2071b6" 2018-07-22 15:54:45,441 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:45 GMT Server: Apache x-compute-request-id: req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:54:45,441 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/detail used request id req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63 2018-07-22 15:54:45,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0dcef3d7a046778b0e164b435a3cf410e2071b6" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8", "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-07-22 15:54:45,796 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:45 GMT Server: Apache x-compute-request-id: req-7e5182de-2f0c-4c50-8513-49144ba183c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7e5182de-2f0c-4c50-8513-49144ba183c2 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "f4bd166d1d71403eb8908254871c7988", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:45.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "size": 1}} 2018-07-22 15:54:45,796 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes used request id req-7e5182de-2f0c-4c50-8513-49144ba183c2 2018-07-22 15:54:45,800 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0dcef3d7a046778b0e164b435a3cf410e2071b6" 2018-07-22 15:54:46,040 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:45 GMT Server: Apache x-compute-request-id: req-6c6b6f02-12ea-4bf1-bc9b-24fb54512695 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c6b6f02-12ea-4bf1-bc9b-24fb54512695 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "f4bd166d1d71403eb8908254871c7988", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ea57976e30946e2b443e8d06baf6a39", "updated_at": "2018-07-22T15:54:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "size": 1}} 2018-07-22 15:54:46,041 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 used request id req-6c6b6f02-12ea-4bf1-bc9b-24fb54512695 2018-07-22 15:54:46,041 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8 2018-07-22 15:54:46,044 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0dcef3d7a046778b0e164b435a3cf410e2071b6" 2018-07-22 15:54:46,255 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:46 GMT Server: Apache x-compute-request-id: req-0da06688-a1e1-4d21-9742-a3f8d4480fa9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0da06688-a1e1-4d21-9742-a3f8d4480fa9 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "f4bd166d1d71403eb8908254871c7988", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ea57976e30946e2b443e8d06baf6a39", "updated_at": "2018-07-22T15:54:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "size": 1}} 2018-07-22 15:54:46,255 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 used request id req-0da06688-a1e1-4d21-9742-a3f8d4480fa9 2018-07-22 15:54:46,256 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:54:46,256 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8 2018-07-22 15:54:46,256 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8 2018-07-22 15:54:46,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811942db85ef98080d2ba9f12877cf5d94741e92" 2018-07-22 15:54:46,464 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:46 GMT Server: Apache x-compute-request-id: req-3a452f3b-b686-4713-bc9c-6949c2c74706 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a452f3b-b686-4713-bc9c-6949c2c74706 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "f4bd166d1d71403eb8908254871c7988", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ea57976e30946e2b443e8d06baf6a39", "updated_at": "2018-07-22T15:54:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "size": 1}]} 2018-07-22 15:54:46,464 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/detail used request id req-3a452f3b-b686-4713-bc9c-6949c2c74706 2018-07-22 15:54:46,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:46,473 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:46,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811942db85ef98080d2ba9f12877cf5d94741e92" 2018-07-22 15:54:46,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa25b8b3-f8dc-4cdb-9dd6-0c256941b3a0 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3ea57976e30946e2b443e8d06baf6a39", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj"}} 2018-07-22 15:54:46,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39 used request id req-aa25b8b3-f8dc-4cdb-9dd6-0c256941b3a0 2018-07-22 15:54:46,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:46,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:46,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f646c488dbc84160b0f0c97b73924488", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role"}], "expires_at": "2018-07-22T16:54:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ea57976e30946e2b443e8d06baf6a39", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_3ea57976e30946e2b443e8d06baf6a39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_3ea57976e30946e2b443e8d06baf6a39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-user", "id": "f4bd166d1d71403eb8908254871c7988"}, "audit_ids": ["GbKh9aiaQH6wfroL-kaRXA"], "issued_at": "2018-07-22T15:54:46.000000Z"}} 2018-07-22 15:54:46,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c64d151850ae344b39f9586fc8b7a1bc83a430a7" 2018-07-22 15:54:47,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ae09e2-b336-4664-ae77-a5f8d43e2b85 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:47,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-55ae09e2-b336-4664-ae77-a5f8d43e2b85 2018-07-22 15:54:47,039 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c64d151850ae344b39f9586fc8b7a1bc83a430a7" 2018-07-22 15:54:47,401 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:47 GMT Server: Apache x-compute-request-id: req-7c6d4a25-9c50-4d68-afaf-658065d07d3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c6d4a25-9c50-4d68-afaf-658065d07d3a Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "f4bd166d1d71403eb8908254871c7988", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ea57976e30946e2b443e8d06baf6a39", "updated_at": "2018-07-22T15:54:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "size": 1}]} 2018-07-22 15:54:47,401 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/detail used request id req-7c6d4a25-9c50-4d68-afaf-658065d07d3a 2018-07-22 15:54:47,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:47,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:47,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c64d151850ae344b39f9586fc8b7a1bc83a430a7" 2018-07-22 15:54:47,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e54129c-42ef-4110-a70b-4bd68456af6c Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "3ea57976e30946e2b443e8d06baf6a39", "name": "CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj"}} 2018-07-22 15:54:47,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39 used request id req-6e54129c-42ef-4110-a70b-4bd68456af6c 2018-07-22 15:54:47,503 - create_volume - INFO - Did not create volume due to cleanup mode 2018-07-22 15:54:47,506 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0dcef3d7a046778b0e164b435a3cf410e2071b6" 2018-07-22 15:54:47,801 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:47 GMT Server: Apache x-compute-request-id: req-c5b0b08f-af1e-4636-8f7a-8c72f8f6c745 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5b0b08f-af1e-4636-8f7a-8c72f8f6c745 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "f4bd166d1d71403eb8908254871c7988", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ea57976e30946e2b443e8d06baf6a39", "updated_at": "2018-07-22T15:54:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0", "size": 1}} 2018-07-22 15:54:47,801 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 used request id req-c5b0b08f-af1e-4636-8f7a-8c72f8f6c745 2018-07-22 15:54:47,801 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:54:47,801 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8 2018-07-22 15:54:47,801 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8 2018-07-22 15:54:47,804 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0dcef3d7a046778b0e164b435a3cf410e2071b6" 2018-07-22 15:54:48,029 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-36b092c3-8c35-4d87-aaa9-6cb836a5aa32 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-07-22 15:54:48,029 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 used request id req-36b092c3-8c35-4d87-aaa9-6cb836a5aa32 2018-07-22 15:54:48,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2e2e1530-cccf-4f7d-8d12-fcd06998ba63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0dcef3d7a046778b0e164b435a3cf410e2071b6" 2018-07-22 15:54:48,251 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b6ec7c40-3a9a-412d-9a84-fbf4c1fc11e0 x-openstack-request-id: req-b6ec7c40-3a9a-412d-9a84-fbf4c1fc11e0 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 could not be found.", "code": 404}} 2018-07-22 15:54:48,251 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ea57976e30946e2b443e8d06baf6a39/volumes/6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 used request id req-b6ec7c40-3a9a-412d-9a84-fbf4c1fc11e0 2018-07-22 15:54:48,251 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 6c65fdb4-2b9c-4e3b-8ffa-826674f42dc0 could not be found. (HTTP 404) (Request-ID: req-b6ec7c40-3a9a-412d-9a84-fbf4c1fc11e0) 2018-07-22 15:54:48,251 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-035a7198-d004-4d57-9892-9581eb2dfbc8 2018-07-22 15:54:48,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:48,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-69a48d28-131b-40ca-bd9c-cef218a53f24 Date: Sun, 22 Jul 2018 15:54:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:54:48,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-69a48d28-131b-40ca-bd9c-cef218a53f24 2018-07-22 15:54:48,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:48,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9b614e5-8e80-4727-bcb0-5d26809b8204 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:54:48,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-e9b614e5-8e80-4727-bcb0-5d26809b8204 2018-07-22 15:54:48,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:48,680 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf2b5932-5d68-4ad8-9177-6f3fb25be94a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:48,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-cf2b5932-5d68-4ad8-9177-6f3fb25be94a 2018-07-22 15:54:48,681 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:48,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:48,767 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c7b5b1f-d5cc-40f2-a31e-14a879bc65e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:48,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-9c7b5b1f-d5cc-40f2-a31e-14a879bc65e6 2018-07-22 15:54:48,767 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:48,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:48,852 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-596f5b47-ccaf-4b06-9f0d-b7738b30fb21 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:48,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-596f5b47-ccaf-4b06-9f0d-b7738b30fb21 2018-07-22 15:54:48,852 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:48,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:48,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a61071a-20d1-444c-be86-58b263de231a 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:54:48,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-4a61071a-20d1-444c-be86-58b263de231a 2018-07-22 15:54:48,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:49,021 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d5f7870-c244-48e4-850c-bed6c133b0f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:49,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-5d5f7870-c244-48e4-850c-bed6c133b0f5 2018-07-22 15:54:49,021 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:49,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:49,099 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ae00619-57b1-4e34-ab00-562cf09d3932 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:49,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-2ae00619-57b1-4e34-ab00-562cf09d3932 2018-07-22 15:54:49,099 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:49,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:49,182 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d547d87-dc95-4690-9c69-75636cfd2928 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:49,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-8d547d87-dc95-4690-9c69-75636cfd2928 2018-07-22 15:54:49,182 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:49,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:49,267 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-101d9594-67c3-4c1d-bfbe-39411c3a24c1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:49,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-101d9594-67c3-4c1d-bfbe-39411c3a24c1 2018-07-22 15:54:49,268 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:49,268 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj 2018-07-22 15:54:49,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:49,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25ee0b10-15ed-444d-b07a-3c7b275a5a5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:49,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3ea57976e30946e2b443e8d06baf6a39 used request id req-25ee0b10-15ed-444d-b07a-3c7b275a5a5d 2018-07-22 15:54:49,490 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-proj-role 2018-07-22 15:54:49,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/f646c488dbc84160b0f0c97b73924488 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:49,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6678358-3bc0-4e94-ac0b-cca0b57e6622 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:49,597 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/f646c488dbc84160b0f0c97b73924488 used request id req-f6678358-3bc0-4e94-ac0b-cca0b57e6622 2018-07-22 15:54:49,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7d10f0da92adbd8f3de05ac39da042653abe255" 2018-07-22 15:54:49,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a64d64ff-89d8-4a63-8281-4686dde63cd0 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:49,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a64d64ff-89d8-4a63-8281-4686dde63cd0 2018-07-22 15:54:49,689 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-4e4b473c-a656-4b5-user 2018-07-22 15:54:49,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f4bd166d1d71403eb8908254871c7988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a00605a032fb6114e0dc09695c73df10040449" 2018-07-22 15:54:49,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5687e4d3-618c-47af-9635-b5512a9d5a80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:49,857 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f4bd166d1d71403eb8908254871c7988 used request id req-5687e4d3-618c-47af-9635-b5512a9d5a80 2018-07-22 15:54:49,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:50,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MG3_ADdURmCz6hkV9zQ1cA"], "issued_at": "2018-07-22T15:54:50.000000Z"}} 2018-07-22 15:54:50,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e15c05347143176e43e7a17cae3661f4e548146" 2018-07-22 15:54:50,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ce19b49-33dd-4bc9-af1b-233f510f3430 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:50,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2ce19b49-33dd-4bc9-af1b-233f510f3430 2018-07-22 15:54:50,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:50,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:50,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["0UIPgfGoS5qUBviBYXskkQ"], "issued_at": "2018-07-22T15:54:50.000000Z"}} 2018-07-22 15:54:50,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:50,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e67ccf7-0baa-4e7d-a716-a2817b039b7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:50,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4e67ccf7-0baa-4e7d-a716-a2817b039b7e 2018-07-22 15:54:50,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:50,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:50,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:50,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b995db72-d521-43d2-98af-6216c09df4a3 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:54:50,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj used request id req-b995db72-d521-43d2-98af-6216c09df4a3 2018-07-22 15:54:50,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:50,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e902d66a-5565-4649-a9f4-7a9089bf5219 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:50,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e902d66a-5565-4649-a9f4-7a9089bf5219 2018-07-22 15:54:50,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj"}}' 2018-07-22 15:54:51,073 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c57ec5c-2381-4292-a522-ba18c91b092c Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad"}, "tags": [], "enabled": true, "id": "4c0dc80376b94161b0505d5f1ee84aad", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj"}} 2018-07-22 15:54:51,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7c57ec5c-2381-4292-a522-ba18c91b092c 2018-07-22 15:54:51,073 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj 2018-07-22 15:54:51,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:51,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:51,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:54:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["JPHRThgVRoWasDrqdk7dpg"], "issued_at": "2018-07-22T15:54:51.000000Z"}} 2018-07-22 15:54:51,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143cc874ad620aed26fa288a32c55deba6e8c8ce" 2018-07-22 15:54:51,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0b404e1-5467-411f-85f1-6d6f3fb2105a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:51,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d0b404e1-5467-411f-85f1-6d6f3fb2105a 2018-07-22 15:54:51,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:51,538 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:51,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143cc874ad620aed26fa288a32c55deba6e8c8ce" 2018-07-22 15:54:51,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f4387c-a770-40f4-bb20-ac4a9597d7c0 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:54:51,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d6f4387c-a770-40f4-bb20-ac4a9597d7c0 2018-07-22 15:54:51,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143cc874ad620aed26fa288a32c55deba6e8c8ce" 2018-07-22 15:54:51,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1125a2d-e672-42b2-a5cd-1bf2945b7853 Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad"}, "tags": [], "enabled": true, "id": "4c0dc80376b94161b0505d5f1ee84aad", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj"}]} 2018-07-22 15:54:51,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj used request id req-c1125a2d-e672-42b2-a5cd-1bf2945b7853 2018-07-22 15:54:51,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143cc874ad620aed26fa288a32c55deba6e8c8ce" 2018-07-22 15:54:51,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2616aa0-812f-4edb-b5c7-0563447f99c8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:54:51,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c2616aa0-812f-4edb-b5c7-0563447f99c8 2018-07-22 15:54:52,178 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-user 2018-07-22 15:54:52,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:52,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:52,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10ba2bc7-8135-44fd-b64f-23a8d3893041 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:52,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-10ba2bc7-8135-44fd-b64f-23a8d3893041 2018-07-22 15:54:52,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj-role"}}' 2018-07-22 15:54:52,305 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b28f59a-f7a0-42e8-9370-72b13526581f Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4e599bd44a11416a90deef141d39ccf1", "links": {"self": "http://172.30.9.28:5000/v3/roles/4e599bd44a11416a90deef141d39ccf1"}, "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj-role"}} 2018-07-22 15:54:52,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-6b28f59a-f7a0-42e8-9370-72b13526581f 2018-07-22 15:54:52,305 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj-role 2018-07-22 15:54:52,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/4e599bd44a11416a90deef141d39ccf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:52,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-644bc0df-d4a4-4b1f-b2ef-9a5cc52e2b8e Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4e599bd44a11416a90deef141d39ccf1", "links": {"self": "http://172.30.9.28:5000/v3/roles/4e599bd44a11416a90deef141d39ccf1"}, "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj-role"}} 2018-07-22 15:54:52,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/4e599bd44a11416a90deef141d39ccf1 used request id req-644bc0df-d4a4-4b1f-b2ef-9a5cc52e2b8e 2018-07-22 15:54:52,393 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj-role to project CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj 2018-07-22 15:54:52,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad/users/083a787f394a4bd9a6572f7e0f7ea2de/roles/4e599bd44a11416a90deef141d39ccf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:52,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e40ca362-b103-4c8a-a7bd-db8430580280 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:52,451 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad/users/083a787f394a4bd9a6572f7e0f7ea2de/roles/4e599bd44a11416a90deef141d39ccf1 used request id req-e40ca362-b103-4c8a-a7bd-db8430580280 2018-07-22 15:54:52,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:52,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4e599bd44a11416a90deef141d39ccf1", "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj-role"}], "expires_at": "2018-07-22T16:54:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c0dc80376b94161b0505d5f1ee84aad", "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4c0dc80376b94161b0505d5f1ee84aad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4c0dc80376b94161b0505d5f1ee84aad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-user", "id": "083a787f394a4bd9a6572f7e0f7ea2de"}, "audit_ids": ["YDLkoKazQnelrPDQ3qbdYQ"], "issued_at": "2018-07-22T15:54:52.000000Z"}} 2018-07-22 15:54:52,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb717fe4a359d10bd5c33e5638b228e11746db1" 2018-07-22 15:54:52,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5b1a29c-9d5b-4829-9c38-5cdf5e30e762 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:52,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e5b1a29c-9d5b-4829-9c38-5cdf5e30e762 2018-07-22 15:54:52,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:54:52,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:54:53,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4e599bd44a11416a90deef141d39ccf1", "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj-role"}], "expires_at": "2018-07-22T16:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4c0dc80376b94161b0505d5f1ee84aad", "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4c0dc80376b94161b0505d5f1ee84aad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4c0dc80376b94161b0505d5f1ee84aad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4c0dc80376b94161b0505d5f1ee84aad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4c0dc80376b94161b0505d5f1ee84aad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-user", "id": "083a787f394a4bd9a6572f7e0f7ea2de"}, "audit_ids": ["DIXJg6SPQU20ZyLsEKX4Hg"], "issued_at": "2018-07-22T15:54:53.000000Z"}} 2018-07-22 15:54:53,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" 2018-07-22 15:54:53,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3e3770f-3820-44d6-bc39-2f3b3e283a23 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:54:53,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d3e3770f-3820-44d6-bc39-2f3b3e283a23 2018-07-22 15:54:53,373 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" 2018-07-22 15:54:53,573 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:53 GMT Server: Apache x-compute-request-id: req-e6e0a176-a827-461a-98af-daa69d8c59f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e6e0a176-a827-461a-98af-daa69d8c59f2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:54:53,573 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/detail used request id req-e6e0a176-a827-461a-98af-daa69d8c59f2 2018-07-22 15:54:53,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e6e0a176-a827-461a-98af-daa69d8c59f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59", "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-07-22 15:54:53,939 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:53 GMT Server: Apache x-compute-request-id: req-96f4622b-7464-40a2-adda-3e37227b60f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-96f4622b-7464-40a2-adda-3e37227b60f9 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "083a787f394a4bd9a6572f7e0f7ea2de", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "self"}, {"href": "http://172.30.9.28:8776/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:53.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "size": 1}} 2018-07-22 15:54:53,940 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes used request id req-96f4622b-7464-40a2-adda-3e37227b60f9 2018-07-22 15:54:53,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6e0a176-a827-461a-98af-daa69d8c59f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" 2018-07-22 15:54:54,007 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:53 GMT Server: Apache x-compute-request-id: req-97dbe7e3-51d1-4007-b853-3436ece487e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97dbe7e3-51d1-4007-b853-3436ece487e6 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "083a787f394a4bd9a6572f7e0f7ea2de", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "self"}, {"href": "http://172.30.9.28:8776/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4c0dc80376b94161b0505d5f1ee84aad", "updated_at": "2018-07-22T15:54:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "size": 1}} 2018-07-22 15:54:54,007 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b used request id req-97dbe7e3-51d1-4007-b853-3436ece487e6 2018-07-22 15:54:54,007 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59 2018-07-22 15:54:54,010 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6e0a176-a827-461a-98af-daa69d8c59f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" 2018-07-22 15:54:54,303 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:54 GMT Server: Apache x-compute-request-id: req-a02e5b45-f0ae-43fa-aad3-50ceefda3f48 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a02e5b45-f0ae-43fa-aad3-50ceefda3f48 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "083a787f394a4bd9a6572f7e0f7ea2de", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "self"}, {"href": "http://172.30.9.28:8776/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4c0dc80376b94161b0505d5f1ee84aad", "updated_at": "2018-07-22T15:54:54.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "size": 1}} 2018-07-22 15:54:54,303 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b used request id req-a02e5b45-f0ae-43fa-aad3-50ceefda3f48 2018-07-22 15:54:54,304 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:54:54,304 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59 2018-07-22 15:54:54,304 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59 2018-07-22 15:54:54,307 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb717fe4a359d10bd5c33e5638b228e11746db1" 2018-07-22 15:54:54,537 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:54 GMT Server: Apache x-compute-request-id: req-c45a2275-0126-4005-9719-e206c933e9a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c45a2275-0126-4005-9719-e206c933e9a9 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "083a787f394a4bd9a6572f7e0f7ea2de", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "self"}, {"href": "http://172.30.9.28:8776/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4c0dc80376b94161b0505d5f1ee84aad", "updated_at": "2018-07-22T15:54:54.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "size": 1}]} 2018-07-22 15:54:54,537 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/detail used request id req-c45a2275-0126-4005-9719-e206c933e9a9 2018-07-22 15:54:54,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:54:54,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:54:54,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb717fe4a359d10bd5c33e5638b228e11746db1" 2018-07-22 15:54:54,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2251e58-6aa9-4be6-8dda-a90a82330431 Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4c0dc80376b94161b0505d5f1ee84aad", "name": "CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj"}} 2018-07-22 15:54:54,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad used request id req-f2251e58-6aa9-4be6-8dda-a90a82330431 2018-07-22 15:54:54,636 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6e0a176-a827-461a-98af-daa69d8c59f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" 2018-07-22 15:54:54,851 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:54 GMT Server: Apache x-compute-request-id: req-65f80575-1c23-4190-b7ee-35e7e7af0f61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-65f80575-1c23-4190-b7ee-35e7e7af0f61 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "083a787f394a4bd9a6572f7e0f7ea2de", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "self"}, {"href": "http://172.30.9.28:8776/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4c0dc80376b94161b0505d5f1ee84aad", "updated_at": "2018-07-22T15:54:54.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "size": 1}} 2018-07-22 15:54:54,852 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b used request id req-65f80575-1c23-4190-b7ee-35e7e7af0f61 2018-07-22 15:54:54,852 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:54:54,852 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59 2018-07-22 15:54:54,852 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59 2018-07-22 15:54:54,855 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6e0a176-a827-461a-98af-daa69d8c59f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" 2018-07-22 15:54:55,080 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:54:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6a2aaac8-4cdc-4f54-b54f-f46e81eed000 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-07-22 15:54:55,080 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b used request id req-6a2aaac8-4cdc-4f54-b54f-f46e81eed000 2018-07-22 15:54:55,083 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6e0a176-a827-461a-98af-daa69d8c59f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" 2018-07-22 15:54:55,138 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:55 GMT Server: Apache x-compute-request-id: req-1fda6032-abfe-4f34-b467-13171f9bf13f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1fda6032-abfe-4f34-b467-13171f9bf13f Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "083a787f394a4bd9a6572f7e0f7ea2de", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "self"}, {"href": "http://172.30.9.28:8776/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:54:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4c0dc80376b94161b0505d5f1ee84aad", "updated_at": "2018-07-22T15:54:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8882ee3e-88db-477a-ae8c-d0ca2deb1c4b", "size": 1}} 2018-07-22 15:54:55,138 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b used request id req-1fda6032-abfe-4f34-b467-13171f9bf13f 2018-07-22 15:54:55,138 - create_volume - DEBUG - Instance status is - deleting 2018-07-22 15:54:55,138 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-07-22 15:54:58,142 - create_volume - DEBUG - Volume status query timeout in 56.9386630058 2018-07-22 15:54:58,145 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e6e0a176-a827-461a-98af-daa69d8c59f2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc8f8129de69a613b55ef1f6f1f23a60f24114e" 2018-07-22 15:54:58,345 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-84924949-fb8d-4f7e-8596-dbafe17cafd7 x-openstack-request-id: req-84924949-fb8d-4f7e-8596-dbafe17cafd7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8882ee3e-88db-477a-ae8c-d0ca2deb1c4b could not be found.", "code": 404}} 2018-07-22 15:54:58,345 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4c0dc80376b94161b0505d5f1ee84aad/volumes/8882ee3e-88db-477a-ae8c-d0ca2deb1c4b used request id req-84924949-fb8d-4f7e-8596-dbafe17cafd7 2018-07-22 15:54:58,345 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8882ee3e-88db-477a-ae8c-d0ca2deb1c4b could not be found. (HTTP 404) (Request-ID: req-84924949-fb8d-4f7e-8596-dbafe17cafd7) 2018-07-22 15:54:58,345 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-82874656-546d-4bba-9583-ca17059ded59 2018-07-22 15:54:58,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:58,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-b7f97359-2836-4a0d-bc80-3965e7566aec Date: Sun, 22 Jul 2018 15:54:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:54:58,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b7f97359-2836-4a0d-bc80-3965e7566aec 2018-07-22 15:54:58,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:58,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f594f002-0de0-49d7-aa38-bd956953a627 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:54:58,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-f594f002-0de0-49d7-aa38-bd956953a627 2018-07-22 15:54:58,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:58,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9948c411-2001-414c-8190-ee3391100c45 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:58,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-9948c411-2001-414c-8190-ee3391100c45 2018-07-22 15:54:58,755 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:58,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:58,842 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d252fc96-f3a2-4d69-bc35-f397af470e75 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:58,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-d252fc96-f3a2-4d69-bc35-f397af470e75 2018-07-22 15:54:58,842 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:58,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:58,923 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-316fb18d-af49-4fef-ab1a-bdd06fc5f096 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:58,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-316fb18d-af49-4fef-ab1a-bdd06fc5f096 2018-07-22 15:54:58,923 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:58,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:59,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7527416-2aae-445a-8747-930e06d9b338 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:54:59,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-e7527416-2aae-445a-8747-930e06d9b338 2018-07-22 15:54:59,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:59,091 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d4c2fbd-bdbd-404b-94f0-2b6ae0d00b57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:59,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-5d4c2fbd-bdbd-404b-94f0-2b6ae0d00b57 2018-07-22 15:54:59,092 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:59,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:59,179 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e88a9266-9af5-4345-b5a1-5186a5f35c79 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:59,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-e88a9266-9af5-4345-b5a1-5186a5f35c79 2018-07-22 15:54:59,179 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:59,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:59,265 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-402cf75a-736f-41b6-b709-38511805a49a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:59,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-402cf75a-736f-41b6-b709-38511805a49a 2018-07-22 15:54:59,265 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:59,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:59,356 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49f29dfa-26a3-42dd-92e8-6c3f267d8610 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:54:59,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-49f29dfa-26a3-42dd-92e8-6c3f267d8610 2018-07-22 15:54:59,356 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:54:59,357 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj 2018-07-22 15:54:59,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:59,604 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e753864-d583-4448-b8c6-d6ee6d9cf14d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:59,604 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4c0dc80376b94161b0505d5f1ee84aad used request id req-6e753864-d583-4448-b8c6-d6ee6d9cf14d 2018-07-22 15:54:59,604 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-proj-role 2018-07-22 15:54:59,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/4e599bd44a11416a90deef141d39ccf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:59,712 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afb3da0d-a8c5-44b4-a1f5-5e05f724c6b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:59,712 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/4e599bd44a11416a90deef141d39ccf1 used request id req-afb3da0d-a8c5-44b4-a1f5-5e05f724c6b7 2018-07-22 15:54:59,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e8f423d0114ef23b3228d24832a6f3f7306cfd" 2018-07-22 15:54:59,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b8d0fe0-8314-4b77-95a7-26ebe0a2d997 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:54:59,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8b8d0fe0-8314-4b77-95a7-26ebe0a2d997 2018-07-22 15:54:59,804 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-37db515d-26d1-4af-user 2018-07-22 15:54:59,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/083a787f394a4bd9a6572f7e0f7ea2de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143cc874ad620aed26fa288a32c55deba6e8c8ce" 2018-07-22 15:54:59,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c97aabfd-4804-43ba-88cd-2eb77e5d4b13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:54:59,964 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/083a787f394a4bd9a6572f7e0f7ea2de used request id req-c97aabfd-4804-43ba-88cd-2eb77e5d4b13 2018-07-22 15:54:59,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:00,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["B4TXK4z4SC-UrnAscEL3uw"], "issued_at": "2018-07-22T15:55:00.000000Z"}} 2018-07-22 15:55:00,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d32d187176ca9066f8f144f931637ec88b4faa1" 2018-07-22 15:55:00,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5980c5ed-8196-4fdd-9373-4d8b39aad914 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:00,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5980c5ed-8196-4fdd-9373-4d8b39aad914 2018-07-22 15:55:00,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:00,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:00,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-jqKx9_4SDqaBW6rqBqf-g"], "issued_at": "2018-07-22T15:55:00.000000Z"}} 2018-07-22 15:55:00,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:00,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde67a79-f283-44a5-9cc2-9683a5c7087b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:00,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cde67a79-f283-44a5-9cc2-9683a5c7087b 2018-07-22 15:55:00,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:00,898 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:00,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:00,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0abd2fb-f8cd-40fa-a0ea-9e9324a383f8 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:55:00,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj used request id req-b0abd2fb-f8cd-40fa-a0ea-9e9324a383f8 2018-07-22 15:55:00,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:01,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a37264c-f3ca-4adb-b1db-4a4dc9036e83 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:01,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0a37264c-f3ca-4adb-b1db-4a4dc9036e83 2018-07-22 15:55:01,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj"}}' 2018-07-22 15:55:01,127 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90aac764-3440-4de0-ac9a-14a3440ae4a0 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8ce19a1890e47369e346e2e19f78e46"}, "tags": [], "enabled": true, "id": "c8ce19a1890e47369e346e2e19f78e46", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj"}} 2018-07-22 15:55:01,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-90aac764-3440-4de0-ac9a-14a3440ae4a0 2018-07-22 15:55:01,127 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj 2018-07-22 15:55:01,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:01,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:01,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["R_QcQ3KGTAuUh1h2tzIKoA"], "issued_at": "2018-07-22T15:55:01.000000Z"}} 2018-07-22 15:55:01,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff07cccbb289297de7e614ebdd3878c1347e9f9b" 2018-07-22 15:55:01,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca0e4ce4-4780-4129-a0bb-dab4688dceeb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:01,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ca0e4ce4-4780-4129-a0bb-dab4688dceeb 2018-07-22 15:55:01,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:01,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:01,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff07cccbb289297de7e614ebdd3878c1347e9f9b" 2018-07-22 15:55:01,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b457a3-9664-4b87-98bb-f8d9bd891baf Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:55:01,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e2b457a3-9664-4b87-98bb-f8d9bd891baf 2018-07-22 15:55:01,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff07cccbb289297de7e614ebdd3878c1347e9f9b" 2018-07-22 15:55:01,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a9ca80-eec6-471f-8ec0-6c9da2c339a1 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8ce19a1890e47369e346e2e19f78e46"}, "tags": [], "enabled": true, "id": "c8ce19a1890e47369e346e2e19f78e46", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj"}]} 2018-07-22 15:55:01,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj used request id req-32a9ca80-eec6-471f-8ec0-6c9da2c339a1 2018-07-22 15:55:01,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff07cccbb289297de7e614ebdd3878c1347e9f9b" 2018-07-22 15:55:01,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eec616b9-a8ed-4b52-8e6a-d132efc31375 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:01,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-eec616b9-a8ed-4b52-8e6a-d132efc31375 2018-07-22 15:55:02,205 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-user 2018-07-22 15:55:02,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:02,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:02,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-092b836a-3d85-4195-b1ba-82a0b2a86a5e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:02,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-092b836a-3d85-4195-b1ba-82a0b2a86a5e 2018-07-22 15:55:02,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj-role"}}' 2018-07-22 15:55:02,391 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10dc5bbc-75df-447d-abd8-8390f19dc2e6 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3468f46c6dfd43828fa68f986822d448", "links": {"self": "http://172.30.9.28:5000/v3/roles/3468f46c6dfd43828fa68f986822d448"}, "name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj-role"}} 2018-07-22 15:55:02,391 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-10dc5bbc-75df-447d-abd8-8390f19dc2e6 2018-07-22 15:55:02,392 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj-role 2018-07-22 15:55:02,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3468f46c6dfd43828fa68f986822d448 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:02,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80357509-89f3-4fb8-a141-ca24ed5dbe15 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3468f46c6dfd43828fa68f986822d448", "links": {"self": "http://172.30.9.28:5000/v3/roles/3468f46c6dfd43828fa68f986822d448"}, "name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj-role"}} 2018-07-22 15:55:02,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3468f46c6dfd43828fa68f986822d448 used request id req-80357509-89f3-4fb8-a141-ca24ed5dbe15 2018-07-22 15:55:02,479 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj-role to project CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj 2018-07-22 15:55:02,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c8ce19a1890e47369e346e2e19f78e46/users/8ea6011ffbf14962b00c7d886b731088/roles/3468f46c6dfd43828fa68f986822d448 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:02,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40ddd2a9-77dd-4d4d-822c-79ae46e27c49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:02,595 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c8ce19a1890e47369e346e2e19f78e46/users/8ea6011ffbf14962b00c7d886b731088/roles/3468f46c6dfd43828fa68f986822d448 used request id req-40ddd2a9-77dd-4d4d-822c-79ae46e27c49 2018-07-22 15:55:02,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:02,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:02,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3468f46c6dfd43828fa68f986822d448", "name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj-role"}], "expires_at": "2018-07-22T16:55:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8ce19a1890e47369e346e2e19f78e46", "name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/c8ce19a1890e47369e346e2e19f78e46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/c8ce19a1890e47369e346e2e19f78e46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/c8ce19a1890e47369e346e2e19f78e46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c8ce19a1890e47369e346e2e19f78e46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/c8ce19a1890e47369e346e2e19f78e46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/c8ce19a1890e47369e346e2e19f78e46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/c8ce19a1890e47369e346e2e19f78e46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/c8ce19a1890e47369e346e2e19f78e46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/c8ce19a1890e47369e346e2e19f78e46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/c8ce19a1890e47369e346e2e19f78e46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/c8ce19a1890e47369e346e2e19f78e46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/c8ce19a1890e47369e346e2e19f78e46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_c8ce19a1890e47369e346e2e19f78e46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_c8ce19a1890e47369e346e2e19f78e46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-user", "id": "8ea6011ffbf14962b00c7d886b731088"}, "audit_ids": ["cb3pjwENToqou-Pu4DzRjQ"], "issued_at": "2018-07-22T15:55:02.000000Z"}} 2018-07-22 15:55:02,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9b297c8ac803865ac0e78387f3e2503878356d" 2018-07-22 15:55:03,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa2785c8-2f57-4c5b-a913-9263ae98847d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:03,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fa2785c8-2f57-4c5b-a913-9263ae98847d 2018-07-22 15:55:03,054 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/c8ce19a1890e47369e346e2e19f78e46/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9b297c8ac803865ac0e78387f3e2503878356d" 2018-07-22 15:55:03,259 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:03 GMT Server: Apache x-compute-request-id: req-c8cdaff0-f645-4b7a-b2c0-f97725aae18c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c8cdaff0-f645-4b7a-b2c0-f97725aae18c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:55:03,259 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/c8ce19a1890e47369e346e2e19f78e46/volumes/detail used request id req-c8cdaff0-f645-4b7a-b2c0-f97725aae18c 2018-07-22 15:55:03,262 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/c8ce19a1890e47369e346e2e19f78e46/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c8cdaff0-f645-4b7a-b2c0-f97725aae18c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9b297c8ac803865ac0e78387f3e2503878356d" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-57b10a73-1aef-44b1-8474-7ef9d88b2e88", "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-07-22 15:55:03,614 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 22 Jul 2018 15:55:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-06702090-3d6d-4f13-a6d4-333ab65faf77 x-openstack-request-id: req-06702090-3d6d-4f13-a6d4-333ab65faf77 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-07-22 15:55:03,614 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/c8ce19a1890e47369e346e2e19f78e46/volumes used request id req-06702090-3d6d-4f13-a6d4-333ab65faf77 2018-07-22 15:55:03,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:03,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-846644fa-e9fb-41ad-8ea2-f4e91c7aa161 Date: Sun, 22 Jul 2018 15:55:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:55:03,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-846644fa-e9fb-41ad-8ea2-f4e91c7aa161 2018-07-22 15:55:03,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:03,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e62637-0b9c-4a61-a14f-540d8b4ad27f 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:55:03,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-03e62637-0b9c-4a61-a14f-540d8b4ad27f 2018-07-22 15:55:03,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,010 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3599a6d6-de80-4144-bcda-65eee668e8e0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:04,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-3599a6d6-de80-4144-bcda-65eee668e8e0 2018-07-22 15:55:04,010 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:04,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24fa9f5d-d4a5-4c26-8212-f8fec20f8d4e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:04,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-24fa9f5d-d4a5-4c26-8212-f8fec20f8d4e 2018-07-22 15:55:04,091 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:04,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,175 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7f9b8a8-5052-4acd-aeac-341074ba3f6f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:04,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-f7f9b8a8-5052-4acd-aeac-341074ba3f6f 2018-07-22 15:55:04,175 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:04,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03446603-6c02-476b-862b-5343c7d5f0c9 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:55:04,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-03446603-6c02-476b-862b-5343c7d5f0c9 2018-07-22 15:55:04,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,342 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f1bff8e-93c6-4c06-a795-2b117d4104c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:04,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-7f1bff8e-93c6-4c06-a795-2b117d4104c8 2018-07-22 15:55:04,343 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:04,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,429 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbfe5f85-fd3a-4385-9716-84e74671eaec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:04,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-bbfe5f85-fd3a-4385-9716-84e74671eaec 2018-07-22 15:55:04,429 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:04,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,527 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eb8d6bb-ab6e-4af1-bd29-f480a47b6a32 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:04,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-0eb8d6bb-ab6e-4af1-bd29-f480a47b6a32 2018-07-22 15:55:04,528 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:04,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,615 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-870b26e0-8186-4720-8bfb-688714838c0f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:04,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-870b26e0-8186-4720-8bfb-688714838c0f 2018-07-22 15:55:04,615 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:04,616 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj 2018-07-22 15:55:04,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c8ce19a1890e47369e346e2e19f78e46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b517e953-5f14-4187-9ae1-2f5c972b09b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:04,809 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c8ce19a1890e47369e346e2e19f78e46 used request id req-b517e953-5f14-4187-9ae1-2f5c972b09b6 2018-07-22 15:55:04,809 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-proj-role 2018-07-22 15:55:04,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3468f46c6dfd43828fa68f986822d448 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:04,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc7c796c-e2b8-4f7c-a1e9-e8aea5c6b8e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:04,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3468f46c6dfd43828fa68f986822d448 used request id req-cc7c796c-e2b8-4f7c-a1e9-e8aea5c6b8e8 2018-07-22 15:55:04,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f0b1003d65d1370ef3f0d74ea07af5bd6a8a43" 2018-07-22 15:55:05,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13baaaa5-9025-499e-a822-c7cb41d65643 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:05,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-13baaaa5-9025-499e-a822-c7cb41d65643 2018-07-22 15:55:05,009 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-4c97449a-97b4-4a2-user 2018-07-22 15:55:05,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8ea6011ffbf14962b00c7d886b731088 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff07cccbb289297de7e614ebdd3878c1347e9f9b" 2018-07-22 15:55:05,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb3b742d-e2fe-4886-88ba-33a9332b6cc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:05,116 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8ea6011ffbf14962b00c7d886b731088 used request id req-bb3b742d-e2fe-4886-88ba-33a9332b6cc1 2018-07-22 15:55:05,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:05,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4T9YQhPQT82h8Jnjbi6r1g"], "issued_at": "2018-07-22T15:55:05.000000Z"}} 2018-07-22 15:55:05,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}384d35e85cc1f075d5d7934944fb5546ff10c72b" 2018-07-22 15:55:05,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1e4fb53-d73d-4f38-802a-9e2c99ba0f62 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:05,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c1e4fb53-d73d-4f38-802a-9e2c99ba0f62 2018-07-22 15:55:05,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:05,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:06,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["nAuqK6N-Sva-h0v0QycJSg"], "issued_at": "2018-07-22T15:55:06.000000Z"}} 2018-07-22 15:55:06,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:06,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36fa5ee-60f5-4104-a3b5-fac530b07d2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:06,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c36fa5ee-60f5-4104-a3b5-fac530b07d2a 2018-07-22 15:55:06,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:06,219 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:06,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:06,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-228e50f4-c9f2-4391-bec1-ba4a7ab1eae4 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:55:06,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj used request id req-228e50f4-c9f2-4391-bec1-ba4a7ab1eae4 2018-07-22 15:55:06,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:06,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-491b04c9-6b66-47f1-84f5-e7902dc1a1c6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:06,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-491b04c9-6b66-47f1-84f5-e7902dc1a1c6 2018-07-22 15:55:06,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj"}}' 2018-07-22 15:55:06,432 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f993d7c-45fa-4063-aeae-1fbdc4c374fe Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0c56c72377f7415088e694d9b2a5a1fa"}, "tags": [], "enabled": true, "id": "0c56c72377f7415088e694d9b2a5a1fa", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj"}} 2018-07-22 15:55:06,432 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8f993d7c-45fa-4063-aeae-1fbdc4c374fe 2018-07-22 15:55:06,432 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj 2018-07-22 15:55:06,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:06,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:06,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["n_8-8zcoTuWDTk9QyVdm3A"], "issued_at": "2018-07-22T15:55:06.000000Z"}} 2018-07-22 15:55:06,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f41809731e049e1f0f181024b46d50c00781c7" 2018-07-22 15:55:06,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3f3cad-2b30-4566-9e5a-5c29c1609536 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:06,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2b3f3cad-2b30-4566-9e5a-5c29c1609536 2018-07-22 15:55:06,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:06,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:06,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f41809731e049e1f0f181024b46d50c00781c7" 2018-07-22 15:55:06,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde026ca-a001-45bc-8669-afe3ea7f0895 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:55:06,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bde026ca-a001-45bc-8669-afe3ea7f0895 2018-07-22 15:55:06,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f41809731e049e1f0f181024b46d50c00781c7" 2018-07-22 15:55:07,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f546cfb-e3fc-4c4a-ab64-767df3ab9cd6 Content-Encoding: gzip Content-Length: 266 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0c56c72377f7415088e694d9b2a5a1fa"}, "tags": [], "enabled": true, "id": "0c56c72377f7415088e694d9b2a5a1fa", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj"}]} 2018-07-22 15:55:07,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj used request id req-6f546cfb-e3fc-4c4a-ab64-767df3ab9cd6 2018-07-22 15:55:07,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f41809731e049e1f0f181024b46d50c00781c7" 2018-07-22 15:55:07,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da26503e-57ed-4030-b3dc-43cfe9f746af Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:07,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-da26503e-57ed-4030-b3dc-43cfe9f746af 2018-07-22 15:55:07,498 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-ec66f532-72ae-467-user 2018-07-22 15:55:07,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:07,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:07,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11814492-8456-4bf9-9e3b-28b01f263dcb Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:07,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-11814492-8456-4bf9-9e3b-28b01f263dcb 2018-07-22 15:55:07,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj-role"}}' 2018-07-22 15:55:07,683 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f09711a-d75d-4cbb-aad5-9aadcb23478f Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "feda723185e24ddbb4371880deab08f1", "links": {"self": "http://172.30.9.28:5000/v3/roles/feda723185e24ddbb4371880deab08f1"}, "name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj-role"}} 2018-07-22 15:55:07,683 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-6f09711a-d75d-4cbb-aad5-9aadcb23478f 2018-07-22 15:55:07,683 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj-role 2018-07-22 15:55:07,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/feda723185e24ddbb4371880deab08f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:07,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce126c5-7384-4941-a966-9d3869e2f601 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "feda723185e24ddbb4371880deab08f1", "links": {"self": "http://172.30.9.28:5000/v3/roles/feda723185e24ddbb4371880deab08f1"}, "name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj-role"}} 2018-07-22 15:55:07,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/feda723185e24ddbb4371880deab08f1 used request id req-fce126c5-7384-4941-a966-9d3869e2f601 2018-07-22 15:55:07,771 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj-role to project CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj 2018-07-22 15:55:07,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/0c56c72377f7415088e694d9b2a5a1fa/users/a343541e517541139b1f36845f47f49a/roles/feda723185e24ddbb4371880deab08f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:07,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-233839dd-d5d6-4f7d-ad4f-2fdbf6e5e801 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:07,888 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0c56c72377f7415088e694d9b2a5a1fa/users/a343541e517541139b1f36845f47f49a/roles/feda723185e24ddbb4371880deab08f1 used request id req-233839dd-d5d6-4f7d-ad4f-2fdbf6e5e801 2018-07-22 15:55:07,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:07,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:08,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feda723185e24ddbb4371880deab08f1", "name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj-role"}], "expires_at": "2018-07-22T16:55:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c56c72377f7415088e694d9b2a5a1fa", "name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0c56c72377f7415088e694d9b2a5a1fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0c56c72377f7415088e694d9b2a5a1fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0c56c72377f7415088e694d9b2a5a1fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0c56c72377f7415088e694d9b2a5a1fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0c56c72377f7415088e694d9b2a5a1fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0c56c72377f7415088e694d9b2a5a1fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0c56c72377f7415088e694d9b2a5a1fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0c56c72377f7415088e694d9b2a5a1fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0c56c72377f7415088e694d9b2a5a1fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0c56c72377f7415088e694d9b2a5a1fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0c56c72377f7415088e694d9b2a5a1fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0c56c72377f7415088e694d9b2a5a1fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0c56c72377f7415088e694d9b2a5a1fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0c56c72377f7415088e694d9b2a5a1fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-ec66f532-72ae-467-user", "id": "a343541e517541139b1f36845f47f49a"}, "audit_ids": ["lZy_Oub8RCCT6EFEhX_VeQ"], "issued_at": "2018-07-22T15:55:08.000000Z"}} 2018-07-22 15:55:08,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec59ccb48d728782d06912d54c291ab7c8b8c69d" 2018-07-22 15:55:08,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd25188-fba7-4db2-8ec0-a2273cb72231 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:08,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-edd25188-fba7-4db2-8ec0-a2273cb72231 2018-07-22 15:55:08,357 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0c56c72377f7415088e694d9b2a5a1fa/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec59ccb48d728782d06912d54c291ab7c8b8c69d" 2018-07-22 15:55:08,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:08 GMT Server: Apache x-compute-request-id: req-63c9d41c-2a58-427a-84b5-2c6da69b17eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-63c9d41c-2a58-427a-84b5-2c6da69b17eb Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:55:08,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0c56c72377f7415088e694d9b2a5a1fa/volumes/detail used request id req-63c9d41c-2a58-427a-84b5-2c6da69b17eb 2018-07-22 15:55:08,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/0c56c72377f7415088e694d9b2a5a1fa/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-63c9d41c-2a58-427a-84b5-2c6da69b17eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec59ccb48d728782d06912d54c291ab7c8b8c69d" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-e54fc8a1-4134-42b2-af04-58fc78f7e4f3", "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-07-22 15:55:08,729 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 22 Jul 2018 15:55:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c3047805-bd54-4a9b-85e7-2a1ba3b90670 x-openstack-request-id: req-c3047805-bd54-4a9b-85e7-2a1ba3b90670 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-07-22 15:55:08,730 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/0c56c72377f7415088e694d9b2a5a1fa/volumes used request id req-c3047805-bd54-4a9b-85e7-2a1ba3b90670 2018-07-22 15:55:08,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:08,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-df687fef-1c70-41ff-9a6d-94ef693da30d Date: Sun, 22 Jul 2018 15:55:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:55:08,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-df687fef-1c70-41ff-9a6d-94ef693da30d 2018-07-22 15:55:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-438b078d-3d5c-49c9-980e-4d790143a25f 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:55:09,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-438b078d-3d5c-49c9-980e-4d790143a25f 2018-07-22 15:55:09,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,132 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2651d58-eb73-4462-9c55-016505931450 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:09,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-b2651d58-eb73-4462-9c55-016505931450 2018-07-22 15:55:09,132 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:09,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,215 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8f1a1c0-b286-4c6e-ac28-f687398738ec Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:09,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-f8f1a1c0-b286-4c6e-ac28-f687398738ec 2018-07-22 15:55:09,215 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:09,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,302 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc6c0cf7-af12-494c-be95-784825204734 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:09,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-bc6c0cf7-af12-494c-be95-784825204734 2018-07-22 15:55:09,302 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:09,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72703d71-38d4-4661-a64f-75b9d290cd3a 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:55:09,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-72703d71-38d4-4661-a64f-75b9d290cd3a 2018-07-22 15:55:09,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,495 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdf12f40-f9d9-4589-ba19-1e6568a3dbb7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:09,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-cdf12f40-f9d9-4589-ba19-1e6568a3dbb7 2018-07-22 15:55:09,495 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:09,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,582 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-479e1ac9-afbc-403c-868f-dc297ac6900a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:09,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-479e1ac9-afbc-403c-868f-dc297ac6900a 2018-07-22 15:55:09,582 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,667 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8420c6cf-e9ee-4031-bf93-c92285e093ff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:09,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-8420c6cf-e9ee-4031-bf93-c92285e093ff 2018-07-22 15:55:09,668 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:09,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66cb1825-1016-4304-bd16-ad439a59461a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:09,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-66cb1825-1016-4304-bd16-ad439a59461a 2018-07-22 15:55:09,755 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:09,756 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj 2018-07-22 15:55:09,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/0c56c72377f7415088e694d9b2a5a1fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:09,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bea2db9-56ce-4908-b85c-a1922d8a460f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:09,976 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0c56c72377f7415088e694d9b2a5a1fa used request id req-4bea2db9-56ce-4908-b85c-a1922d8a460f 2018-07-22 15:55:09,976 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-ec66f532-72ae-467-proj-role 2018-07-22 15:55:09,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/feda723185e24ddbb4371880deab08f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:10,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0590fb3d-0c3b-4148-80ea-925d83de1fd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:10,082 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/feda723185e24ddbb4371880deab08f1 used request id req-0590fb3d-0c3b-4148-80ea-925d83de1fd5 2018-07-22 15:55:10,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b10fb59eaaf6469aa70a1372cdc07ba737bdce57" 2018-07-22 15:55:10,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963e66a3-38d2-4656-9821-0196ff6b4e9e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:10,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-963e66a3-38d2-4656-9821-0196ff6b4e9e 2018-07-22 15:55:10,168 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-ec66f532-72ae-467-user 2018-07-22 15:55:10,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a343541e517541139b1f36845f47f49a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4f41809731e049e1f0f181024b46d50c00781c7" 2018-07-22 15:55:10,327 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a584f76-6b56-4c1e-8138-2cdbbff95c5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:10,328 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a343541e517541139b1f36845f47f49a used request id req-0a584f76-6b56-4c1e-8138-2cdbbff95c5f 2018-07-22 15:55:10,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:10,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ROwKM1aNRv6HaI5qcxKcDQ"], "issued_at": "2018-07-22T15:55:10.000000Z"}} 2018-07-22 15:55:10,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4fd5b1a0b6bd3396131a06865c3f07f69686d3" 2018-07-22 15:55:10,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9835e293-b4db-4276-a3d6-a878608106b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:10,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9835e293-b4db-4276-a3d6-a878608106b9 2018-07-22 15:55:10,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:10,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:11,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["cp76OS6dTJ6k81n-gGq33Q"], "issued_at": "2018-07-22T15:55:11.000000Z"}} 2018-07-22 15:55:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:11,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac7bf0c-ad15-4875-a87b-b406ab558216 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:11,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2ac7bf0c-ad15-4875-a87b-b406ab558216 2018-07-22 15:55:11,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:11,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:11,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:11,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50363508-0664-4800-baba-13d2e1b573a4 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:55:11,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj used request id req-50363508-0664-4800-baba-13d2e1b573a4 2018-07-22 15:55:11,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:11,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2d3a0a-491a-41ea-b829-8dc2ca1dc818 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:11,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2e2d3a0a-491a-41ea-b829-8dc2ca1dc818 2018-07-22 15:55:11,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj"}}' 2018-07-22 15:55:11,574 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e221cee-64cb-442c-b5d9-709ba9245e78 Content-Length: 327 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4cebbf51f75d4e96983c67da4e962287"}, "tags": [], "enabled": true, "id": "4cebbf51f75d4e96983c67da4e962287", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj"}} 2018-07-22 15:55:11,575 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6e221cee-64cb-442c-b5d9-709ba9245e78 2018-07-22 15:55:11,575 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj 2018-07-22 15:55:11,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:11,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:11,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["136WXcq1RjOmsNsxLHmOnw"], "issued_at": "2018-07-22T15:55:11.000000Z"}} 2018-07-22 15:55:11,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a07a9731d115268e7e84178b742ba61f2468dff" 2018-07-22 15:55:12,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0310a80-cb4e-4525-ab39-f4d22d8af988 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:12,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e0310a80-cb4e-4525-ab39-f4d22d8af988 2018-07-22 15:55:12,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:12,048 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:12,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a07a9731d115268e7e84178b742ba61f2468dff" 2018-07-22 15:55:12,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a92a7f99-a255-4fe4-8963-bcc26e601424 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:55:12,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a92a7f99-a255-4fe4-8963-bcc26e601424 2018-07-22 15:55:12,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a07a9731d115268e7e84178b742ba61f2468dff" 2018-07-22 15:55:12,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56ad3fd-6610-41d3-b2f5-b33ba3fc1cde Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4cebbf51f75d4e96983c67da4e962287"}, "tags": [], "enabled": true, "id": "4cebbf51f75d4e96983c67da4e962287", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj"}]} 2018-07-22 15:55:12,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj used request id req-a56ad3fd-6610-41d3-b2f5-b33ba3fc1cde 2018-07-22 15:55:12,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a07a9731d115268e7e84178b742ba61f2468dff" 2018-07-22 15:55:12,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b6dc97-ffbc-4d0f-a86c-f14699c4d7cb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:12,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f6b6dc97-ffbc-4d0f-a86c-f14699c4d7cb 2018-07-22 15:55:12,623 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-user 2018-07-22 15:55:12,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:12,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:12,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9f4b8d1-e20d-4ec1-a12c-058db9c50ba8 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:12,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f9f4b8d1-e20d-4ec1-a12c-058db9c50ba8 2018-07-22 15:55:12,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj-role"}}' 2018-07-22 15:55:12,809 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e573f191-1534-4820-99a0-7a7ad17f7ff6 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6d96921dc9e24681ba487461dc610840", "links": {"self": "http://172.30.9.28:5000/v3/roles/6d96921dc9e24681ba487461dc610840"}, "name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj-role"}} 2018-07-22 15:55:12,809 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-e573f191-1534-4820-99a0-7a7ad17f7ff6 2018-07-22 15:55:12,809 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj-role 2018-07-22 15:55:12,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/6d96921dc9e24681ba487461dc610840 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:12,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e586d0be-ff9c-4a7f-8009-24fed503589e Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6d96921dc9e24681ba487461dc610840", "links": {"self": "http://172.30.9.28:5000/v3/roles/6d96921dc9e24681ba487461dc610840"}, "name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj-role"}} 2018-07-22 15:55:12,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6d96921dc9e24681ba487461dc610840 used request id req-e586d0be-ff9c-4a7f-8009-24fed503589e 2018-07-22 15:55:12,896 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj-role to project CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj 2018-07-22 15:55:12,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4cebbf51f75d4e96983c67da4e962287/users/7e965ec5daa54b68bd4e2074cc7991de/roles/6d96921dc9e24681ba487461dc610840 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:13,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e09f5781-540e-4de3-863d-fc0c5af3f560 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:13,015 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4cebbf51f75d4e96983c67da4e962287/users/7e965ec5daa54b68bd4e2074cc7991de/roles/6d96921dc9e24681ba487461dc610840 used request id req-e09f5781-540e-4de3-863d-fc0c5af3f560 2018-07-22 15:55:13,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:13,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:13,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d96921dc9e24681ba487461dc610840", "name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj-role"}], "expires_at": "2018-07-22T16:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4cebbf51f75d4e96983c67da4e962287", "name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4cebbf51f75d4e96983c67da4e962287", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4cebbf51f75d4e96983c67da4e962287", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4cebbf51f75d4e96983c67da4e962287", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4cebbf51f75d4e96983c67da4e962287", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4cebbf51f75d4e96983c67da4e962287", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4cebbf51f75d4e96983c67da4e962287", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4cebbf51f75d4e96983c67da4e962287", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4cebbf51f75d4e96983c67da4e962287", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4cebbf51f75d4e96983c67da4e962287", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4cebbf51f75d4e96983c67da4e962287", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4cebbf51f75d4e96983c67da4e962287", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4cebbf51f75d4e96983c67da4e962287", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4cebbf51f75d4e96983c67da4e962287", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4cebbf51f75d4e96983c67da4e962287", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-user", "id": "7e965ec5daa54b68bd4e2074cc7991de"}, "audit_ids": ["dVkzsTdvQr29HLN63pBZZg"], "issued_at": "2018-07-22T15:55:13.000000Z"}} 2018-07-22 15:55:13,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34cf466fea0d05133cade1bee51bb76e4bbbcb37" 2018-07-22 15:55:13,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39e00c6-1e9a-4aaf-a325-1fb05c33e207 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:13,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f39e00c6-1e9a-4aaf-a325-1fb05c33e207 2018-07-22 15:55:13,488 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4cebbf51f75d4e96983c67da4e962287/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34cf466fea0d05133cade1bee51bb76e4bbbcb37" 2018-07-22 15:55:13,691 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:13 GMT Server: Apache x-compute-request-id: req-1c26a6f3-e633-4a8b-ac2f-c509e2acd773 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1c26a6f3-e633-4a8b-ac2f-c509e2acd773 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:55:13,692 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4cebbf51f75d4e96983c67da4e962287/volumes/detail used request id req-1c26a6f3-e633-4a8b-ac2f-c509e2acd773 2018-07-22 15:55:13,695 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/4cebbf51f75d4e96983c67da4e962287/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1c26a6f3-e633-4a8b-ac2f-c509e2acd773" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34cf466fea0d05133cade1bee51bb76e4bbbcb37" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateSimpleVolumeFailureTests-647fe297-1c6f-4bbf-b62e-fce3d1776ee7", "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-07-22 15:55:13,864 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-727f3449-c0ba-4921-834d-a94706eaae60 x-openstack-request-id: req-727f3449-c0ba-4921-834d-a94706eaae60 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-07-22 15:55:13,864 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/4cebbf51f75d4e96983c67da4e962287/volumes used request id req-727f3449-c0ba-4921-834d-a94706eaae60 2018-07-22 15:55:13,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-9773b9b1-82d4-40f2-af6f-83fc54bbd233 Date: Sun, 22 Jul 2018 15:55:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:55:14,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-9773b9b1-82d4-40f2-af6f-83fc54bbd233 2018-07-22 15:55:14,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9726073b-8385-4de1-87e3-3318ec70618c 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:55:14,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-9726073b-8385-4de1-87e3-3318ec70618c 2018-07-22 15:55:14,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,263 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-072f905e-efd1-4ff7-ad04-eab8a41cd41f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:14,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-072f905e-efd1-4ff7-ad04-eab8a41cd41f 2018-07-22 15:55:14,263 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:14,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,349 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9df4e79-7eaf-48dc-b5d2-0f72b03480c6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:14,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-e9df4e79-7eaf-48dc-b5d2-0f72b03480c6 2018-07-22 15:55:14,350 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:14,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,434 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70694296-9680-45b3-a726-fc8ac6a88049 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:14,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-70694296-9680-45b3-a726-fc8ac6a88049 2018-07-22 15:55:14,435 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:14,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb1d22d-2c7b-4a34-9610-1fd69ad6a193 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:55:14,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-2fb1d22d-2c7b-4a34-9610-1fd69ad6a193 2018-07-22 15:55:14,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,603 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e21cf81-743a-443c-99c5-efdb6b5a4ef5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:14,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-2e21cf81-743a-443c-99c5-efdb6b5a4ef5 2018-07-22 15:55:14,603 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:14,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,689 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44e4de4b-0d4b-4c1f-b257-30cf4b57123e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:14,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-44e4de4b-0d4b-4c1f-b257-30cf4b57123e 2018-07-22 15:55:14,690 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:14,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,776 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4092a58-ceab-4a34-8209-346c6f51bc7b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:14,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-e4092a58-ceab-4a34-8209-346c6f51bc7b 2018-07-22 15:55:14,777 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:14,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:14,862 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c5eaa0b-149d-47d0-a610-36a2401ff7e4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:14,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-1c5eaa0b-149d-47d0-a610-36a2401ff7e4 2018-07-22 15:55:14,862 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:14,863 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj 2018-07-22 15:55:14,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4cebbf51f75d4e96983c67da4e962287 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:15,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c26daa1-de9b-4209-b18d-28a05069ca43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:15,041 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4cebbf51f75d4e96983c67da4e962287 used request id req-1c26daa1-de9b-4209-b18d-28a05069ca43 2018-07-22 15:55:15,041 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-proj-role 2018-07-22 15:55:15,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/6d96921dc9e24681ba487461dc610840 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:15,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-679dd3f0-0fdf-482c-b3c2-e21b8d2524ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:15,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6d96921dc9e24681ba487461dc610840 used request id req-679dd3f0-0fdf-482c-b3c2-e21b8d2524ce 2018-07-22 15:55:15,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b20766ad91d1aacfa643e884e1db8adec5c4a50b" 2018-07-22 15:55:15,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da89f304-8d18-43b2-b346-f310ddf6b5fd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:15,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-da89f304-8d18-43b2-b346-f310ddf6b5fd 2018-07-22 15:55:15,254 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-cdce206b-cf64-44d-user 2018-07-22 15:55:15,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7e965ec5daa54b68bd4e2074cc7991de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a07a9731d115268e7e84178b742ba61f2468dff" 2018-07-22 15:55:15,407 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7af462d9-222b-46cb-930d-da8c50296015 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:15,407 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7e965ec5daa54b68bd4e2074cc7991de used request id req-7af462d9-222b-46cb-930d-da8c50296015 2018-07-22 15:55:15,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:15,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["QDv72j3XSaurOexLbO5pbw"], "issued_at": "2018-07-22T15:55:15.000000Z"}} 2018-07-22 15:55:15,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e30b359e2796d183f41ffbf86176447fbe8a718" 2018-07-22 15:55:15,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8799be88-6fab-4a7d-8b82-403c065655d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:15,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8799be88-6fab-4a7d-8b82-403c065655d8 2018-07-22 15:55:15,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:15,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:16,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["F2Pb4qCrQ0yyeriqBJfv3g"], "issued_at": "2018-07-22T15:55:16.000000Z"}} 2018-07-22 15:55:16,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:16,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf8b511-1e04-4a29-bf69-0b169806ede5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:16,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3bf8b511-1e04-4a29-bf69-0b169806ede5 2018-07-22 15:55:16,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:16,345 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:16,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-4da28970-3ce7-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:16,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec39c10c-b40e-444d-98cc-9664ab2f9b7d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-4da28970-3ce7-463-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:55:16,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-4da28970-3ce7-463-proj used request id req-ec39c10c-b40e-444d-98cc-9664ab2f9b7d 2018-07-22 15:55:16,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:16,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ce3f530-707b-4e07-939a-94e8deed8f66 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:16,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0ce3f530-707b-4e07-939a-94e8deed8f66 2018-07-22 15:55:16,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-proj"}}' 2018-07-22 15:55:16,492 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-327feef6-5de7-4aa2-b533-3ffaf4f5c029 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/86765f939e5d4e28a32385e02142a272"}, "tags": [], "enabled": true, "id": "86765f939e5d4e28a32385e02142a272", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-proj"}} 2018-07-22 15:55:16,492 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-327feef6-5de7-4aa2-b533-3ffaf4f5c029 2018-07-22 15:55:16,492 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-4da28970-3ce7-463-proj 2018-07-22 15:55:16,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:16,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:16,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["HNskisjLTDeMeLzzVNvCQw"], "issued_at": "2018-07-22T15:55:16.000000Z"}} 2018-07-22 15:55:16,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e847fd2db04b284c2f84185b9f513f5529c51604" 2018-07-22 15:55:16,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b46ed42-9a1d-4038-83f1-a480c3221c13 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:16,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7b46ed42-9a1d-4038-83f1-a480c3221c13 2018-07-22 15:55:16,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:16,961 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:16,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e847fd2db04b284c2f84185b9f513f5529c51604" 2018-07-22 15:55:17,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f910c37-1097-4341-8f81-9d268f87a135 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:55:17,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3f910c37-1097-4341-8f81-9d268f87a135 2018-07-22 15:55:17,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-4da28970-3ce7-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e847fd2db04b284c2f84185b9f513f5529c51604" 2018-07-22 15:55:17,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94594412-cd1a-4401-8e08-fb66ba97f983 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-4da28970-3ce7-463-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/86765f939e5d4e28a32385e02142a272"}, "tags": [], "enabled": true, "id": "86765f939e5d4e28a32385e02142a272", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-proj"}]} 2018-07-22 15:55:17,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-4da28970-3ce7-463-proj used request id req-94594412-cd1a-4401-8e08-fb66ba97f983 2018-07-22 15:55:17,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e847fd2db04b284c2f84185b9f513f5529c51604" 2018-07-22 15:55:17,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-384f2166-5127-4c58-a3b3-b23a5e530220 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:17,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-384f2166-5127-4c58-a3b3-b23a5e530220 2018-07-22 15:55:17,610 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-4da28970-3ce7-463-user 2018-07-22 15:55:17,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:17,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:17,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6294ff68-3a4b-4b4b-821a-848a70fb64de Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:17,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6294ff68-3a4b-4b4b-821a-848a70fb64de 2018-07-22 15:55:17,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" -d '{"role": {"name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-proj-role"}}' 2018-07-22 15:55:17,796 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2aa8352-f478-49dc-b91d-0857e72cfca5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed370ee6e30a45c480558b35e06aeeab", "links": {"self": "http://172.30.9.28:5000/v3/roles/ed370ee6e30a45c480558b35e06aeeab"}, "name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-proj-role"}} 2018-07-22 15:55:17,796 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c2aa8352-f478-49dc-b91d-0857e72cfca5 2018-07-22 15:55:17,797 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-4da28970-3ce7-463-proj-role 2018-07-22 15:55:17,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ed370ee6e30a45c480558b35e06aeeab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:17,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2a76cd-d68b-4e64-abd1-b876ebe16df1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed370ee6e30a45c480558b35e06aeeab", "links": {"self": "http://172.30.9.28:5000/v3/roles/ed370ee6e30a45c480558b35e06aeeab"}, "name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-proj-role"}} 2018-07-22 15:55:17,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ed370ee6e30a45c480558b35e06aeeab used request id req-5f2a76cd-d68b-4e64-abd1-b876ebe16df1 2018-07-22 15:55:17,817 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-4da28970-3ce7-463-proj-role to project CreateVolumeWithTypeTests-4da28970-3ce7-463-proj 2018-07-22 15:55:17,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/86765f939e5d4e28a32385e02142a272/users/f75c2d72d57148e28b5145d65a9ad337/roles/ed370ee6e30a45c480558b35e06aeeab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:17,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c309ba1-d035-4ff2-a59f-68292f85840f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:17,937 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/86765f939e5d4e28a32385e02142a272/users/f75c2d72d57148e28b5145d65a9ad337/roles/ed370ee6e30a45c480558b35e06aeeab used request id req-6c309ba1-d035-4ff2-a59f-68292f85840f 2018-07-22 15:55:17,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:17,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:18,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["gFpqfWgNQKuk4ETl6gueJQ"], "issued_at": "2018-07-22T15:55:18.000000Z"}} 2018-07-22 15:55:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a558e06f1e04707c94c2a517fc48acbc0aebc8" 2018-07-22 15:55:18,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bdf390a-351c-49ba-9515-e23d5fcfcb0d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:18,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5bdf390a-351c-49ba-9515-e23d5fcfcb0d 2018-07-22 15:55:18,407 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a558e06f1e04707c94c2a517fc48acbc0aebc8" 2018-07-22 15:55:18,577 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:18 GMT Server: Apache x-compute-request-id: req-9046066f-1424-40f9-bb1f-8431f13e01ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9046066f-1424-40f9-bb1f-8431f13e01ca Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:55:18,578 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-9046066f-1424-40f9-bb1f-8431f13e01ca 2018-07-22 15:55:18,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9046066f-1424-40f9-bb1f-8431f13e01ca" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a558e06f1e04707c94c2a517fc48acbc0aebc8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-caea0214-123a-4919-a8d0-d15e6d740f91-vol-type", "description": null}}' 2018-07-22 15:55:18,779 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:18 GMT Server: Apache x-compute-request-id: req-1fdffb6b-1838-482f-a2bc-8df77698e788 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1fdffb6b-1838-482f-a2bc-8df77698e788 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-caea0214-123a-4919-a8d0-d15e6d740f91-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "eabda607-923f-49e2-a03c-411d9b361dbf", "description": null}} 2018-07-22 15:55:18,780 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types used request id req-1fdffb6b-1838-482f-a2bc-8df77698e788 2018-07-22 15:55:18,780 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-caea0214-123a-4919-a8d0-d15e6d740f91-vol-type 2018-07-22 15:55:18,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:18,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:19,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed370ee6e30a45c480558b35e06aeeab", "name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-proj-role"}], "expires_at": "2018-07-22T16:55:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "86765f939e5d4e28a32385e02142a272", "name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/86765f939e5d4e28a32385e02142a272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/86765f939e5d4e28a32385e02142a272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/86765f939e5d4e28a32385e02142a272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/86765f939e5d4e28a32385e02142a272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/86765f939e5d4e28a32385e02142a272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/86765f939e5d4e28a32385e02142a272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/86765f939e5d4e28a32385e02142a272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/86765f939e5d4e28a32385e02142a272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/86765f939e5d4e28a32385e02142a272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/86765f939e5d4e28a32385e02142a272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/86765f939e5d4e28a32385e02142a272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/86765f939e5d4e28a32385e02142a272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_86765f939e5d4e28a32385e02142a272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_86765f939e5d4e28a32385e02142a272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-4da28970-3ce7-463-user", "id": "f75c2d72d57148e28b5145d65a9ad337"}, "audit_ids": ["DoOr25x7TG6fo25bJlcGxw"], "issued_at": "2018-07-22T15:55:19.000000Z"}} 2018-07-22 15:55:19,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d4a85671a3c1c69ca48ec7796d3da8df4f8110" 2018-07-22 15:55:19,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa88388-ad79-479f-b59f-53b1e8cff331 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:19,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1fa88388-ad79-479f-b59f-53b1e8cff331 2018-07-22 15:55:19,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/86765f939e5d4e28a32385e02142a272/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d4a85671a3c1c69ca48ec7796d3da8df4f8110" 2018-07-22 15:55:19,475 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:19 GMT Server: Apache x-compute-request-id: req-96a91b06-c2c2-4475-aad7-f8e1cc27ef22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-96a91b06-c2c2-4475-aad7-f8e1cc27ef22 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:55:19,475 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/86765f939e5d4e28a32385e02142a272/volumes/detail used request id req-96a91b06-c2c2-4475-aad7-f8e1cc27ef22 2018-07-22 15:55:19,478 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/86765f939e5d4e28a32385e02142a272/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-96a91b06-c2c2-4475-aad7-f8e1cc27ef22" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d4a85671a3c1c69ca48ec7796d3da8df4f8110" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithTypeTests-caea0214-123a-4919-a8d0-d15e6d740f91-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-07-22 15:55:19,651 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0c78ad68-5e82-4ce2-aa66-d8b3ab7eb59a x-openstack-request-id: req-0c78ad68-5e82-4ce2-aa66-d8b3ab7eb59a Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-07-22 15:55:19,651 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/86765f939e5d4e28a32385e02142a272/volumes used request id req-0c78ad68-5e82-4ce2-aa66-d8b3ab7eb59a 2018-07-22 15:55:19,652 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-caea0214-123a-4919-a8d0-d15e6d740f91-vol-type 2018-07-22 15:55:19,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/eabda607-923f-49e2-a03c-411d9b361dbf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9046066f-1424-40f9-bb1f-8431f13e01ca" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a558e06f1e04707c94c2a517fc48acbc0aebc8" 2018-07-22 15:55:19,856 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:55:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ef7bc565-8de2-466e-ac9a-1d26605eb97e 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-07-22 15:55:19,856 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/eabda607-923f-49e2-a03c-411d9b361dbf used request id req-ef7bc565-8de2-466e-ac9a-1d26605eb97e 2018-07-22 15:55:19,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-aebd3db7-e38e-4bb8-9b28-f45d13eb07b6 Date: Sun, 22 Jul 2018 15:55:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:55:20,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-aebd3db7-e38e-4bb8-9b28-f45d13eb07b6 2018-07-22 15:55:20,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f5ae1cc-daf2-4f48-ad81-82cbc5d46f75 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:55:20,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-9f5ae1cc-daf2-4f48-ad81-82cbc5d46f75 2018-07-22 15:55:20,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,262 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12616e8c-6bab-4510-846c-8175c6bb82b6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:20,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-12616e8c-6bab-4510-846c-8175c6bb82b6 2018-07-22 15:55:20,262 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:20,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,341 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2b5c368-9568-412f-acf5-ef8a1d5fc712 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:20,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-a2b5c368-9568-412f-acf5-ef8a1d5fc712 2018-07-22 15:55:20,341 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:20,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,424 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-797e7efa-bee4-48ba-bc27-e16e1a42aff1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:20,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-797e7efa-bee4-48ba-bc27-e16e1a42aff1 2018-07-22 15:55:20,425 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:20,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c769daa6-4e25-436c-b613-b07f3e62d347 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:55:20,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-c769daa6-4e25-436c-b613-b07f3e62d347 2018-07-22 15:55:20,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,528 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0126672-562f-46a0-8ba4-16a77caffe66 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:20,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-c0126672-562f-46a0-8ba4-16a77caffe66 2018-07-22 15:55:20,529 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:20,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,612 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-540265b0-31e9-4a0d-a1a7-b58eedf61c8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:20,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-540265b0-31e9-4a0d-a1a7-b58eedf61c8e 2018-07-22 15:55:20,613 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:20,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,698 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af4d5d0d-8bbd-43fb-9717-95a1259703cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:20,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-af4d5d0d-8bbd-43fb-9717-95a1259703cf 2018-07-22 15:55:20,698 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:20,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,783 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45606014-2aca-4c9f-8085-9f8dbbaf0c55 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:20,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-45606014-2aca-4c9f-8085-9f8dbbaf0c55 2018-07-22 15:55:20,783 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:20,784 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-4da28970-3ce7-463-proj 2018-07-22 15:55:20,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/86765f939e5d4e28a32385e02142a272 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:20,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4278172c-bd0f-4845-bb92-14bcf32dcbf9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:20,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/86765f939e5d4e28a32385e02142a272 used request id req-4278172c-bd0f-4845-bb92-14bcf32dcbf9 2018-07-22 15:55:20,964 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-4da28970-3ce7-463-proj-role 2018-07-22 15:55:20,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ed370ee6e30a45c480558b35e06aeeab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:21,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b17a42c8-61a0-43e8-8c34-a3c5a9280c0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:21,065 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ed370ee6e30a45c480558b35e06aeeab used request id req-b17a42c8-61a0-43e8-8c34-a3c5a9280c0d 2018-07-22 15:55:21,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44743e65810e4af51d1eaf42627397beb5adc075" 2018-07-22 15:55:21,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-745d52a3-e06c-467f-82d9-f3ce0367a33b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:21,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-745d52a3-e06c-467f-82d9-f3ce0367a33b 2018-07-22 15:55:21,148 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-4da28970-3ce7-463-user 2018-07-22 15:55:21,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f75c2d72d57148e28b5145d65a9ad337 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e847fd2db04b284c2f84185b9f513f5529c51604" 2018-07-22 15:55:21,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8309871b-83eb-4477-966a-b4dc67bc6d50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:21,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f75c2d72d57148e28b5145d65a9ad337 used request id req-8309871b-83eb-4477-966a-b4dc67bc6d50 2018-07-22 15:55:21,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:21,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["2V0g4lo6QUSmCefNXT3Kjg"], "issued_at": "2018-07-22T15:55:21.000000Z"}} 2018-07-22 15:55:21,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}276f21c8ee024e79d75d21d6e2cb814ca0661c17" 2018-07-22 15:55:21,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8077146-3cca-45bb-bae7-85d4fa3ac151 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:21,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a8077146-3cca-45bb-bae7-85d4fa3ac151 2018-07-22 15:55:21,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:21,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:22,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["E4vQFtz4Q96rB1ogPSII8Q"], "issued_at": "2018-07-22T15:55:22.000000Z"}} 2018-07-22 15:55:22,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:22,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5363f4f0-45d2-4a28-8716-18b7937fcb28 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:22,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5363f4f0-45d2-4a28-8716-18b7937fcb28 2018-07-22 15:55:22,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:22,324 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:22,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:22,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0c7bf5-4440-483f-82e8-1bfdc91c4702 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:55:22,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj used request id req-ad0c7bf5-4440-483f-82e8-1bfdc91c4702 2018-07-22 15:55:22,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:22,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32fe4281-e779-4c9f-b8b6-7d5eaadc4486 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:22,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-32fe4281-e779-4c9f-b8b6-7d5eaadc4486 2018-07-22 15:55:22,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj"}}' 2018-07-22 15:55:22,612 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0e7edec-c736-48fc-afb8-bd539925a5b0 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/88f7990c6f22421784ca0d5d045e4179"}, "tags": [], "enabled": true, "id": "88f7990c6f22421784ca0d5d045e4179", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj"}} 2018-07-22 15:55:22,612 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f0e7edec-c736-48fc-afb8-bd539925a5b0 2018-07-22 15:55:22,612 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj 2018-07-22 15:55:22,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:22,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:22,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["U_O0-bX8QlanmTStMqNxmw"], "issued_at": "2018-07-22T15:55:22.000000Z"}} 2018-07-22 15:55:22,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c581b170f2562019a7621a9ebeb877c5a09533" 2018-07-22 15:55:23,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec042a23-70d9-46c4-a9d3-7e36be2e4102 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:23,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ec042a23-70d9-46c4-a9d3-7e36be2e4102 2018-07-22 15:55:23,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:23,082 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:23,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c581b170f2562019a7621a9ebeb877c5a09533" 2018-07-22 15:55:23,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbb294ee-f2c5-4139-a467-88fa0b48ef94 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:55:23,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fbb294ee-f2c5-4139-a467-88fa0b48ef94 2018-07-22 15:55:23,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c581b170f2562019a7621a9ebeb877c5a09533" 2018-07-22 15:55:23,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd6891f-5861-4d7f-9466-c290700f73fb Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/88f7990c6f22421784ca0d5d045e4179"}, "tags": [], "enabled": true, "id": "88f7990c6f22421784ca0d5d045e4179", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj"}]} 2018-07-22 15:55:23,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj used request id req-2cd6891f-5861-4d7f-9466-c290700f73fb 2018-07-22 15:55:23,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c581b170f2562019a7621a9ebeb877c5a09533" 2018-07-22 15:55:23,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee4f4f3c-b5cc-4194-be60-37a608fe43cb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:23,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ee4f4f3c-b5cc-4194-be60-37a608fe43cb 2018-07-22 15:55:23,670 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-98aa39f1-c337-4c1-user 2018-07-22 15:55:23,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:23,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:23,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0de184ed-3a31-41a3-ab72-9b24fd96cbfc Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:23,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0de184ed-3a31-41a3-ab72-9b24fd96cbfc 2018-07-22 15:55:23,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" -d '{"role": {"name": "CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj-role"}}' 2018-07-22 15:55:23,850 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bca116b7-59d9-45e4-b25b-b84eb29c5316 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae946a72703f4127b799b12d19dd79ec", "links": {"self": "http://172.30.9.28:5000/v3/roles/ae946a72703f4127b799b12d19dd79ec"}, "name": "CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj-role"}} 2018-07-22 15:55:23,850 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bca116b7-59d9-45e4-b25b-b84eb29c5316 2018-07-22 15:55:23,851 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj-role 2018-07-22 15:55:23,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ae946a72703f4127b799b12d19dd79ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:23,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374a149b-c83d-4504-94c3-855864651c97 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae946a72703f4127b799b12d19dd79ec", "links": {"self": "http://172.30.9.28:5000/v3/roles/ae946a72703f4127b799b12d19dd79ec"}, "name": "CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj-role"}} 2018-07-22 15:55:23,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ae946a72703f4127b799b12d19dd79ec used request id req-374a149b-c83d-4504-94c3-855864651c97 2018-07-22 15:55:23,937 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj-role to project CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj 2018-07-22 15:55:23,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/88f7990c6f22421784ca0d5d045e4179/users/adb0d676b728478f83d79e8c15e78892/roles/ae946a72703f4127b799b12d19dd79ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:24,056 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b50abeb-963d-4bb4-b803-ac1f406bd576 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:24,056 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/88f7990c6f22421784ca0d5d045e4179/users/adb0d676b728478f83d79e8c15e78892/roles/ae946a72703f4127b799b12d19dd79ec used request id req-8b50abeb-963d-4bb4-b803-ac1f406bd576 2018-07-22 15:55:24,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:24,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:24,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Pmo6RFTOS6q7wngUquzjIQ"], "issued_at": "2018-07-22T15:55:24.000000Z"}} 2018-07-22 15:55:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb5af19ca72210811becb060829ddf3156d539d" 2018-07-22 15:55:24,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dca500e3-ce51-46f3-bdf8-1166ab442460 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:24,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dca500e3-ce51-46f3-bdf8-1166ab442460 2018-07-22 15:55:24,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb5af19ca72210811becb060829ddf3156d539d" 2018-07-22 15:55:24,688 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:24 GMT Server: Apache x-compute-request-id: req-9e7bd6f5-fe55-47ad-b459-ea9d9eb70da2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9e7bd6f5-fe55-47ad-b459-ea9d9eb70da2 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-07-22 15:55:24,688 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types?is_public=None used request id req-9e7bd6f5-fe55-47ad-b459-ea9d9eb70da2 2018-07-22 15:55:24,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9e7bd6f5-fe55-47ad-b459-ea9d9eb70da2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb5af19ca72210811becb060829ddf3156d539d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type", "description": null}}' 2018-07-22 15:55:24,970 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:24 GMT Server: Apache x-compute-request-id: req-c2506c8a-cd75-437c-8262-dc470396c499 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c2506c8a-cd75-437c-8262-dc470396c499 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e21f4f21-1af8-4d39-badf-4d9fca085a2d", "description": null}} 2018-07-22 15:55:24,970 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types used request id req-c2506c8a-cd75-437c-8262-dc470396c499 2018-07-22 15:55:24,971 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type 2018-07-22 15:55:24,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:24,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:25,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["VUEdwwu3Q66iM3c10rsByg"], "issued_at": "2018-07-22T15:55:25.000000Z"}} 2018-07-22 15:55:25,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a9401fd9be53038c78f0050ef710111b31c561" 2018-07-22 15:55:25,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90050bb4-e8f4-45f2-965b-84c19f258621 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:25,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-90050bb4-e8f4-45f2-965b-84c19f258621 2018-07-22 15:55:25,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a9401fd9be53038c78f0050ef710111b31c561" 2018-07-22 15:55:25,666 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:25 GMT Server: Apache x-compute-request-id: req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:55:25,666 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/detail used request id req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10 2018-07-22 15:55:25,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a9401fd9be53038c78f0050ef710111b31c561" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-07-22 15:55:26,080 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:55:25 GMT Server: Apache x-compute-request-id: req-4ae4ee5d-6944-46d6-88a8-f7e37ee0f394 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4ae4ee5d-6944-46d6-88a8-f7e37ee0f394 Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "e4227d46953b40858f903170fa2ab282", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:55:25.000000", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type", "name": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c1e6e07c-710f-453e-9f6b-5685fc93b52b", "size": 1}} 2018-07-22 15:55:26,081 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes used request id req-4ae4ee5d-6944-46d6-88a8-f7e37ee0f394 2018-07-22 15:55:26,084 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a9401fd9be53038c78f0050ef710111b31c561" 2018-07-22 15:55:26,338 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:26 GMT Server: Apache x-compute-request-id: req-4aabaca6-70c0-4864-9c2e-fdb3fa8b55e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4aabaca6-70c0-4864-9c2e-fdb3fa8b55e0 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-22T15:55:26.000000", "replication_status": null, "snapshot_id": null, "id": "c1e6e07c-710f-453e-9f6b-5685fc93b52b", "size": 1, "user_id": "e4227d46953b40858f903170fa2ab282", "os-vol-tenant-attr:tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "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-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol", "bootable": "false", "created_at": "2018-07-22T15:55:25.000000", "volume_type": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type"}} 2018-07-22 15:55:26,338 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b used request id req-4aabaca6-70c0-4864-9c2e-fdb3fa8b55e0 2018-07-22 15:55:26,339 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol 2018-07-22 15:55:26,341 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a9401fd9be53038c78f0050ef710111b31c561" 2018-07-22 15:55:26,398 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:26 GMT Server: Apache x-compute-request-id: req-21d829fa-e06d-46c1-972b-9a2d7924a6b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-21d829fa-e06d-46c1-972b-9a2d7924a6b0 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-22T15:55:26.000000", "replication_status": null, "snapshot_id": null, "id": "c1e6e07c-710f-453e-9f6b-5685fc93b52b", "size": 1, "user_id": "e4227d46953b40858f903170fa2ab282", "os-vol-tenant-attr:tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "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-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol", "bootable": "false", "created_at": "2018-07-22T15:55:25.000000", "volume_type": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type"}} 2018-07-22 15:55:26,398 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b used request id req-21d829fa-e06d-46c1-972b-9a2d7924a6b0 2018-07-22 15:55:26,398 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:55:26,399 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol 2018-07-22 15:55:26,399 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol 2018-07-22 15:55:26,401 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a9401fd9be53038c78f0050ef710111b31c561" 2018-07-22 15:55:26,603 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:26 GMT Server: Apache x-compute-request-id: req-67e80a88-4c4c-42b5-89ff-1a812b344e67 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-67e80a88-4c4c-42b5-89ff-1a812b344e67 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b", "rel": "self"}, {"href": "http://172.30.9.28:8776/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-22T15:55:26.000000", "replication_status": null, "snapshot_id": null, "id": "c1e6e07c-710f-453e-9f6b-5685fc93b52b", "size": 1, "user_id": "e4227d46953b40858f903170fa2ab282", "os-vol-tenant-attr:tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "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-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol", "bootable": "false", "created_at": "2018-07-22T15:55:25.000000", "volume_type": "CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type"}} 2018-07-22 15:55:26,604 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b used request id req-67e80a88-4c4c-42b5-89ff-1a812b344e67 2018-07-22 15:55:26,604 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:55:26,604 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol 2018-07-22 15:55:26,604 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol 2018-07-22 15:55:26,607 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a9401fd9be53038c78f0050ef710111b31c561" 2018-07-22 15:55:26,828 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:55:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a415986d-5c25-4597-ab21-0c9eccef3901 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-07-22 15:55:26,828 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b used request id req-a415986d-5c25-4597-ab21-0c9eccef3901 2018-07-22 15:55:26,830 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-14846fd7-6fc3-40ea-b281-45d9ab5c9e10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3a9401fd9be53038c78f0050ef710111b31c561" 2018-07-22 15:55:27,023 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-63be6fec-f56c-4512-a234-a673d555a724 x-openstack-request-id: req-63be6fec-f56c-4512-a234-a673d555a724 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume c1e6e07c-710f-453e-9f6b-5685fc93b52b could not be found.", "code": 404}} 2018-07-22 15:55:27,023 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/volumes/c1e6e07c-710f-453e-9f6b-5685fc93b52b used request id req-63be6fec-f56c-4512-a234-a673d555a724 2018-07-22 15:55:27,024 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume c1e6e07c-710f-453e-9f6b-5685fc93b52b could not be found. (HTTP 404) (Request-ID: req-63be6fec-f56c-4512-a234-a673d555a724) 2018-07-22 15:55:27,024 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol 2018-07-22 15:55:27,024 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-baab77d8-4390-44cf-a3d2-88b3b56b8c4f-vol-type 2018-07-22 15:55:27,027 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/e21f4f21-1af8-4d39-badf-4d9fca085a2d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e7bd6f5-fe55-47ad-b459-ea9d9eb70da2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb5af19ca72210811becb060829ddf3156d539d" 2018-07-22 15:55:27,247 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:55:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a83b570f-649e-496d-bf9b-864cb55bd605 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-07-22 15:55:27,248 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf/types/e21f4f21-1af8-4d39-badf-4d9fca085a2d used request id req-a83b570f-649e-496d-bf9b-864cb55bd605 2018-07-22 15:55:27,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:27,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-38a999f8-70ae-46fb-ae7f-a8b4f3085eaf Date: Sun, 22 Jul 2018 15:55:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:55:27,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-38a999f8-70ae-46fb-ae7f-a8b4f3085eaf 2018-07-22 15:55:27,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:27,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-334777d2-41c1-4b41-a80d-5dc826d81c27 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:55:27,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-334777d2-41c1-4b41-a80d-5dc826d81c27 2018-07-22 15:55:27,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:27,645 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df34af5f-f3f8-4e13-8ca0-a4c724f984ca Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:27,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-df34af5f-f3f8-4e13-8ca0-a4c724f984ca 2018-07-22 15:55:27,645 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:27,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:27,731 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e18d2ae-66ed-44a5-9ff3-0946550080c8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:27,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-4e18d2ae-66ed-44a5-9ff3-0946550080c8 2018-07-22 15:55:27,731 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:27,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:27,813 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1542e9a-42d6-4ff9-858d-a5e396764957 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:27,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-b1542e9a-42d6-4ff9-858d-a5e396764957 2018-07-22 15:55:27,813 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:27,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:27,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33287bfc-4aeb-4eeb-a3ab-ad1a6c9ba436 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:55:27,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-33287bfc-4aeb-4eeb-a3ab-ad1a6c9ba436 2018-07-22 15:55:27,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:27,986 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0223259-dd0c-4175-8e58-f1a2bb4edb18 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:27,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-c0223259-dd0c-4175-8e58-f1a2bb4edb18 2018-07-22 15:55:27,987 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:27,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:28,070 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e48a564-6eb5-4094-a958-3481495dfef4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:28,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-6e48a564-6eb5-4094-a958-3481495dfef4 2018-07-22 15:55:28,070 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:28,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:28,090 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0ad2a1f-804d-4a20-93f3-69a1b8260fdf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:28,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-c0ad2a1f-804d-4a20-93f3-69a1b8260fdf 2018-07-22 15:55:28,090 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:28,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:28,183 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ce94c2e-0ca1-440c-b05f-7db4ea86e573 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:28,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-3ce94c2e-0ca1-440c-b05f-7db4ea86e573 2018-07-22 15:55:28,184 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:28,185 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj 2018-07-22 15:55:28,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/88f7990c6f22421784ca0d5d045e4179 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:28,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59d48d67-98c6-45e4-b6b7-11f47620f677 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:28,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/88f7990c6f22421784ca0d5d045e4179 used request id req-59d48d67-98c6-45e4-b6b7-11f47620f677 2018-07-22 15:55:28,366 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-98aa39f1-c337-4c1-proj-role 2018-07-22 15:55:28,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ae946a72703f4127b799b12d19dd79ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:28,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0b4bc47-45b8-4caf-a1d3-fe9565ea01c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:28,468 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ae946a72703f4127b799b12d19dd79ec used request id req-f0b4bc47-45b8-4caf-a1d3-fe9565ea01c2 2018-07-22 15:55:28,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b33ca181fbd1a7e6909b03f9e3b90a27d9650d2" 2018-07-22 15:55:28,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1c829c5-1294-4034-a0bb-c2eb22015dbb Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:28,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d1c829c5-1294-4034-a0bb-c2eb22015dbb 2018-07-22 15:55:28,555 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-98aa39f1-c337-4c1-user 2018-07-22 15:55:28,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/adb0d676b728478f83d79e8c15e78892 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c581b170f2562019a7621a9ebeb877c5a09533" 2018-07-22 15:55:28,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17c41f62-2518-48f3-a00b-acf01cbc0ed5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:28,707 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/adb0d676b728478f83d79e8c15e78892 used request id req-17c41f62-2518-48f3-a00b-acf01cbc0ed5 2018-07-22 15:55:28,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:29,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bvPVruQWQEizbQZMcrLzzA"], "issued_at": "2018-07-22T15:55:29.000000Z"}} 2018-07-22 15:55:29,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3df5c5ebbc6da449858f5bccbd5a6912a27b865e" 2018-07-22 15:55:29,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6874e034-ab14-493d-9be5-75347bc915f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:29,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6874e034-ab14-493d-9be5-75347bc915f3 2018-07-22 15:55:29,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:29,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:29,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["flp28M9ERQO46Gt5x0Vyrw"], "issued_at": "2018-07-22T15:55:29.000000Z"}} 2018-07-22 15:55:29,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:29,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5815708a-7b10-4596-bf57-e8c3c9041eb9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:29,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5815708a-7b10-4596-bf57-e8c3c9041eb9 2018-07-22 15:55:29,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:29,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-41307e9f-3d5b-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:29,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca19de03-55f9-4671-8911-3d5e25c79a22 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-41307e9f-3d5b-431-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:55:29,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-41307e9f-3d5b-431-proj used request id req-ca19de03-55f9-4671-8911-3d5e25c79a22 2018-07-22 15:55:29,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:29,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a577fd-e4e4-4c8d-b2b9-a2bfa681046c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:29,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b5a577fd-e4e4-4c8d-b2b9-a2bfa681046c 2018-07-22 15:55:29,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj"}}' 2018-07-22 15:55:30,122 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c890acce-9daa-49ba-aaf9-ab723ff4658f Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4139cfeeaca140ad83c54fc363c0756c"}, "tags": [], "enabled": true, "id": "4139cfeeaca140ad83c54fc363c0756c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj"}} 2018-07-22 15:55:30,122 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c890acce-9daa-49ba-aaf9-ab723ff4658f 2018-07-22 15:55:30,122 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-41307e9f-3d5b-431-proj 2018-07-22 15:55:30,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:30,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:30,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Jnr-EKU-TzK88vq4vtSwSQ"], "issued_at": "2018-07-22T15:55:30.000000Z"}} 2018-07-22 15:55:30,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc4b8ff2f12a7658ac7e737ef91428479d8b776" 2018-07-22 15:55:30,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1ccd6b-7c4b-49ca-8db7-74d805bd8033 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:30,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1d1ccd6b-7c4b-49ca-8db7-74d805bd8033 2018-07-22 15:55:30,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:30,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:30,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc4b8ff2f12a7658ac7e737ef91428479d8b776" 2018-07-22 15:55:30,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c114c8-3a84-4dba-bc3c-43a551b56000 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:55:30,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c9c114c8-3a84-4dba-bc3c-43a551b56000 2018-07-22 15:55:30,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-41307e9f-3d5b-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc4b8ff2f12a7658ac7e737ef91428479d8b776" 2018-07-22 15:55:30,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b4f810-41a6-4c18-9182-c11de319be06 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-41307e9f-3d5b-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4139cfeeaca140ad83c54fc363c0756c"}, "tags": [], "enabled": true, "id": "4139cfeeaca140ad83c54fc363c0756c", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj"}]} 2018-07-22 15:55:30,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-41307e9f-3d5b-431-proj used request id req-78b4f810-41a6-4c18-9182-c11de319be06 2018-07-22 15:55:30,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc4b8ff2f12a7658ac7e737ef91428479d8b776" 2018-07-22 15:55:30,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58fb8d53-5e2f-44f1-87d5-d9d5b98fc315 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:30,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-58fb8d53-5e2f-44f1-87d5-d9d5b98fc315 2018-07-22 15:55:31,109 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-41307e9f-3d5b-431-user 2018-07-22 15:55:31,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:31,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:31,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-519af9e3-2128-45bf-8044-d8f37eb56521 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:31,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-519af9e3-2128-45bf-8044-d8f37eb56521 2018-07-22 15:55:31,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" -d '{"role": {"name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj-role"}}' 2018-07-22 15:55:31,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc1113b7-db3b-4d84-a00d-282f3be50815 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "10a1855d029c4698a4f377c1a9c001fb", "links": {"self": "http://172.30.9.28:5000/v3/roles/10a1855d029c4698a4f377c1a9c001fb"}, "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj-role"}} 2018-07-22 15:55:31,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-dc1113b7-db3b-4d84-a00d-282f3be50815 2018-07-22 15:55:31,295 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-41307e9f-3d5b-431-proj-role 2018-07-22 15:55:31,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/10a1855d029c4698a4f377c1a9c001fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:31,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106a79d4-1d4e-4bf8-b654-c9a0aafd35f6 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "10a1855d029c4698a4f377c1a9c001fb", "links": {"self": "http://172.30.9.28:5000/v3/roles/10a1855d029c4698a4f377c1a9c001fb"}, "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj-role"}} 2018-07-22 15:55:31,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/10a1855d029c4698a4f377c1a9c001fb used request id req-106a79d4-1d4e-4bf8-b654-c9a0aafd35f6 2018-07-22 15:55:31,315 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-41307e9f-3d5b-431-proj-role to project CreateVolumeWithImageTests-41307e9f-3d5b-431-proj 2018-07-22 15:55:31,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4139cfeeaca140ad83c54fc363c0756c/users/d85b9fac1e564bf4802a75f2dda8ce5a/roles/10a1855d029c4698a4f377c1a9c001fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:31,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b0f2c4c-d7e1-4536-8fd5-8085f9910cdc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:31,435 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4139cfeeaca140ad83c54fc363c0756c/users/d85b9fac1e564bf4802a75f2dda8ce5a/roles/10a1855d029c4698a4f377c1a9c001fb used request id req-6b0f2c4c-d7e1-4536-8fd5-8085f9910cdc 2018-07-22 15:55:31,437 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:55:31,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:31,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:31,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10a1855d029c4698a4f377c1a9c001fb", "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj-role"}], "expires_at": "2018-07-22T16:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4139cfeeaca140ad83c54fc363c0756c", "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4139cfeeaca140ad83c54fc363c0756c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4139cfeeaca140ad83c54fc363c0756c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-user", "id": "d85b9fac1e564bf4802a75f2dda8ce5a"}, "audit_ids": ["KbvPdIBXTDSMO0hYuJjo9A"], "issued_at": "2018-07-22T15:55:31.000000Z"}} 2018-07-22 15:55:31,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" 2018-07-22 15:55:31,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-070d12bd-a276-4e3e-9a81-5e611fbeb344 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:31,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-070d12bd-a276-4e3e-9a81-5e611fbeb344 2018-07-22 15:55:31,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" 2018-07-22 15:55:32,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-87c800fe-fbb1-40bb-b75f-34b2337107c6 Date: Sun, 22 Jul 2018 15:55:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image"} 2018-07-22 15:55:32,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image used request id req-87c800fe-fbb1-40bb-b75f-34b2337107c6 2018-07-22 15:55:32,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" 2018-07-22 15:55:32,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-dd435450-62d4-4101-bb4c-e3884fff2fd7 Date: Sun, 22 Jul 2018 15:55: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-07-22 15:55:32,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-dd435450-62d4-4101-bb4c-e3884fff2fd7 2018-07-22 15:55:32,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image"}' 2018-07-22 15:55:32,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ce5f8c6c-52db-4387-b52d-a79947ab480f Date: Sun, 22 Jul 2018 15:55:32 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4", "min_disk": 0, "protected": false, "id": "4bcd351f-69ba-4c85-a5f0-9ea345efaef4", "file": "/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/file", "checksum": null, "owner": "4139cfeeaca140ad83c54fc363c0756c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:32,536 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ce5f8c6c-52db-4387-b52d-a79947ab480f 2018-07-22 15:55:32,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" -d '' 2018-07-22 15:55:32,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed0cbd16-ac75-4d91-9531-2b3cfd080339 Date: Sun, 22 Jul 2018 15:55:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:55:32,921 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/file used request id req-ed0cbd16-ac75-4d91-9531-2b3cfd080339 2018-07-22 15:55:32,921 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:55:32,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" 2018-07-22 15:55:32,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4656362e-e799-4a90-9239-e8ab4af701f4 Date: Sun, 22 Jul 2018 15:55:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:32Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/snap", "metadata": {}}], "self": "/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4", "min_disk": 0, "protected": false, "id": "4bcd351f-69ba-4c85-a5f0-9ea345efaef4", "file": "/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4139cfeeaca140ad83c54fc363c0756c", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:32,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4 used request id req-4656362e-e799-4a90-9239-e8ab4af701f4 2018-07-22 15:55:32,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" 2018-07-22 15:55:32,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ce6763df-8cce-42e0-9b29-899a6807ac7e Date: Sun, 22 Jul 2018 15:55: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-07-22 15:55:32,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ce6763df-8cce-42e0-9b29-899a6807ac7e 2018-07-22 15:55:32,950 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image 2018-07-22 15:55:32,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" 2018-07-22 15:55:32,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-98a82377-8b01-436f-9cbe-d8bb2d41bb88 Date: Sun, 22 Jul 2018 15:55:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:32Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/snap", "metadata": {}}], "self": "/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4", "min_disk": 0, "protected": false, "id": "4bcd351f-69ba-4c85-a5f0-9ea345efaef4", "file": "/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4139cfeeaca140ad83c54fc363c0756c", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:32,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4 used request id req-98a82377-8b01-436f-9cbe-d8bb2d41bb88 2018-07-22 15:55:32,968 - create_image - DEBUG - Instance status is - active 2018-07-22 15:55:32,968 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image 2018-07-22 15:55:32,968 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image 2018-07-22 15:55:32,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:32,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:33,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10a1855d029c4698a4f377c1a9c001fb", "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj-role"}], "expires_at": "2018-07-22T16:55:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4139cfeeaca140ad83c54fc363c0756c", "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4139cfeeaca140ad83c54fc363c0756c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4139cfeeaca140ad83c54fc363c0756c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4139cfeeaca140ad83c54fc363c0756c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4139cfeeaca140ad83c54fc363c0756c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-41307e9f-3d5b-431-user", "id": "d85b9fac1e564bf4802a75f2dda8ce5a"}, "audit_ids": ["LCdr87u_Reu_NgPgAMtDJg"], "issued_at": "2018-07-22T15:55:33.000000Z"}} 2018-07-22 15:55:33,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d332a4ff30150a63b89c03550f3941e287d7b95" 2018-07-22 15:55:33,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e7a5c5-ee96-4d44-8e8a-847856a1f284 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:33,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-94e7a5c5-ee96-4d44-8e8a-847856a1f284 2018-07-22 15:55:33,449 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4139cfeeaca140ad83c54fc363c0756c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d332a4ff30150a63b89c03550f3941e287d7b95" 2018-07-22 15:55:33,644 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:33 GMT Server: Apache x-compute-request-id: req-22e96d39-9f9b-47a9-9ff6-7bd46421d10c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-22e96d39-9f9b-47a9-9ff6-7bd46421d10c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:55:33,644 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4139cfeeaca140ad83c54fc363c0756c/volumes/detail used request id req-22e96d39-9f9b-47a9-9ff6-7bd46421d10c 2018-07-22 15:55:33,647 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/4139cfeeaca140ad83c54fc363c0756c/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-22e96d39-9f9b-47a9-9ff6-7bd46421d10c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d332a4ff30150a63b89c03550f3941e287d7b95" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-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-07-22 15:55:33,991 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 22 Jul 2018 15:55:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-eb7cb54a-546b-4d13-8df3-90fec49bbed4 x-openstack-request-id: req-eb7cb54a-546b-4d13-8df3-90fec49bbed4 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-07-22 15:55:33,991 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/4139cfeeaca140ad83c54fc363c0756c/volumes used request id req-eb7cb54a-546b-4d13-8df3-90fec49bbed4 2018-07-22 15:55:33,992 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-4274b995-8199-4d94-a403-155abd05f8e0-image 2018-07-22 15:55:33,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f895cd27df40f7e2d2236f96d3be6a867e9a6c5" 2018-07-22 15:55:35,086 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0fb2d1ab-9e52-4d20-85ac-2c8aa5e6f3de Date: Sun, 22 Jul 2018 15:55:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:55:35,086 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4bcd351f-69ba-4c85-a5f0-9ea345efaef4 used request id req-0fb2d1ab-9e52-4d20-85ac-2c8aa5e6f3de 2018-07-22 15:55:35,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-1e9283f7-b14d-4189-bdfa-939f211bb08f Date: Sun, 22 Jul 2018 15:55:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:55:35,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1e9283f7-b14d-4189-bdfa-939f211bb08f 2018-07-22 15:55:35,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d655d5c-c2b5-4459-a8bd-c2a7a188263b 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:55:35,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-6d655d5c-c2b5-4459-a8bd-c2a7a188263b 2018-07-22 15:55:35,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,494 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-797ec83b-d09a-4152-93b8-44a24be38e57 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:35,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-797ec83b-d09a-4152-93b8-44a24be38e57 2018-07-22 15:55:35,495 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:35,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,573 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aced2fb-1865-4c32-a234-dd42fe6613a9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:35,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-5aced2fb-1865-4c32-a234-dd42fe6613a9 2018-07-22 15:55:35,573 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:35,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,650 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c00a267-957d-4aa8-af64-64b8d310614b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:35,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-6c00a267-957d-4aa8-af64-64b8d310614b 2018-07-22 15:55:35,650 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:35,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ebdfa2-40e4-49a9-8267-00c6a59e9bd5 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:55:35,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-09ebdfa2-40e4-49a9-8267-00c6a59e9bd5 2018-07-22 15:55:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,822 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5ec180b-343b-4742-a514-0a1de42b8ee7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:35,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-d5ec180b-343b-4742-a514-0a1de42b8ee7 2018-07-22 15:55:35,823 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:35,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,907 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aae9eb30-ce57-4061-b5c3-8ac1332291c4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:35,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-aae9eb30-ce57-4061-b5c3-8ac1332291c4 2018-07-22 15:55:35,907 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:35,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:35,993 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-887083a9-ab2b-4642-af82-8524abb26710 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:35,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-887083a9-ab2b-4642-af82-8524abb26710 2018-07-22 15:55:35,993 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:35,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:36,080 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1654fc8e-ab31-413b-908d-67fee8f917c2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:36,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-1654fc8e-ab31-413b-908d-67fee8f917c2 2018-07-22 15:55:36,080 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:36,081 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-41307e9f-3d5b-431-proj 2018-07-22 15:55:36,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4139cfeeaca140ad83c54fc363c0756c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:36,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70a479b6-85b2-4bcc-a468-c67dc06662e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:36,292 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4139cfeeaca140ad83c54fc363c0756c used request id req-70a479b6-85b2-4bcc-a468-c67dc06662e4 2018-07-22 15:55:36,292 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-41307e9f-3d5b-431-proj-role 2018-07-22 15:55:36,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/10a1855d029c4698a4f377c1a9c001fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:36,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24bd1130-0b31-498e-bb68-028373a27019 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:36,410 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/10a1855d029c4698a4f377c1a9c001fb used request id req-24bd1130-0b31-498e-bb68-028373a27019 2018-07-22 15:55:36,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b1f7ca20779402843a049a28e18bc1ba2b817a" 2018-07-22 15:55:36,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e449ae29-45a4-4b5a-be7c-a98780f2492a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:36,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e449ae29-45a4-4b5a-be7c-a98780f2492a 2018-07-22 15:55:36,494 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-41307e9f-3d5b-431-user 2018-07-22 15:55:36,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/d85b9fac1e564bf4802a75f2dda8ce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc4b8ff2f12a7658ac7e737ef91428479d8b776" 2018-07-22 15:55:36,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64790ef0-26a5-41d2-94c9-b052c9a91191 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:36,660 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d85b9fac1e564bf4802a75f2dda8ce5a used request id req-64790ef0-26a5-41d2-94c9-b052c9a91191 2018-07-22 15:55:36,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:37,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["o9ZD-KRmQbuMQ_wo0Kx_7A"], "issued_at": "2018-07-22T15:55:37.000000Z"}} 2018-07-22 15:55:37,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17921554741833aec968624a0553e5b135157ad" 2018-07-22 15:55:37,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a80774-41a5-4c9f-b88d-588b7c34393a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:37,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f6a80774-41a5-4c9f-b88d-588b7c34393a 2018-07-22 15:55:37,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:37,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:37,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["mFoGHyJoRP2mrKeen47yoQ"], "issued_at": "2018-07-22T15:55:37.000000Z"}} 2018-07-22 15:55:37,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:37,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43628a52-69a3-4c1f-b19f-6b2640b0af59 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:37,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-43628a52-69a3-4c1f-b19f-6b2640b0af59 2018-07-22 15:55:37,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:37,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:37,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:37,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d34cd8-2974-40b9-aa00-c1bf5912bff8 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:55:37,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj used request id req-24d34cd8-2974-40b9-aa00-c1bf5912bff8 2018-07-22 15:55:37,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:37,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aea0d39f-3b1d-430c-8d92-d1e4921f780e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:37,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-aea0d39f-3b1d-430c-8d92-d1e4921f780e 2018-07-22 15:55:37,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj"}}' 2018-07-22 15:55:37,901 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30f58fa9-6c65-4f5a-a572-99b5ba8874c2 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/96ad2cdf469e409ca0f11e73962b3b39"}, "tags": [], "enabled": true, "id": "96ad2cdf469e409ca0f11e73962b3b39", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj"}} 2018-07-22 15:55:37,901 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-30f58fa9-6c65-4f5a-a572-99b5ba8874c2 2018-07-22 15:55:37,901 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj 2018-07-22 15:55:37,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:37,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:38,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Hu1ECz7CRq2Q1msPcIr19A"], "issued_at": "2018-07-22T15:55:38.000000Z"}} 2018-07-22 15:55:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd45b0e5e94df31f4bc6cfa0bc96d44578107e74" 2018-07-22 15:55:38,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a024011-83d4-41be-bf23-4cf803db5917 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:38,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3a024011-83d4-41be-bf23-4cf803db5917 2018-07-22 15:55:38,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:38,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:38,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd45b0e5e94df31f4bc6cfa0bc96d44578107e74" 2018-07-22 15:55:38,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c088f66-ffe2-4044-bb55-00bb2711dee9 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:55:38,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8c088f66-ffe2-4044-bb55-00bb2711dee9 2018-07-22 15:55:38,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd45b0e5e94df31f4bc6cfa0bc96d44578107e74" 2018-07-22 15:55:38,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad37a9a9-a79d-46ec-8d3c-dfc76f43f7c9 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/96ad2cdf469e409ca0f11e73962b3b39"}, "tags": [], "enabled": true, "id": "96ad2cdf469e409ca0f11e73962b3b39", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj"}]} 2018-07-22 15:55:38,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj used request id req-ad37a9a9-a79d-46ec-8d3c-dfc76f43f7c9 2018-07-22 15:55:38,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd45b0e5e94df31f4bc6cfa0bc96d44578107e74" 2018-07-22 15:55:38,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde8ad8c-f7d4-4448-a3e4-78737bff9712 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:38,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-cde8ad8c-f7d4-4448-a3e4-78737bff9712 2018-07-22 15:55:38,936 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-6a3a3a1d-8b87-409-user 2018-07-22 15:55:38,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:38,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:39,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc94a023-ed80-4bcc-9c4d-b22810d24551 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:39,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bc94a023-ed80-4bcc-9c4d-b22810d24551 2018-07-22 15:55:39,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" -d '{"role": {"name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role"}}' 2018-07-22 15:55:39,128 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84dc156a-171f-435c-95b2-1c67993ff2a9 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ebfe84157524b7eba9a5938b0d0aaf8", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ebfe84157524b7eba9a5938b0d0aaf8"}, "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role"}} 2018-07-22 15:55:39,128 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-84dc156a-171f-435c-95b2-1c67993ff2a9 2018-07-22 15:55:39,129 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role 2018-07-22 15:55:39,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/5ebfe84157524b7eba9a5938b0d0aaf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:39,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-862a2229-37ef-4709-a95f-12a99f33fc8d Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ebfe84157524b7eba9a5938b0d0aaf8", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ebfe84157524b7eba9a5938b0d0aaf8"}, "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role"}} 2018-07-22 15:55:39,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/5ebfe84157524b7eba9a5938b0d0aaf8 used request id req-862a2229-37ef-4709-a95f-12a99f33fc8d 2018-07-22 15:55:39,221 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role to project CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj 2018-07-22 15:55:39,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/96ad2cdf469e409ca0f11e73962b3b39/users/c207512b842b4106a6db0e339b6f25f5/roles/5ebfe84157524b7eba9a5938b0d0aaf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:39,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb1217b3-74e8-40c1-999d-685fa888d527 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:39,347 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/96ad2cdf469e409ca0f11e73962b3b39/users/c207512b842b4106a6db0e339b6f25f5/roles/5ebfe84157524b7eba9a5938b0d0aaf8 used request id req-bb1217b3-74e8-40c1-999d-685fa888d527 2018-07-22 15:55:39,349 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:55:39,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:39,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:39,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ebfe84157524b7eba9a5938b0d0aaf8", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role"}], "expires_at": "2018-07-22T16:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96ad2cdf469e409ca0f11e73962b3b39", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-user", "id": "c207512b842b4106a6db0e339b6f25f5"}, "audit_ids": ["gK9gjA9LQRi_0BOKjc8E_w"], "issued_at": "2018-07-22T15:55:39.000000Z"}} 2018-07-22 15:55:39,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" 2018-07-22 15:55:39,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-589e1dbb-b2c5-4c66-bab1-84db62a753f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:39,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-589e1dbb-b2c5-4c66-bab1-84db62a753f8 2018-07-22 15:55:39,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" 2018-07-22 15:55:40,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-aa93b803-ba66-4883-8121-cb916f66d3b7 Date: Sun, 22 Jul 2018 15:55:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image"} 2018-07-22 15:55:40,002 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image used request id req-aa93b803-ba66-4883-8121-cb916f66d3b7 2018-07-22 15:55:40,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" 2018-07-22 15:55:40,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1748496a-ecd1-4541-8413-da4145b47b3b Date: Sun, 22 Jul 2018 15:55:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:55:40,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1748496a-ecd1-4541-8413-da4145b47b3b 2018-07-22 15:55:40,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image"}' 2018-07-22 15:55:40,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-695b6c2a-ae87-4c8d-88dd-3227b4ffecd5 Date: Sun, 22 Jul 2018 15:55:40 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "min_disk": 0, "protected": false, "id": "fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "file": "/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/file", "checksum": null, "owner": "96ad2cdf469e409ca0f11e73962b3b39", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:40,090 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-695b6c2a-ae87-4c8d-88dd-3227b4ffecd5 2018-07-22 15:55:40,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" -d '' 2018-07-22 15:55:40,707 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55937dd5-5ce4-4559-bb27-983f58946a47 Date: Sun, 22 Jul 2018 15:55:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:55:40,707 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/file used request id req-55937dd5-5ce4-4559-bb27-983f58946a47 2018-07-22 15:55:40,708 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:55:40,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" 2018-07-22 15:55:40,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9b605d84-b86f-4030-a1dc-012d721a4c4a Date: Sun, 22 Jul 2018 15:55:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:40Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/snap", "metadata": {}}], "self": "/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "min_disk": 0, "protected": false, "id": "fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "file": "/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "96ad2cdf469e409ca0f11e73962b3b39", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:40,727 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8 used request id req-9b605d84-b86f-4030-a1dc-012d721a4c4a 2018-07-22 15:55:40,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" 2018-07-22 15:55:40,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1d64fc1e-f795-4e0f-b8bf-eed3910e0e3e Date: Sun, 22 Jul 2018 15:55:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:55:40,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1d64fc1e-f795-4e0f-b8bf-eed3910e0e3e 2018-07-22 15:55:40,739 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image 2018-07-22 15:55:40,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" 2018-07-22 15:55:40,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-afabf644-6be1-498a-bb3d-10323d87117d Date: Sun, 22 Jul 2018 15:55:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:40Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/snap", "metadata": {}}], "self": "/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "min_disk": 0, "protected": false, "id": "fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "file": "/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "96ad2cdf469e409ca0f11e73962b3b39", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:40,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8 used request id req-afabf644-6be1-498a-bb3d-10323d87117d 2018-07-22 15:55:40,757 - create_image - DEBUG - Instance status is - active 2018-07-22 15:55:40,757 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image 2018-07-22 15:55:40,757 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image 2018-07-22 15:55:40,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:40,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:41,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ebfe84157524b7eba9a5938b0d0aaf8", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role"}], "expires_at": "2018-07-22T16:55:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96ad2cdf469e409ca0f11e73962b3b39", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-user", "id": "c207512b842b4106a6db0e339b6f25f5"}, "audit_ids": ["qyELffBVRE-jekx5_aL-FQ"], "issued_at": "2018-07-22T15:55:41.000000Z"}} 2018-07-22 15:55:41,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:41,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e2346b3-78d6-4f25-902b-aef41a103dd2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:41,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6e2346b3-78d6-4f25-902b-aef41a103dd2 2018-07-22 15:55:41,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:41,422 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:41 GMT Server: Apache x-compute-request-id: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 15:55:41,422 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/detail used request id req-95c59fd1-533b-4f03-9b60-803d4dadb2b6 2018-07-22 15:55:41,425 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "imageRef": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-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-07-22 15:55:42,099 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:55:41 GMT Server: Apache x-compute-request-id: req-97e340c9-b3fd-487b-93ea-6342a402401c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-97e340c9-b3fd-487b-93ea-6342a402401c Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c207512b842b4106a6db0e339b6f25f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "self"}, {"href": "http://172.30.9.28:8776/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:55:41.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "21477cbb-bf72-4cae-bc93-f4f446d65aab", "size": 1}} 2018-07-22 15:55:42,099 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes used request id req-97e340c9-b3fd-487b-93ea-6342a402401c 2018-07-22 15:55:42,103 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:42,324 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:42 GMT Server: Apache x-compute-request-id: req-4d4f581b-f90b-438b-82db-1ba8606a2120 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d4f581b-f90b-438b-82db-1ba8606a2120 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c207512b842b4106a6db0e339b6f25f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "self"}, {"href": "http://172.30.9.28:8776/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:55:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "96ad2cdf469e409ca0f11e73962b3b39", "updated_at": "2018-07-22T15:55:42.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "21477cbb-bf72-4cae-bc93-f4f446d65aab", "size": 1}} 2018-07-22 15:55:42,324 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-4d4f581b-f90b-438b-82db-1ba8606a2120 2018-07-22 15:55:42,324 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol 2018-07-22 15:55:42,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:42,531 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:42 GMT Server: Apache x-compute-request-id: req-63975fde-bb52-4342-8a95-f780c9582d04 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63975fde-bb52-4342-8a95-f780c9582d04 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c207512b842b4106a6db0e339b6f25f5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "self"}, {"href": "http://172.30.9.28:8776/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T15:55:41.000000", "description": null, "os-vol-tenant-attr:tenant_id": "96ad2cdf469e409ca0f11e73962b3b39", "updated_at": "2018-07-22T15:55:42.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "21477cbb-bf72-4cae-bc93-f4f446d65aab", "size": 1}} 2018-07-22 15:55:42,531 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-63975fde-bb52-4342-8a95-f780c9582d04 2018-07-22 15:55:42,531 - create_volume - DEBUG - Instance status is - creating 2018-07-22 15:55:42,531 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-07-22 15:55:45,535 - create_volume - DEBUG - Volume status query timeout in 296.789944887 2018-07-22 15:55:45,540 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:45,824 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:45 GMT Server: Apache x-compute-request-id: req-72b8f388-84e9-4996-876c-d11ede94c03d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72b8f388-84e9-4996-876c-d11ede94c03d Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "self"}, {"href": "http://172.30.9.28:8776/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-07-22T15:55:45.000000", "replication_status": null, "snapshot_id": null, "id": "21477cbb-bf72-4cae-bc93-f4f446d65aab", "size": 1, "user_id": "c207512b842b4106a6db0e339b6f25f5", "os-vol-tenant-attr:tenant_id": "96ad2cdf469e409ca0f11e73962b3b39", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image", "image_id": "fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "bootable": "true", "created_at": "2018-07-22T15:55:41.000000", "volume_type": null}} 2018-07-22 15:55:45,824 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-72b8f388-84e9-4996-876c-d11ede94c03d 2018-07-22 15:55:45,825 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:55:45,825 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol 2018-07-22 15:55:45,825 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol 2018-07-22 15:55:45,828 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:45,887 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:45 GMT Server: Apache x-compute-request-id: req-54c8a1fc-8096-4387-a192-2eb5b764c4dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54c8a1fc-8096-4387-a192-2eb5b764c4dd Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "self"}, {"href": "http://172.30.9.28:8776/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-07-22T15:55:45.000000", "replication_status": null, "snapshot_id": null, "id": "21477cbb-bf72-4cae-bc93-f4f446d65aab", "size": 1, "user_id": "c207512b842b4106a6db0e339b6f25f5", "os-vol-tenant-attr:tenant_id": "96ad2cdf469e409ca0f11e73962b3b39", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image", "image_id": "fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "bootable": "true", "created_at": "2018-07-22T15:55:41.000000", "volume_type": null}} 2018-07-22 15:55:45,888 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-54c8a1fc-8096-4387-a192-2eb5b764c4dd 2018-07-22 15:55:45,888 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:55:45,888 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol 2018-07-22 15:55:45,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:46,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ebfe84157524b7eba9a5938b0d0aaf8", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role"}], "expires_at": "2018-07-22T16:55:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96ad2cdf469e409ca0f11e73962b3b39", "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_96ad2cdf469e409ca0f11e73962b3b39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_96ad2cdf469e409ca0f11e73962b3b39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-6a3a3a1d-8b87-409-user", "id": "c207512b842b4106a6db0e339b6f25f5"}, "audit_ids": ["rQlnNk6BREmMXOvHZswCvQ"], "issued_at": "2018-07-22T15:55:46.000000Z"}} 2018-07-22 15:55:46,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e5b24c33cbab3e8e0f65254721f7d53efcaf72e" 2018-07-22 15:55:46,476 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:46 GMT Server: Apache x-compute-request-id: req-b9cc3c46-d20e-4d0b-b719-2bb6b8577f7b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b9cc3c46-d20e-4d0b-b719-2bb6b8577f7b Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "self"}, {"href": "http://172.30.9.28:8776/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-07-22T15:55:45.000000", "replication_status": null, "snapshot_id": null, "id": "21477cbb-bf72-4cae-bc93-f4f446d65aab", "size": 1, "user_id": "c207512b842b4106a6db0e339b6f25f5", "os-vol-tenant-attr:tenant_id": "96ad2cdf469e409ca0f11e73962b3b39", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image", "image_id": "fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "bootable": "true", "created_at": "2018-07-22T15:55:41.000000", "volume_type": null}} 2018-07-22 15:55:46,476 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-b9cc3c46-d20e-4d0b-b719-2bb6b8577f7b 2018-07-22 15:55:46,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:46,538 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:46 GMT Server: Apache x-compute-request-id: req-0e0853b7-39c9-4ef3-b391-f5e41d0cbc3b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e0853b7-39c9-4ef3-b391-f5e41d0cbc3b Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "self"}, {"href": "http://172.30.9.28:8776/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-07-22T15:55:45.000000", "replication_status": null, "snapshot_id": null, "id": "21477cbb-bf72-4cae-bc93-f4f446d65aab", "size": 1, "user_id": "c207512b842b4106a6db0e339b6f25f5", "os-vol-tenant-attr:tenant_id": "96ad2cdf469e409ca0f11e73962b3b39", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image", "image_id": "fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "bootable": "true", "created_at": "2018-07-22T15:55:41.000000", "volume_type": null}} 2018-07-22 15:55:46,538 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-0e0853b7-39c9-4ef3-b391-f5e41d0cbc3b 2018-07-22 15:55:46,538 - create_volume - DEBUG - Instance status is - available 2018-07-22 15:55:46,538 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol 2018-07-22 15:55:46,539 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol 2018-07-22 15:55:46,541 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:46,610 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:55:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-493a3154-5a0a-4bac-bed9-ee7cb30596cf 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-07-22 15:55:46,610 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-493a3154-5a0a-4bac-bed9-ee7cb30596cf 2018-07-22 15:55:46,613 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:46,671 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:46 GMT Server: Apache x-compute-request-id: req-dd373da7-062a-4192-9f72-6e0d628d201c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd373da7-062a-4192-9f72-6e0d628d201c Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "self"}, {"href": "http://172.30.9.28:8776/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-07-22T15:55:46.000000", "replication_status": null, "snapshot_id": null, "id": "21477cbb-bf72-4cae-bc93-f4f446d65aab", "size": 1, "user_id": "c207512b842b4106a6db0e339b6f25f5", "os-vol-tenant-attr:tenant_id": "96ad2cdf469e409ca0f11e73962b3b39", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image", "image_id": "fc0989cc-1009-44d5-8da7-c1b94e13e9a8", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol", "bootable": "true", "created_at": "2018-07-22T15:55:41.000000", "volume_type": null}} 2018-07-22 15:55:46,671 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-dd373da7-062a-4192-9f72-6e0d628d201c 2018-07-22 15:55:46,672 - create_volume - DEBUG - Instance status is - deleting 2018-07-22 15:55:46,672 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-07-22 15:55:49,675 - create_volume - DEBUG - Volume status query timeout in 56.9355771542 2018-07-22 15:55:49,678 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-95c59fd1-533b-4f03-9b60-803d4dadb2b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20950434f5b459fcf6ada59b198310791f9c6346" 2018-07-22 15:55:49,713 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d2b76d48-4c60-406b-898e-a1d8722be9dc x-openstack-request-id: req-d2b76d48-4c60-406b-898e-a1d8722be9dc Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 21477cbb-bf72-4cae-bc93-f4f446d65aab could not be found.", "code": 404}} 2018-07-22 15:55:49,713 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/96ad2cdf469e409ca0f11e73962b3b39/volumes/21477cbb-bf72-4cae-bc93-f4f446d65aab used request id req-d2b76d48-4c60-406b-898e-a1d8722be9dc 2018-07-22 15:55:49,714 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 21477cbb-bf72-4cae-bc93-f4f446d65aab could not be found. (HTTP 404) (Request-ID: req-d2b76d48-4c60-406b-898e-a1d8722be9dc) 2018-07-22 15:55:49,714 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-vol 2018-07-22 15:55:49,715 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-c8388534-092b-4731-a62c-d86af43a2ce6-image 2018-07-22 15:55:49,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2eedc6a4ced105f0c825ba3ce6fe00afcb103a5" 2018-07-22 15:55:50,693 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-068e4687-f979-4da2-a855-9d9373436194 Date: Sun, 22 Jul 2018 15:55:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:55:50,693 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/fc0989cc-1009-44d5-8da7-c1b94e13e9a8 used request id req-068e4687-f979-4da2-a855-9d9373436194 2018-07-22 15:55:50,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:50,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-0b295d8d-65fd-41b6-a580-5d8414735ed9 Date: Sun, 22 Jul 2018 15:55:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:55:50,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0b295d8d-65fd-41b6-a580-5d8414735ed9 2018-07-22 15:55:50,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7218eaa5-22f8-47dc-8370-2eaafa75d2b9 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:55:51,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-7218eaa5-22f8-47dc-8370-2eaafa75d2b9 2018-07-22 15:55:51,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,127 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8ac26bc-8dd0-4162-902f-d4d0fa408539 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:51,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-b8ac26bc-8dd0-4162-902f-d4d0fa408539 2018-07-22 15:55:51,128 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:51,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,218 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-137364ee-af5b-4aca-8a69-7644af3375b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:51,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-137364ee-af5b-4aca-8a69-7644af3375b0 2018-07-22 15:55:51,219 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:51,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,316 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6284cba9-32b4-49ac-a327-79655b4efae9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:51,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-6284cba9-32b4-49ac-a327-79655b4efae9 2018-07-22 15:55:51,316 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:51,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460906d5-a1fb-4d1d-93b5-0981bdda9d14 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:55:51,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-460906d5-a1fb-4d1d-93b5-0981bdda9d14 2018-07-22 15:55:51,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,480 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea6c0697-9192-4edc-8873-2a83252b3921 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:51,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-ea6c0697-9192-4edc-8873-2a83252b3921 2018-07-22 15:55:51,480 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:51,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,564 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f73d4f3f-d988-479a-9dae-87217bf1c1b8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:51,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-f73d4f3f-d988-479a-9dae-87217bf1c1b8 2018-07-22 15:55:51,564 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:51,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,648 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efc9db47-21eb-4dfc-adc3-430bed864e69 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:51,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-efc9db47-21eb-4dfc-adc3-430bed864e69 2018-07-22 15:55:51,648 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:51,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,734 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ca2b9aa-099d-4172-bce8-71f4a9622ce5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:55:51,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-8ca2b9aa-099d-4172-bce8-71f4a9622ce5 2018-07-22 15:55:51,735 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:55:51,736 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj 2018-07-22 15:55:51,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/96ad2cdf469e409ca0f11e73962b3b39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:51,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e92e8f7-2297-4f11-b775-3fa8c30a99e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:51,957 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/96ad2cdf469e409ca0f11e73962b3b39 used request id req-6e92e8f7-2297-4f11-b775-3fa8c30a99e4 2018-07-22 15:55:51,957 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-6a3a3a1d-8b87-409-proj-role 2018-07-22 15:55:51,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/5ebfe84157524b7eba9a5938b0d0aaf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:52,064 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73465564-0440-4768-b759-a72dc0de25e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:52,064 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/5ebfe84157524b7eba9a5938b0d0aaf8 used request id req-73465564-0440-4768-b759-a72dc0de25e7 2018-07-22 15:55:52,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f14bc535c3da2301581d036cea3dcfa2fc6a6c2" 2018-07-22 15:55:52,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eeaca81-e4aa-4995-ac07-cafc687e6f3f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:52,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9eeaca81-e4aa-4995-ac07-cafc687e6f3f 2018-07-22 15:55:52,158 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-6a3a3a1d-8b87-409-user 2018-07-22 15:55:52,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c207512b842b4106a6db0e339b6f25f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd45b0e5e94df31f4bc6cfa0bc96d44578107e74" 2018-07-22 15:55:52,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51432c04-ad95-4ed1-8c00-3a5a1b65f9d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:52,322 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c207512b842b4106a6db0e339b6f25f5 used request id req-51432c04-ad95-4ed1-8c00-3a5a1b65f9d8 2018-07-22 15:55:52,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:52,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["w997VSBeRv6i2ICnAE3NFg"], "issued_at": "2018-07-22T15:55:52.000000Z"}} 2018-07-22 15:55:52,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4c79705328d4522e4cecebe10312f6a4481544" 2018-07-22 15:55:52,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f29f133b-be1d-45d6-9b72-9f2a2255c93e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:52,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f29f133b-be1d-45d6-9b72-9f2a2255c93e 2018-07-22 15:55:52,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:52,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:53,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["dqihLK4tRMynLGzqzfrEkg"], "issued_at": "2018-07-22T15:55:53.000000Z"}} 2018-07-22 15:55:53,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:55:53,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f0aee0-790e-4ffd-97d1-733bbf9cf405 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:53,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-67f0aee0-790e-4ffd-97d1-733bbf9cf405 2018-07-22 15:55:53,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:53,265 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:53,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-13084e32-7e53-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:55:53,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a751ba-ad94-45fb-8172-d561f2724517 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-13084e32-7e53-484-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:55:53,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-13084e32-7e53-484-proj used request id req-98a751ba-ad94-45fb-8172-d561f2724517 2018-07-22 15:55:53,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:55:53,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58472194-4360-4378-b0ea-a5766023d9ec Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:53,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-58472194-4360-4378-b0ea-a5766023d9ec 2018-07-22 15:55:53,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}}' 2018-07-22 15:55:53,579 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29eef5f2-5e54-45b6-bf13-5fa59b64e6a4 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "id": "a88317b579a141b3904eded0934152ea", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}} 2018-07-22 15:55:53,579 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-29eef5f2-5e54-45b6-bf13-5fa59b64e6a4 2018-07-22 15:55:53,579 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-13084e32-7e53-484-proj 2018-07-22 15:55:53,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:53,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:53,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["J2kM2vfxTWGOdGhasmKnHg"], "issued_at": "2018-07-22T15:55:53.000000Z"}} 2018-07-22 15:55:53,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d8bb655d83509bc0c3059219786b40d985d349" 2018-07-22 15:55:53,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8424a77-b7f6-46dc-b96c-c8fc7f7f7966 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:53,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f8424a77-b7f6-46dc-b96c-c8fc7f7f7966 2018-07-22 15:55:53,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:55:53,986 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:55:53,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d8bb655d83509bc0c3059219786b40d985d349" 2018-07-22 15:55:54,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c422e3-45ba-4595-b06f-86788ed251b4 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:55:54,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-83c422e3-45ba-4595-b06f-86788ed251b4 2018-07-22 15:55:54,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-13084e32-7e53-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d8bb655d83509bc0c3059219786b40d985d349" 2018-07-22 15:55:54,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d927f385-9845-44ac-8fa4-f59e6e1aed26 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-13084e32-7e53-484-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "id": "a88317b579a141b3904eded0934152ea", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}]} 2018-07-22 15:55:54,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-13084e32-7e53-484-proj used request id req-d927f385-9845-44ac-8fa4-f59e6e1aed26 2018-07-22 15:55:54,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d8bb655d83509bc0c3059219786b40d985d349" 2018-07-22 15:55:54,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6574fb-d3fe-4102-a41d-87a0fe2fd29c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:55:54,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8f6574fb-d3fe-4102-a41d-87a0fe2fd29c 2018-07-22 15:55:54,574 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-13084e32-7e53-484-user 2018-07-22 15:55:54,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:54,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:55:54,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6028603f-af92-46d1-b6a3-4d1c3cdbbbbf Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:55:54,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6028603f-af92-46d1-b6a3-4d1c3cdbbbbf 2018-07-22 15:55:54,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" -d '{"role": {"name": "SimpleHealthCheck-13084e32-7e53-484-proj-role"}}' 2018-07-22 15:55:54,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:55:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16d65238-7451-4f28-b2d2-1a4d54db980e Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c19b01c2586c4036971e686d42c28e02", "links": {"self": "http://172.30.9.28:5000/v3/roles/c19b01c2586c4036971e686d42c28e02"}, "name": "SimpleHealthCheck-13084e32-7e53-484-proj-role"}} 2018-07-22 15:55:54,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-16d65238-7451-4f28-b2d2-1a4d54db980e 2018-07-22 15:55:54,754 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-13084e32-7e53-484-proj-role 2018-07-22 15:55:54,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c19b01c2586c4036971e686d42c28e02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:55:54,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7c1ec5-ec5a-4a5a-ac7a-571ee3b80747 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c19b01c2586c4036971e686d42c28e02", "links": {"self": "http://172.30.9.28:5000/v3/roles/c19b01c2586c4036971e686d42c28e02"}, "name": "SimpleHealthCheck-13084e32-7e53-484-proj-role"}} 2018-07-22 15:55:54,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c19b01c2586c4036971e686d42c28e02 used request id req-1b7c1ec5-ec5a-4a5a-ac7a-571ee3b80747 2018-07-22 15:55:54,849 - keystone_utils - INFO - Granting role SimpleHealthCheck-13084e32-7e53-484-proj-role to project SimpleHealthCheck-13084e32-7e53-484-proj 2018-07-22 15:55:54,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea/users/8c769abe24d343cc9598afa901b1f216/roles/c19b01c2586c4036971e686d42c28e02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:55:54,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:55:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b67ad98-a851-4f10-af51-b4ce345e9fd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:55:54,905 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea/users/8c769abe24d343cc9598afa901b1f216/roles/c19b01c2586c4036971e686d42c28e02 used request id req-8b67ad98-a851-4f10-af51-b4ce345e9fd1 2018-07-22 15:55:54,906 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:55:54,907 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:55:54,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:54,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:55,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c19b01c2586c4036971e686d42c28e02", "name": "SimpleHealthCheck-13084e32-7e53-484-proj-role"}], "expires_at": "2018-07-22T16:55:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-13084e32-7e53-484-user", "id": "8c769abe24d343cc9598afa901b1f216"}, "audit_ids": ["V0n_3uUER2mcGzMoCCeKZQ"], "issued_at": "2018-07-22T15:55:55.000000Z"}} 2018-07-22 15:55:55,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" 2018-07-22 15:55:55,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2bab09-679c-463d-a9fc-79d5a5877df1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:55,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ef2bab09-679c-463d-a9fc-79d5a5877df1 2018-07-22 15:55:55,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" 2018-07-22 15:55:55,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-9edba8ce-4db6-46f8-be80-b124bcf1f73b Date: Sun, 22 Jul 2018 15:55:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image"} 2018-07-22 15:55:55,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image used request id req-9edba8ce-4db6-46f8-be80-b124bcf1f73b 2018-07-22 15:55:55,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" 2018-07-22 15:55:55,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e4a605e4-9346-4c2c-8e8c-dc8010cea7da Date: Sun, 22 Jul 2018 15:55: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-07-22 15:55:55,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e4a605e4-9346-4c2c-8e8c-dc8010cea7da 2018-07-22 15:55:55,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image"}' 2018-07-22 15:55:55,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ac21ad5f-e6fb-409b-a10f-108feeabfc29 Date: Sun, 22 Jul 2018 15:55:55 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "min_disk": 0, "protected": false, "id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "file": "/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/file", "checksum": null, "owner": "a88317b579a141b3904eded0934152ea", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:55,631 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ac21ad5f-e6fb-409b-a10f-108feeabfc29 2018-07-22 15:55:55,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" -d '' 2018-07-22 15:55:56,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f64ddb27-7c1e-4d3c-9a44-ef2a6b0e6420 Date: Sun, 22 Jul 2018 15:55:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:55:56,675 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/file used request id req-f64ddb27-7c1e-4d3c-9a44-ef2a6b0e6420 2018-07-22 15:55:56,676 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:55:56,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" 2018-07-22 15:55:56,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c8c3f192-3ad5-4f02-9b8b-e04880e38994 Date: Sun, 22 Jul 2018 15:55:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:56Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/snap", "metadata": {}}], "self": "/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "min_disk": 0, "protected": false, "id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "file": "/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a88317b579a141b3904eded0934152ea", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:56,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2 used request id req-c8c3f192-3ad5-4f02-9b8b-e04880e38994 2018-07-22 15:55:56,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" 2018-07-22 15:55:56,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e1792e9d-7afc-4101-9c41-922ead42f8d0 Date: Sun, 22 Jul 2018 15:55: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-07-22 15:55:56,705 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e1792e9d-7afc-4101-9c41-922ead42f8d0 2018-07-22 15:55:56,707 - create_image - INFO - Created image with name - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image 2018-07-22 15:55:56,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" 2018-07-22 15:55:56,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e55fb7d2-6e5e-456e-a6f9-3c840e495970 Date: Sun, 22 Jul 2018 15:55:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:56Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/snap", "metadata": {}}], "self": "/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "min_disk": 0, "protected": false, "id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "file": "/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a88317b579a141b3904eded0934152ea", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:55:56,741 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2 used request id req-e55fb7d2-6e5e-456e-a6f9-3c840e495970 2018-07-22 15:55:56,742 - create_image - DEBUG - Instance status is - active 2018-07-22 15:55:56,742 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image 2018-07-22 15:55:56,742 - create_image - INFO - Image is now active with name - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image 2018-07-22 15:55:56,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:56,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:57,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c19b01c2586c4036971e686d42c28e02", "name": "SimpleHealthCheck-13084e32-7e53-484-proj-role"}], "expires_at": "2018-07-22T16:55:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-13084e32-7e53-484-user", "id": "8c769abe24d343cc9598afa901b1f216"}, "audit_ids": ["_3tH3qSRSUyIgXqyIAeXXg"], "issued_at": "2018-07-22T15:55:57.000000Z"}} 2018-07-22 15:55:57,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" 2018-07-22 15:55:57,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1464ac0-3ae8-4036-a29c-2c730a85f308 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:57,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d1464ac0-3ae8-4036-a29c-2c730a85f308 2018-07-22 15:55:57,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" 2018-07-22 15:55:57,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0a544400-c82d-4a5e-bc78-3e2c368effa0 Date: Sun, 22 Jul 2018 15:55:57 GMT RESP BODY: {"networks":[]} 2018-07-22 15:55:57,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net used request id req-0a544400-c82d-4a5e-bc78-3e2c368effa0 2018-07-22 15:55:57,363 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net 2018-07-22 15:55:57,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" -d '{"network": {"name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net", "admin_state_up": true}}' 2018-07-22 15:55:57,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-486fd7e7-c825-4a38-b732-d7b88d82157f Date: Sun, 22 Jul 2018 15:55:57 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T15:55:57Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}} 2018-07-22 15:55:57,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-486fd7e7-c825-4a38-b732-d7b88d82157f 2018-07-22 15:55:57,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" 2018-07-22 15:55:58,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-e94efea2-f3e3-43ee-9387-17a94bbb31af Date: Sun, 22 Jul 2018 15:55:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T15:55:57Z","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}]} 2018-07-22 15:55:58,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-e94efea2-f3e3-43ee-9387-17a94bbb31af 2018-07-22 15:55:58,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" 2018-07-22 15:55:58,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-47294c55-8d6f-4a52-baca-664b382cfa1b Date: Sun, 22 Jul 2018 15:55:58 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:55:58,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-47294c55-8d6f-4a52-baca-664b382cfa1b 2018-07-22 15:55:58,066 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet 2018-07-22 15:55:58,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" -d '{"subnets": [{"ip_version": 4, "network_id": "dc4ea399-fef4-4192-9290-d58a47cb4d63", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]}' 2018-07-22 15:55:58,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ae40b00c-2855-481d-b884-23aa3415c31b Date: Sun, 22 Jul 2018 15:55:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","dns_nameservers":[],"updated_at":"2018-07-22T15:55:58Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a88317b579a141b3904eded0934152ea","id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","subnetpool_id":null,"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]} 2018-07-22 15:55:58,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ae40b00c-2855-481d-b884-23aa3415c31b 2018-07-22 15:55:58,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" 2018-07-22 15:55:58,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1d1368c6-3ce3-4dc4-8b7b-20a093963f1f Date: Sun, 22 Jul 2018 15:55:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9fc28336-48e4-49a3-bc8a-5b09e72b9a70"],"updated_at":"2018-07-22T15:55:58Z","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}]} 2018-07-22 15:55:58,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-1d1368c6-3ce3-4dc4-8b7b-20a093963f1f 2018-07-22 15:55:58,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" 2018-07-22 15:55:59,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-695d3b79-adfe-4318-a647-398d3f38ee0a Date: Sun, 22 Jul 2018 15:55:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","dns_nameservers":[],"updated_at":"2018-07-22T15:55:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a88317b579a141b3904eded0934152ea","id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","subnetpool_id":null,"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]} 2018-07-22 15:55:59,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-695d3b79-adfe-4318-a647-398d3f38ee0a 2018-07-22 15:55:59,046 - OpenStackNetwork - DEBUG - Network [dc4ea399-fef4-4192-9290-d58a47cb4d63] created successfully 2018-07-22 15:55:59,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:59,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:55:59,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:55:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["sxibcpCxQhyR0-AVNm3szA"], "issued_at": "2018-07-22T15:55:59.000000Z"}} 2018-07-22 15:55:59,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd92604a349ebfda9afb939f51938f64bb3ee04" 2018-07-22 15:55:59,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca8bb0b9-f31f-47b3-9a8c-44bf7474b14c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:55:59,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ca8bb0b9-f31f-47b3-9a8c-44bf7474b14c 2018-07-22 15:55:59,523 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:55:59,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd92604a349ebfda9afb939f51938f64bb3ee04" 2018-07-22 15:55:59,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e89fba2-4db7-48aa-b480-b4926233902c x-compute-request-id: req-2e89fba2-4db7-48aa-b480-b4926233902c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 15:55:59,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2e89fba2-4db7-48aa-b480-b4926233902c 2018-07-22 15:55:59,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd92604a349ebfda9afb939f51938f64bb3ee04" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-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-07-22 15:55:59,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:55:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-147df066-6c1b-479f-b31c-f873ee800982 x-compute-request-id: req-147df066-6c1b-479f-b31c-f873ee800982 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "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": "d92c4412-1f62-4935-a5e4-1c7d667e70a1"}} 2018-07-22 15:55:59,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-147df066-6c1b-479f-b31c-f873ee800982 2018-07-22 15:55:59,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:55:59,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:00,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c19b01c2586c4036971e686d42c28e02", "name": "SimpleHealthCheck-13084e32-7e53-484-proj-role"}], "expires_at": "2018-07-22T16:56:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-13084e32-7e53-484-user", "id": "8c769abe24d343cc9598afa901b1f216"}, "audit_ids": ["5moiUSntQLaWqErX3uzclQ"], "issued_at": "2018-07-22T15:56:00.000000Z"}} 2018-07-22 15:56:00,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:00,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-471be72c-6e58-47e1-8163-53bc85d5a469 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:00,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-471be72c-6e58-47e1-8163-53bc85d5a469 2018-07-22 15:56:00,256 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:56:00,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:00,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-794af7c4-a2be-4c88-934f-7643d62cbcfe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:00,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-794af7c4-a2be-4c88-934f-7643d62cbcfe 2018-07-22 15:56:00,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:00,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d4763a3d-3994-4d3f-affe-935226d6d3f9 Date: Sun, 22 Jul 2018 15:56:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9fc28336-48e4-49a3-bc8a-5b09e72b9a70"],"updated_at":"2018-07-22T15:55:58Z","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}]} 2018-07-22 15:56:00,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net used request id req-d4763a3d-3994-4d3f-affe-935226d6d3f9 2018-07-22 15:56:00,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:00,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:00,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:00,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b49d1a4f-7b46-4278-bdf3-8442c6795c31 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}} 2018-07-22 15:56:00,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea used request id req-b49d1a4f-7b46-4278-bdf3-8442c6795c31 2018-07-22 15:56:00,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:00,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9db5ac85-c5ef-4ee9-8226-407f6350580a Date: Sun, 22 Jul 2018 15:56:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","dns_nameservers":[],"updated_at":"2018-07-22T15:55:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a88317b579a141b3904eded0934152ea","id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","subnetpool_id":null,"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]} 2018-07-22 15:56:00,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-9db5ac85-c5ef-4ee9-8226-407f6350580a 2018-07-22 15:56:00,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:00,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-86c64610-23a8-4946-82a5-4d751f035e86 Date: Sun, 22 Jul 2018 15:56:00 GMT RESP BODY: {"ports":[]} 2018-07-22 15:56:00,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1&admin_state_up=True used request id req-86c64610-23a8-4946-82a5-4d751f035e86 2018-07-22 15:56:00,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:01,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f407ea26-c794-4865-acac-09cd0cd0f982 x-compute-request-id: req-f407ea26-c794-4865-acac-09cd0cd0f982 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:56:01,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst used request id req-f407ea26-c794-4865-acac-09cd0cd0f982 2018-07-22 15:56:01,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:01,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b73dbb90-526a-4778-bbb5-06d59db3a548 Date: Sun, 22 Jul 2018 15:56: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":["9fc28336-48e4-49a3-bc8a-5b09e72b9a70"],"updated_at":"2018-07-22T15:55:58Z","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}]} 2018-07-22 15:56:01,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net used request id req-b73dbb90-526a-4778-bbb5-06d59db3a548 2018-07-22 15:56:01,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:01,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1833e46f-b838-4bc7-bc15-34a97588230a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}} 2018-07-22 15:56:01,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea used request id req-1833e46f-b838-4bc7-bc15-34a97588230a 2018-07-22 15:56:01,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:01,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a48dfe4a-3a96-41db-8b02-e2471e6662a4 Date: Sun, 22 Jul 2018 15:56:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","dns_nameservers":[],"updated_at":"2018-07-22T15:55:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a88317b579a141b3904eded0934152ea","id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","subnetpool_id":null,"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]} 2018-07-22 15:56:01,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-a48dfe4a-3a96-41db-8b02-e2471e6662a4 2018-07-22 15:56:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:01,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b3038a11-34e9-4968-8ac7-8a75e64e804d Date: Sun, 22 Jul 2018 15:56:01 GMT RESP BODY: {"ports":[]} 2018-07-22 15:56:01,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1&admin_state_up=True used request id req-b3038a11-34e9-4968-8ac7-8a75e64e804d 2018-07-22 15:56:01,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:01,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:01,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c19b01c2586c4036971e686d42c28e02", "name": "SimpleHealthCheck-13084e32-7e53-484-proj-role"}], "expires_at": "2018-07-22T16:56:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a88317b579a141b3904eded0934152ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a88317b579a141b3904eded0934152ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-13084e32-7e53-484-user", "id": "8c769abe24d343cc9598afa901b1f216"}, "audit_ids": ["9Lh_zDWlS5exPSzh9Eox3A"], "issued_at": "2018-07-22T15:56:01.000000Z"}} 2018-07-22 15:56:01,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e8cb11edf429f793ba055cf89aff2ceb271083" 2018-07-22 15:56:01,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4781bdae-cae5-4bdc-b621-b7744f443375 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:01,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4781bdae-cae5-4bdc-b621-b7744f443375 2018-07-22 15:56:01,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:01,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-963b2ac9-6adf-4308-929d-52fefd379497 Date: Sun, 22 Jul 2018 15:56: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":["9fc28336-48e4-49a3-bc8a-5b09e72b9a70"],"updated_at":"2018-07-22T15:55:58Z","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}]} 2018-07-22 15:56:01,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net used request id req-963b2ac9-6adf-4308-929d-52fefd379497 2018-07-22 15:56:01,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:01,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b1e98dbc-ce43-4380-be71-74e89b7abbb2 Date: Sun, 22 Jul 2018 15:56:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","dns_nameservers":[],"updated_at":"2018-07-22T15:55:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a88317b579a141b3904eded0934152ea","id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","subnetpool_id":null,"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]} 2018-07-22 15:56:01,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-b1e98dbc-ce43-4380-be71-74e89b7abbb2 2018-07-22 15:56:01,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:02,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9e32c8ed-9af2-4188-be67-84c9df897604 Date: Sun, 22 Jul 2018 15:56: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":["9fc28336-48e4-49a3-bc8a-5b09e72b9a70"],"updated_at":"2018-07-22T15:55:58Z","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}]} 2018-07-22 15:56:02,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net used request id req-9e32c8ed-9af2-4188-be67-84c9df897604 2018-07-22 15:56:02,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:02,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:02,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e8cb11edf429f793ba055cf89aff2ceb271083" 2018-07-22 15:56:02,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a029e8a-2d2f-4c9c-8adc-3c1bfb5889da Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}} 2018-07-22 15:56:02,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea used request id req-7a029e8a-2d2f-4c9c-8adc-3c1bfb5889da 2018-07-22 15:56:02,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:02,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8cd3879d-19da-47a5-8f4f-9aeae49b86c9 Date: Sun, 22 Jul 2018 15:56:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","dns_nameservers":[],"updated_at":"2018-07-22T15:55:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a88317b579a141b3904eded0934152ea","id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","subnetpool_id":null,"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]} 2018-07-22 15:56:02,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-8cd3879d-19da-47a5-8f4f-9aeae49b86c9 2018-07-22 15:56:02,169 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net 2018-07-22 15:56:02,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" -d '{"port": {"network_id": "dc4ea399-fef4-4192-9290-d58a47cb4d63", "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1", "admin_state_up": true}}' 2018-07-22 15:56:03,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-2a802d9f-cff3-48b0-9755-2bd9fd2c9d25 Date: Sun, 22 Jul 2018 15:56:03 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T15:56:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T15:56:02Z","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:06:9e:a7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"a88317b579a141b3904eded0934152ea","fixed_ips":[{"subnet_id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","ip_address":"10.55.0.12"}],"id":"d8e20c44-7a91-477c-9189-e2789753013f","security_groups":["3347bd0b-0bdc-43b2-8e83-46a4f62cd204"],"device_id":""}} 2018-07-22 15:56:03,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-2a802d9f-cff3-48b0-9755-2bd9fd2c9d25 2018-07-22 15:56:03,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:03,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-cce6418b-4292-4653-92af-e525ccb00ba4 Date: Sun, 22 Jul 2018 15:56:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9fc28336-48e4-49a3-bc8a-5b09e72b9a70"],"updated_at":"2018-07-22T15:55:58Z","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}]} 2018-07-22 15:56:03,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net used request id req-cce6418b-4292-4653-92af-e525ccb00ba4 2018-07-22 15:56:03,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:03,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cf05ac1-c6fe-45aa-9f64-a1f02e15217c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}} 2018-07-22 15:56:03,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea used request id req-5cf05ac1-c6fe-45aa-9f64-a1f02e15217c 2018-07-22 15:56:03,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:03,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-855e90de-7b25-4df9-936f-99bb57301a3a Date: Sun, 22 Jul 2018 15:56:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","dns_nameservers":[],"updated_at":"2018-07-22T15:55:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a88317b579a141b3904eded0934152ea","id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","subnetpool_id":null,"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]} 2018-07-22 15:56:03,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-855e90de-7b25-4df9-936f-99bb57301a3a 2018-07-22 15:56:03,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:03,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-aaabefc0-d7e2-4b6b-b1b4-e2a756093aaf Date: Sun, 22 Jul 2018 15:56:03 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:56:02Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:02Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:06:9e:a7","id":"d8e20c44-7a91-477c-9189-e2789753013f","port_security_enabled":true,"project_id":"a88317b579a141b3904eded0934152ea","fixed_ips":[{"subnet_id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["3347bd0b-0bdc-43b2-8e83-46a4f62cd204"],"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1"}]} 2018-07-22 15:56:03,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1&admin_state_up=True used request id req-aaabefc0-d7e2-4b6b-b1b4-e2a756093aaf 2018-07-22 15:56:03,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:03,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa54f9e-53bb-48cf-9883-0f0be7cbd7ee Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}} 2018-07-22 15:56:03,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea used request id req-1fa54f9e-53bb-48cf-9883-0f0be7cbd7ee 2018-07-22 15:56:03,412 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst 2018-07-22 15:56:03,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:03,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56: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-8dc53913-bc50-4396-bab2-1de6fe0a2ad8 x-compute-request-id: req-8dc53913-bc50-4396-bab2-1de6fe0a2ad8 Content-Encoding: gzip Content-Length: 273 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "bookmark"}], "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-flavor-name"}]} 2018-07-22 15:56:03,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8dc53913-bc50-4396-bab2-1de6fe0a2ad8 2018-07-22 15:56:03,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:03,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56: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-8215021e-78ba-49aa-895a-762ba602bc33 x-compute-request-id: req-8215021e-78ba-49aa-895a-762ba602bc33 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "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": "d92c4412-1f62-4935-a5e4-1c7d667e70a1"}} 2018-07-22 15:56:03,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1 used request id req-8215021e-78ba-49aa-895a-762ba602bc33 2018-07-22 15:56:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:04,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-18085bea-ffac-4ec0-a4c6-4cb8727d3f31 Date: Sun, 22 Jul 2018 15:56:04 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:55:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:55:56Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/snap", "metadata": {}}], "self": "/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "min_disk": 0, "protected": false, "id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "file": "/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a88317b579a141b3904eded0934152ea", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image"} 2018-07-22 15:56:04,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image used request id req-18085bea-ffac-4ec0-a4c6-4cb8727d3f31 2018-07-22 15:56:04,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:04,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-991665c6-b09b-4821-b573-edcbc1b24a88 Date: Sun, 22 Jul 2018 15:56: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-07-22 15:56:04,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-991665c6-b09b-4821-b573-edcbc1b24a88 2018-07-22 15:56:04,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" -d '{"server": {"name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst", "imageRef": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "flavorRef": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "max_count": 1, "min_count": 1, "networks": [{"port": "d8e20c44-7a91-477c-9189-e2789753013f"}]}}' 2018-07-22 15:56:05,906 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-420fc64d-c3d7-4511-a9c6-883309545d32 x-compute-request-id: req-420fc64d-c3d7-4511-a9c6-883309545d32 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "10b7a8c8-ae3b-45cd-b796-34c7db966784", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "bookmark"}], "adminPass": "dPhgFJM4YBTV"}} 2018-07-22 15:56:05,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-420fc64d-c3d7-4511-a9c6-883309545d32 2018-07-22 15:56:05,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:06,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5aab2f89-1da0-4bc7-ab95-1a50dfdbde26 x-compute-request-id: req-5aab2f89-1da0-4bc7-ab95-1a50dfdbde26 Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "bookmark"}], "image": {"id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "links": [{"href": "http://172.30.9.28:8774/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "links": [{"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "bookmark"}]}, "id": "10b7a8c8-ae3b-45cd-b796-34c7db966784", "user_id": "8c769abe24d343cc9598afa901b1f216", "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-07-22T15:56:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst", "created": "2018-07-22T15:56:05Z", "tenant_id": "a88317b579a141b3904eded0934152ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:06,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-5aab2f89-1da0-4bc7-ab95-1a50dfdbde26 2018-07-22 15:56:06,295 - create_instance - INFO - Created instance with name - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst 2018-07-22 15:56:06,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:07,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4889b6d3-f173-4855-b21c-71b3ea56d433 x-compute-request-id: req-4889b6d3-f173-4855-b21c-71b3ea56d433 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "bookmark"}], "image": {"id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "links": [{"href": "http://172.30.9.28:8774/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "links": [{"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "bookmark"}]}, "id": "10b7a8c8-ae3b-45cd-b796-34c7db966784", "user_id": "8c769abe24d343cc9598afa901b1f216", "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-07-22T15:56:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst", "created": "2018-07-22T15:56:05Z", "tenant_id": "a88317b579a141b3904eded0934152ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:07,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-4889b6d3-f173-4855-b21c-71b3ea56d433 2018-07-22 15:56:07,232 - create_instance - DEBUG - Instance status [SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst] is - BUILD 2018-07-22 15:56:07,232 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:56:10,236 - create_instance - DEBUG - VM status query timeout in 896.059211969 2018-07-22 15:56:10,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:10,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7cef640-8628-4099-96c6-2630a079c132 x-compute-request-id: req-c7cef640-8628-4099-96c6-2630a079c132 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "bookmark"}], "image": {"id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "links": [{"href": "http://172.30.9.28:8774/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "links": [{"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "bookmark"}]}, "id": "10b7a8c8-ae3b-45cd-b796-34c7db966784", "security_groups": [{"name": "default"}], "user_id": "8c769abe24d343cc9598afa901b1f216", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:56:08Z", "hostId": "11cd2a6b9bb7d7e77c616e4bfb7ac0b9b91db43f0ba59a538ad31722", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst", "created": "2018-07-22T15:56:05Z", "tenant_id": "a88317b579a141b3904eded0934152ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:10,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-c7cef640-8628-4099-96c6-2630a079c132 2018-07-22 15:56:10,731 - create_instance - DEBUG - Instance status [SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst] is - BUILD 2018-07-22 15:56:10,731 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:56:13,735 - create_instance - DEBUG - VM status query timeout in 892.560352087 2018-07-22 15:56:13,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:13,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56: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-6d8b1452-9360-4fa6-82ac-b6c099a81961 x-compute-request-id: req-6d8b1452-9360-4fa6-82ac-b6c099a81961 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:9e:a7", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "bookmark"}], "image": {"id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "links": [{"href": "http://172.30.9.28:8774/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:12.000000", "flavor": {"id": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "links": [{"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "bookmark"}]}, "id": "10b7a8c8-ae3b-45cd-b796-34c7db966784", "security_groups": [{"name": "default"}], "user_id": "8c769abe24d343cc9598afa901b1f216", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:12Z", "hostId": "11cd2a6b9bb7d7e77c616e4bfb7ac0b9b91db43f0ba59a538ad31722", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst", "created": "2018-07-22T15:56:05Z", "tenant_id": "a88317b579a141b3904eded0934152ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:13,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-6d8b1452-9360-4fa6-82ac-b6c099a81961 2018-07-22 15:56:13,920 - create_instance - DEBUG - Instance status [SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst] is - ACTIVE 2018-07-22 15:56:13,920 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:56:13,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:14,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56: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-37f174c5-e241-4c57-8578-844275b072dc x-compute-request-id: req-37f174c5-e241-4c57-8578-844275b072dc Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:9e:a7", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "bookmark"}], "image": {"id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "links": [{"href": "http://172.30.9.28:8774/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:12.000000", "flavor": {"id": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "links": [{"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "bookmark"}]}, "id": "10b7a8c8-ae3b-45cd-b796-34c7db966784", "security_groups": [{"name": "default"}], "user_id": "8c769abe24d343cc9598afa901b1f216", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:12Z", "hostId": "11cd2a6b9bb7d7e77c616e4bfb7ac0b9b91db43f0ba59a538ad31722", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst", "created": "2018-07-22T15:56:05Z", "tenant_id": "a88317b579a141b3904eded0934152ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:14,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-37f174c5-e241-4c57-8578-844275b072dc 2018-07-22 15:56:14,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:14,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4951ea53-8ba5-4917-b53f-250fc784ede3 Date: Sun, 22 Jul 2018 15:56: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":["9fc28336-48e4-49a3-bc8a-5b09e72b9a70"],"updated_at":"2018-07-22T15:55:58Z","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a88317b579a141b3904eded0934152ea","id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net"}]} 2018-07-22 15:56:14,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net used request id req-4951ea53-8ba5-4917-b53f-250fc784ede3 2018-07-22 15:56:14,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:14,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c7866d-0d89-486f-ba87-a00c5644aac8 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}} 2018-07-22 15:56:14,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea used request id req-63c7866d-0d89-486f-ba87-a00c5644aac8 2018-07-22 15:56:14,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:14,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dfc99491-847b-45f8-8c4f-d88177c63a2d Date: Sun, 22 Jul 2018 15:56:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","dns_nameservers":[],"updated_at":"2018-07-22T15:55:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a88317b579a141b3904eded0934152ea","id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","subnetpool_id":null,"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet"}]} 2018-07-22 15:56:14,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-dfc99491-847b-45f8-8c4f-d88177c63a2d 2018-07-22 15:56:14,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:14,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1545 X-Openstack-Request-Id: req-ecdb010a-48f7-4692-81be-5bba327f3157 Date: Sun, 22 Jul 2018 15:56:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:56:02Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:12Z","binding:vnic_type":"normal","device_id":"10b7a8c8-ae3b-45cd-b796-34c7db966784","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:06:9e:a7","id":"d8e20c44-7a91-477c-9189-e2789753013f","port_security_enabled":true,"project_id":"a88317b579a141b3904eded0934152ea","fixed_ips":[{"subnet_id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["3347bd0b-0bdc-43b2-8e83-46a4f62cd204"],"name":"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc4ea399-fef4-4192-9290-d58a47cb4d63","tenant_id":"a88317b579a141b3904eded0934152ea","created_at":"2018-07-22T15:55:58Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dc4ea399-fef4-4192-9290-d58a47cb4d63","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:30:de:f6","id":"f968becd-f8d4-47a3-8be5-7b224704378c","port_security_enabled":false,"project_id":"a88317b579a141b3904eded0934152ea","fixed_ips":[{"subnet_id":"9fc28336-48e4-49a3-bc8a-5b09e72b9a70","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:56:14,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-ecdb010a-48f7-4692-81be-5bba327f3157 2018-07-22 15:56:14,571 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2018-07-22 15:56:14,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:14,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-479d6651-6fd8-45ca-ab73-9b8f3411568b x-compute-request-id: req-479d6651-6fd8-45ca-ab73-9b8f3411568b Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:9e:a7", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "bookmark"}], "image": {"id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "links": [{"href": "http://172.30.9.28:8774/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:12.000000", "flavor": {"id": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "links": [{"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "bookmark"}]}, "id": "10b7a8c8-ae3b-45cd-b796-34c7db966784", "security_groups": [{"name": "default"}], "user_id": "8c769abe24d343cc9598afa901b1f216", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:12Z", "hostId": "11cd2a6b9bb7d7e77c616e4bfb7ac0b9b91db43f0ba59a538ad31722", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst", "created": "2018-07-22T15:56:05Z", "tenant_id": "a88317b579a141b3904eded0934152ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:14,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-479d6651-6fd8-45ca-ab73-9b8f3411568b 2018-07-22 15:56:14,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 15:56:14,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a97200b-dcc4-446c-afbc-87015cbc0c34 x-compute-request-id: req-9a97200b-dcc4-446c-afbc-87015cbc0c34 Content-Encoding: gzip Content-Length: 7944 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 476542695 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.134009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135678] pid_max: default: 32768 minimum: 301\n[ 0.136579] ACPI: Core revision 20150930\n[ 0.137983] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139315] Security Framework initialized\n[ 0.140144] Yama: becoming mindful.\n[ 0.140886] AppArmor: AppArmor initialized\n[ 0.141756] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143069] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.144346] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145558] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147001] Initializing cgroup subsys io\n[ 0.147820] Initializing cgroup subsys memory\n[ 0.148691] Initializing cgroup subsys devices\n[ 0.149583] Initializing cgroup subsys freezer\n[ 0.150478] Initializing cgroup subsys net_cls\n[ 0.151356] Initializing cgroup subsys perf_event\n[ 0.152279] Initializing cgroup subsys net_prio\n[ 0.153181] Initializing cgroup subsys hugetlb\n[ 0.154061] Initializing cgroup subsys pids\n[ 0.154944] CPU: Physical Processor ID: 0\n[ 0.156458] mce: CPU supports 10 MCE banks\n[ 0.157330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179576] ftrace: allocating 31920 entries in 125 pages\n[ 0.205673] smpboot: Max logical packages: 1\n[ 0.206564] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207928] x2apic enabled\n[ 0.208739] Switched APIC routing to physical x2apic.\n[ 0.210487] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211619] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213715] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215522] KVM setup paravirtual spinlock\n[ 0.216864] x86: Booted up 1 node, 1 CPUs\n[ 0.217689] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219110] devtmpfs: initialized\n[ 0.220829] evm: security.selinux\n[ 0.221544] evm: security.SMACK64\n[ 0.222242] evm: security.SMACK64EXEC\n[ 0.222992] evm: security.SMACK64TRANSMUTE\n[ 0.223807] evm: security.SMACK64MMAP\n[ 0.224562] evm: security.ima\n[ 0.225212] evm: security.capability\n[ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227915] pinctrl core: initialized pinctrl subsystem\n[ 0.229047] RTC time: 15:56:13, date: 07/22/18\n[ 0.230031] NET: Registered protocol family 16\n[ 0.231044] cpuidle: using governor ladder\n[ 0.231875] cpuidle: using governor menu\n[ 0.232676] PCCT header not found.\n[ 0.233448] ACPI: bus type PCI registered\n[ 0.234266] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235533] PCI: Using configuration type 1 for base access\n[ 0.237331] ACPI: Added _OSI(Module Device)\n[ 0.238188] ACPI: Added _OSI(Processor Device)\n[ 0.239060] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239967] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241749] ACPI: Interpreter enabled\n[ 0.242548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246345] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250208] ACPI: (supports S0 S5)\n[ 0.250936] ACPI: Using IOAPIC for interrupt routing\n[ 0.251934] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255161] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256397] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257703] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258960] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261361] acpiphp: Slot [3] registered\n[ 0.262215] acpiphp: Slot [4] registered\n[ 0.263076] acpiphp: Slot [5] registered\n[ 0.263908] acpiphp: Slot [6] registered\n[ 0.264756] acpiphp: Slot [7] registered\n[ 0.265642] acpiphp: Slot [8] registered\n[ 0.266483] acpiphp: Slot [9] registered\n[ 0.267372] acpiphp: Slot [10] registered\n[ 0.268232] acpiphp: Slot [11] registered\n[ 0.269100] acpiphp: Slot [12] registered\n[ 0.269945] acpiphp: Slot [13] registered\n[ 0.270819] acpiphp: Slot [14] registered\n[ 0.271691] acpiphp: Slot [15] registered\n[ 0.282623] acpiphp: Slot [16] registered\n[ 0.283511] acpiphp: Slot [17] registered\n[ 0.284379] acpiphp: Slot [18] registered\n[ 0.285224] acpiphp: Slot [19] registered\n[ 0.286082] acpiphp: Slot [20] registered\n[ 0.286923] acpiphp: Slot [21] registered\n[ 0.287805] acpiphp: Slot [22] registered\n[ 0.288665] acpiphp: Slot [23] registered\n[ 0.289534] acpiphp: Slot [24] registered\n[ 0.290412] acpiphp: Slot [25] registered\n[ 0.291258] acpiphp: Slot [26] registered\n[ 0.292089] acpiphp: Slot [27] registered\n[ 0.293005] acpiphp: Slot [28] registered\n[ 0.293862] acpiphp: Slot [29] registered\n[ 0.294717] acpiphp: Slot [30] registered\n[ 0.295589] acpiphp: Slot [31] registered\n[ 0.296438] PCI host bridge to bus 0000:00\n[ 0.297302] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298596] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299881] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301371] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.302903] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304469] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310422] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315402] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317218] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336949] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339241] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343748] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347650] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349303] vgaarb: loaded\n[ 0.349926] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351250] SCSI subsystem initialized\n[ 0.352228] ACPI: bus type USB registered\n[ 0.353104] usbcore: registered new interface driver usbfs\n[ 0.354179] usbcore: registered new interface driver hub\n[ 0.355221] usbcore: registered new device driver usb\n[ 0.356360] PCI: Using ACPI for IRQ routing\n[ 0.357508] NetLabel: Initializing\n[ 0.358305] NetLabel: domain hash size = 128\n[ 0.359189] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360238] NetLabel: unlabeled traffic allowed by default\n[ 0.361490] clocksource: Switched to clocksource kvm-clock\n[ 0.369968] AppArmor: AppArmor Filesystem Enabled\n[ 0.371013] pnp: PnP ACPI init\n[ 0.372008] pnp: PnP ACPI: found 5 devices\n[ 0.378347] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380159] NET: Registered protocol family 2\n[ 0.381251] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.382572] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.383789] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.385039] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386154] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387378] NET: Registered protocol family 1\n[ 0.388285] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390548] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.404703] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.418912] Trying to unpack rootfs image as initramfs...\n[ 0.476955] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.478740] Scanning for low memory corruption every 60 seconds\n[ 0.480246] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481510] audit: initializing netlink subsys (disabled)\n[ 0.482590] audit: type=2000 audit(1532274973.420:1): initialized\n[ 0.484008] Initialise system trusted keyring\n[ 0.485011] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486251] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.488474] zbud: loaded\n[ 0.489240] VFS: Disk quotas dquot_6.6.0\n[ 0.490134] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.491833] fuse init (API version 7.23)\n[ 0.492792] Key type big_key registered\n[ 0.493656] Allocating IMA MOK and blacklist keyrings.\n[ 0.494928] Key type asymmetric registered\n[ 0.495807] Asymmetric key parser 'x509' registered\n[ 0.496840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.498418] io scheduler noop registered\n[ 0.499262] io scheduler deadline registered (default)\n[ 0.500325] io scheduler cfq registered\n[ 0.501209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.503688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505211] ACPI: Power Button [PWRF]\n[ 0.506124] GHES: HEST is not enabled!\n[ 0.519900] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.550059] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573929] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.576226] Linux agpgart interface v0.103\n[ 0.578881] brd: module loaded\n[ 0.580650] loop: module loaded\n[ 0.584658] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.586149] GPT:90111 != 20971519\n[ 0.586858] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590666] GPT:90111 != 20971519\n[ 0.591414] GPT: Use GNU Parted to correct GPT errors.\n[ 0.592483] vda: vda1 vda15\n[ 0.596536] scsi host0: ata_piix\n[ 0.597395] scsi host1: ata_piix\n[ 0.598136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.599372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.600975] libphy: Fixed MDIO Bus: probed\n[ 0.601872] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602846] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606468] PPP generic driver version 2.4.2\n[ 0.608067] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609936] ehci-pci: EHCI PCI platform driver\n[ 0.610848] ehci-platform: EHCI generic platform driver\n[ 0.611955] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613139] ohci-pci: OHCI PCI platform driver\n[ 0.614062] ohci-platform: OHCI generic platform driver\n[ 0.615110] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638365] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641739] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644726] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648282] usb usb1: Product: UHCI Host Controller\n[ 0.649513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651007] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652316] hub 1-0:1.0: USB hub found\n[ 0.653368] hub 1-0:1.0: 2 ports detected\n[ 0.654747] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657547] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658822] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660244] mousedev: PS/2 mouse device common for all mice\n[ 0.661995] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664477] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666030] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669191] i2c /dev entries driver\n[ 0.670256] device-mapper: uevent: version 1.0.3\n[ 0.671580] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673739] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675951] NET: Registered protocol family 10\n[ 0.677724] NET: Registered protocol family 17\n[ 0.678991] Key type dns_resolver registered\n[ 0.680508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681959] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684384] registered taskstats version 1\n[ 0.685549] Loading compiled-in X.509 certificates\n[ 0.687587] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690069] zswap: loaded using pool lzo/zbud\n[ 0.692632] Key type trusted registered\n[ 0.695062] Key type encrypted registered\n[ 0.696133] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697527] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698995] evm: HMAC attrs: 0x1\n[ 0.700358] Magic number: 10:142:943\n[ 0.701456] tty tty0: hash matches\n[ 0.702425] tty console: hash matches\n[ 0.703560] rtc_cmos 00:00: setting system clock to 2018-07-22 15:56:13 UTC (1532274973)\n[ 0.705764] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719961] EDD information not available.\n[ 0.760697] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762375] Write protecting the kernel read-only data: 14336k\n[ 0.765990] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768058] 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\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.924370] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.12...\nLease of 10.55.0.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000028\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-07-22 15:56:14,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784/action used request id req-9a97200b-dcc4-446c-afbc-87015cbc0c34 2018-07-22 15:56:14,990 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-07-22 15:56:14,991 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 476542695 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.134009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135678] pid_max: default: 32768 minimum: 301 [ 0.136579] ACPI: Core revision 20150930 [ 0.137983] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139315] Security Framework initialized [ 0.140144] Yama: becoming mindful. [ 0.140886] AppArmor: AppArmor initialized [ 0.141756] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143069] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.144346] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145558] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147001] Initializing cgroup subsys io [ 0.147820] Initializing cgroup subsys memory [ 0.148691] Initializing cgroup subsys devices [ 0.149583] Initializing cgroup subsys freezer [ 0.150478] Initializing cgroup subsys net_cls [ 0.151356] Initializing cgroup subsys perf_event [ 0.152279] Initializing cgroup subsys net_prio [ 0.153181] Initializing cgroup subsys hugetlb [ 0.154061] Initializing cgroup subsys pids [ 0.154944] CPU: Physical Processor ID: 0 [ 0.156458] mce: CPU supports 10 MCE banks [ 0.157330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.173215] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179576] ftrace: allocating 31920 entries in 125 pages [ 0.205673] smpboot: Max logical packages: 1 [ 0.206564] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207928] x2apic enabled [ 0.208739] Switched APIC routing to physical x2apic. [ 0.210487] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211619] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213715] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215522] KVM setup paravirtual spinlock [ 0.216864] x86: Booted up 1 node, 1 CPUs [ 0.217689] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219110] devtmpfs: initialized [ 0.220829] evm: security.selinux [ 0.221544] evm: security.SMACK64 [ 0.222242] evm: security.SMACK64EXEC [ 0.222992] evm: security.SMACK64TRANSMUTE [ 0.223807] evm: security.SMACK64MMAP [ 0.224562] evm: security.ima [ 0.225212] evm: security.capability [ 0.226034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.227915] pinctrl core: initialized pinctrl subsystem [ 0.229047] RTC time: 15:56:13, date: 07/22/18 [ 0.230031] NET: Registered protocol family 16 [ 0.231044] cpuidle: using governor ladder [ 0.231875] cpuidle: using governor menu [ 0.232676] PCCT header not found. [ 0.233448] ACPI: bus type PCI registered [ 0.234266] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235533] PCI: Using configuration type 1 for base access [ 0.237331] ACPI: Added _OSI(Module Device) [ 0.238188] ACPI: Added _OSI(Processor Device) [ 0.239060] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239967] ACPI: Added _OSI(Processor Aggregator Device) [ 0.241749] ACPI: Interpreter enabled [ 0.242548] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246345] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250208] ACPI: (supports S0 S5) [ 0.250936] ACPI: Using IOAPIC for interrupt routing [ 0.251934] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255161] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256397] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257703] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258960] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261361] acpiphp: Slot [3] registered [ 0.262215] acpiphp: Slot [4] registered [ 0.263076] acpiphp: Slot [5] registered [ 0.263908] acpiphp: Slot [6] registered [ 0.264756] acpiphp: Slot [7] registered [ 0.265642] acpiphp: Slot [8] registered [ 0.266483] acpiphp: Slot [9] registered [ 0.267372] acpiphp: Slot [10] registered [ 0.268232] acpiphp: Slot [11] registered [ 0.269100] acpiphp: Slot [12] registered [ 0.269945] acpiphp: Slot [13] registered [ 0.270819] acpiphp: Slot [14] registered [ 0.271691] acpiphp: Slot [15] registered [ 0.282623] acpiphp: Slot [16] registered [ 0.283511] acpiphp: Slot [17] registered [ 0.284379] acpiphp: Slot [18] registered [ 0.285224] acpiphp: Slot [19] registered [ 0.286082] acpiphp: Slot [20] registered [ 0.286923] acpiphp: Slot [21] registered [ 0.287805] acpiphp: Slot [22] registered [ 0.288665] acpiphp: Slot [23] registered [ 0.289534] acpiphp: Slot [24] registered [ 0.290412] acpiphp: Slot [25] registered [ 0.291258] acpiphp: Slot [26] registered [ 0.292089] acpiphp: Slot [27] registered [ 0.293005] acpiphp: Slot [28] registered [ 0.293862] acpiphp: Slot [29] registered [ 0.294717] acpiphp: Slot [30] registered [ 0.295589] acpiphp: Slot [31] registered [ 0.296438] PCI host bridge to bus 0000:00 [ 0.297302] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298596] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299881] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301371] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.302903] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.304469] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.307774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310422] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315402] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317218] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336949] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.339241] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340757] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.342264] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343748] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345081] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.346518] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.347650] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349303] vgaarb: loaded [ 0.349926] vgaarb: bridge control possible 0000:00:02.0 [ 0.351250] SCSI subsystem initialized [ 0.352228] ACPI: bus type USB registered [ 0.353104] usbcore: registered new interface driver usbfs [ 0.354179] usbcore: registered new interface driver hub [ 0.355221] usbcore: registered new device driver usb [ 0.356360] PCI: Using ACPI for IRQ routing [ 0.357508] NetLabel: Initializing [ 0.358305] NetLabel: domain hash size = 128 [ 0.359189] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360238] NetLabel: unlabeled traffic allowed by default [ 0.361490] clocksource: Switched to clocksource kvm-clock [ 0.369968] AppArmor: AppArmor Filesystem Enabled [ 0.371013] pnp: PnP ACPI init [ 0.372008] pnp: PnP ACPI: found 5 devices [ 0.378347] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380159] NET: Registered protocol family 2 [ 0.381251] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.382572] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.383789] TCP: Hash tables configured (established 2048 bind 2048) [ 0.385039] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386154] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387378] NET: Registered protocol family 1 [ 0.388285] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389411] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390548] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.404703] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.418912] Trying to unpack rootfs image as initramfs... [ 0.476955] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.478740] Scanning for low memory corruption every 60 seconds [ 0.480246] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.481510] audit: initializing netlink subsys (disabled) [ 0.482590] audit: type=2000 audit(1532274973.420:1): initialized [ 0.484008] Initialise system trusted keyring [ 0.485011] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.486251] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.488474] zbud: loaded [ 0.489240] VFS: Disk quotas dquot_6.6.0 [ 0.490134] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.491833] fuse init (API version 7.23) [ 0.492792] Key type big_key registered [ 0.493656] Allocating IMA MOK and blacklist keyrings. [ 0.494928] Key type asymmetric registered [ 0.495807] Asymmetric key parser 'x509' registered [ 0.496840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.498418] io scheduler noop registered [ 0.499262] io scheduler deadline registered (default) [ 0.500325] io scheduler cfq registered [ 0.501209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.503688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.505211] ACPI: Power Button [PWRF] [ 0.506124] GHES: HEST is not enabled! [ 0.519900] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.547952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.550059] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.573929] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.576226] Linux agpgart interface v0.103 [ 0.578881] brd: module loaded [ 0.580650] loop: module loaded [ 0.584658] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.586149] GPT:90111 != 20971519 [ 0.586858] GPT:Alternate GPT header not at the end of the disk. [ 0.590666] GPT:90111 != 20971519 [ 0.591414] GPT: Use GNU Parted to correct GPT errors. [ 0.592483] vda: vda1 vda15 [ 0.596536] scsi host0: ata_piix [ 0.597395] scsi host1: ata_piix [ 0.598136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.599372] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.600975] libphy: Fixed MDIO Bus: probed [ 0.601872] tun: Universal TUN/TAP device driver, 1.6 [ 0.602846] tun: (C) 1999-2004 Max Krasnyansky [ 0.606468] PPP generic driver version 2.4.2 [ 0.608067] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.609936] ehci-pci: EHCI PCI platform driver [ 0.610848] ehci-platform: EHCI generic platform driver [ 0.611955] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613139] ohci-pci: OHCI PCI platform driver [ 0.614062] ohci-platform: OHCI generic platform driver [ 0.615110] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638365] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641739] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.644726] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.648282] usb usb1: Product: UHCI Host Controller [ 0.649513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651007] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652316] hub 1-0:1.0: USB hub found [ 0.653368] hub 1-0:1.0: 2 ports detected [ 0.654747] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657547] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658822] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.660244] mousedev: PS/2 mouse device common for all mice [ 0.661995] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.664477] rtc_cmos 00:00: RTC can wake from S4 [ 0.666030] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.667614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669191] i2c /dev entries driver [ 0.670256] device-mapper: uevent: version 1.0.3 [ 0.671580] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.673739] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675951] NET: Registered protocol family 10 [ 0.677724] NET: Registered protocol family 17 [ 0.678991] Key type dns_resolver registered [ 0.680508] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.681959] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684384] registered taskstats version 1 [ 0.685549] Loading compiled-in X.509 certificates [ 0.687587] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.690069] zswap: loaded using pool lzo/zbud [ 0.692632] Key type trusted registered [ 0.695062] Key type encrypted registered [ 0.696133] AppArmor: AppArmor sha1 policy hashing enabled [ 0.697527] ima: No TPM chip found, activating TPM-bypass! [ 0.698995] evm: HMAC attrs: 0x1 [ 0.700358] Magic number: 10:142:943 [ 0.701456] tty tty0: hash matches [ 0.702425] tty console: hash matches [ 0.703560] rtc_cmos 00:00: setting system clock to 2018-07-22 15:56:13 UTC (1532274973) [ 0.705764] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.719961] EDD information not available. [ 0.760697] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762375] Write protecting the kernel read-only data: 14336k [ 0.765990] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.768058] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.924370] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.12... Lease of 10.55.0.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000028 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-07-22 15:56:14,991 - create_instance - INFO - Deleting Port with ID - d8e20c44-7a91-477c-9189-e2789753013f 2018-07-22 15:56:14,991 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4dport-1 2018-07-22 15:56:14,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/d8e20c44-7a91-477c-9189-e2789753013f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:15,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5daaceb7-ba22-48b0-90a6-d79f7aab44f2 Date: Sun, 22 Jul 2018 15:56:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:56:15,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/d8e20c44-7a91-477c-9189-e2789753013f used request id req-5daaceb7-ba22-48b0-90a6-d79f7aab44f2 2018-07-22 15:56:15,680 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst 2018-07-22 15:56:15,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:15,808 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:56: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-430d60db-9d73-4dc4-a543-a5398a500ebe x-compute-request-id: req-430d60db-9d73-4dc4-a543-a5398a500ebe Content-Type: application/json 2018-07-22 15:56:15,808 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-430d60db-9d73-4dc4-a543-a5398a500ebe 2018-07-22 15:56:15,808 - create_instance - INFO - Checking deletion status 2018-07-22 15:56:15,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:16,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56: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-acdb7bbd-f40e-4b08-bd5f-936807ab6971 x-compute-request-id: req-acdb7bbd-f40e-4b08-bd5f-936807ab6971 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:9e:a7", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784", "rel": "bookmark"}], "image": {"id": "b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "links": [{"href": "http://172.30.9.28:8774/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:12.000000", "flavor": {"id": "d92c4412-1f62-4935-a5e4-1c7d667e70a1", "links": [{"href": "http://172.30.9.28:8774/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1", "rel": "bookmark"}]}, "id": "10b7a8c8-ae3b-45cd-b796-34c7db966784", "user_id": "8c769abe24d343cc9598afa901b1f216", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:15Z", "hostId": "11cd2a6b9bb7d7e77c616e4bfb7ac0b9b91db43f0ba59a538ad31722", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst", "created": "2018-07-22T15:56:05Z", "tenant_id": "a88317b579a141b3904eded0934152ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:16,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-acdb7bbd-f40e-4b08-bd5f-936807ab6971 2018-07-22 15:56:16,172 - create_instance - DEBUG - Instance status [SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst] is - ACTIVE 2018-07-22 15:56:16,172 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:56:19,175 - create_instance - DEBUG - VM status query timeout in 296.633332014 2018-07-22 15:56:19,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a696cdcf929301bf0028714d18082b060b5f1d7" 2018-07-22 15:56:19,231 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ff86e68-7fc7-4198-b28d-7ace1bb6c58b x-compute-request-id: req-8ff86e68-7fc7-4198-b28d-7ace1bb6c58b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 10b7a8c8-ae3b-45cd-b796-34c7db966784 could not be found.", "code": 404}} 2018-07-22 15:56:19,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/10b7a8c8-ae3b-45cd-b796-34c7db966784 used request id req-8ff86e68-7fc7-4198-b28d-7ace1bb6c58b 2018-07-22 15:56:19,231 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 10b7a8c8-ae3b-45cd-b796-34c7db966784 could not be found. (HTTP 404) (Request-ID: req-8ff86e68-7fc7-4198-b28d-7ace1bb6c58b) 2018-07-22 15:56:19,231 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-inst 2018-07-22 15:56:19,232 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet 2018-07-22 15:56:19,232 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-subnet 2018-07-22 15:56:19,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/9fc28336-48e4-49a3-bc8a-5b09e72b9a70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" 2018-07-22 15:56:20,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43fd39e7-f316-459e-97d7-4d6fbbe72516 Date: Sun, 22 Jul 2018 15:56:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:56:20,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/9fc28336-48e4-49a3-bc8a-5b09e72b9a70 used request id req-43fd39e7-f316-459e-97d7-4d6fbbe72516 2018-07-22 15:56:20,679 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-priv-net 2018-07-22 15:56:20,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/dc4ea399-fef4-4192-9290-d58a47cb4d63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0e3badd78fe7a40b7d1b80b4dafbd6662d0641" 2018-07-22 15:56:22,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-762f2cec-a56d-4a2c-b277-0fbe481c6f63 Date: Sun, 22 Jul 2018 15:56:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:56:22,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dc4ea399-fef4-4192-9290-d58a47cb4d63 used request id req-762f2cec-a56d-4a2c-b277-0fbe481c6f63 2018-07-22 15:56:22,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd92604a349ebfda9afb939f51938f64bb3ee04" 2018-07-22 15:56:22,148 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:56:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4ee6371-6376-456c-9185-20484de14d6b x-compute-request-id: req-d4ee6371-6376-456c-9185-20484de14d6b Content-Length: 0 Content-Type: application/json 2018-07-22 15:56:22,148 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d92c4412-1f62-4935-a5e4-1c7d667e70a1 used request id req-d4ee6371-6376-456c-9185-20484de14d6b 2018-07-22 15:56:22,149 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-408f67f1-53c7-45fe-8ab6-97d5cd56de4d-image 2018-07-22 15:56:22,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5efc4dd272043add793e85b452fe0e61d0d76d66" 2018-07-22 15:56:22,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed98bd49-d7a4-4d30-aa2e-6ef50b02e986 Date: Sun, 22 Jul 2018 15:56:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:56:22,915 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b6341a84-5151-4d4a-9ecc-fb49c199d7f2 used request id req-ed98bd49-d7a4-4d30-aa2e-6ef50b02e986 2018-07-22 15:56:22,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:56:23,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-db734b31-0ec1-4a34-b89b-28f31d9888ff Date: Sun, 22 Jul 2018 15:56:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a88317b579a141b3904eded0934152ea", "created_at": "2018-07-22T15:55:57Z", "updated_at": "2018-07-22T15:55:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:55:57Z", "revision_number": 0, "id": "1741bbcf-60a9-4ae6-b763-2cd1d9009001", "remote_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "remote_ip_prefix": null, "created_at": "2018-07-22T15:55:57Z", "security_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "tenant_id": "a88317b579a141b3904eded0934152ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "a88317b579a141b3904eded0934152ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:55:57Z", "revision_number": 0, "id": "94aa5230-00e8-4a05-8d18-5a238b609860", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:55:57Z", "security_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "tenant_id": "a88317b579a141b3904eded0934152ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "a88317b579a141b3904eded0934152ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:55:57Z", "revision_number": 0, "id": "aa80aca6-cc13-428b-8817-76283e87ae17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:55:57Z", "security_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "tenant_id": "a88317b579a141b3904eded0934152ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "a88317b579a141b3904eded0934152ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:55:57Z", "revision_number": 0, "id": "f09ac133-389b-4e25-bcd6-463c634f241b", "remote_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "remote_ip_prefix": null, "created_at": "2018-07-22T15:55:57Z", "security_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "tenant_id": "a88317b579a141b3904eded0934152ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "a88317b579a141b3904eded0934152ea"}], "revision_number": 4, "project_id": "a88317b579a141b3904eded0934152ea", "id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:56:23,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-db734b31-0ec1-4a34-b89b-28f31d9888ff 2018-07-22 15:56:23,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:56:23,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8cc806-84a0-4591-928e-671a84affe6f Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a88317b579a141b3904eded0934152ea", "name": "SimpleHealthCheck-13084e32-7e53-484-proj"}} 2018-07-22 15:56:23,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea used request id req-bc8cc806-84a0-4591-928e-671a84affe6f 2018-07-22 15:56:23,175 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3347bd0b-0bdc-43b2-8e83-46a4f62cd204 2018-07-22 15:56:23,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3347bd0b-0bdc-43b2-8e83-46a4f62cd204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:56:23,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fa2e431c-cd9a-45d0-b5a7-896963ef2497 Date: Sun, 22 Jul 2018 15:56:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:55:57Z", "security_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "port_range_min": null, "revision_number": 0, "tenant_id": "a88317b579a141b3904eded0934152ea", "created_at": "2018-07-22T15:55:57Z", "project_id": "a88317b579a141b3904eded0934152ea", "id": "1741bbcf-60a9-4ae6-b763-2cd1d9009001"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:55:57Z", "security_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "port_range_min": null, "revision_number": 0, "tenant_id": "a88317b579a141b3904eded0934152ea", "created_at": "2018-07-22T15:55:57Z", "project_id": "a88317b579a141b3904eded0934152ea", "id": "94aa5230-00e8-4a05-8d18-5a238b609860"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:55:57Z", "security_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "port_range_min": null, "revision_number": 0, "tenant_id": "a88317b579a141b3904eded0934152ea", "created_at": "2018-07-22T15:55:57Z", "project_id": "a88317b579a141b3904eded0934152ea", "id": "aa80aca6-cc13-428b-8817-76283e87ae17"}, {"remote_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:55:57Z", "security_group_id": "3347bd0b-0bdc-43b2-8e83-46a4f62cd204", "port_range_min": null, "revision_number": 0, "tenant_id": "a88317b579a141b3904eded0934152ea", "created_at": "2018-07-22T15:55:57Z", "project_id": "a88317b579a141b3904eded0934152ea", "id": "f09ac133-389b-4e25-bcd6-463c634f241b"}]} 2018-07-22 15:56:23,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3347bd0b-0bdc-43b2-8e83-46a4f62cd204 used request id req-fa2e431c-cd9a-45d0-b5a7-896963ef2497 2018-07-22 15:56:23,211 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:56:23,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/3347bd0b-0bdc-43b2-8e83-46a4f62cd204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:56:23,518 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fbf93c0d-f366-44b9-956e-8d20c52c5ce3 Content-Length: 0 Date: Sun, 22 Jul 2018 15:56:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:56:23,518 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3347bd0b-0bdc-43b2-8e83-46a4f62cd204 used request id req-fbf93c0d-f366-44b9-956e-8d20c52c5ce3 2018-07-22 15:56:23,519 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-13084e32-7e53-484-proj 2018-07-22 15:56:23,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:56:23,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:56:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-296c2621-a3cd-45a4-a69c-ff2ba1920b6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:56:23,844 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a88317b579a141b3904eded0934152ea used request id req-296c2621-a3cd-45a4-a69c-ff2ba1920b6e 2018-07-22 15:56:23,845 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-13084e32-7e53-484-proj-role 2018-07-22 15:56:23,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c19b01c2586c4036971e686d42c28e02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:56:23,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:56:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f53032f5-44d3-4908-9e2c-f863d45457f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:56:23,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c19b01c2586c4036971e686d42c28e02 used request id req-f53032f5-44d3-4908-9e2c-f863d45457f2 2018-07-22 15:56:23,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3523dff9a2cee6e30510062155b92fd8be8b731" 2018-07-22 15:56:24,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6fb5d3-2416-4278-a1d7-d43bb6938bcd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:56:24,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fa6fb5d3-2416-4278-a1d7-d43bb6938bcd 2018-07-22 15:56:24,074 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-13084e32-7e53-484-user 2018-07-22 15:56:24,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8c769abe24d343cc9598afa901b1f216 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d8bb655d83509bc0c3059219786b40d985d349" 2018-07-22 15:56:24,263 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:56:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e300bf5-802b-4be4-a6b8-1eaecd96fae3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:56:24,263 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8c769abe24d343cc9598afa901b1f216 used request id req-2e300bf5-802b-4be4-a6b8-1eaecd96fae3 2018-07-22 15:56:24,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:24,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:56:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["uU9BUYdgTwOYTMogUiecAQ"], "issued_at": "2018-07-22T15:56:24.000000Z"}} 2018-07-22 15:56:24,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c1fa5bb1d765f16a518336943ba6d01c25e664" 2018-07-22 15:56:24,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27346148-02ae-48ce-9f4f-2c0a062e68af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:24,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-27346148-02ae-48ce-9f4f-2c0a062e68af 2018-07-22 15:56:24,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:24,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:25,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:56:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["eSXaZoVeS-C9xLNe2lyAbA"], "issued_at": "2018-07-22T15:56:25.000000Z"}} 2018-07-22 15:56:25,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:56:25,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36263543-458c-4850-b5c1-cb8b24a4ecfe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:25,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-36263543-458c-4850-b5c1-cb8b24a4ecfe 2018-07-22 15:56:25,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:25,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:25,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:56:25,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13e6d1b1-17c7-4409-9505-4d6371598fff Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:56:25,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj used request id req-13e6d1b1-17c7-4409-9505-4d6371598fff 2018-07-22 15:56:25,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:56:25,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbb7a23a-e3e3-498a-b181-c73eea5c570f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:56:25,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-fbb7a23a-e3e3-498a-b181-c73eea5c570f 2018-07-22 15:56:25,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}}' 2018-07-22 15:56:25,503 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:56:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d644dc71-5ad0-4957-99c7-d03e13ed5491 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "id": "167e09a89298461db75ff5308636993d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:25,503 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d644dc71-5ad0-4957-99c7-d03e13ed5491 2018-07-22 15:56:25,503 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj 2018-07-22 15:56:25,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:25,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:25,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:56:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["LXoOqpIfR66kGbeoP4eLSw"], "issued_at": "2018-07-22T15:56:25.000000Z"}} 2018-07-22 15:56:25,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2198336740df0ba5527c23301844406440744ae7" 2018-07-22 15:56:25,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4858d4d-57f2-477f-b3ca-f4bc2174fca2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:25,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b4858d4d-57f2-477f-b3ca-f4bc2174fca2 2018-07-22 15:56:25,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:25,910 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:25,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2198336740df0ba5527c23301844406440744ae7" 2018-07-22 15:56:26,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc71c4c-4ff5-42e9-a803-3e80f1e88af0 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:56:26,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bbc71c4c-4ff5-42e9-a803-3e80f1e88af0 2018-07-22 15:56:26,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2198336740df0ba5527c23301844406440744ae7" 2018-07-22 15:56:26,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-833bb1ae-55f8-46a9-872e-ee3190ef98a3 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "id": "167e09a89298461db75ff5308636993d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}]} 2018-07-22 15:56:26,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj used request id req-833bb1ae-55f8-46a9-872e-ee3190ef98a3 2018-07-22 15:56:26,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2198336740df0ba5527c23301844406440744ae7" 2018-07-22 15:56:26,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5825ea-4696-43d2-b9ba-8dfb6f51fc28 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:56:26,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4f5825ea-4696-43d2-b9ba-8dfb6f51fc28 2018-07-22 15:56:26,496 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user 2018-07-22 15:56:26,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:26,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:56:26,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d656245-b454-46b1-9681-4037c4c89536 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:56:26,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8d656245-b454-46b1-9681-4037c4c89536 2018-07-22 15:56:26,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" -d '{"role": {"name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}}' 2018-07-22 15:56:26,683 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29c82bb1-0c83-4413-8286-0e5c440b3bb2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0a8d54ef4f9e4203807d80e5563cd914", "links": {"self": "http://172.30.9.28:5000/v3/roles/0a8d54ef4f9e4203807d80e5563cd914"}, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}} 2018-07-22 15:56:26,684 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-29c82bb1-0c83-4413-8286-0e5c440b3bb2 2018-07-22 15:56:26,684 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role 2018-07-22 15:56:26,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/0a8d54ef4f9e4203807d80e5563cd914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:56:26,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3274fad8-82d9-4395-86d6-a87af35fa2f5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0a8d54ef4f9e4203807d80e5563cd914", "links": {"self": "http://172.30.9.28:5000/v3/roles/0a8d54ef4f9e4203807d80e5563cd914"}, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}} 2018-07-22 15:56:26,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/0a8d54ef4f9e4203807d80e5563cd914 used request id req-3274fad8-82d9-4395-86d6-a87af35fa2f5 2018-07-22 15:56:26,772 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role to project CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj 2018-07-22 15:56:26,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d/users/66312306a04b463aa22bd5693f2f0833/roles/0a8d54ef4f9e4203807d80e5563cd914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:56:26,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:56:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33fe4a9c-f8e7-4195-83b2-bfb9ceb33a98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:56:26,889 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d/users/66312306a04b463aa22bd5693f2f0833/roles/0a8d54ef4f9e4203807d80e5563cd914 used request id req-33fe4a9c-f8e7-4195-83b2-bfb9ceb33a98 2018-07-22 15:56:26,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:56:26,891 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:56:26,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:26,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:27,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["t84bHDZrR5m64f0nMJgqWA"], "issued_at": "2018-07-22T15:56:27.000000Z"}} 2018-07-22 15:56:27,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" 2018-07-22 15:56:27,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c814fe3-cb57-4ee8-a599-ca1193269adf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:27,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7c814fe3-cb57-4ee8-a599-ca1193269adf 2018-07-22 15:56:27,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" 2018-07-22 15:56:27,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-da02a5bb-c40e-4166-8966-5429f6077f0e Date: Sun, 22 Jul 2018 15:56:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe"} 2018-07-22 15:56:27,932 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe used request id req-da02a5bb-c40e-4166-8966-5429f6077f0e 2018-07-22 15:56:27,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" 2018-07-22 15:56:27,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-de6aa8bd-d2ca-48b7-ac78-49efad5317af Date: Sun, 22 Jul 2018 15:56: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-07-22 15:56:27,942 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-de6aa8bd-d2ca-48b7-ac78-49efad5317af 2018-07-22 15:56:27,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe"}' 2018-07-22 15:56:28,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a62b374f-4e6c-4cc0-ac9f-c85c49e6c74c Date: Sun, 22 Jul 2018 15:56:28 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:56:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:56:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "min_disk": 0, "protected": false, "id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "file": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb/file", "checksum": null, "owner": "167e09a89298461db75ff5308636993d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:56:28,002 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a62b374f-4e6c-4cc0-ac9f-c85c49e6c74c 2018-07-22 15:56:28,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" -d '' 2018-07-22 15:56:28,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f1f4e5e-f65c-41ec-b2d0-39fe9264094b Date: Sun, 22 Jul 2018 15:56:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:56:28,691 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb/file used request id req-8f1f4e5e-f65c-41ec-b2d0-39fe9264094b 2018-07-22 15:56:28,692 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:56:28,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" 2018-07-22 15:56:28,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-22875674-ac22-443f-a267-b42e3ba98dcf Date: Sun, 22 Jul 2018 15:56:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:56:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:56:28Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/59147f44-3ef1-4610-886d-edd69dc0cceb/snap", "metadata": {}}], "self": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "min_disk": 0, "protected": false, "id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "file": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "167e09a89298461db75ff5308636993d", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/59147f44-3ef1-4610-886d-edd69dc0cceb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:56:28,711 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb used request id req-22875674-ac22-443f-a267-b42e3ba98dcf 2018-07-22 15:56:28,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" 2018-07-22 15:56:28,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8ee9c4bc-ad0e-4b62-a42a-1b74eced3066 Date: Sun, 22 Jul 2018 15:56:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:56:28,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8ee9c4bc-ad0e-4b62-a42a-1b74eced3066 2018-07-22 15:56:28,723 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe 2018-07-22 15:56:28,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" 2018-07-22 15:56:28,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-0a220723-def6-4604-9cda-2b3f405643b3 Date: Sun, 22 Jul 2018 15:56:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:56:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:56:28Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/59147f44-3ef1-4610-886d-edd69dc0cceb/snap", "metadata": {}}], "self": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "min_disk": 0, "protected": false, "id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "file": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "167e09a89298461db75ff5308636993d", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/59147f44-3ef1-4610-886d-edd69dc0cceb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:56:28,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb used request id req-0a220723-def6-4604-9cda-2b3f405643b3 2018-07-22 15:56:28,740 - create_image - DEBUG - Instance status is - active 2018-07-22 15:56:28,740 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe 2018-07-22 15:56:28,740 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe 2018-07-22 15:56:28,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:28,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:29,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["eKQa6qobSjK7I3h6dgKzdw"], "issued_at": "2018-07-22T15:56:29.000000Z"}} 2018-07-22 15:56:29,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" 2018-07-22 15:56:29,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab91394-e3a5-4e83-b0ff-a17a0bb07937 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:29,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5ab91394-e3a5-4e83-b0ff-a17a0bb07937 2018-07-22 15:56:29,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" 2018-07-22 15:56:29,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fa08415e-1a61-4e2e-addb-f5d2aed85c59 Date: Sun, 22 Jul 2018 15:56:29 GMT RESP BODY: {"networks":[]} 2018-07-22 15:56:29,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-fa08415e-1a61-4e2e-addb-f5d2aed85c59 2018-07-22 15:56:29,385 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 2018-07-22 15:56:29,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" -d '{"network": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1", "admin_state_up": true}}' 2018-07-22 15:56:29,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 604 X-Openstack-Request-Id: req-9dca787f-7d3e-4545-9cea-6a281ad48a7f Date: Sun, 22 Jul 2018 15:56:29 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T15:56:29Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}} 2018-07-22 15:56:29,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9dca787f-7d3e-4545-9cea-6a281ad48a7f 2018-07-22 15:56:29,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" 2018-07-22 15:56:29,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 588 X-Openstack-Request-Id: req-8c8db60c-e433-45dd-9a32-961967f8afef Date: Sun, 22 Jul 2018 15:56:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T15:56:29Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:29,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-8c8db60c-e433-45dd-9a32-961967f8afef 2018-07-22 15:56:29,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" 2018-07-22 15:56:30,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1edac138-a9a0-4a86-a8e7-e0df668999b8 Date: Sun, 22 Jul 2018 15:56:30 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:56:30,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-1edac138-a9a0-4a86-a8e7-e0df668999b8 2018-07-22 15:56:30,028 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1 2018-07-22 15:56:30,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" -d '{"subnets": [{"ip_version": 4, "network_id": "2430b53f-53df-4dc4-8a31-34001f543586", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]}' 2018-07-22 15:56:30,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b3009142-92c0-4cab-9d16-5575a6a2907c Date: Sun, 22 Jul 2018 15:56:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:30,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-b3009142-92c0-4cab-9d16-5575a6a2907c 2018-07-22 15:56:30,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" 2018-07-22 15:56:31,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-004cae0a-5e69-4022-8772-95fc574b5f4e Date: Sun, 22 Jul 2018 15:56: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":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:31,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-004cae0a-5e69-4022-8772-95fc574b5f4e 2018-07-22 15:56:31,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" 2018-07-22 15:56:31,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-18d46284-0eed-41ce-98ca-c62159df557c Date: Sun, 22 Jul 2018 15:56:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:31,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-18d46284-0eed-41ce-98ca-c62159df557c 2018-07-22 15:56:31,084 - OpenStackNetwork - DEBUG - Network [2430b53f-53df-4dc4-8a31-34001f543586] created successfully 2018-07-22 15:56:31,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:31,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:31,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["Amc0JwI7SgG4LyDiJEGDiw"], "issued_at": "2018-07-22T15:56:31.000000Z"}} 2018-07-22 15:56:31,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" 2018-07-22 15:56:31,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f54cb3a5-d868-4af5-b463-ecc32eea84a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:31,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f54cb3a5-d868-4af5-b463-ecc32eea84a0 2018-07-22 15:56:31,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" 2018-07-22 15:56:31,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0c24f068-2e3b-4592-9de8-6feff33a9a7e Date: Sun, 22 Jul 2018 15:56:31 GMT RESP BODY: {"networks":[]} 2018-07-22 15:56:31,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-0c24f068-2e3b-4592-9de8-6feff33a9a7e 2018-07-22 15:56:31,814 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 2018-07-22 15:56:31,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" -d '{"network": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2", "admin_state_up": true}}' 2018-07-22 15:56:32,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 604 X-Openstack-Request-Id: req-f0214292-0d9c-43be-80cb-a8363ca4f3da Date: Sun, 22 Jul 2018 15:56:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T15:56:31Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}} 2018-07-22 15:56:32,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-f0214292-0d9c-43be-80cb-a8363ca4f3da 2018-07-22 15:56:32,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" 2018-07-22 15:56:32,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 588 X-Openstack-Request-Id: req-1a283934-92e3-4bad-a90a-80b5af9e0b03 Date: Sun, 22 Jul 2018 15:56:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T15:56:31Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:56:32,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-1a283934-92e3-4bad-a90a-80b5af9e0b03 2018-07-22 15:56:32,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" 2018-07-22 15:56:32,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b50c593e-1183-49eb-b10a-c29387adee45 Date: Sun, 22 Jul 2018 15:56:32 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:56:32,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-b50c593e-1183-49eb-b10a-c29387adee45 2018-07-22 15:56:32,275 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2 2018-07-22 15:56:32,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" -d '{"subnets": [{"ip_version": 4, "network_id": "cb602512-530c-4f3b-81e8-21b380193a24", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]}' 2018-07-22 15:56:32,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-070897cc-382b-4889-99f9-21b2a3d9a64f Date: Sun, 22 Jul 2018 15:56:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:56:32,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-070897cc-382b-4889-99f9-21b2a3d9a64f 2018-07-22 15:56:32,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" 2018-07-22 15:56:33,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-bec2d7a6-13bb-4acb-aff9-d2194f7cd7d8 Date: Sun, 22 Jul 2018 15:56: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":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:56:33,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-bec2d7a6-13bb-4acb-aff9-d2194f7cd7d8 2018-07-22 15:56:33,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" 2018-07-22 15:56:33,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-29f75ada-87e8-408f-9f15-91cf0c040cad Date: Sun, 22 Jul 2018 15:56:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:56:33,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-29f75ada-87e8-408f-9f15-91cf0c040cad 2018-07-22 15:56:33,133 - OpenStackNetwork - DEBUG - Network [cb602512-530c-4f3b-81e8-21b380193a24] created successfully 2018-07-22 15:56:33,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:33,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:33,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["wCQ7xOzMSQaxWprNRhCvfg"], "issued_at": "2018-07-22T15:56:33.000000Z"}} 2018-07-22 15:56:33,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:33,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55462a2d-253a-478e-938d-ae38dcc32a72 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:33,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-55462a2d-253a-478e-938d-ae38dcc32a72 2018-07-22 15:56:33,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:33,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-89566aea-96ee-4f11-bd2a-23fd72376fc1 Date: Sun, 22 Jul 2018 15:56:33 GMT RESP BODY: {"routers": []} 2018-07-22 15:56:33,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router&admin_state_up=True used request id req-89566aea-96ee-4f11-bd2a-23fd72376fc1 2018-07-22 15:56:33,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:33,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:34,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["lasFw0kSTe-y86s980CKaA"], "issued_at": "2018-07-22T15:56:34.000000Z"}} 2018-07-22 15:56:34,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2edae1b1b5b7e253ff804de561ee78b69cc52822" 2018-07-22 15:56:34,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c44cfb-841a-441b-aead-676682b397ef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:34,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-44c44cfb-841a-441b-aead-676682b397ef 2018-07-22 15:56:34,346 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:56:34,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" -d '{"router": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router", "admin_state_up": true}}' 2018-07-22 15:56:34,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-f2b9516b-e8a1-4953-9a1b-d33a78e2bab0 Date: Sun, 22 Jul 2018 15:56:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:34Z", "admin_state_up": true, "updated_at": "2018-07-22T15:56:34Z", "revision_number": 0, "routes": [], "project_id": "167e09a89298461db75ff5308636993d", "id": "e62a14b8-b465-488d-89f3-7197e0885376", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router"}} 2018-07-22 15:56:34,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-f2b9516b-e8a1-4953-9a1b-d33a78e2bab0 2018-07-22 15:56:34,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=e62a14b8-b465-488d-89f3-7197e0885376 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:34,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-efa42220-70c6-4988-b9fc-1439a6d9f5a1 Date: Sun, 22 Jul 2018 15:56:34 GMT RESP BODY: {"ports":[]} 2018-07-22 15:56:34,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=e62a14b8-b465-488d-89f3-7197e0885376 used request id req-efa42220-70c6-4988-b9fc-1439a6d9f5a1 2018-07-22 15:56:34,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:34,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-f6149cf3-b74f-4a9e-b9bd-2de336f95c8f Date: Sun, 22 Jul 2018 15:56: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":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:34,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-f6149cf3-b74f-4a9e-b9bd-2de336f95c8f 2018-07-22 15:56:34,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:34,635 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:34,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:34,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240bdda5-c1f3-4984-b576-5c655fbcf554 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:34,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-240bdda5-c1f3-4984-b576-5c655fbcf554 2018-07-22 15:56:34,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:34,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2f99c65b-e1f5-48fe-8c0a-4b595789dc62 Date: Sun, 22 Jul 2018 15:56:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:34,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-2f99c65b-e1f5-48fe-8c0a-4b595789dc62 2018-07-22 15:56:34,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:34,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9ace5c66-cf31-4962-af52-1be939d4ccd3 Date: Sun, 22 Jul 2018 15:56:34 GMT RESP BODY: {"ports":[]} 2018-07-22 15:56:34,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1&admin_state_up=True used request id req-9ace5c66-cf31-4962-af52-1be939d4ccd3 2018-07-22 15:56:34,810 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1 for router - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:56:34,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:34,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:35,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["4ls7CD7-Qgur83Ax4JgH3A"], "issued_at": "2018-07-22T15:56:35.000000Z"}} 2018-07-22 15:56:35,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32a3c686df256bf9baa27d6aa27da464cc3378a" 2018-07-22 15:56:35,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2950ae04-142c-4a90-9e06-cf5e63f63292 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:35,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2950ae04-142c-4a90-9e06-cf5e63f63292 2018-07-22 15:56:35,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:35,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-7294f637-ad10-4020-829b-5cc4c384e594 Date: Sun, 22 Jul 2018 15:56: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":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:35,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-7294f637-ad10-4020-829b-5cc4c384e594 2018-07-22 15:56:35,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:35,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a62c88e1-4e1a-48bf-9fdb-31074b23a36b Date: Sun, 22 Jul 2018 15:56:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:35,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-a62c88e1-4e1a-48bf-9fdb-31074b23a36b 2018-07-22 15:56:35,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:35,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-50be1081-53eb-48ea-8670-b08833069443 Date: Sun, 22 Jul 2018 15:56: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":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:35,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-50be1081-53eb-48ea-8670-b08833069443 2018-07-22 15:56:35,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:35,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:35,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32a3c686df256bf9baa27d6aa27da464cc3378a" 2018-07-22 15:56:35,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03878cb2-4ce6-4670-a17d-4cdda567bb79 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:35,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-03878cb2-4ce6-4670-a17d-4cdda567bb79 2018-07-22 15:56:35,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:35,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-38e3eaba-60ff-412a-acbb-4418a5992f4a Date: Sun, 22 Jul 2018 15:56:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:35,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-38e3eaba-60ff-412a-acbb-4418a5992f4a 2018-07-22 15:56:35,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:35,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-954d1e73-4861-4d81-bca3-3a5ceb35f671 Date: Sun, 22 Jul 2018 15:56:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:35,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1 used request id req-954d1e73-4861-4d81-bca3-3a5ceb35f671 2018-07-22 15:56:35,743 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 2018-07-22 15:56:35,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" -d '{"port": {"network_id": "2430b53f-53df-4dc4-8a31-34001f543586", "fixed_ips": [{"subnet_id": "d2bceee3-f12d-435c-b9e3-1b6eac282f08", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1", "admin_state_up": true}}' 2018-07-22 15:56:36,438 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3bf1b5a5-84c4-42a7-9eb1-83a425b0302e Date: Sun, 22 Jul 2018 15:56:36 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T15:56:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T15:56:36Z","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:00:66:66","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.1"}],"id":"c8361806-09da-4925-bd8d-54871a109667","security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"device_id":""}} 2018-07-22 15:56:36,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-3bf1b5a5-84c4-42a7-9eb1-83a425b0302e 2018-07-22 15:56:36,439 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1 for router - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:56:36,439 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:56:36,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" -d '{"port_id": "c8361806-09da-4925-bd8d-54871a109667"}' 2018-07-22 15:56:38,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f9586a66-a765-4954-921f-d48ab7fdc617 Date: Sun, 22 Jul 2018 15:56:38 GMT RESP BODY: {"network_id": "2430b53f-53df-4dc4-8a31-34001f543586", "tenant_id": "167e09a89298461db75ff5308636993d", "subnet_id": "d2bceee3-f12d-435c-b9e3-1b6eac282f08", "subnet_ids": ["d2bceee3-f12d-435c-b9e3-1b6eac282f08"], "port_id": "c8361806-09da-4925-bd8d-54871a109667", "id": "e62a14b8-b465-488d-89f3-7197e0885376"} 2018-07-22 15:56:38,088 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376/add_router_interface used request id req-f9586a66-a765-4954-921f-d48ab7fdc617 2018-07-22 15:56:38,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:38,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-a7bee0b9-3d01-4008-8d76-ded65b0c1c00 Date: Sun, 22 Jul 2018 15:56: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":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:56:38,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-a7bee0b9-3d01-4008-8d76-ded65b0c1c00 2018-07-22 15:56:38,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:38,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb50f0f0-5f07-48dd-9f60-24d5dc6ec406 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:38,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-fb50f0f0-5f07-48dd-9f60-24d5dc6ec406 2018-07-22 15:56:38,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:38,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-05851d67-c8a5-419c-9333-fa2a67facf2d Date: Sun, 22 Jul 2018 15:56:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:56:38,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-05851d67-c8a5-419c-9333-fa2a67facf2d 2018-07-22 15:56:38,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:38,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bd46a4fd-675a-4adf-9adf-cbd8e1d429ca Date: Sun, 22 Jul 2018 15:56:38 GMT RESP BODY: {"ports":[]} 2018-07-22 15:56:38,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2&admin_state_up=True used request id req-bd46a4fd-675a-4adf-9adf-cbd8e1d429ca 2018-07-22 15:56:38,320 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2 for router - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:56:38,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:38,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:38,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["SVKElTCJQgakN8YpQZYExg"], "issued_at": "2018-07-22T15:56:38.000000Z"}} 2018-07-22 15:56:38,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56628bbe7617c5176bf01a2a240084554d3dbbd" 2018-07-22 15:56:38,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e90d809-fca7-4d76-a978-064cef22760e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:38,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5e90d809-fca7-4d76-a978-064cef22760e 2018-07-22 15:56:38,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:38,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-aab51c95-1461-43bb-a5be-ad163b2f019b Date: Sun, 22 Jul 2018 15:56: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":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:56:38,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-aab51c95-1461-43bb-a5be-ad163b2f019b 2018-07-22 15:56:38,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:38,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a4d687be-c242-4fdb-a189-f563c75b1c1b Date: Sun, 22 Jul 2018 15:56:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:56:38,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-a4d687be-c242-4fdb-a189-f563c75b1c1b 2018-07-22 15:56:38,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:39,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-14a0e262-5593-42b2-aa86-1fd32db3f5d4 Date: Sun, 22 Jul 2018 15:56: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":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:56:39,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-14a0e262-5593-42b2-aa86-1fd32db3f5d4 2018-07-22 15:56:39,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:39,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:39,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56628bbe7617c5176bf01a2a240084554d3dbbd" 2018-07-22 15:56:39,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f4d363-3940-4649-92a1-d03673423dfc Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:39,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-a1f4d363-3940-4649-92a1-d03673423dfc 2018-07-22 15:56:39,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:39,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-480beb5d-a778-4af2-a48e-a2b74df91743 Date: Sun, 22 Jul 2018 15:56:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:56:39,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-480beb5d-a778-4af2-a48e-a2b74df91743 2018-07-22 15:56:39,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:39,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-bda40a82-a795-4729-a303-371ae8527cd8 Date: Sun, 22 Jul 2018 15:56:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:56:39,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2 used request id req-bda40a82-a795-4729-a303-371ae8527cd8 2018-07-22 15:56:39,303 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 2018-07-22 15:56:39,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" -d '{"port": {"network_id": "cb602512-530c-4f3b-81e8-21b380193a24", "fixed_ips": [{"subnet_id": "17d30077-22dc-4bd3-ad03-0d18d048b869", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2", "admin_state_up": true}}' 2018-07-22 15:56:40,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-6d7d3e8f-bddd-441c-9d94-a8cb0c796ef2 Date: Sun, 22 Jul 2018 15:56:40 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T15:56:39Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T15:56:39Z","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:5d:63:e8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.1"}],"id":"f535acc5-de33-458a-80b6-ff6fb36de288","security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"device_id":""}} 2018-07-22 15:56:40,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-6d7d3e8f-bddd-441c-9d94-a8cb0c796ef2 2018-07-22 15:56:40,152 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2 for router - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:56:40,153 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:56:40,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" -d '{"port_id": "f535acc5-de33-458a-80b6-ff6fb36de288"}' 2018-07-22 15:56:41,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1c4fc52a-108a-4288-8ec4-d0b213950cae Date: Sun, 22 Jul 2018 15:56:41 GMT RESP BODY: {"network_id": "cb602512-530c-4f3b-81e8-21b380193a24", "tenant_id": "167e09a89298461db75ff5308636993d", "subnet_id": "17d30077-22dc-4bd3-ad03-0d18d048b869", "subnet_ids": ["17d30077-22dc-4bd3-ad03-0d18d048b869"], "port_id": "f535acc5-de33-458a-80b6-ff6fb36de288", "id": "e62a14b8-b465-488d-89f3-7197e0885376"} 2018-07-22 15:56:41,902 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376/add_router_interface used request id req-1c4fc52a-108a-4288-8ec4-d0b213950cae 2018-07-22 15:56:41,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:42,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-6ea0ffe6-0e6d-4383-ade7-be3411c93564 Date: Sun, 22 Jul 2018 15:56:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:34Z", "admin_state_up": true, "updated_at": "2018-07-22T15:56:41Z", "revision_number": 2, "routes": [], "project_id": "167e09a89298461db75ff5308636993d", "id": "e62a14b8-b465-488d-89f3-7197e0885376", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router"}} 2018-07-22 15:56:42,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376 used request id req-6ea0ffe6-0e6d-4383-ade7-be3411c93564 2018-07-22 15:56:42,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=e62a14b8-b465-488d-89f3-7197e0885376 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:42,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1657 X-Openstack-Request-Id: req-b0e85d47-3abf-4b83-a722-774b297ccea7 Date: Sun, 22 Jul 2018 15:56:42 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:35Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:37Z","binding:vnic_type":"normal","device_id":"e62a14b8-b465-488d-89f3-7197e0885376","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:00:66:66","id":"c8361806-09da-4925-bd8d-54871a109667","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:39Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:41Z","binding:vnic_type":"normal","device_id":"e62a14b8-b465-488d-89f3-7197e0885376","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:5d:63:e8","id":"f535acc5-de33-458a-80b6-ff6fb36de288","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2"}]} 2018-07-22 15:56:42,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=e62a14b8-b465-488d-89f3-7197e0885376 used request id req-b0e85d47-3abf-4b83-a722-774b297ccea7 2018-07-22 15:56:42,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/d2bceee3-f12d-435c-b9e3-1b6eac282f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:42,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-902ca1db-918f-48ae-879a-6fe1a536ad0f Date: Sun, 22 Jul 2018 15:56:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}} 2018-07-22 15:56:42,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/d2bceee3-f12d-435c-b9e3-1b6eac282f08 used request id req-902ca1db-918f-48ae-879a-6fe1a536ad0f 2018-07-22 15:56:42,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/17d30077-22dc-4bd3-ad03-0d18d048b869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:56:42,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-34361280-d1db-4035-a368-47baeeae9e77 Date: Sun, 22 Jul 2018 15:56:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}} 2018-07-22 15:56:42,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/17d30077-22dc-4bd3-ad03-0d18d048b869 used request id req-34361280-d1db-4035-a368-47baeeae9e77 2018-07-22 15:56:42,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:42,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:42,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:56:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["w1PExzw2T1irOZF2TUAKEw"], "issued_at": "2018-07-22T15:56:42.000000Z"}} 2018-07-22 15:56:42,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0663bea6103690a6f214767ecb5f0ccf249d05" 2018-07-22 15:56:42,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b87731-49c8-47d2-bd5e-16c7e802581d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:42,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-94b87731-49c8-47d2-bd5e-16c7e802581d 2018-07-22 15:56:42,655 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:56:42,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0663bea6103690a6f214767ecb5f0ccf249d05" 2018-07-22 15:56:42,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-928a1429-80f7-4681-a6ed-b81144c74a46 x-compute-request-id: req-928a1429-80f7-4681-a6ed-b81144c74a46 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 15:56:42,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-928a1429-80f7-4681-a6ed-b81144c74a46 2018-07-22 15:56:42,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0663bea6103690a6f214767ecb5f0ccf249d05" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-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-07-22 15:56:42,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7b1dbfa-7ee5-429e-8f05-f4c320fc7b0e x-compute-request-id: req-e7b1dbfa-7ee5-429e-8f05-f4c320fc7b0e Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "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": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72"}} 2018-07-22 15:56:42,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e7b1dbfa-7ee5-429e-8f05-f4c320fc7b0e 2018-07-22 15:56:42,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:42,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:43,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["G71FDh52SLKLio78V8Qgbg"], "issued_at": "2018-07-22T15:56:43.000000Z"}} 2018-07-22 15:56:43,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:43,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f74906b-88ba-489a-b706-8255a53ab841 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:43,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2f74906b-88ba-489a-b706-8255a53ab841 2018-07-22 15:56:43,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:43,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a68a2ecd-57f1-4899-9a3d-da85f592fcda Date: Sun, 22 Jul 2018 15:56:43 GMT RESP BODY: {"security_groups": []} 2018-07-22 15:56:43,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp used request id req-a68a2ecd-57f1-4899-9a3d-da85f592fcda 2018-07-22 15:56:43,540 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp... 2018-07-22 15:56:43,540 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp 2018-07-22 15:56:43,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}}' 2018-07-22 15:56:43,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-852a494c-4ebd-4cfd-9a08-f6566d2d4acf Date: Sun, 22 Jul 2018 15:56:43 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "updated_at": "2018-07-22T15:56:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "8986a625-055b-4598-af0a-479f0c1b445c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "9214b16b-2221-4a80-987c-f1d6617778ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv6", "project_id": "167e09a89298461db75ff5308636993d"}], "revision_number": 2, "project_id": "167e09a89298461db75ff5308636993d", "id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}} 2018-07-22 15:56:43,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-852a494c-4ebd-4cfd-9a08-f6566d2d4acf 2018-07-22 15:56:43,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:43,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:43,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5313e9ed-1f9d-4980-bee3-30298b31c933 Date: Sun, 22 Jul 2018 15:56: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-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "8986a625-055b-4598-af0a-479f0c1b445c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "9214b16b-2221-4a80-987c-f1d6617778ad"}]} 2018-07-22 15:56:43,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-5313e9ed-1f9d-4980-bee3-30298b31c933 2018-07-22 15:56:43,853 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:43,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:43,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2079bf40-db97-44ba-8ab8-08e37ac3a4f4 Date: Sun, 22 Jul 2018 15:56: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-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "8986a625-055b-4598-af0a-479f0c1b445c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "9214b16b-2221-4a80-987c-f1d6617778ad"}]} 2018-07-22 15:56:43,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-2079bf40-db97-44ba-8ab8-08e37ac3a4f4 2018-07-22 15:56:43,886 - neutron_utils - INFO - Retrieving security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:43,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:43,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-1f0a9b9f-e2a9-4178-8509-3c34ac1e5577 Date: Sun, 22 Jul 2018 15:56:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "updated_at": "2018-07-22T15:56:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "8986a625-055b-4598-af0a-479f0c1b445c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "9214b16b-2221-4a80-987c-f1d6617778ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv6", "project_id": "167e09a89298461db75ff5308636993d"}], "revision_number": 2, "project_id": "167e09a89298461db75ff5308636993d", "id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}]} 2018-07-22 15:56:43,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-1f0a9b9f-e2a9-4178-8509-3c34ac1e5577 2018-07-22 15:56:43,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:43,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f30b674-891a-463a-8bd5-894af26ac396 Date: Sun, 22 Jul 2018 15:56: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-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "8986a625-055b-4598-af0a-479f0c1b445c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "9214b16b-2221-4a80-987c-f1d6617778ad"}]} 2018-07-22 15:56:44,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-1f30b674-891a-463a-8bd5-894af26ac396 2018-07-22 15:56:44,019 - neutron_utils - INFO - Retrieving security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:44,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-ee550a51-b876-4cf5-84dd-47ff0bb16b44 Date: Sun, 22 Jul 2018 15:56:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "updated_at": "2018-07-22T15:56:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "8986a625-055b-4598-af0a-479f0c1b445c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "9214b16b-2221-4a80-987c-f1d6617778ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv6", "project_id": "167e09a89298461db75ff5308636993d"}], "revision_number": 2, "project_id": "167e09a89298461db75ff5308636993d", "id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}]} 2018-07-22 15:56:44,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-ee550a51-b876-4cf5-84dd-47ff0bb16b44 2018-07-22 15:56:44,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:44,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-130c8e55-8c1c-4997-a5bb-bbf82053aefb Date: Sun, 22 Jul 2018 15:56: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-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "8986a625-055b-4598-af0a-479f0c1b445c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "9214b16b-2221-4a80-987c-f1d6617778ad"}]} 2018-07-22 15:56:44,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-130c8e55-8c1c-4997-a5bb-bbf82053aefb 2018-07-22 15:56:44,090 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp 2018-07-22 15:56:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-e4a26199-33d9-45cf-8c1e-b74602906a8e Date: Sun, 22 Jul 2018 15:56:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "updated_at": "2018-07-22T15:56:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "8986a625-055b-4598-af0a-479f0c1b445c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "9214b16b-2221-4a80-987c-f1d6617778ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv6", "project_id": "167e09a89298461db75ff5308636993d"}], "revision_number": 2, "project_id": "167e09a89298461db75ff5308636993d", "id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}]} 2018-07-22 15:56:44,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp used request id req-e4a26199-33d9-45cf-8c1e-b74602906a8e 2018-07-22 15:56:44,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:44,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:44,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d77b491d-f1fb-474a-81cd-fb939ede899d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:44,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-d77b491d-f1fb-474a-81cd-fb939ede899d 2018-07-22 15:56:44,224 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:44,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4594de99-ec93-4679-ad5d-44b0756ab6cb Date: Sun, 22 Jul 2018 15:56: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-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "8986a625-055b-4598-af0a-479f0c1b445c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "9214b16b-2221-4a80-987c-f1d6617778ad"}]} 2018-07-22 15:56:44,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-4594de99-ec93-4679-ad5d-44b0756ab6cb 2018-07-22 15:56:44,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372"}}' 2018-07-22 15:56:44,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7164a84d-b941-4626-ac40-ae9732bbc740 Date: Sun, 22 Jul 2018 15:56:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:44Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:44Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "05e00043-687f-43b4-ab2e-76161ced7d9f"}} 2018-07-22 15:56:44,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-7164a84d-b941-4626-ac40-ae9732bbc740 2018-07-22 15:56:44,430 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp 2018-07-22 15:56:44,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-31cfbbca-81af-4ef4-b582-caf64fe67c75 Date: Sun, 22 Jul 2018 15:56:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "updated_at": "2018-07-22T15:56:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:44Z", "revision_number": 0, "id": "05e00043-687f-43b4-ab2e-76161ced7d9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:44Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "8986a625-055b-4598-af0a-479f0c1b445c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "9214b16b-2221-4a80-987c-f1d6617778ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv6", "project_id": "167e09a89298461db75ff5308636993d"}], "revision_number": 3, "project_id": "167e09a89298461db75ff5308636993d", "id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}]} 2018-07-22 15:56:44,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp used request id req-31cfbbca-81af-4ef4-b582-caf64fe67c75 2018-07-22 15:56:44,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43418860-3b25-41f7-b1bb-c6f3feee45c6 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:44,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-43418860-3b25-41f7-b1bb-c6f3feee45c6 2018-07-22 15:56:44,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:44,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-e40ad759-2ecb-4874-b03d-252805850dc0 Date: Sun, 22 Jul 2018 15:56:44 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-07-22T15:56:44Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:44Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "05e00043-687f-43b4-ab2e-76161ced7d9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "8986a625-055b-4598-af0a-479f0c1b445c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "9214b16b-2221-4a80-987c-f1d6617778ad"}]} 2018-07-22 15:56:44,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-e40ad759-2ecb-4874-b03d-252805850dc0 2018-07-22 15:56:44,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372"}}' 2018-07-22 15:56:44,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 508 X-Openstack-Request-Id: req-9e3af9f8-145a-43a6-a2f4-4a987fa5f2e8 Date: Sun, 22 Jul 2018 15:56:44 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-07-22T15:56:44Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:44Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "ef08ba94-88bb-4ae4-a38e-c4cf813d6125"}} 2018-07-22 15:56:44,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-9e3af9f8-145a-43a6-a2f4-4a987fa5f2e8 2018-07-22 15:56:44,714 - neutron_utils - INFO - Retrieving security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:44,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2400 X-Openstack-Request-Id: req-bc5d5653-286d-46b4-97d4-418bd9c94247 Date: Sun, 22 Jul 2018 15:56:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "updated_at": "2018-07-22T15:56:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:44Z", "revision_number": 0, "id": "05e00043-687f-43b4-ab2e-76161ced7d9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:44Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "8986a625-055b-4598-af0a-479f0c1b445c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "revision_number": 0, "id": "9214b16b-2221-4a80-987c-f1d6617778ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv6", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:44Z", "revision_number": 0, "id": "ef08ba94-88bb-4ae4-a38e-c4cf813d6125", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:44Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}], "revision_number": 4, "project_id": "167e09a89298461db75ff5308636993d", "id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}]} 2018-07-22 15:56:44,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-bc5d5653-286d-46b4-97d4-418bd9c94247 2018-07-22 15:56:44,771 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a3442ebb-fb13-4e44-99a9-fa563016d372 2018-07-22 15:56:44,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:56:44,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1973 X-Openstack-Request-Id: req-80273995-1308-411a-9c89-a0bcca4d89d9 Date: Sun, 22 Jul 2018 15:56:44 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-07-22T15:56:44Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:44Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "05e00043-687f-43b4-ab2e-76161ced7d9f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "8986a625-055b-4598-af0a-479f0c1b445c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:43Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:43Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "9214b16b-2221-4a80-987c-f1d6617778ad"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:44Z", "security_group_id": "a3442ebb-fb13-4e44-99a9-fa563016d372", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:44Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "ef08ba94-88bb-4ae4-a38e-c4cf813d6125"}]} 2018-07-22 15:56:44,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-80273995-1308-411a-9c89-a0bcca4d89d9 2018-07-22 15:56:44,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:44,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:45,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["FZErP-5BRYmteipTPNMkvQ"], "issued_at": "2018-07-22T15:56:45.000000Z"}} 2018-07-22 15:56:45,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:45,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61121c5-8567-4d97-b901-9e6c92531a08 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:45,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e61121c5-8567-4d97-b901-9e6c92531a08 2018-07-22 15:56:45,285 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:56:45,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:45,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add80361-b65d-41cf-8641-acffe79167f7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:45,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-add80361-b65d-41cf-8641-acffe79167f7 2018-07-22 15:56:45,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:45,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-bdf71f53-c191-4038-ae3d-3b271248af85 Date: Sun, 22 Jul 2018 15:56:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:45,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-bdf71f53-c191-4038-ae3d-3b271248af85 2018-07-22 15:56:45,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:45,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:45,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:45,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-607fd4ef-03a8-4433-835d-bc8c2605fea5 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:45,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-607fd4ef-03a8-4433-835d-bc8c2605fea5 2018-07-22 15:56:45,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:45,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c5bde0d5-df2f-4294-bfd0-8224c077ba04 Date: Sun, 22 Jul 2018 15:56:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:45,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-c5bde0d5-df2f-4294-bfd0-8224c077ba04 2018-07-22 15:56:45,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:45,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8d8bdb81-6096-42ab-9809-9130f05642ee Date: Sun, 22 Jul 2018 15:56:45 GMT RESP BODY: {"ports":[]} 2018-07-22 15:56:45,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port&admin_state_up=True used request id req-8d8bdb81-6096-42ab-9809-9130f05642ee 2018-07-22 15:56:45,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:45,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62a36df0-11fd-4b05-9161-bf9475b0e613 x-compute-request-id: req-62a36df0-11fd-4b05-9161-bf9475b0e613 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:56:45,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1 used request id req-62a36df0-11fd-4b05-9161-bf9475b0e613 2018-07-22 15:56:45,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:46,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-189e4bed-1932-4f45-a158-7f1feaa13292 Date: Sun, 22 Jul 2018 15:56:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:46,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-189e4bed-1932-4f45-a158-7f1feaa13292 2018-07-22 15:56:46,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:46,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf65489-3a1c-4a54-9f78-ae9df426e105 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:46,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-ddf65489-3a1c-4a54-9f78-ae9df426e105 2018-07-22 15:56:46,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:46,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-85a28146-3929-4dd4-bdbf-d510a2dccf78 Date: Sun, 22 Jul 2018 15:56:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:46,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-85a28146-3929-4dd4-bdbf-d510a2dccf78 2018-07-22 15:56:46,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:46,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-967446ac-e79c-4ea7-a776-7702d8d5cfdf Date: Sun, 22 Jul 2018 15:56:46 GMT RESP BODY: {"ports":[]} 2018-07-22 15:56:46,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port&admin_state_up=True used request id req-967446ac-e79c-4ea7-a776-7702d8d5cfdf 2018-07-22 15:56:46,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:46,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:56:46,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["4g3SkY87TyqzwH0feQXelw"], "issued_at": "2018-07-22T15:56:46.000000Z"}} 2018-07-22 15:56:46,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e89aa15f0ab15f0b679358c63fc7b00a67e614e" 2018-07-22 15:56:46,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8e94195-a987-401d-93cd-8bcb22d850ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:56:46,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f8e94195-a987-401d-93cd-8bcb22d850ae 2018-07-22 15:56:46,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:46,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-8f9cf569-ad5f-48b9-ad4a-23506d895a9e Date: Sun, 22 Jul 2018 15:56:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:46,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-8f9cf569-ad5f-48b9-ad4a-23506d895a9e 2018-07-22 15:56:46,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:46,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d3d3ce09-2e88-48d3-9743-2913eddd5dcd Date: Sun, 22 Jul 2018 15:56:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:46,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-d3d3ce09-2e88-48d3-9743-2913eddd5dcd 2018-07-22 15:56:46,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:46,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-134cd418-4a91-4d6c-b6e1-c5173f8070f8 Date: Sun, 22 Jul 2018 15:56:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:46,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-134cd418-4a91-4d6c-b6e1-c5173f8070f8 2018-07-22 15:56:46,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:56:46,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:56: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:56:46,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e89aa15f0ab15f0b679358c63fc7b00a67e614e" 2018-07-22 15:56:47,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c01a35cd-3066-467b-9992-7f6946cf6724 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:47,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-c01a35cd-3066-467b-9992-7f6946cf6724 2018-07-22 15:56:47,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:47,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-958a9990-4b8b-49f9-86c1-7ccf2d23cd85 Date: Sun, 22 Jul 2018 15:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:47,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-958a9990-4b8b-49f9-86c1-7ccf2d23cd85 2018-07-22 15:56:47,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:47,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-16e47d43-409e-44b7-901d-1466bd9a59dc Date: Sun, 22 Jul 2018 15:56:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:47,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1 used request id req-16e47d43-409e-44b7-901d-1466bd9a59dc 2018-07-22 15:56:47,333 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 2018-07-22 15:56:47,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" -d '{"port": {"network_id": "2430b53f-53df-4dc4-8a31-34001f543586", "fixed_ips": [{"subnet_id": "d2bceee3-f12d-435c-b9e3-1b6eac282f08", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port", "admin_state_up": true}}' 2018-07-22 15:56:48,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 766 X-Openstack-Request-Id: req-e1552a99-38f2-44bb-a155-85d7a9ad06bd Date: Sun, 22 Jul 2018 15:56:48 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T15:56:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T15:56:47Z","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:2a:ab:a6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.5"}],"id":"ab9738d6-22c8-421b-b76e-e0f2453dbf54","security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"device_id":""}} 2018-07-22 15:56:48,046 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-e1552a99-38f2-44bb-a155-85d7a9ad06bd 2018-07-22 15:56:48,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-fa387bbf-62db-4d74-b71c-adafd64ab2a5 Date: Sun, 22 Jul 2018 15:56: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":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:48,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-fa387bbf-62db-4d74-b71c-adafd64ab2a5 2018-07-22 15:56:48,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32334ff6-33ab-4751-8c4c-5732fb678fbe Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:48,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-32334ff6-33ab-4751-8c4c-5732fb678fbe 2018-07-22 15:56:48,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c7608ba6-32ae-4cc5-9ddb-e2a431ca18a8 Date: Sun, 22 Jul 2018 15:56:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:48,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-c7608ba6-32ae-4cc5-9ddb-e2a431ca18a8 2018-07-22 15:56:48,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-d4c964aa-60fa-4f66-ab17-a9decbcdb55d Date: Sun, 22 Jul 2018 15:56:48 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:47Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:47Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:2a:ab:a6","id":"ab9738d6-22c8-421b-b76e-e0f2453dbf54","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port"}]} 2018-07-22 15:56:48,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port&admin_state_up=True used request id req-d4c964aa-60fa-4f66-ab17-a9decbcdb55d 2018-07-22 15:56:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43180ef2-2b3a-4a27-bf11-1a316e930886 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:48,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-43180ef2-2b3a-4a27-bf11-1a316e930886 2018-07-22 15:56:48,466 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1 2018-07-22 15:56:48,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a32c53b-856c-41a5-8b28-f4c0c58a8e7d x-compute-request-id: req-4a32c53b-856c-41a5-8b28-f4c0c58a8e7d Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-flavor-name"}]} 2018-07-22 15:56:48,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4a32c53b-856c-41a5-8b28-f4c0c58a8e7d 2018-07-22 15:56:48,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f10b83f4-a86b-4b85-82e4-e2d6c66cd691 x-compute-request-id: req-f10b83f4-a86b-4b85-82e4-e2d6c66cd691 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "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": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72"}} 2018-07-22 15:56:48,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72 used request id req-f10b83f4-a86b-4b85-82e4-e2d6c66cd691 2018-07-22 15:56:48,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-34e5f16b-07f0-4301-92a5-e0111d53812f Date: Sun, 22 Jul 2018 15:56:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:56:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:56:28Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/59147f44-3ef1-4610-886d-edd69dc0cceb/snap", "metadata": {}}], "self": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "min_disk": 0, "protected": false, "id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "file": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "167e09a89298461db75ff5308636993d", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/59147f44-3ef1-4610-886d-edd69dc0cceb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe"} 2018-07-22 15:56:48,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe used request id req-34e5f16b-07f0-4301-92a5-e0111d53812f 2018-07-22 15:56:48,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:48,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c70739b8-d26b-4358-be81-0f099d6b05ec Date: Sun, 22 Jul 2018 15:56: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-07-22 15:56:48,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c70739b8-d26b-4358-be81-0f099d6b05ec 2018-07-22 15:56:48,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" -d '{"server": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "imageRef": "59147f44-3ef1-4610-886d-edd69dc0cceb", "flavorRef": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "ab9738d6-22c8-421b-b76e-e0f2453dbf54"}], "security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}]}}' 2018-07-22 15:56:49,864 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:56:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-981f6db5-71c6-406a-84c2-c359795aff60 x-compute-request-id: req-981f6db5-71c6-406a-84c2-c359795aff60 Content-Length: 437 location: http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "adminPass": "imTVmob6UhJK"}} 2018-07-22 15:56:49,864 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-981f6db5-71c6-406a-84c2-c359795aff60 2018-07-22 15:56:49,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:50,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbadca30-1128-481b-bd4c-9554f556501d x-compute-request-id: req-cbadca30-1128-481b-bd4c-9554f556501d Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "user_id": "66312306a04b463aa22bd5693f2f0833", "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-07-22T15:56:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:50,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-cbadca30-1128-481b-bd4c-9554f556501d 2018-07-22 15:56:50,397 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1 2018-07-22 15:56:50,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:50,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67225cb6-0a96-4e58-bae3-3197b3a3164c x-compute-request-id: req-67225cb6-0a96-4e58-bae3-3197b3a3164c Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:56:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:50,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-67225cb6-0a96-4e58-bae3-3197b3a3164c 2018-07-22 15:56:50,823 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1] is - BUILD 2018-07-22 15:56:50,823 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:56:53,827 - create_instance - DEBUG - VM status query timeout in 896.570561171 2018-07-22 15:56:53,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:54,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b72017b-bed3-4f52-89e6-b2062606cbf1 x-compute-request-id: req-3b72017b-bed3-4f52-89e6-b2062606cbf1 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:56:50Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:54,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-3b72017b-bed3-4f52-89e6-b2062606cbf1 2018-07-22 15:56:54,018 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1] is - BUILD 2018-07-22 15:56:54,018 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:56:57,021 - create_instance - DEBUG - VM status query timeout in 893.37600112 2018-07-22 15:56:57,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:57,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01979a46-8241-48ac-a595-b355a7bcd1aa x-compute-request-id: req-01979a46-8241-48ac-a595-b355a7bcd1aa Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:ab:a6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:54Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:57,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-01979a46-8241-48ac-a595-b355a7bcd1aa 2018-07-22 15:56:57,359 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1] is - ACTIVE 2018-07-22 15:56:57,359 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:56:57,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:57,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a98040ba-a3cb-414e-8a65-4e75f20de2e0 x-compute-request-id: req-a98040ba-a3cb-414e-8a65-4e75f20de2e0 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:ab:a6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:54Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:57,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-a98040ba-a3cb-414e-8a65-4e75f20de2e0 2018-07-22 15:56:57,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:57,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-0ba9fe06-d942-42f2-9403-1d640e81b566 Date: Sun, 22 Jul 2018 15:56:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:57,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-0ba9fe06-d942-42f2-9403-1d640e81b566 2018-07-22 15:56:57,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:57,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fddeeaf-9fb6-4d03-812d-fcb96fc0c98e Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:57,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-9fddeeaf-9fb6-4d03-812d-fcb96fc0c98e 2018-07-22 15:56:57,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:57,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-239fcf2c-0269-4043-9a5b-d459be43f8bf Date: Sun, 22 Jul 2018 15:56:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:57,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-239fcf2c-0269-4043-9a5b-d459be43f8bf 2018-07-22 15:56:57,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:57,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2384 X-Openstack-Request-Id: req-b185bd3f-8ab3-469f-86e6-be6faa81c99a Date: Sun, 22 Jul 2018 15:56:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2430b53f-53df-4dc4-8a31-34001f543586","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:3a:1a:77","id":"084f3119-73ac-4a67-a78c-bd6dc778a82f","port_security_enabled":false,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:47Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:54Z","binding:vnic_type":"normal","device_id":"cee84f67-8df7-4166-bd9f-45c78aa74735","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:2a:ab:a6","id":"ab9738d6-22c8-421b-b76e-e0f2453dbf54","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:35Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:37Z","binding:vnic_type":"normal","device_id":"e62a14b8-b465-488d-89f3-7197e0885376","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:00:66:66","id":"c8361806-09da-4925-bd8d-54871a109667","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1"}]} 2018-07-22 15:56:57,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-b185bd3f-8ab3-469f-86e6-be6faa81c99a 2018-07-22 15:56:57,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:58,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7e29451-ebde-46f1-a5f0-2c88da15eaf9 x-compute-request-id: req-b7e29451-ebde-46f1-a5f0-2c88da15eaf9 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:ab:a6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:54Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:58,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-b7e29451-ebde-46f1-a5f0-2c88da15eaf9 2018-07-22 15:56:58,178 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1] is - ACTIVE 2018-07-22 15:56:58,178 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:56:58,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:58,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02a93052-2135-4167-be78-8b697d9f067e x-compute-request-id: req-02a93052-2135-4167-be78-8b697d9f067e Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:ab:a6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:54Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:56:58,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-02a93052-2135-4167-be78-8b697d9f067e 2018-07-22 15:56:58,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:58,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-facb4152-acbf-4205-a153-666b8c78847c Date: Sun, 22 Jul 2018 15:56:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d2bceee3-f12d-435c-b9e3-1b6eac282f08"],"updated_at":"2018-07-22T15:56:30Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"2430b53f-53df-4dc4-8a31-34001f543586","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1"}]} 2018-07-22 15:56:58,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 used request id req-facb4152-acbf-4205-a153-666b8c78847c 2018-07-22 15:56:58,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:58,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a66f5943-cfc6-49bd-aa08-bde17b54b25c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:56:58,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-a66f5943-cfc6-49bd-aa08-bde17b54b25c 2018-07-22 15:56:58,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:58,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b47b1a63-ac57-44c4-a90a-e5c307ec3762 Date: Sun, 22 Jul 2018 15:56:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:30Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"167e09a89298461db75ff5308636993d","id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1"}]} 2018-07-22 15:56:58,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-b47b1a63-ac57-44c4-a90a-e5c307ec3762 2018-07-22 15:56:58,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:56:58,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2384 X-Openstack-Request-Id: req-ec890529-f1fa-4dd3-b636-fcfece97bef6 Date: Sun, 22 Jul 2018 15:56:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2430b53f-53df-4dc4-8a31-34001f543586","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:3a:1a:77","id":"084f3119-73ac-4a67-a78c-bd6dc778a82f","port_security_enabled":false,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:47Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:54Z","binding:vnic_type":"normal","device_id":"cee84f67-8df7-4166-bd9f-45c78aa74735","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:2a:ab:a6","id":"ab9738d6-22c8-421b-b76e-e0f2453dbf54","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.5"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2430b53f-53df-4dc4-8a31-34001f543586","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:35Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:37Z","binding:vnic_type":"normal","device_id":"e62a14b8-b465-488d-89f3-7197e0885376","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:00:66:66","id":"c8361806-09da-4925-bd8d-54871a109667","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"d2bceee3-f12d-435c-b9e3-1b6eac282f08","ip_address":"10.200.201.1"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1"}]} 2018-07-22 15:56:58,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2430b53f-53df-4dc4-8a31-34001f543586 used request id req-ec890529-f1fa-4dd3-b636-fcfece97bef6 2018-07-22 15:56:58,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" -d '{"addSecurityGroup": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}}' 2018-07-22 15:56:59,745 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a2ad0c4-63cd-4b53-a9b8-305dbc98acaa x-compute-request-id: req-6a2ad0c4-63cd-4b53-a9b8-305dbc98acaa Content-Length: 0 Content-Type: application/json 2018-07-22 15:56:59,745 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735/action used request id req-6a2ad0c4-63cd-4b53-a9b8-305dbc98acaa 2018-07-22 15:56:59,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:56:59,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:00,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["g6RSRfoHRdWdGSXrbW29SQ"], "issued_at": "2018-07-22T15:57:00.000000Z"}} 2018-07-22 15:57:00,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:00,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbd09f7-d028-46ba-a97e-e07e21d868a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:00,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ffbd09f7-d028-46ba-a97e-e07e21d868a0 2018-07-22 15:57:00,218 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:57:00,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:00,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7cbe782-a4a2-4a11-828d-c7923c527dc8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:00,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e7cbe782-a4a2-4a11-828d-c7923c527dc8 2018-07-22 15:57:00,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:00,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-b6c76753-bd22-42ff-8e77-9b3e10b62105 Date: Sun, 22 Jul 2018 15:57: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":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:57:00,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-b6c76753-bd22-42ff-8e77-9b3e10b62105 2018-07-22 15:57:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:57:00,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:57:00,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:00,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a91d5ec4-8322-444a-aca2-b6fffa52406a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:57:00,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-a91d5ec4-8322-444a-aca2-b6fffa52406a 2018-07-22 15:57:00,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:00,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-257bb954-225e-4376-9063-24ad1ebebe7d Date: Sun, 22 Jul 2018 15:57:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:57:00,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-257bb954-225e-4376-9063-24ad1ebebe7d 2018-07-22 15:57:00,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:00,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-67284913-360f-450c-adeb-8e89439d3934 Date: Sun, 22 Jul 2018 15:57:00 GMT RESP BODY: {"ports":[]} 2018-07-22 15:57:00,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port&admin_state_up=True used request id req-67284913-360f-450c-adeb-8e89439d3934 2018-07-22 15:57:00,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:00,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5db0b91e-6707-41a2-9b84-90490f4fb1b3 x-compute-request-id: req-5db0b91e-6707-41a2-9b84-90490f4fb1b3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:57:00,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2 used request id req-5db0b91e-6707-41a2-9b84-90490f4fb1b3 2018-07-22 15:57:00,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:01,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-67637411-dbc4-4e8a-b300-fe46b777ef90 Date: Sun, 22 Jul 2018 15:57:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:57:01,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-67637411-dbc4-4e8a-b300-fe46b777ef90 2018-07-22 15:57:01,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:01,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f73f39-4514-4340-aa84-16e2813ccdd0 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:57:01,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-d8f73f39-4514-4340-aa84-16e2813ccdd0 2018-07-22 15:57:01,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:01,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7c45b70b-530f-44ac-bead-6e6988ab1d02 Date: Sun, 22 Jul 2018 15:57:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:57:01,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-7c45b70b-530f-44ac-bead-6e6988ab1d02 2018-07-22 15:57:01,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:01,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ae5ff658-763a-4821-8e8b-799e89ec90f1 Date: Sun, 22 Jul 2018 15:57:01 GMT RESP BODY: {"ports":[]} 2018-07-22 15:57:01,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port&admin_state_up=True used request id req-ae5ff658-763a-4821-8e8b-799e89ec90f1 2018-07-22 15:57:01,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:01,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:01,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a8d54ef4f9e4203807d80e5563cd914", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role"}], "expires_at": "2018-07-22T16:57:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_167e09a89298461db75ff5308636993d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user", "id": "66312306a04b463aa22bd5693f2f0833"}, "audit_ids": ["FkRMjuFJRsyBfccedmKJSw"], "issued_at": "2018-07-22T15:57:01.000000Z"}} 2018-07-22 15:57:01,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16f6e53f3c80453f1902e475d80839b6e5f296f" 2018-07-22 15:57:01,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fe0798-efee-4bb8-b8a7-d5796c042a91 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:01,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f5fe0798-efee-4bb8-b8a7-d5796c042a91 2018-07-22 15:57:01,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:01,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-ab848612-1869-4b6c-a5ad-734c2bc211af Date: Sun, 22 Jul 2018 15:57:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:57:01,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-ab848612-1869-4b6c-a5ad-734c2bc211af 2018-07-22 15:57:01,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:01,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3db5f060-9810-40e8-b2d9-ec4f6d4e1048 Date: Sun, 22 Jul 2018 15:57:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:57:01,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-3db5f060-9810-40e8-b2d9-ec4f6d4e1048 2018-07-22 15:57:01,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:02,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-1d1b9037-2c88-4235-a8ed-345c5243081e Date: Sun, 22 Jul 2018 15:57: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":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:57:02,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-1d1b9037-2c88-4235-a8ed-345c5243081e 2018-07-22 15:57:02,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:57:02,040 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:57:02,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a16f6e53f3c80453f1902e475d80839b6e5f296f" 2018-07-22 15:57:02,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8cc50c5-4fc2-43cd-a3df-7c346aab5021 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:57:02,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-e8cc50c5-4fc2-43cd-a3df-7c346aab5021 2018-07-22 15:57:02,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:02,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5bb27f48-dd80-4080-9fe7-14223a4a1c00 Date: Sun, 22 Jul 2018 15:57:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:57:02,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-5bb27f48-dd80-4080-9fe7-14223a4a1c00 2018-07-22 15:57:02,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:02,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-46238d12-a349-433d-adf4-db9fdf32dd9c Date: Sun, 22 Jul 2018 15:57:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:57:02,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2 used request id req-46238d12-a349-433d-adf4-db9fdf32dd9c 2018-07-22 15:57:02,226 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 2018-07-22 15:57:02,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" -d '{"port": {"network_id": "cb602512-530c-4f3b-81e8-21b380193a24", "fixed_ips": [{"subnet_id": "17d30077-22dc-4bd3-ad03-0d18d048b869", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port", "admin_state_up": true}}' 2018-07-22 15:57:03,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 766 X-Openstack-Request-Id: req-6a5f9e80-04f5-4530-aacd-358319c67647 Date: Sun, 22 Jul 2018 15:57:03 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T15:57:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T15:57:02Z","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ff:9f:11","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.5"}],"id":"92c47656-6b4e-494d-ad7e-c7a6b3926892","security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"device_id":""}} 2018-07-22 15:57:03,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-6a5f9e80-04f5-4530-aacd-358319c67647 2018-07-22 15:57:03,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:03,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-c24d6fa4-9e93-4e5b-bbe2-e3c1bfd46f5c Date: Sun, 22 Jul 2018 15:57:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:57:03,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-c24d6fa4-9e93-4e5b-bbe2-e3c1bfd46f5c 2018-07-22 15:57:03,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:03,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1035cd55-4b3f-45d0-9877-62d860e8b3a6 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:57:03,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-1035cd55-4b3f-45d0-9877-62d860e8b3a6 2018-07-22 15:57:03,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:03,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e528c85c-3011-4008-b582-35024801aa13 Date: Sun, 22 Jul 2018 15:57:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:57:03,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-e528c85c-3011-4008-b582-35024801aa13 2018-07-22 15:57:03,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:03,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-4b1bf81b-6ad6-4bfc-b6b6-95a0d23eb3e6 Date: Sun, 22 Jul 2018 15:57:03 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:57:02Z","admin_state_up":true,"updated_at":"2018-07-22T15:57:02Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:ff:9f:11","id":"92c47656-6b4e-494d-ad7e-c7a6b3926892","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port"}]} 2018-07-22 15:57:03,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24&name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port&admin_state_up=True used request id req-4b1bf81b-6ad6-4bfc-b6b6-95a0d23eb3e6 2018-07-22 15:57:03,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:03,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7795c269-929f-431e-925b-22bdf24004a8 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:57:03,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-7795c269-929f-431e-925b-22bdf24004a8 2018-07-22 15:57:03,452 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2 2018-07-22 15:57:03,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:03,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5ba33b4-95c5-406f-8ccd-742ad7f1b725 x-compute-request-id: req-b5ba33b4-95c5-406f-8ccd-742ad7f1b725 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-flavor-name"}]} 2018-07-22 15:57:03,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b5ba33b4-95c5-406f-8ccd-742ad7f1b725 2018-07-22 15:57:03,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:03,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-128f277b-f660-4cd9-bc15-1b1a59b70abc x-compute-request-id: req-128f277b-f660-4cd9-bc15-1b1a59b70abc Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "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": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72"}} 2018-07-22 15:57:03,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72 used request id req-128f277b-f660-4cd9-bc15-1b1a59b70abc 2018-07-22 15:57:03,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:04,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-f64aa572-2945-4aa4-8509-442f1d68c23c Date: Sun, 22 Jul 2018 15:57:04 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:56:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:56:28Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/59147f44-3ef1-4610-886d-edd69dc0cceb/snap", "metadata": {}}], "self": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "min_disk": 0, "protected": false, "id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "file": "/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "167e09a89298461db75ff5308636993d", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/59147f44-3ef1-4610-886d-edd69dc0cceb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe"} 2018-07-22 15:57:04,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe used request id req-f64aa572-2945-4aa4-8509-442f1d68c23c 2018-07-22 15:57:04,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:04,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5cdfb8af-1998-4d4a-9d54-330ed6ce4340 Date: Sun, 22 Jul 2018 15:57: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-07-22 15:57:04,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5cdfb8af-1998-4d4a-9d54-330ed6ce4340 2018-07-22 15:57:04,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" -d '{"server": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "imageRef": "59147f44-3ef1-4610-886d-edd69dc0cceb", "flavorRef": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "92c47656-6b4e-494d-ad7e-c7a6b3926892"}], "security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}]}}' 2018-07-22 15:57:05,250 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae9bcb1f-1a9c-48ba-9554-9efea01e6747 x-compute-request-id: req-ae9bcb1f-1a9c-48ba-9554-9efea01e6747 Content-Length: 437 location: http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "adminPass": "GVyu7x7zqMT6"}} 2018-07-22 15:57:05,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ae9bcb1f-1a9c-48ba-9554-9efea01e6747 2018-07-22 15:57:05,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:05,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e2304bd-49c7-426f-9096-9342df3508c5 x-compute-request-id: req-3e2304bd-49c7-426f-9096-9342df3508c5 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "user_id": "66312306a04b463aa22bd5693f2f0833", "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-07-22T15:57:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:05,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-3e2304bd-49c7-426f-9096-9342df3508c5 2018-07-22 15:57:05,473 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2 2018-07-22 15:57:05,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:05,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2f87581-860a-41e1-9270-0a7f806bd964 x-compute-request-id: req-c2f87581-860a-41e1-9270-0a7f806bd964 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:57:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:05,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-c2f87581-860a-41e1-9270-0a7f806bd964 2018-07-22 15:57:05,580 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2] is - BUILD 2018-07-22 15:57:05,580 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:57:08,584 - create_instance - DEBUG - VM status query timeout in 896.889873028 2018-07-22 15:57:08,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:08,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57: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-e54fd1e1-4308-4a9b-9e9e-20f0bb4f22be x-compute-request-id: req-e54fd1e1-4308-4a9b-9e9e-20f0bb4f22be Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:57:06Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:08,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-e54fd1e1-4308-4a9b-9e9e-20f0bb4f22be 2018-07-22 15:57:08,763 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2] is - BUILD 2018-07-22 15:57:08,763 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:57:11,766 - create_instance - DEBUG - VM status query timeout in 893.707543135 2018-07-22 15:57:11,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:11,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6aacaea-3bc3-406a-b165-0e53ac79394b x-compute-request-id: req-d6aacaea-3bc3-406a-b165-0e53ac79394b Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:57:06Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:11,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-d6aacaea-3bc3-406a-b165-0e53ac79394b 2018-07-22 15:57:11,941 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2] is - BUILD 2018-07-22 15:57:11,941 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:57:14,944 - create_instance - DEBUG - VM status query timeout in 890.529433012 2018-07-22 15:57:14,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:15,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1a40cb2-8a09-4e08-806b-1b873d2bbda7 x-compute-request-id: req-b1a40cb2-8a09-4e08-806b-1b873d2bbda7 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:9f:11", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:57:11.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:12Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:15,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-b1a40cb2-8a09-4e08-806b-1b873d2bbda7 2018-07-22 15:57:15,354 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2] is - ACTIVE 2018-07-22 15:57:15,354 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:57:15,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:15,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-3042bbef-0ad3-45d2-ac1b-0078d8e10a25 x-compute-request-id: req-3042bbef-0ad3-45d2-ac1b-0078d8e10a25 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:9f:11", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:57:11.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:12Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:15,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-3042bbef-0ad3-45d2-ac1b-0078d8e10a25 2018-07-22 15:57:15,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:15,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-687bf55e-74b2-4c61-a674-75830dc4e279 Date: Sun, 22 Jul 2018 15:57: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":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:57:15,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-687bf55e-74b2-4c61-a674-75830dc4e279 2018-07-22 15:57:15,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:15,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc3f0cd-eaa7-461e-8c83-1a185f10a9ba Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:57:15,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-cfc3f0cd-eaa7-461e-8c83-1a185f10a9ba 2018-07-22 15:57:15,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:15,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3ad09864-a971-4302-b630-ee58c28b3b84 Date: Sun, 22 Jul 2018 15:57:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:57:15,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-3ad09864-a971-4302-b630-ee58c28b3b84 2018-07-22 15:57:15,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:15,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2384 X-Openstack-Request-Id: req-f1b2cc14-09b1-4abc-804f-4ffdc81b5319 Date: Sun, 22 Jul 2018 15:57:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:33Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cb602512-530c-4f3b-81e8-21b380193a24","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cd:b6:6f","id":"393c8c5d-dc0b-4161-9ce6-5c681128f38f","port_security_enabled":false,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:57:02Z","admin_state_up":true,"updated_at":"2018-07-22T15:57:11Z","binding:vnic_type":"normal","device_id":"981a6411-3715-4f3c-bb90-74bd358da0da","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ff:9f:11","id":"92c47656-6b4e-494d-ad7e-c7a6b3926892","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:39Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:41Z","binding:vnic_type":"normal","device_id":"e62a14b8-b465-488d-89f3-7197e0885376","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:5d:63:e8","id":"f535acc5-de33-458a-80b6-ff6fb36de288","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2"}]} 2018-07-22 15:57:15,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-f1b2cc14-09b1-4abc-804f-4ffdc81b5319 2018-07-22 15:57:15,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:16,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-5b938b02-58d7-4dc5-8a4c-bf6de6d04010 x-compute-request-id: req-5b938b02-58d7-4dc5-8a4c-bf6de6d04010 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:9f:11", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:57:11.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:12Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:16,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-5b938b02-58d7-4dc5-8a4c-bf6de6d04010 2018-07-22 15:57:16,167 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2] is - ACTIVE 2018-07-22 15:57:16,167 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:57:16,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:16,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-988d527d-d1ce-4a7e-b63b-5c61940930f6 x-compute-request-id: req-988d527d-d1ce-4a7e-b63b-5c61940930f6 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:9f:11", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:57:11.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "security_groups": [{"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:12Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:16,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-988d527d-d1ce-4a7e-b63b-5c61940930f6 2018-07-22 15:57:16,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:16,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 632 X-Openstack-Request-Id: req-019b2e41-4b78-4602-b12f-0d04d9ae40dc Date: Sun, 22 Jul 2018 15:57: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":["17d30077-22dc-4bd3-ad03-0d18d048b869"],"updated_at":"2018-07-22T15:56:32Z","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"167e09a89298461db75ff5308636993d","id":"cb602512-530c-4f3b-81e8-21b380193a24","name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2"}]} 2018-07-22 15:57:16,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 used request id req-019b2e41-4b78-4602-b12f-0d04d9ae40dc 2018-07-22 15:57:16,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:16,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255d0d24-3426-4871-ab37-ff63306b3d4c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:57:16,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-255d0d24-3426-4871-ab37-ff63306b3d4c 2018-07-22 15:57:16,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:16,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8b712af7-26c9-4a23-b0df-0ed6c4999199 Date: Sun, 22 Jul 2018 15:57:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:32Z","dns_nameservers":[],"updated_at":"2018-07-22T15:56:32Z","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":"167e09a89298461db75ff5308636993d","id":"17d30077-22dc-4bd3-ad03-0d18d048b869","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2"}]} 2018-07-22 15:57:16,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-8b712af7-26c9-4a23-b0df-0ed6c4999199 2018-07-22 15:57:16,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:16,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2384 X-Openstack-Request-Id: req-2757f0ee-67dd-4314-b154-3b7948058a0c Date: Sun, 22 Jul 2018 15:57:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:33Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cb602512-530c-4f3b-81e8-21b380193a24","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:cd:b6:6f","id":"393c8c5d-dc0b-4161-9ce6-5c681128f38f","port_security_enabled":false,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:57:02Z","admin_state_up":true,"updated_at":"2018-07-22T15:57:11Z","binding:vnic_type":"normal","device_id":"981a6411-3715-4f3c-bb90-74bd358da0da","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:ff:9f:11","id":"92c47656-6b4e-494d-ad7e-c7a6b3926892","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.5"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb602512-530c-4f3b-81e8-21b380193a24","tenant_id":"167e09a89298461db75ff5308636993d","created_at":"2018-07-22T15:56:39Z","admin_state_up":true,"updated_at":"2018-07-22T15:56:41Z","binding:vnic_type":"normal","device_id":"e62a14b8-b465-488d-89f3-7197e0885376","device_owner":"network:router_interface","revision_number":10,"mac_address":"fa:16:3e:5d:63:e8","id":"f535acc5-de33-458a-80b6-ff6fb36de288","port_security_enabled":true,"project_id":"167e09a89298461db75ff5308636993d","fixed_ips":[{"subnet_id":"17d30077-22dc-4bd3-ad03-0d18d048b869","ip_address":"10.200.202.1"}],"extra_dhcp_opts":[],"security_groups":["d778323a-0abc-4a75-9744-bebd60389c88"],"name":"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2"}]} 2018-07-22 15:57:16,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=cb602512-530c-4f3b-81e8-21b380193a24 used request id req-2757f0ee-67dd-4314-b154-3b7948058a0c 2018-07-22 15:57:16,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" -d '{"addSecurityGroup": {"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}}' 2018-07-22 15:57:17,407 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:57:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ece24e49-790e-4c18-962e-ee7a713781d6 x-compute-request-id: req-ece24e49-790e-4c18-962e-ee7a713781d6 Content-Length: 0 Content-Type: application/json 2018-07-22 15:57:17,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da/action used request id req-ece24e49-790e-4c18-962e-ee7a713781d6 2018-07-22 15:57:17,407 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-07-22 15:57:17,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:57:17,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb996c41-5269-4365-bbb6-8c6c1dc4e09d x-compute-request-id: req-eb996c41-5269-4365-bbb6-8c6c1dc4e09d Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:ab:a6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}, {"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:54Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:17,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-eb996c41-5269-4365-bbb6-8c6c1dc4e09d 2018-07-22 15:57:17,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 15:57:17,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b10a0da-9f4a-4bfe-b827-6d774458aa32 x-compute-request-id: req-2b10a0da-9f4a-4bfe-b827-6d774458aa32 Content-Encoding: gzip Content-Length: 8147 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 447666832 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.138670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140374] pid_max: default: 32768 minimum: 301\n[ 0.141293] ACPI: Core revision 20150930\n[ 0.142712] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144065] Security Framework initialized\n[ 0.144902] Yama: becoming mindful.\n[ 0.145654] AppArmor: AppArmor initialized\n[ 0.146544] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150460] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151927] Initializing cgroup subsys io\n[ 0.152757] Initializing cgroup subsys memory\n[ 0.153645] Initializing cgroup subsys devices\n[ 0.154546] Initializing cgroup subsys freezer\n[ 0.155441] Initializing cgroup subsys net_cls\n[ 0.156331] Initializing cgroup subsys perf_event\n[ 0.157264] Initializing cgroup subsys net_prio\n[ 0.158177] Initializing cgroup subsys hugetlb\n[ 0.159067] Initializing cgroup subsys pids\n[ 0.159958] CPU: Physical Processor ID: 0\n[ 0.161469] mce: CPU supports 10 MCE banks\n[ 0.162346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163372] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165636] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172081] ftrace: allocating 31920 entries in 125 pages\n[ 0.198532] smpboot: Max logical packages: 2\n[ 0.199414] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200643] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.202040] x2apic enabled\n[ 0.202858] Switched APIC routing to physical x2apic.\n[ 0.204626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205886] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208201] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210191] KVM setup paravirtual spinlock\n[ 0.211696] x86: Booting SMP configuration:\n[ 0.212628] .... node #0, CPUs: #1\n[ 0.213562] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.235773] x86: Booted up 1 node, 2 CPUs\n[ 0.235775] KVM setup async PF for cpu 1\n[ 0.235778] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.238536] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.240144] devtmpfs: initialized\n[ 0.241890] evm: security.selinux\n[ 0.242621] evm: security.SMACK64\n[ 0.243351] evm: security.SMACK64EXEC\n[ 0.244140] evm: security.SMACK64TRANSMUTE\n[ 0.245076] evm: security.SMACK64MMAP\n[ 0.245893] evm: security.ima\n[ 0.246582] evm: security.capability\n[ 0.247517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249616] pinctrl core: initialized pinctrl subsystem\n[ 0.250798] RTC time: 15:56:54, date: 07/22/18\n[ 0.251872] NET: Registered protocol family 16\n[ 0.261583] cpuidle: using governor ladder\n[ 0.273682] cpuidle: using governor menu\n[ 0.274525] PCCT header not found.\n[ 0.275350] ACPI: bus type PCI registered\n[ 0.276184] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277481] PCI: Using configuration type 1 for base access\n[ 0.291021] ACPI: Added _OSI(Module Device)\n[ 0.291906] ACPI: Added _OSI(Processor Device)\n[ 0.292790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293715] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295719] ACPI: Interpreter enabled\n[ 0.296514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.298417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.300330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.302236] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.304140] ACPI: (supports S0 S5)\n[ 0.304867] ACPI: Using IOAPIC for interrupt routing\n[ 0.305844] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.309304] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.310485] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315295] acpiphp: Slot [3] registered\n[ 0.316129] acpiphp: Slot [4] registered\n[ 0.316958] acpiphp: Slot [5] registered\n[ 0.317779] acpiphp: Slot [6] registered\n[ 0.318604] acpiphp: Slot [7] registered\n[ 0.319428] acpiphp: Slot [8] registered\n[ 0.320254] acpiphp: Slot [9] registered\n[ 0.321075] acpiphp: Slot [10] registered\n[ 0.332068] acpiphp: Slot [11] registered\n[ 0.332924] acpiphp: Slot [12] registered\n[ 0.333757] acpiphp: Slot [13] registered\n[ 0.334593] acpiphp: Slot [14] registered\n[ 0.335430] acpiphp: Slot [15] registered\n[ 0.336270] acpiphp: Slot [16] registered\n[ 0.337108] acpiphp: Slot [17] registered\n[ 0.337941] acpiphp: Slot [18] registered\n[ 0.338772] acpiphp: Slot [19] registered\n[ 0.339608] acpiphp: Slot [20] registered\n[ 0.340450] acpiphp: Slot [21] registered\n[ 0.341287] acpiphp: Slot [22] registered\n[ 0.342121] acpiphp: Slot [23] registered\n[ 0.342956] acpiphp: Slot [24] registered\n[ 0.343786] acpiphp: Slot [25] registered\n[ 0.344625] acpiphp: Slot [26] registered\n[ 0.345462] acpiphp: Slot [27] registered\n[ 0.346337] acpiphp: Slot [28] registered\n[ 0.347175] acpiphp: Slot [29] registered\n[ 0.348008] acpiphp: Slot [30] registered\n[ 0.348842] acpiphp: Slot [31] registered\n[ 0.349677] PCI host bridge to bus 0000:00\n[ 0.350514] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.351765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.353023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354515] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.357521] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360997] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.362316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363531] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364835] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.368435] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.390752] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392226] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393676] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395105] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396442] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398941] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400524] vgaarb: loaded\n[ 0.401142] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402426] SCSI subsystem initialized\n[ 0.403424] ACPI: bus type USB registered\n[ 0.404279] usbcore: registered new interface driver usbfs\n[ 0.405350] usbcore: registered new interface driver hub\n[ 0.406387] usbcore: registered new device driver usb\n[ 0.407593] PCI: Using ACPI for IRQ routing\n[ 0.408764] NetLabel: Initializing\n[ 0.409511] NetLabel: domain hash size = 128\n[ 0.410389] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411379] NetLabel: unlabeled traffic allowed by default\n[ 0.412637] clocksource: Switched to clocksource kvm-clock\n[ 0.421652] AppArmor: AppArmor Filesystem Enabled\n[ 0.422672] pnp: PnP ACPI init\n[ 0.423681] pnp: PnP ACPI: found 5 devices\n[ 0.430981] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.432753] NET: Registered protocol family 2\n[ 0.433892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436476] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437712] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438825] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440043] NET: Registered protocol family 1\n[ 0.440951] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442081] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443190] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461918] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.480775] Trying to unpack rootfs image as initramfs...\n[ 0.537493] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.539240] Scanning for low memory corruption every 60 seconds\n[ 0.540755] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.541960] audit: initializing netlink subsys (disabled)\n[ 0.543025] audit: type=2000 audit(1532275015.323:1): initialized\n[ 0.544408] Initialise system trusted keyring\n[ 0.545455] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546653] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548949] zbud: loaded\n[ 0.549741] VFS: Disk quotas dquot_6.6.0\n[ 0.550591] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552315] fuse init (API version 7.23)\n[ 0.553307] Key type big_key registered\n[ 0.554136] Allocating IMA MOK and blacklist keyrings.\n[ 0.555685] Key type asymmetric registered\n[ 0.556542] Asymmetric key parser 'x509' registered\n[ 0.557545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.559092] io scheduler noop registered\n[ 0.559912] io scheduler deadline registered (default)\n[ 0.560946] io scheduler cfq registered\n[ 0.561832] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562910] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.565723] ACPI: Power Button [PWRF]\n[ 0.566655] GHES: HEST is not enabled!\n[ 0.585007] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.621910] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650885] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655094] Linux agpgart interface v0.103\n[ 0.659620] brd: module loaded\n[ 0.661762] loop: module loaded\n[ 0.666744] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668248] GPT:90111 != 20971519\n[ 0.668971] GPT:Alternate GPT header not at the end of the disk.\n[ 0.670109] GPT:90111 != 20971519\n[ 0.670818] GPT: Use GNU Parted to correct GPT errors.\n[ 0.671833] vda: vda1 vda15\n[ 0.673843] scsi host0: ata_piix\n[ 0.674720] scsi host1: ata_piix\n[ 0.675481] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.676748] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.678168] libphy: Fixed MDIO Bus: probed\n[ 0.679079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680137] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682910] PPP generic driver version 2.4.2\n[ 0.683944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685224] ehci-pci: EHCI PCI platform driver\n[ 0.686154] ehci-platform: EHCI generic platform driver\n[ 0.687200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688512] ohci-pci: OHCI PCI platform driver\n[ 0.689460] ohci-platform: OHCI generic platform driver\n[ 0.690505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709621] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710725] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712279] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.713351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.714625] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715913] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717392] usb usb1: Product: UHCI Host Controller\n[ 0.718362] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719553] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720661] hub 1-0:1.0: USB hub found\n[ 0.721473] hub 1-0:1.0: 2 ports detected\n[ 0.722572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725952] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727122] mousedev: PS/2 mouse device common for all mice\n[ 0.728533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730531] rtc_cmos 00:00: RTC can wake from S4\n[ 0.731802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733048] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734290] i2c /dev entries driver\n[ 0.735137] device-mapper: uevent: version 1.0.3\n[ 0.736177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.737910] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739735] NET: Registered protocol family 10\n[ 0.741221] NET: Registered protocol family 17\n[ 0.742206] Key type dns_resolver registered\n[ 0.743499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744654] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.745927] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748121] registered taskstats version 1\n[ 0.749106] Loading compiled-in X.509 certificates\n[ 0.750741] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752937] zswap: loaded using pool lzo/zbud\n[ 0.755058] Key type trusted registered\n[ 0.757085] Key type encrypted registered\n[ 0.757976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.759096] ima: No TPM chip found, activating TPM-bypass!\n[ 0.760241] evm: HMAC attrs: 0x1\n[ 0.771618] Magic number: 10:142:943\n[ 0.772554] tty tty0: hash matches\n[ 0.773346] tty console: hash matches\n[ 0.774267] rtc_cmos 00:00: setting system clock to 2018-07-22 15:56:54 UTC (1532275014)\n[ 0.776063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.777265] EDD information not available.\n[ 0.834221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835889] Write protecting the kernel read-only data: 14336k\n[ 0.838202] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.840228] 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.902354] 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.97. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\n"} 2018-07-22 15:57:17,960 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735/action used request id req-2b10a0da-9f4a-4bfe-b827-6d774458aa32 2018-07-22 15:57:17,961 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-07-22 15:57:17,961 - 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 447666832 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.138670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140374] pid_max: default: 32768 minimum: 301 [ 0.141293] ACPI: Core revision 20150930 [ 0.142712] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144065] Security Framework initialized [ 0.144902] Yama: becoming mindful. [ 0.145654] AppArmor: AppArmor initialized [ 0.146544] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150460] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151927] Initializing cgroup subsys io [ 0.152757] Initializing cgroup subsys memory [ 0.153645] Initializing cgroup subsys devices [ 0.154546] Initializing cgroup subsys freezer [ 0.155441] Initializing cgroup subsys net_cls [ 0.156331] Initializing cgroup subsys perf_event [ 0.157264] Initializing cgroup subsys net_prio [ 0.158177] Initializing cgroup subsys hugetlb [ 0.159067] Initializing cgroup subsys pids [ 0.159958] CPU: Physical Processor ID: 0 [ 0.161469] mce: CPU supports 10 MCE banks [ 0.162346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163372] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165636] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172081] ftrace: allocating 31920 entries in 125 pages [ 0.198532] smpboot: Max logical packages: 2 [ 0.199414] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200643] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.202040] x2apic enabled [ 0.202858] Switched APIC routing to physical x2apic. [ 0.204626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205886] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208201] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210191] KVM setup paravirtual spinlock [ 0.211696] x86: Booting SMP configuration: [ 0.212628] .... node #0, CPUs: #1 [ 0.213562] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.235773] x86: Booted up 1 node, 2 CPUs [ 0.235775] KVM setup async PF for cpu 1 [ 0.235778] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.238536] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.240144] devtmpfs: initialized [ 0.241890] evm: security.selinux [ 0.242621] evm: security.SMACK64 [ 0.243351] evm: security.SMACK64EXEC [ 0.244140] evm: security.SMACK64TRANSMUTE [ 0.245076] evm: security.SMACK64MMAP [ 0.245893] evm: security.ima [ 0.246582] evm: security.capability [ 0.247517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.249616] pinctrl core: initialized pinctrl subsystem [ 0.250798] RTC time: 15:56:54, date: 07/22/18 [ 0.251872] NET: Registered protocol family 16 [ 0.261583] cpuidle: using governor ladder [ 0.273682] cpuidle: using governor menu [ 0.274525] PCCT header not found. [ 0.275350] ACPI: bus type PCI registered [ 0.276184] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.277481] PCI: Using configuration type 1 for base access [ 0.291021] ACPI: Added _OSI(Module Device) [ 0.291906] ACPI: Added _OSI(Processor Device) [ 0.292790] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.293715] ACPI: Added _OSI(Processor Aggregator Device) [ 0.295719] ACPI: Interpreter enabled [ 0.296514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.298417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.300330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.302236] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.304140] ACPI: (supports S0 S5) [ 0.304867] ACPI: Using IOAPIC for interrupt routing [ 0.305844] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.309304] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.310485] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.311755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.312988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.315295] acpiphp: Slot [3] registered [ 0.316129] acpiphp: Slot [4] registered [ 0.316958] acpiphp: Slot [5] registered [ 0.317779] acpiphp: Slot [6] registered [ 0.318604] acpiphp: Slot [7] registered [ 0.319428] acpiphp: Slot [8] registered [ 0.320254] acpiphp: Slot [9] registered [ 0.321075] acpiphp: Slot [10] registered [ 0.332068] acpiphp: Slot [11] registered [ 0.332924] acpiphp: Slot [12] registered [ 0.333757] acpiphp: Slot [13] registered [ 0.334593] acpiphp: Slot [14] registered [ 0.335430] acpiphp: Slot [15] registered [ 0.336270] acpiphp: Slot [16] registered [ 0.337108] acpiphp: Slot [17] registered [ 0.337941] acpiphp: Slot [18] registered [ 0.338772] acpiphp: Slot [19] registered [ 0.339608] acpiphp: Slot [20] registered [ 0.340450] acpiphp: Slot [21] registered [ 0.341287] acpiphp: Slot [22] registered [ 0.342121] acpiphp: Slot [23] registered [ 0.342956] acpiphp: Slot [24] registered [ 0.343786] acpiphp: Slot [25] registered [ 0.344625] acpiphp: Slot [26] registered [ 0.345462] acpiphp: Slot [27] registered [ 0.346337] acpiphp: Slot [28] registered [ 0.347175] acpiphp: Slot [29] registered [ 0.348008] acpiphp: Slot [30] registered [ 0.348842] acpiphp: Slot [31] registered [ 0.349677] PCI host bridge to bus 0000:00 [ 0.350514] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.351765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.353023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.354515] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.356003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.357521] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.360997] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.362316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.363531] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.364835] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.368435] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.369887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.388885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.390752] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.392226] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.393676] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.395105] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.396442] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.397850] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.398941] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.400524] vgaarb: loaded [ 0.401142] vgaarb: bridge control possible 0000:00:02.0 [ 0.402426] SCSI subsystem initialized [ 0.403424] ACPI: bus type USB registered [ 0.404279] usbcore: registered new interface driver usbfs [ 0.405350] usbcore: registered new interface driver hub [ 0.406387] usbcore: registered new device driver usb [ 0.407593] PCI: Using ACPI for IRQ routing [ 0.408764] NetLabel: Initializing [ 0.409511] NetLabel: domain hash size = 128 [ 0.410389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.411379] NetLabel: unlabeled traffic allowed by default [ 0.412637] clocksource: Switched to clocksource kvm-clock [ 0.421652] AppArmor: AppArmor Filesystem Enabled [ 0.422672] pnp: PnP ACPI init [ 0.423681] pnp: PnP ACPI: found 5 devices [ 0.430981] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.432753] NET: Registered protocol family 2 [ 0.433892] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.435232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.436476] TCP: Hash tables configured (established 4096 bind 4096) [ 0.437712] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.438825] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.440043] NET: Registered protocol family 1 [ 0.440951] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.442081] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.443190] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.461918] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.480775] Trying to unpack rootfs image as initramfs... [ 0.537493] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.539240] Scanning for low memory corruption every 60 seconds [ 0.540755] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.541960] audit: initializing netlink subsys (disabled) [ 0.543025] audit: type=2000 audit(1532275015.323:1): initialized [ 0.544408] Initialise system trusted keyring [ 0.545455] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.546653] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.548949] zbud: loaded [ 0.549741] VFS: Disk quotas dquot_6.6.0 [ 0.550591] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.552315] fuse init (API version 7.23) [ 0.553307] Key type big_key registered [ 0.554136] Allocating IMA MOK and blacklist keyrings. [ 0.555685] Key type asymmetric registered [ 0.556542] Asymmetric key parser 'x509' registered [ 0.557545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.559092] io scheduler noop registered [ 0.559912] io scheduler deadline registered (default) [ 0.560946] io scheduler cfq registered [ 0.561832] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.562910] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.564232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.565723] ACPI: Power Button [PWRF] [ 0.566655] GHES: HEST is not enabled! [ 0.585007] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.621910] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.624161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.650885] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.655094] Linux agpgart interface v0.103 [ 0.659620] brd: module loaded [ 0.661762] loop: module loaded [ 0.666744] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.668248] GPT:90111 != 20971519 [ 0.668971] GPT:Alternate GPT header not at the end of the disk. [ 0.670109] GPT:90111 != 20971519 [ 0.670818] GPT: Use GNU Parted to correct GPT errors. [ 0.671833] vda: vda1 vda15 [ 0.673843] scsi host0: ata_piix [ 0.674720] scsi host1: ata_piix [ 0.675481] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.676748] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.678168] libphy: Fixed MDIO Bus: probed [ 0.679079] tun: Universal TUN/TAP device driver, 1.6 [ 0.680137] tun: (C) 1999-2004 Max Krasnyansky [ 0.682910] PPP generic driver version 2.4.2 [ 0.683944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.685224] ehci-pci: EHCI PCI platform driver [ 0.686154] ehci-platform: EHCI generic platform driver [ 0.687200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.688512] ohci-pci: OHCI PCI platform driver [ 0.689460] ohci-platform: OHCI generic platform driver [ 0.690505] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709621] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710725] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712279] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.714625] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715913] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717392] usb usb1: Product: UHCI Host Controller [ 0.718362] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719553] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720661] hub 1-0:1.0: USB hub found [ 0.721473] hub 1-0:1.0: 2 ports detected [ 0.722572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724958] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725952] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.727122] mousedev: PS/2 mouse device common for all mice [ 0.728533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.730531] rtc_cmos 00:00: RTC can wake from S4 [ 0.731802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.733048] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.734290] i2c /dev entries driver [ 0.735137] device-mapper: uevent: version 1.0.3 [ 0.736177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.737910] ledtrig-cpu: registered to indicate activity on CPUs [ 0.739735] NET: Registered protocol family 10 [ 0.741221] NET: Registered protocol family 17 [ 0.742206] Key type dns_resolver registered [ 0.743499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.744654] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.745927] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.748121] registered taskstats version 1 [ 0.749106] Loading compiled-in X.509 certificates [ 0.750741] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.752937] zswap: loaded using pool lzo/zbud [ 0.755058] Key type trusted registered [ 0.757085] Key type encrypted registered [ 0.757976] AppArmor: AppArmor sha1 policy hashing enabled [ 0.759096] ima: No TPM chip found, activating TPM-bypass! [ 0.760241] evm: HMAC attrs: 0x1 [ 0.771618] Magic number: 10:142:943 [ 0.772554] tty tty0: hash matches [ 0.773346] tty console: hash matches [ 0.774267] rtc_cmos 00:00: setting system clock to 2018-07-22 15:56:54 UTC (1532275014) [ 0.776063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.777265] EDD information not available. [ 0.834221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.835889] Write protecting the kernel read-only data: 14336k [ 0.838202] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.840228] 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.902354] 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.97. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 vPing KO 2018-07-22 15:57:17,962 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-07-22 15:57:17,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:18,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17aa9786-b5e8-4b14-9712-5b91b120403f x-compute-request-id: req-17aa9786-b5e8-4b14-9712-5b91b120403f Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:9f:11", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:57:11.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}, {"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:12Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:18,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-17aa9786-b5e8-4b14-9712-5b91b120403f 2018-07-22 15:57:18,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 15:57:18,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-67ec8bce-cff4-4469-9151-dd18ab37dde7 x-compute-request-id: req-67ec8bce-cff4-4469-9151-dd18ab37dde7 Content-Encoding: gzip Content-Length: 9650 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 473421425 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.142134] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143834] pid_max: default: 32768 minimum: 301\n[ 0.144753] ACPI: Core revision 20150930\n[ 0.146166] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147511] Security Framework initialized\n[ 0.148345] Yama: becoming mindful.\n[ 0.149095] AppArmor: AppArmor initialized\n[ 0.149977] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152656] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155506] Initializing cgroup subsys io\n[ 0.156568] Initializing cgroup subsys memory\n[ 0.157911] Initializing cgroup subsys devices\n[ 0.158917] Initializing cgroup subsys freezer\n[ 0.159831] Initializing cgroup subsys net_cls\n[ 0.160719] Initializing cgroup subsys perf_event\n[ 0.161664] Initializing cgroup subsys net_prio\n[ 0.162576] Initializing cgroup subsys hugetlb\n[ 0.163468] Initializing cgroup subsys pids\n[ 0.164361] CPU: Physical Processor ID: 0\n[ 0.165913] mce: CPU supports 10 MCE banks\n[ 0.166784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170077] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176380] ftrace: allocating 31920 entries in 125 pages\n[ 0.203194] smpboot: Max logical packages: 2\n[ 0.204150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205402] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.206971] x2apic enabled\n[ 0.207793] Switched APIC routing to physical x2apic.\n[ 0.209593] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210848] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215132] KVM setup paravirtual spinlock\n[ 0.216611] x86: Booting SMP configuration:\n[ 0.217539] .... node #0, CPUs: #1\n[ 0.218464] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.240170] x86: Booted up 1 node, 2 CPUs\n[ 0.240175] KVM setup async PF for cpu 1\n[ 0.240178] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.242855] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.244402] devtmpfs: initialized\n[ 0.246164] evm: security.selinux\n[ 0.246886] evm: security.SMACK64\n[ 0.247595] evm: security.SMACK64EXEC\n[ 0.248360] evm: security.SMACK64TRANSMUTE\n[ 0.249193] evm: security.SMACK64MMAP\n[ 0.249953] evm: security.ima\n[ 0.250608] evm: security.capability\n[ 0.251566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253645] pinctrl core: initialized pinctrl subsystem\n[ 0.254806] RTC time: 15:57:11, date: 07/22/18\n[ 0.255814] NET: Registered protocol family 16\n[ 0.265648] cpuidle: using governor ladder\n[ 0.277729] cpuidle: using governor menu\n[ 0.278585] PCCT header not found.\n[ 0.279379] ACPI: bus type PCI registered\n[ 0.280199] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281485] PCI: Using configuration type 1 for base access\n[ 0.294871] ACPI: Added _OSI(Module Device)\n[ 0.295738] ACPI: Added _OSI(Processor Device)\n[ 0.296616] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.297544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.299592] ACPI: Interpreter enabled\n[ 0.300381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.302272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.304167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.306044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.307931] ACPI: (supports S0 S5)\n[ 0.308653] ACPI: Using IOAPIC for interrupt routing\n[ 0.309621] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.313049] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.314217] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.315486] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.316714] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.319014] acpiphp: Slot [3] registered\n[ 0.319848] acpiphp: Slot [4] registered\n[ 0.320675] acpiphp: Slot [5] registered\n[ 0.321492] acpiphp: Slot [6] registered\n[ 0.322311] acpiphp: Slot [7] registered\n[ 0.323133] acpiphp: Slot [8] registered\n[ 0.324032] acpiphp: Slot [9] registered\n[ 0.324876] acpiphp: Slot [10] registered\n[ 0.335782] acpiphp: Slot [11] registered\n[ 0.336647] acpiphp: Slot [12] registered\n[ 0.337468] acpiphp: Slot [13] registered\n[ 0.338277] acpiphp: Slot [14] registered\n[ 0.339124] acpiphp: Slot [15] registered\n[ 0.339977] acpiphp: Slot [16] registered\n[ 0.340819] acpiphp: Slot [17] registered\n[ 0.341627] acpiphp: Slot [18] registered\n[ 0.342438] acpiphp: Slot [19] registered\n[ 0.343250] acpiphp: Slot [20] registered\n[ 0.344108] acpiphp: Slot [21] registered\n[ 0.344991] acpiphp: Slot [22] registered\n[ 0.345838] acpiphp: Slot [23] registered\n[ 0.346649] acpiphp: Slot [24] registered\n[ 0.347474] acpiphp: Slot [25] registered\n[ 0.348396] acpiphp: Slot [26] registered\n[ 0.349235] acpiphp: Slot [27] registered\n[ 0.350107] acpiphp: Slot [28] registered\n[ 0.350947] acpiphp: Slot [29] registered\n[ 0.351783] acpiphp: Slot [30] registered\n[ 0.352619] acpiphp: Slot [31] registered\n[ 0.353444] PCI host bridge to bus 0000:00\n[ 0.354275] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356775] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.358257] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.359737] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.361249] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.364749] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.366073] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.367298] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.368607] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.372282] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.373920] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.393227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.396729] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.398238] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.399691] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.401051] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.402462] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403544] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.405122] vgaarb: loaded\n[ 0.405737] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407013] SCSI subsystem initialized\n[ 0.407989] ACPI: bus type USB registered\n[ 0.408840] usbcore: registered new interface driver usbfs\n[ 0.409904] usbcore: registered new interface driver hub\n[ 0.410937] usbcore: registered new device driver usb\n[ 0.412122] PCI: Using ACPI for IRQ routing\n[ 0.413276] NetLabel: Initializing\n[ 0.414020] NetLabel: domain hash size = 128\n[ 0.414893] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.415876] NetLabel: unlabeled traffic allowed by default\n[ 0.417087] clocksource: Switched to clocksource kvm-clock\n[ 0.426112] AppArmor: AppArmor Filesystem Enabled\n[ 0.427131] pnp: PnP ACPI init\n[ 0.428138] pnp: PnP ACPI: found 5 devices\n[ 0.435187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436946] NET: Registered protocol family 2\n[ 0.438070] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.439401] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.440647] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.441885] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442998] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444232] NET: Registered protocol family 1\n[ 0.445186] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446506] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.447722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466194] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485072] Trying to unpack rootfs image as initramfs...\n[ 0.542829] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.544575] Scanning for low memory corruption every 60 seconds\n[ 0.546062] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.547281] audit: initializing netlink subsys (disabled)\n[ 0.548328] audit: type=2000 audit(1532275032.763:1): initialized\n[ 0.549760] Initialise system trusted keyring\n[ 0.550745] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.551968] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554259] zbud: loaded\n[ 0.555076] VFS: Disk quotas dquot_6.6.0\n[ 0.555962] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557784] fuse init (API version 7.23)\n[ 0.558953] Key type big_key registered\n[ 0.559892] Allocating IMA MOK and blacklist keyrings.\n[ 0.561414] Key type asymmetric registered\n[ 0.562370] Asymmetric key parser 'x509' registered\n[ 0.563383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.564907] io scheduler noop registered\n[ 0.565726] io scheduler deadline registered (default)\n[ 0.566753] io scheduler cfq registered\n[ 0.567641] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.568713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.570029] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.571520] ACPI: Power Button [PWRF]\n[ 0.572445] GHES: HEST is not enabled!\n[ 0.590853] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629972] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633241] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657342] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660107] Linux agpgart interface v0.103\n[ 0.663425] brd: module loaded\n[ 0.665438] loop: module loaded\n[ 0.669872] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671388] GPT:90111 != 20971519\n[ 0.672109] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673263] GPT:90111 != 20971519\n[ 0.673981] GPT: Use GNU Parted to correct GPT errors.\n[ 0.674993] vda: vda1 vda15\n[ 0.676540] scsi host0: ata_piix\n[ 0.677432] scsi host1: ata_piix\n[ 0.678203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.679461] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.680799] libphy: Fixed MDIO Bus: probed\n[ 0.681679] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682711] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.685164] PPP generic driver version 2.4.2\n[ 0.686135] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687379] ehci-pci: EHCI PCI platform driver\n[ 0.688287] ehci-platform: EHCI generic platform driver\n[ 0.689313] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690484] ohci-pci: OHCI PCI platform driver\n[ 0.691428] ohci-platform: OHCI generic platform driver\n[ 0.692456] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.711466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.712519] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.714023] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.715086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.716287] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.717575] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.719033] usb usb1: Product: UHCI Host Controller\n[ 0.719992] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.721168] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.722240] hub 1-0:1.0: USB hub found\n[ 0.723051] hub 1-0:1.0: 2 ports detected\n[ 0.724044] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.727359] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.728506] mousedev: PS/2 mouse device common for all mice\n[ 0.729840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.732152] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733431] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735911] i2c /dev entries driver\n[ 0.736740] device-mapper: uevent: version 1.0.3\n[ 0.737762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.739459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.740985] NET: Registered protocol family 10\n[ 0.742229] NET: Registered protocol family 17\n[ 0.743175] Key type dns_resolver registered\n[ 0.744299] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.745440] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746639] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748581] registered taskstats version 1\n[ 0.749452] Loading compiled-in X.509 certificates\n[ 0.750953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752886] zswap: loaded using pool lzo/zbud\n[ 0.754771] Key type trusted registered\n[ 0.756657] Key type encrypted registered\n[ 0.757564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.758620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.759666] evm: HMAC attrs: 0x1\n[ 0.771088] Magic number: 10:692:993\n[ 0.772060] rtc_cmos 00:00: setting system clock to 2018-07-22 15:57:12 UTC (1532275032)\n[ 0.773768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774935] EDD information not available.\n[ 0.838529] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840406] Write protecting the kernel read-only data: 14336k\n[ 0.842640] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.844617] 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.906792] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.15. iid=i-0000002a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMRqFk+MJ6wx0pOCQzEj1E1/rrExQ63/j0vIAzbNm1ZfIhX+MFjUSKr1KONsnM8sLW1XjKZRUk1WtcIGDh+16D+J+MbaN9B8AJvoIjh+vKIiqpRCx7FDDm2iSIHoCz+mRLVo+Mjhl6dk2iuUZjhObgv7oNpbGK2VqJnlmQ/LKPEjQjeCwjmTRFrxIX9IEa90TqJ9qiwkWFUfUlDFEWK9QPwJQrJNSptm4AgX2w3yLYpteBX5m4ysK0i2LlT1OVoLXukZYX3ao/fMSiU5Jhyk52qAsgtazqod/jjgjy3yfpLkNiclVBdDSfzrHF2gGqC0+S7f7SiERbkkhNBOf9+HHZ root@createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\nssh-dss AAAAB3NzaC1kc3MAAACBAJrwtcMH0Mf/3CcFD+elH2GuWphkbnXPgJbEu1HYkJ02a6YKtQHHfUOtwt8s+cO7BGASbrIhN1CIvyZyYDeHvpQKMZOsJjKZPrZecXYdBdNhTi/6JP5fNauWctge7UaCFv2JmQ0hJb/hkF4V7Nj4P1aTy4s48HmOPmX31mR/F+4tAAAAFQCm6FKeeueNnSXgogI48N4jpyo6gQAAAIAipVb2XC6fFbr4iXuWDF6q0nQnpilEPUOfl5kBtaNWDJPZRlxIL+nFa/Z+92TymKHwt+WyiYSzfwa5mgAi0bTwlYZnqMY5GkHy0gxaR/cpaoaJ3gmQXpzc/Jiyo60n3+rfsQWHO7zqvwZVYhJ+OGYHPfKblSp2FkMeQYtLvsDEcgAAAIEAitrBCDeTCAaS7c9Hz+R6MEhXvb6Nzw3eNmU/+EGTMFf6Shkm6hLq+7XGMI721nZxFpDFrNoydJ7QQ+9fn4nfvrC0+BTwLQRV4nyi17XCQzvEBKwwtKbHG1YpKktaWzO6J0knAhKUbuWTi07HGaOT+srhz//wEbauYSrWa0IpQG4= root@createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\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:feff:9f11/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000002a\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.20 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f login: "} 2018-07-22 15:57:18,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da/action used request id req-67ec8bce-cff4-4469-9151-dd18ab37dde7 2018-07-22 15:57:18,211 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-07-22 15:57:18,211 - 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 473421425 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.142134] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143834] pid_max: default: 32768 minimum: 301 [ 0.144753] ACPI: Core revision 20150930 [ 0.146166] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147511] Security Framework initialized [ 0.148345] Yama: becoming mindful. [ 0.149095] AppArmor: AppArmor initialized [ 0.149977] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152656] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155506] Initializing cgroup subsys io [ 0.156568] Initializing cgroup subsys memory [ 0.157911] Initializing cgroup subsys devices [ 0.158917] Initializing cgroup subsys freezer [ 0.159831] Initializing cgroup subsys net_cls [ 0.160719] Initializing cgroup subsys perf_event [ 0.161664] Initializing cgroup subsys net_prio [ 0.162576] Initializing cgroup subsys hugetlb [ 0.163468] Initializing cgroup subsys pids [ 0.164361] CPU: Physical Processor ID: 0 [ 0.165913] mce: CPU supports 10 MCE banks [ 0.166784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.170077] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.176380] ftrace: allocating 31920 entries in 125 pages [ 0.203194] smpboot: Max logical packages: 2 [ 0.204150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.205402] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.206971] x2apic enabled [ 0.207793] Switched APIC routing to physical x2apic. [ 0.209593] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.210848] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215132] KVM setup paravirtual spinlock [ 0.216611] x86: Booting SMP configuration: [ 0.217539] .... node #0, CPUs: #1 [ 0.218464] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.240170] x86: Booted up 1 node, 2 CPUs [ 0.240175] KVM setup async PF for cpu 1 [ 0.240178] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.242855] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.244402] devtmpfs: initialized [ 0.246164] evm: security.selinux [ 0.246886] evm: security.SMACK64 [ 0.247595] evm: security.SMACK64EXEC [ 0.248360] evm: security.SMACK64TRANSMUTE [ 0.249193] evm: security.SMACK64MMAP [ 0.249953] evm: security.ima [ 0.250608] evm: security.capability [ 0.251566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253645] pinctrl core: initialized pinctrl subsystem [ 0.254806] RTC time: 15:57:11, date: 07/22/18 [ 0.255814] NET: Registered protocol family 16 [ 0.265648] cpuidle: using governor ladder [ 0.277729] cpuidle: using governor menu [ 0.278585] PCCT header not found. [ 0.279379] ACPI: bus type PCI registered [ 0.280199] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.281485] PCI: Using configuration type 1 for base access [ 0.294871] ACPI: Added _OSI(Module Device) [ 0.295738] ACPI: Added _OSI(Processor Device) [ 0.296616] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.297544] ACPI: Added _OSI(Processor Aggregator Device) [ 0.299592] ACPI: Interpreter enabled [ 0.300381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.302272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.304167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.306044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.307931] ACPI: (supports S0 S5) [ 0.308653] ACPI: Using IOAPIC for interrupt routing [ 0.309621] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.313049] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.314217] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.315486] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.316714] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.319014] acpiphp: Slot [3] registered [ 0.319848] acpiphp: Slot [4] registered [ 0.320675] acpiphp: Slot [5] registered [ 0.321492] acpiphp: Slot [6] registered [ 0.322311] acpiphp: Slot [7] registered [ 0.323133] acpiphp: Slot [8] registered [ 0.324032] acpiphp: Slot [9] registered [ 0.324876] acpiphp: Slot [10] registered [ 0.335782] acpiphp: Slot [11] registered [ 0.336647] acpiphp: Slot [12] registered [ 0.337468] acpiphp: Slot [13] registered [ 0.338277] acpiphp: Slot [14] registered [ 0.339124] acpiphp: Slot [15] registered [ 0.339977] acpiphp: Slot [16] registered [ 0.340819] acpiphp: Slot [17] registered [ 0.341627] acpiphp: Slot [18] registered [ 0.342438] acpiphp: Slot [19] registered [ 0.343250] acpiphp: Slot [20] registered [ 0.344108] acpiphp: Slot [21] registered [ 0.344991] acpiphp: Slot [22] registered [ 0.345838] acpiphp: Slot [23] registered [ 0.346649] acpiphp: Slot [24] registered [ 0.347474] acpiphp: Slot [25] registered [ 0.348396] acpiphp: Slot [26] registered [ 0.349235] acpiphp: Slot [27] registered [ 0.350107] acpiphp: Slot [28] registered [ 0.350947] acpiphp: Slot [29] registered [ 0.351783] acpiphp: Slot [30] registered [ 0.352619] acpiphp: Slot [31] registered [ 0.353444] PCI host bridge to bus 0000:00 [ 0.354275] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.355524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.356775] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.358257] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.359737] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.361249] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.364749] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.366073] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.367298] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.368607] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.372282] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.373920] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.393227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.395170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.396729] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.398238] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.399691] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.401051] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.402462] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.403544] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.405122] vgaarb: loaded [ 0.405737] vgaarb: bridge control possible 0000:00:02.0 [ 0.407013] SCSI subsystem initialized [ 0.407989] ACPI: bus type USB registered [ 0.408840] usbcore: registered new interface driver usbfs [ 0.409904] usbcore: registered new interface driver hub [ 0.410937] usbcore: registered new device driver usb [ 0.412122] PCI: Using ACPI for IRQ routing [ 0.413276] NetLabel: Initializing [ 0.414020] NetLabel: domain hash size = 128 [ 0.414893] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.415876] NetLabel: unlabeled traffic allowed by default [ 0.417087] clocksource: Switched to clocksource kvm-clock [ 0.426112] AppArmor: AppArmor Filesystem Enabled [ 0.427131] pnp: PnP ACPI init [ 0.428138] pnp: PnP ACPI: found 5 devices [ 0.435187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.436946] NET: Registered protocol family 2 [ 0.438070] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.439401] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.440647] TCP: Hash tables configured (established 4096 bind 4096) [ 0.441885] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.442998] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.444232] NET: Registered protocol family 1 [ 0.445186] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.446506] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.447722] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.466194] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.485072] Trying to unpack rootfs image as initramfs... [ 0.542829] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.544575] Scanning for low memory corruption every 60 seconds [ 0.546062] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.547281] audit: initializing netlink subsys (disabled) [ 0.548328] audit: type=2000 audit(1532275032.763:1): initialized [ 0.549760] Initialise system trusted keyring [ 0.550745] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.551968] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.554259] zbud: loaded [ 0.555076] VFS: Disk quotas dquot_6.6.0 [ 0.555962] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.557784] fuse init (API version 7.23) [ 0.558953] Key type big_key registered [ 0.559892] Allocating IMA MOK and blacklist keyrings. [ 0.561414] Key type asymmetric registered [ 0.562370] Asymmetric key parser 'x509' registered [ 0.563383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.564907] io scheduler noop registered [ 0.565726] io scheduler deadline registered (default) [ 0.566753] io scheduler cfq registered [ 0.567641] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.568713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.570029] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.571520] ACPI: Power Button [PWRF] [ 0.572445] GHES: HEST is not enabled! [ 0.590853] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.629972] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.633241] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.657342] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.660107] Linux agpgart interface v0.103 [ 0.663425] brd: module loaded [ 0.665438] loop: module loaded [ 0.669872] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671388] GPT:90111 != 20971519 [ 0.672109] GPT:Alternate GPT header not at the end of the disk. [ 0.673263] GPT:90111 != 20971519 [ 0.673981] GPT: Use GNU Parted to correct GPT errors. [ 0.674993] vda: vda1 vda15 [ 0.676540] scsi host0: ata_piix [ 0.677432] scsi host1: ata_piix [ 0.678203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.679461] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.680799] libphy: Fixed MDIO Bus: probed [ 0.681679] tun: Universal TUN/TAP device driver, 1.6 [ 0.682711] tun: (C) 1999-2004 Max Krasnyansky [ 0.685164] PPP generic driver version 2.4.2 [ 0.686135] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687379] ehci-pci: EHCI PCI platform driver [ 0.688287] ehci-platform: EHCI generic platform driver [ 0.689313] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.690484] ohci-pci: OHCI PCI platform driver [ 0.691428] ohci-platform: OHCI generic platform driver [ 0.692456] uhci_hcd: USB Universal Host Controller Interface driver [ 0.711466] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.712519] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.714023] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.715086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.716287] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.717575] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.719033] usb usb1: Product: UHCI Host Controller [ 0.719992] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.721168] usb usb1: SerialNumber: 0000:00:01.2 [ 0.722240] hub 1-0:1.0: USB hub found [ 0.723051] hub 1-0:1.0: 2 ports detected [ 0.724044] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726267] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.727359] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.728506] mousedev: PS/2 mouse device common for all mice [ 0.729840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.732152] rtc_cmos 00:00: RTC can wake from S4 [ 0.733431] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.734667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.735911] i2c /dev entries driver [ 0.736740] device-mapper: uevent: version 1.0.3 [ 0.737762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.739459] ledtrig-cpu: registered to indicate activity on CPUs [ 0.740985] NET: Registered protocol family 10 [ 0.742229] NET: Registered protocol family 17 [ 0.743175] Key type dns_resolver registered [ 0.744299] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.745440] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.746639] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.748581] registered taskstats version 1 [ 0.749452] Loading compiled-in X.509 certificates [ 0.750953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.752886] zswap: loaded using pool lzo/zbud [ 0.754771] Key type trusted registered [ 0.756657] Key type encrypted registered [ 0.757564] AppArmor: AppArmor sha1 policy hashing enabled [ 0.758620] ima: No TPM chip found, activating TPM-bypass! [ 0.759666] evm: HMAC attrs: 0x1 [ 0.771088] Magic number: 10:692:993 [ 0.772060] rtc_cmos 00:00: setting system clock to 2018-07-22 15:57:12 UTC (1532275032) [ 0.773768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774935] EDD information not available. [ 0.838529] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.840406] Write protecting the kernel read-only data: 14336k [ 0.842640] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.844617] 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.906792] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.00 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.202.5... Lease of 10.200.202.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.202.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.15. iid=i-0000002a 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMRqFk+MJ6wx0pOCQzEj1E1/rrExQ63/j0vIAzbNm1ZfIhX+MFjUSKr1KONsnM8sLW1XjKZRUk1WtcIGDh+16D+J+MbaN9B8AJvoIjh+vKIiqpRCx7FDDm2iSIHoCz+mRLVo+Mjhl6dk2iuUZjhObgv7oNpbGK2VqJnlmQ/LKPEjQjeCwjmTRFrxIX9IEa90TqJ9qiwkWFUfUlDFEWK9QPwJQrJNSptm4AgX2w3yLYpteBX5m4ysK0i2LlT1OVoLXukZYX3ao/fMSiU5Jhyk52qAsgtazqod/jjgjy3yfpLkNiclVBdDSfzrHF2gGqC0+S7f7SiERbkkhNBOf9+HHZ root@createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f ssh-dss AAAAB3NzaC1kc3MAAACBAJrwtcMH0Mf/3CcFD+elH2GuWphkbnXPgJbEu1HYkJ02a6YKtQHHfUOtwt8s+cO7BGASbrIhN1CIvyZyYDeHvpQKMZOsJjKZPrZecXYdBdNhTi/6JP5fNauWctge7UaCFv2JmQ0hJb/hkF4V7Nj4P1aTy4s48HmOPmX31mR/F+4tAAAAFQCm6FKeeueNnSXgogI48N4jpyo6gQAAAIAipVb2XC6fFbr4iXuWDF6q0nQnpilEPUOfl5kBtaNWDJPZRlxIL+nFa/Z+92TymKHwt+WyiYSzfwa5mgAi0bTwlYZnqMY5GkHy0gxaR/cpaoaJ3gmQXpzc/Jiyo60n3+rfsQWHO7zqvwZVYhJ+OGYHPfKblSp2FkMeQYtLvsDEcgAAAIEAitrBCDeTCAaS7c9Hz+R6MEhXvb6Nzw3eNmU/+EGTMFf6Shkm6hLq+7XGMI721nZxFpDFrNoydJ7QQ+9fn4nfvrC0+BTwLQRV4nyi17XCQzvEBKwwtKbHG1YpKktaWzO6J0knAhKUbuWTi07HGaOT+srhz//wEbauYSrWa0IpQG4= root@createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f -----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:feff:9f11/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.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-0000002a name: N/A availability-zone: nova local-hostname: createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f launch-index: 0 === cirros: current=0.4.0 uptime=4.20 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f login: 2018-07-22 15:57:19,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:57:19,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1f260cb-9299-424f-b52a-6071155ce91f x-compute-request-id: req-a1f260cb-9299-424f-b52a-6071155ce91f Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:ab:a6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}, {"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:54Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:19,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-a1f260cb-9299-424f-b52a-6071155ce91f 2018-07-22 15:57:19,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 15:57:19,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0abcbe3e-bb03-4045-8977-ebd41ee77dd8 x-compute-request-id: req-0abcbe3e-bb03-4045-8977-ebd41ee77dd8 Content-Encoding: gzip Content-Length: 8147 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 447666832 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.138670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140374] pid_max: default: 32768 minimum: 301\n[ 0.141293] ACPI: Core revision 20150930\n[ 0.142712] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144065] Security Framework initialized\n[ 0.144902] Yama: becoming mindful.\n[ 0.145654] AppArmor: AppArmor initialized\n[ 0.146544] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150460] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151927] Initializing cgroup subsys io\n[ 0.152757] Initializing cgroup subsys memory\n[ 0.153645] Initializing cgroup subsys devices\n[ 0.154546] Initializing cgroup subsys freezer\n[ 0.155441] Initializing cgroup subsys net_cls\n[ 0.156331] Initializing cgroup subsys perf_event\n[ 0.157264] Initializing cgroup subsys net_prio\n[ 0.158177] Initializing cgroup subsys hugetlb\n[ 0.159067] Initializing cgroup subsys pids\n[ 0.159958] CPU: Physical Processor ID: 0\n[ 0.161469] mce: CPU supports 10 MCE banks\n[ 0.162346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163372] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165636] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172081] ftrace: allocating 31920 entries in 125 pages\n[ 0.198532] smpboot: Max logical packages: 2\n[ 0.199414] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200643] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.202040] x2apic enabled\n[ 0.202858] Switched APIC routing to physical x2apic.\n[ 0.204626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205886] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208201] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210191] KVM setup paravirtual spinlock\n[ 0.211696] x86: Booting SMP configuration:\n[ 0.212628] .... node #0, CPUs: #1\n[ 0.213562] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.235773] x86: Booted up 1 node, 2 CPUs\n[ 0.235775] KVM setup async PF for cpu 1\n[ 0.235778] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.238536] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.240144] devtmpfs: initialized\n[ 0.241890] evm: security.selinux\n[ 0.242621] evm: security.SMACK64\n[ 0.243351] evm: security.SMACK64EXEC\n[ 0.244140] evm: security.SMACK64TRANSMUTE\n[ 0.245076] evm: security.SMACK64MMAP\n[ 0.245893] evm: security.ima\n[ 0.246582] evm: security.capability\n[ 0.247517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249616] pinctrl core: initialized pinctrl subsystem\n[ 0.250798] RTC time: 15:56:54, date: 07/22/18\n[ 0.251872] NET: Registered protocol family 16\n[ 0.261583] cpuidle: using governor ladder\n[ 0.273682] cpuidle: using governor menu\n[ 0.274525] PCCT header not found.\n[ 0.275350] ACPI: bus type PCI registered\n[ 0.276184] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277481] PCI: Using configuration type 1 for base access\n[ 0.291021] ACPI: Added _OSI(Module Device)\n[ 0.291906] ACPI: Added _OSI(Processor Device)\n[ 0.292790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293715] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295719] ACPI: Interpreter enabled\n[ 0.296514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.298417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.300330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.302236] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.304140] ACPI: (supports S0 S5)\n[ 0.304867] ACPI: Using IOAPIC for interrupt routing\n[ 0.305844] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.309304] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.310485] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315295] acpiphp: Slot [3] registered\n[ 0.316129] acpiphp: Slot [4] registered\n[ 0.316958] acpiphp: Slot [5] registered\n[ 0.317779] acpiphp: Slot [6] registered\n[ 0.318604] acpiphp: Slot [7] registered\n[ 0.319428] acpiphp: Slot [8] registered\n[ 0.320254] acpiphp: Slot [9] registered\n[ 0.321075] acpiphp: Slot [10] registered\n[ 0.332068] acpiphp: Slot [11] registered\n[ 0.332924] acpiphp: Slot [12] registered\n[ 0.333757] acpiphp: Slot [13] registered\n[ 0.334593] acpiphp: Slot [14] registered\n[ 0.335430] acpiphp: Slot [15] registered\n[ 0.336270] acpiphp: Slot [16] registered\n[ 0.337108] acpiphp: Slot [17] registered\n[ 0.337941] acpiphp: Slot [18] registered\n[ 0.338772] acpiphp: Slot [19] registered\n[ 0.339608] acpiphp: Slot [20] registered\n[ 0.340450] acpiphp: Slot [21] registered\n[ 0.341287] acpiphp: Slot [22] registered\n[ 0.342121] acpiphp: Slot [23] registered\n[ 0.342956] acpiphp: Slot [24] registered\n[ 0.343786] acpiphp: Slot [25] registered\n[ 0.344625] acpiphp: Slot [26] registered\n[ 0.345462] acpiphp: Slot [27] registered\n[ 0.346337] acpiphp: Slot [28] registered\n[ 0.347175] acpiphp: Slot [29] registered\n[ 0.348008] acpiphp: Slot [30] registered\n[ 0.348842] acpiphp: Slot [31] registered\n[ 0.349677] PCI host bridge to bus 0000:00\n[ 0.350514] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.351765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.353023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354515] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.357521] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360997] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.362316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363531] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364835] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.368435] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.390752] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392226] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393676] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395105] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396442] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398941] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400524] vgaarb: loaded\n[ 0.401142] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402426] SCSI subsystem initialized\n[ 0.403424] ACPI: bus type USB registered\n[ 0.404279] usbcore: registered new interface driver usbfs\n[ 0.405350] usbcore: registered new interface driver hub\n[ 0.406387] usbcore: registered new device driver usb\n[ 0.407593] PCI: Using ACPI for IRQ routing\n[ 0.408764] NetLabel: Initializing\n[ 0.409511] NetLabel: domain hash size = 128\n[ 0.410389] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411379] NetLabel: unlabeled traffic allowed by default\n[ 0.412637] clocksource: Switched to clocksource kvm-clock\n[ 0.421652] AppArmor: AppArmor Filesystem Enabled\n[ 0.422672] pnp: PnP ACPI init\n[ 0.423681] pnp: PnP ACPI: found 5 devices\n[ 0.430981] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.432753] NET: Registered protocol family 2\n[ 0.433892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436476] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437712] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438825] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440043] NET: Registered protocol family 1\n[ 0.440951] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442081] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443190] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461918] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.480775] Trying to unpack rootfs image as initramfs...\n[ 0.537493] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.539240] Scanning for low memory corruption every 60 seconds\n[ 0.540755] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.541960] audit: initializing netlink subsys (disabled)\n[ 0.543025] audit: type=2000 audit(1532275015.323:1): initialized\n[ 0.544408] Initialise system trusted keyring\n[ 0.545455] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546653] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548949] zbud: loaded\n[ 0.549741] VFS: Disk quotas dquot_6.6.0\n[ 0.550591] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552315] fuse init (API version 7.23)\n[ 0.553307] Key type big_key registered\n[ 0.554136] Allocating IMA MOK and blacklist keyrings.\n[ 0.555685] Key type asymmetric registered\n[ 0.556542] Asymmetric key parser 'x509' registered\n[ 0.557545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.559092] io scheduler noop registered\n[ 0.559912] io scheduler deadline registered (default)\n[ 0.560946] io scheduler cfq registered\n[ 0.561832] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562910] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.565723] ACPI: Power Button [PWRF]\n[ 0.566655] GHES: HEST is not enabled!\n[ 0.585007] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.621910] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650885] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655094] Linux agpgart interface v0.103\n[ 0.659620] brd: module loaded\n[ 0.661762] loop: module loaded\n[ 0.666744] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668248] GPT:90111 != 20971519\n[ 0.668971] GPT:Alternate GPT header not at the end of the disk.\n[ 0.670109] GPT:90111 != 20971519\n[ 0.670818] GPT: Use GNU Parted to correct GPT errors.\n[ 0.671833] vda: vda1 vda15\n[ 0.673843] scsi host0: ata_piix\n[ 0.674720] scsi host1: ata_piix\n[ 0.675481] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.676748] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.678168] libphy: Fixed MDIO Bus: probed\n[ 0.679079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680137] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682910] PPP generic driver version 2.4.2\n[ 0.683944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685224] ehci-pci: EHCI PCI platform driver\n[ 0.686154] ehci-platform: EHCI generic platform driver\n[ 0.687200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688512] ohci-pci: OHCI PCI platform driver\n[ 0.689460] ohci-platform: OHCI generic platform driver\n[ 0.690505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709621] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710725] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712279] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.713351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.714625] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715913] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717392] usb usb1: Product: UHCI Host Controller\n[ 0.718362] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719553] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720661] hub 1-0:1.0: USB hub found\n[ 0.721473] hub 1-0:1.0: 2 ports detected\n[ 0.722572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725952] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727122] mousedev: PS/2 mouse device common for all mice\n[ 0.728533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730531] rtc_cmos 00:00: RTC can wake from S4\n[ 0.731802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733048] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734290] i2c /dev entries driver\n[ 0.735137] device-mapper: uevent: version 1.0.3\n[ 0.736177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.737910] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739735] NET: Registered protocol family 10\n[ 0.741221] NET: Registered protocol family 17\n[ 0.742206] Key type dns_resolver registered\n[ 0.743499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744654] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.745927] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748121] registered taskstats version 1\n[ 0.749106] Loading compiled-in X.509 certificates\n[ 0.750741] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752937] zswap: loaded using pool lzo/zbud\n[ 0.755058] Key type trusted registered\n[ 0.757085] Key type encrypted registered\n[ 0.757976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.759096] ima: No TPM chip found, activating TPM-bypass!\n[ 0.760241] evm: HMAC attrs: 0x1\n[ 0.771618] Magic number: 10:142:943\n[ 0.772554] tty tty0: hash matches\n[ 0.773346] tty console: hash matches\n[ 0.774267] rtc_cmos 00:00: setting system clock to 2018-07-22 15:56:54 UTC (1532275014)\n[ 0.776063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.777265] EDD information not available.\n[ 0.834221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835889] Write protecting the kernel read-only data: 14336k\n[ 0.838202] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.840228] 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.902354] 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.97. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\nvPing KO\n"} 2018-07-22 15:57:19,609 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735/action used request id req-0abcbe3e-bb03-4045-8977-ebd41ee77dd8 2018-07-22 15:57:20,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:57:20,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74f45fd5-f4e3-4d5f-ab1f-2b18940dbbbc x-compute-request-id: req-74f45fd5-f4e3-4d5f-ab1f-2b18940dbbbc Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:ab:a6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}, {"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:56:54Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:20,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-74f45fd5-f4e3-4d5f-ab1f-2b18940dbbbc 2018-07-22 15:57:20,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 15:57:20,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea987591-bff1-4351-b777-7098ae5a0c73 x-compute-request-id: req-ea987591-bff1-4351-b777-7098ae5a0c73 Content-Encoding: gzip Content-Length: 9634 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 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 447666832 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.138670] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140374] pid_max: default: 32768 minimum: 301\n[ 0.141293] ACPI: Core revision 20150930\n[ 0.142712] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144065] Security Framework initialized\n[ 0.144902] Yama: becoming mindful.\n[ 0.145654] AppArmor: AppArmor initialized\n[ 0.146544] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149219] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150460] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151927] Initializing cgroup subsys io\n[ 0.152757] Initializing cgroup subsys memory\n[ 0.153645] Initializing cgroup subsys devices\n[ 0.154546] Initializing cgroup subsys freezer\n[ 0.155441] Initializing cgroup subsys net_cls\n[ 0.156331] Initializing cgroup subsys perf_event\n[ 0.157264] Initializing cgroup subsys net_prio\n[ 0.158177] Initializing cgroup subsys hugetlb\n[ 0.159067] Initializing cgroup subsys pids\n[ 0.159958] CPU: Physical Processor ID: 0\n[ 0.161469] mce: CPU supports 10 MCE banks\n[ 0.162346] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163372] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165636] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172081] ftrace: allocating 31920 entries in 125 pages\n[ 0.198532] smpboot: Max logical packages: 2\n[ 0.199414] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200643] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.202040] x2apic enabled\n[ 0.202858] Switched APIC routing to physical x2apic.\n[ 0.204626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205886] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208201] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210191] KVM setup paravirtual spinlock\n[ 0.211696] x86: Booting SMP configuration:\n[ 0.212628] .... node #0, CPUs: #1\n[ 0.213562] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.235773] x86: Booted up 1 node, 2 CPUs\n[ 0.235775] KVM setup async PF for cpu 1\n[ 0.235778] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.238536] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.240144] devtmpfs: initialized\n[ 0.241890] evm: security.selinux\n[ 0.242621] evm: security.SMACK64\n[ 0.243351] evm: security.SMACK64EXEC\n[ 0.244140] evm: security.SMACK64TRANSMUTE\n[ 0.245076] evm: security.SMACK64MMAP\n[ 0.245893] evm: security.ima\n[ 0.246582] evm: security.capability\n[ 0.247517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249616] pinctrl core: initialized pinctrl subsystem\n[ 0.250798] RTC time: 15:56:54, date: 07/22/18\n[ 0.251872] NET: Registered protocol family 16\n[ 0.261583] cpuidle: using governor ladder\n[ 0.273682] cpuidle: using governor menu\n[ 0.274525] PCCT header not found.\n[ 0.275350] ACPI: bus type PCI registered\n[ 0.276184] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277481] PCI: Using configuration type 1 for base access\n[ 0.291021] ACPI: Added _OSI(Module Device)\n[ 0.291906] ACPI: Added _OSI(Processor Device)\n[ 0.292790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.293715] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295719] ACPI: Interpreter enabled\n[ 0.296514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.298417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.300330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.302236] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.304140] ACPI: (supports S0 S5)\n[ 0.304867] ACPI: Using IOAPIC for interrupt routing\n[ 0.305844] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.309304] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.310485] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.311755] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315295] acpiphp: Slot [3] registered\n[ 0.316129] acpiphp: Slot [4] registered\n[ 0.316958] acpiphp: Slot [5] registered\n[ 0.317779] acpiphp: Slot [6] registered\n[ 0.318604] acpiphp: Slot [7] registered\n[ 0.319428] acpiphp: Slot [8] registered\n[ 0.320254] acpiphp: Slot [9] registered\n[ 0.321075] acpiphp: Slot [10] registered\n[ 0.332068] acpiphp: Slot [11] registered\n[ 0.332924] acpiphp: Slot [12] registered\n[ 0.333757] acpiphp: Slot [13] registered\n[ 0.334593] acpiphp: Slot [14] registered\n[ 0.335430] acpiphp: Slot [15] registered\n[ 0.336270] acpiphp: Slot [16] registered\n[ 0.337108] acpiphp: Slot [17] registered\n[ 0.337941] acpiphp: Slot [18] registered\n[ 0.338772] acpiphp: Slot [19] registered\n[ 0.339608] acpiphp: Slot [20] registered\n[ 0.340450] acpiphp: Slot [21] registered\n[ 0.341287] acpiphp: Slot [22] registered\n[ 0.342121] acpiphp: Slot [23] registered\n[ 0.342956] acpiphp: Slot [24] registered\n[ 0.343786] acpiphp: Slot [25] registered\n[ 0.344625] acpiphp: Slot [26] registered\n[ 0.345462] acpiphp: Slot [27] registered\n[ 0.346337] acpiphp: Slot [28] registered\n[ 0.347175] acpiphp: Slot [29] registered\n[ 0.348008] acpiphp: Slot [30] registered\n[ 0.348842] acpiphp: Slot [31] registered\n[ 0.349677] PCI host bridge to bus 0000:00\n[ 0.350514] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.351765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.353023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.354515] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.356003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.357521] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.360997] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.362316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.363531] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.364835] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.368435] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.390752] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.392226] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393676] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395105] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396442] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398941] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400524] vgaarb: loaded\n[ 0.401142] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402426] SCSI subsystem initialized\n[ 0.403424] ACPI: bus type USB registered\n[ 0.404279] usbcore: registered new interface driver usbfs\n[ 0.405350] usbcore: registered new interface driver hub\n[ 0.406387] usbcore: registered new device driver usb\n[ 0.407593] PCI: Using ACPI for IRQ routing\n[ 0.408764] NetLabel: Initializing\n[ 0.409511] NetLabel: domain hash size = 128\n[ 0.410389] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411379] NetLabel: unlabeled traffic allowed by default\n[ 0.412637] clocksource: Switched to clocksource kvm-clock\n[ 0.421652] AppArmor: AppArmor Filesystem Enabled\n[ 0.422672] pnp: PnP ACPI init\n[ 0.423681] pnp: PnP ACPI: found 5 devices\n[ 0.430981] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.432753] NET: Registered protocol family 2\n[ 0.433892] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436476] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437712] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438825] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440043] NET: Registered protocol family 1\n[ 0.440951] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442081] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443190] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461918] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.480775] Trying to unpack rootfs image as initramfs...\n[ 0.537493] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.539240] Scanning for low memory corruption every 60 seconds\n[ 0.540755] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.541960] audit: initializing netlink subsys (disabled)\n[ 0.543025] audit: type=2000 audit(1532275015.323:1): initialized\n[ 0.544408] Initialise system trusted keyring\n[ 0.545455] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546653] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548949] zbud: loaded\n[ 0.549741] VFS: Disk quotas dquot_6.6.0\n[ 0.550591] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552315] fuse init (API version 7.23)\n[ 0.553307] Key type big_key registered\n[ 0.554136] Allocating IMA MOK and blacklist keyrings.\n[ 0.555685] Key type asymmetric registered\n[ 0.556542] Asymmetric key parser 'x509' registered\n[ 0.557545] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.559092] io scheduler noop registered\n[ 0.559912] io scheduler deadline registered (default)\n[ 0.560946] io scheduler cfq registered\n[ 0.561832] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562910] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.565723] ACPI: Power Button [PWRF]\n[ 0.566655] GHES: HEST is not enabled!\n[ 0.585007] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.621910] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.624161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650885] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655094] Linux agpgart interface v0.103\n[ 0.659620] brd: module loaded\n[ 0.661762] loop: module loaded\n[ 0.666744] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.668248] GPT:90111 != 20971519\n[ 0.668971] GPT:Alternate GPT header not at the end of the disk.\n[ 0.670109] GPT:90111 != 20971519\n[ 0.670818] GPT: Use GNU Parted to correct GPT errors.\n[ 0.671833] vda: vda1 vda15\n[ 0.673843] scsi host0: ata_piix\n[ 0.674720] scsi host1: ata_piix\n[ 0.675481] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.676748] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.678168] libphy: Fixed MDIO Bus: probed\n[ 0.679079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680137] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682910] PPP generic driver version 2.4.2\n[ 0.683944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685224] ehci-pci: EHCI PCI platform driver\n[ 0.686154] ehci-platform: EHCI generic platform driver\n[ 0.687200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688512] ohci-pci: OHCI PCI platform driver\n[ 0.689460] ohci-platform: OHCI generic platform driver\n[ 0.690505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.709621] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.710725] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.712279] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.713351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.714625] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.715913] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.717392] usb usb1: Product: UHCI Host Controller\n[ 0.718362] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.719553] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720661] hub 1-0:1.0: USB hub found\n[ 0.721473] hub 1-0:1.0: 2 ports detected\n[ 0.722572] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725952] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727122] mousedev: PS/2 mouse device common for all mice\n[ 0.728533] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730531] rtc_cmos 00:00: RTC can wake from S4\n[ 0.731802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733048] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.734290] i2c /dev entries driver\n[ 0.735137] device-mapper: uevent: version 1.0.3\n[ 0.736177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.737910] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739735] NET: Registered protocol family 10\n[ 0.741221] NET: Registered protocol family 17\n[ 0.742206] Key type dns_resolver registered\n[ 0.743499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.744654] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.745927] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748121] registered taskstats version 1\n[ 0.749106] Loading compiled-in X.509 certificates\n[ 0.750741] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752937] zswap: loaded using pool lzo/zbud\n[ 0.755058] Key type trusted registered\n[ 0.757085] Key type encrypted registered\n[ 0.757976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.759096] ima: No TPM chip found, activating TPM-bypass!\n[ 0.760241] evm: HMAC attrs: 0x1\n[ 0.771618] Magic number: 10:142:943\n[ 0.772554] tty tty0: hash matches\n[ 0.773346] tty console: hash matches\n[ 0.774267] rtc_cmos 00:00: setting system clock to 2018-07-22 15:56:54 UTC (1532275014)\n[ 0.776063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.777265] EDD information not available.\n[ 0.834221] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835889] Write protecting the kernel read-only data: 14336k\n[ 0.838202] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.840228] 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.902354] 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.97. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\nvPing KO\nvPing OK\n/dev/root resized successfully [took 22.48s]\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHuDkUPYqrbIdE5hYdQ/7aLgiqiarhWNnvcpdDGEUoSG1TMGIMcxsYC2sq8XqPWH90vEO0q+Zl6Awp4o8Nb/WjAg5ehGcovk4lKeobdQdZ+PKpzQia1JMnsrHDQ7Ka+dU9HnaVW4uwAwL0dthCW24TGnGp/VWfylVi1tDT2IISBKvXOPNBiqOi4+YZsz6CmGwyj1z5Wm+LqMPR/pNu9w2bIyKAOkEtFdFbo3Qwvp30mnqGOhbnuNG4CJ5b/j+nQ3D68JHOm13ojtLZZTV53GKEZPaKcKvuScjqd1smtRDhkwFcqLtFOmIVR5mkDIc8yyDTbJfT9/3mHtYYbfegrDLj root@createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\nssh-dss AAAAB3NzaC1kc3MAAACBAMVmGOa8aCSHARhhq3/IvLXozJsIMT/jdfHn+/1zKwUPClblFjwNj7ZEcikpGKbaW5YUCjml7rZb9XNWlijyKVV81I5um5JKlRRIMCUTAfgCU59RAgiZ+NOTdOMOvJtC2yx231zCcFRFm0JlYbgIDIIta0fpmSMctufX8R6HhKU7AAAAFQDmTiom0HwQeH+lDk40axcpCkq95wAAAIBj/Ud7pm9htTeduK4rMXIuzIbHyx6CRY8FFpH060uGuqiPZ4y9akutJ1v/pOiEV4Z4jYEVSE1ZQ+rRN7jxLwHlkJ+5gVBX88NOjH2rt7VlIEEjvP31do/ii7vpwkTfpLhxuZLRrAsfTCthsd42YHoX8RqR8KGusinlF2Qy1v5mEwAAAIBK5geneIP4ukA4sHTYzHka+3vc3DSVYWZGmRLlD8Ahe5zkdlkbYAYiiBO+uD/oGVk3FiMzjJXPGEhJLrEoDXw0e7H6ImtvEqyNyZ0VgmlHzHqPY9q17z2E/80+oG51Gerx4+QZv70r4HQloq6VMzzbaeY6SAc1f6S9jc1WT4zPLw== root@createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\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:fe2a:aba6/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-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=25.57 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-07-22 15:57:20,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735/action used request id req-ea987591-bff1-4351-b777-7098ae5a0c73 2018-07-22 15:57:21,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:22,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1fb3630-c2eb-4e48-ba3e-af32578cd146 x-compute-request-id: req-b1fb3630-c2eb-4e48-ba3e-af32578cd146 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:9f:11", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:57:11.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "security_groups": [{"name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp"}, {"name": "default"}], "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:12Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:22,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-b1fb3630-c2eb-4e48-ba3e-af32578cd146 2018-07-22 15:57:22,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 15:57:22,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf12e5ed-bca8-4fb2-b19d-c1cfed65378b x-compute-request-id: req-cf12e5ed-bca8-4fb2-b19d-c1cfed65378b Content-Encoding: gzip Content-Length: 9650 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 473421425 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.142134] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143834] pid_max: default: 32768 minimum: 301\n[ 0.144753] ACPI: Core revision 20150930\n[ 0.146166] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147511] Security Framework initialized\n[ 0.148345] Yama: becoming mindful.\n[ 0.149095] AppArmor: AppArmor initialized\n[ 0.149977] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151343] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152656] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155506] Initializing cgroup subsys io\n[ 0.156568] Initializing cgroup subsys memory\n[ 0.157911] Initializing cgroup subsys devices\n[ 0.158917] Initializing cgroup subsys freezer\n[ 0.159831] Initializing cgroup subsys net_cls\n[ 0.160719] Initializing cgroup subsys perf_event\n[ 0.161664] Initializing cgroup subsys net_prio\n[ 0.162576] Initializing cgroup subsys hugetlb\n[ 0.163468] Initializing cgroup subsys pids\n[ 0.164361] CPU: Physical Processor ID: 0\n[ 0.165913] mce: CPU supports 10 MCE banks\n[ 0.166784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170077] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176380] ftrace: allocating 31920 entries in 125 pages\n[ 0.203194] smpboot: Max logical packages: 2\n[ 0.204150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205402] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.206971] x2apic enabled\n[ 0.207793] Switched APIC routing to physical x2apic.\n[ 0.209593] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210848] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215132] KVM setup paravirtual spinlock\n[ 0.216611] x86: Booting SMP configuration:\n[ 0.217539] .... node #0, CPUs: #1\n[ 0.218464] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.240170] x86: Booted up 1 node, 2 CPUs\n[ 0.240175] KVM setup async PF for cpu 1\n[ 0.240178] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.242855] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.244402] devtmpfs: initialized\n[ 0.246164] evm: security.selinux\n[ 0.246886] evm: security.SMACK64\n[ 0.247595] evm: security.SMACK64EXEC\n[ 0.248360] evm: security.SMACK64TRANSMUTE\n[ 0.249193] evm: security.SMACK64MMAP\n[ 0.249953] evm: security.ima\n[ 0.250608] evm: security.capability\n[ 0.251566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253645] pinctrl core: initialized pinctrl subsystem\n[ 0.254806] RTC time: 15:57:11, date: 07/22/18\n[ 0.255814] NET: Registered protocol family 16\n[ 0.265648] cpuidle: using governor ladder\n[ 0.277729] cpuidle: using governor menu\n[ 0.278585] PCCT header not found.\n[ 0.279379] ACPI: bus type PCI registered\n[ 0.280199] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281485] PCI: Using configuration type 1 for base access\n[ 0.294871] ACPI: Added _OSI(Module Device)\n[ 0.295738] ACPI: Added _OSI(Processor Device)\n[ 0.296616] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.297544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.299592] ACPI: Interpreter enabled\n[ 0.300381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.302272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.304167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.306044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.307931] ACPI: (supports S0 S5)\n[ 0.308653] ACPI: Using IOAPIC for interrupt routing\n[ 0.309621] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.313049] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.314217] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.315486] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.316714] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.319014] acpiphp: Slot [3] registered\n[ 0.319848] acpiphp: Slot [4] registered\n[ 0.320675] acpiphp: Slot [5] registered\n[ 0.321492] acpiphp: Slot [6] registered\n[ 0.322311] acpiphp: Slot [7] registered\n[ 0.323133] acpiphp: Slot [8] registered\n[ 0.324032] acpiphp: Slot [9] registered\n[ 0.324876] acpiphp: Slot [10] registered\n[ 0.335782] acpiphp: Slot [11] registered\n[ 0.336647] acpiphp: Slot [12] registered\n[ 0.337468] acpiphp: Slot [13] registered\n[ 0.338277] acpiphp: Slot [14] registered\n[ 0.339124] acpiphp: Slot [15] registered\n[ 0.339977] acpiphp: Slot [16] registered\n[ 0.340819] acpiphp: Slot [17] registered\n[ 0.341627] acpiphp: Slot [18] registered\n[ 0.342438] acpiphp: Slot [19] registered\n[ 0.343250] acpiphp: Slot [20] registered\n[ 0.344108] acpiphp: Slot [21] registered\n[ 0.344991] acpiphp: Slot [22] registered\n[ 0.345838] acpiphp: Slot [23] registered\n[ 0.346649] acpiphp: Slot [24] registered\n[ 0.347474] acpiphp: Slot [25] registered\n[ 0.348396] acpiphp: Slot [26] registered\n[ 0.349235] acpiphp: Slot [27] registered\n[ 0.350107] acpiphp: Slot [28] registered\n[ 0.350947] acpiphp: Slot [29] registered\n[ 0.351783] acpiphp: Slot [30] registered\n[ 0.352619] acpiphp: Slot [31] registered\n[ 0.353444] PCI host bridge to bus 0000:00\n[ 0.354275] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356775] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.358257] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.359737] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.361249] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.364749] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.366073] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.367298] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.368607] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.372282] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.373920] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.393227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.396729] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.398238] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.399691] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.401051] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.402462] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403544] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.405122] vgaarb: loaded\n[ 0.405737] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407013] SCSI subsystem initialized\n[ 0.407989] ACPI: bus type USB registered\n[ 0.408840] usbcore: registered new interface driver usbfs\n[ 0.409904] usbcore: registered new interface driver hub\n[ 0.410937] usbcore: registered new device driver usb\n[ 0.412122] PCI: Using ACPI for IRQ routing\n[ 0.413276] NetLabel: Initializing\n[ 0.414020] NetLabel: domain hash size = 128\n[ 0.414893] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.415876] NetLabel: unlabeled traffic allowed by default\n[ 0.417087] clocksource: Switched to clocksource kvm-clock\n[ 0.426112] AppArmor: AppArmor Filesystem Enabled\n[ 0.427131] pnp: PnP ACPI init\n[ 0.428138] pnp: PnP ACPI: found 5 devices\n[ 0.435187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436946] NET: Registered protocol family 2\n[ 0.438070] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.439401] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.440647] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.441885] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442998] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444232] NET: Registered protocol family 1\n[ 0.445186] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446506] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.447722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466194] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485072] Trying to unpack rootfs image as initramfs...\n[ 0.542829] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.544575] Scanning for low memory corruption every 60 seconds\n[ 0.546062] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.547281] audit: initializing netlink subsys (disabled)\n[ 0.548328] audit: type=2000 audit(1532275032.763:1): initialized\n[ 0.549760] Initialise system trusted keyring\n[ 0.550745] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.551968] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554259] zbud: loaded\n[ 0.555076] VFS: Disk quotas dquot_6.6.0\n[ 0.555962] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557784] fuse init (API version 7.23)\n[ 0.558953] Key type big_key registered\n[ 0.559892] Allocating IMA MOK and blacklist keyrings.\n[ 0.561414] Key type asymmetric registered\n[ 0.562370] Asymmetric key parser 'x509' registered\n[ 0.563383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.564907] io scheduler noop registered\n[ 0.565726] io scheduler deadline registered (default)\n[ 0.566753] io scheduler cfq registered\n[ 0.567641] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.568713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.570029] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.571520] ACPI: Power Button [PWRF]\n[ 0.572445] GHES: HEST is not enabled!\n[ 0.590853] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629972] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.633241] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657342] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660107] Linux agpgart interface v0.103\n[ 0.663425] brd: module loaded\n[ 0.665438] loop: module loaded\n[ 0.669872] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.671388] GPT:90111 != 20971519\n[ 0.672109] GPT:Alternate GPT header not at the end of the disk.\n[ 0.673263] GPT:90111 != 20971519\n[ 0.673981] GPT: Use GNU Parted to correct GPT errors.\n[ 0.674993] vda: vda1 vda15\n[ 0.676540] scsi host0: ata_piix\n[ 0.677432] scsi host1: ata_piix\n[ 0.678203] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.679461] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.680799] libphy: Fixed MDIO Bus: probed\n[ 0.681679] tun: Universal TUN/TAP device driver, 1.6\n[ 0.682711] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.685164] PPP generic driver version 2.4.2\n[ 0.686135] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687379] ehci-pci: EHCI PCI platform driver\n[ 0.688287] ehci-platform: EHCI generic platform driver\n[ 0.689313] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690484] ohci-pci: OHCI PCI platform driver\n[ 0.691428] ohci-platform: OHCI generic platform driver\n[ 0.692456] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.711466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.712519] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.714023] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.715086] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.716287] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.717575] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.719033] usb usb1: Product: UHCI Host Controller\n[ 0.719992] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.721168] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.722240] hub 1-0:1.0: USB hub found\n[ 0.723051] hub 1-0:1.0: 2 ports detected\n[ 0.724044] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.727359] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.728506] mousedev: PS/2 mouse device common for all mice\n[ 0.729840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.732152] rtc_cmos 00:00: RTC can wake from S4\n[ 0.733431] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.734667] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735911] i2c /dev entries driver\n[ 0.736740] device-mapper: uevent: version 1.0.3\n[ 0.737762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.739459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.740985] NET: Registered protocol family 10\n[ 0.742229] NET: Registered protocol family 17\n[ 0.743175] Key type dns_resolver registered\n[ 0.744299] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.745440] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.746639] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.748581] registered taskstats version 1\n[ 0.749452] Loading compiled-in X.509 certificates\n[ 0.750953] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.752886] zswap: loaded using pool lzo/zbud\n[ 0.754771] Key type trusted registered\n[ 0.756657] Key type encrypted registered\n[ 0.757564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.758620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.759666] evm: HMAC attrs: 0x1\n[ 0.771088] Magic number: 10:692:993\n[ 0.772060] rtc_cmos 00:00: setting system clock to 2018-07-22 15:57:12 UTC (1532275032)\n[ 0.773768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774935] EDD information not available.\n[ 0.838529] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840406] Write protecting the kernel read-only data: 14336k\n[ 0.842640] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.844617] 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.906792] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.15. iid=i-0000002a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMRqFk+MJ6wx0pOCQzEj1E1/rrExQ63/j0vIAzbNm1ZfIhX+MFjUSKr1KONsnM8sLW1XjKZRUk1WtcIGDh+16D+J+MbaN9B8AJvoIjh+vKIiqpRCx7FDDm2iSIHoCz+mRLVo+Mjhl6dk2iuUZjhObgv7oNpbGK2VqJnlmQ/LKPEjQjeCwjmTRFrxIX9IEa90TqJ9qiwkWFUfUlDFEWK9QPwJQrJNSptm4AgX2w3yLYpteBX5m4ysK0i2LlT1OVoLXukZYX3ao/fMSiU5Jhyk52qAsgtazqod/jjgjy3yfpLkNiclVBdDSfzrHF2gGqC0+S7f7SiERbkkhNBOf9+HHZ root@createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\nssh-dss AAAAB3NzaC1kc3MAAACBAJrwtcMH0Mf/3CcFD+elH2GuWphkbnXPgJbEu1HYkJ02a6YKtQHHfUOtwt8s+cO7BGASbrIhN1CIvyZyYDeHvpQKMZOsJjKZPrZecXYdBdNhTi/6JP5fNauWctge7UaCFv2JmQ0hJb/hkF4V7Nj4P1aTy4s48HmOPmX31mR/F+4tAAAAFQCm6FKeeueNnSXgogI48N4jpyo6gQAAAIAipVb2XC6fFbr4iXuWDF6q0nQnpilEPUOfl5kBtaNWDJPZRlxIL+nFa/Z+92TymKHwt+WyiYSzfwa5mgAi0bTwlYZnqMY5GkHy0gxaR/cpaoaJ3gmQXpzc/Jiyo60n3+rfsQWHO7zqvwZVYhJ+OGYHPfKblSp2FkMeQYtLvsDEcgAAAIEAitrBCDeTCAaS7c9Hz+R6MEhXvb6Nzw3eNmU/+EGTMFf6Shkm6hLq+7XGMI721nZxFpDFrNoydJ7QQ+9fn4nfvrC0+BTwLQRV4nyi17XCQzvEBKwwtKbHG1YpKktaWzO6J0knAhKUbuWTi07HGaOT+srhz//wEbauYSrWa0IpQG4= root@createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\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:feff:9f11/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000002a\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.20 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f login: "} 2018-07-22 15:57:22,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da/action used request id req-cf12e5ed-bca8-4fb2-b19d-c1cfed65378b 2018-07-22 15:57:22,938 - create_instance - INFO - Deleting Port with ID - ab9738d6-22c8-421b-b76e-e0f2453dbf54 2018-07-22 15:57:22,938 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm1-port 2018-07-22 15:57:22,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/ab9738d6-22c8-421b-b76e-e0f2453dbf54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:57:23,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-57b94670-3b4a-4990-b5e8-b9aa2b5da4f7 Date: Sun, 22 Jul 2018 15:57:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:23,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/ab9738d6-22c8-421b-b76e-e0f2453dbf54 used request id req-57b94670-3b4a-4990-b5e8-b9aa2b5da4f7 2018-07-22 15:57:23,619 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1 2018-07-22 15:57:23,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:57:23,781 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:57:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81a009d3-63bb-4cb1-b156-b904dc6d934e x-compute-request-id: req-81a009d3-63bb-4cb1-b156-b904dc6d934e Content-Type: application/json 2018-07-22 15:57:23,781 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-81a009d3-63bb-4cb1-b156-b904dc6d934e 2018-07-22 15:57:23,781 - create_instance - INFO - Checking deletion status 2018-07-22 15:57:23,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:57:24,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a01e1c4-e441-4069-bf36-b2ddf58b59d9 x-compute-request-id: req-0a01e1c4-e441-4069-bf36-b2ddf58b59d9 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:ab:a6", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:23Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:24,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-0a01e1c4-e441-4069-bf36-b2ddf58b59d9 2018-07-22 15:57:24,139 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1] is - ACTIVE 2018-07-22 15:57:24,139 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:57:27,142 - create_instance - DEBUG - VM status query timeout in 296.638926983 2018-07-22 15:57:27,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:57:27,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfa7fc5a-5bcf-4cd6-9f05-6d75b44af7d6 x-compute-request-id: req-bfa7fc5a-5bcf-4cd6-9f05-6d75b44af7d6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cee84f67-8df7-4166-bd9f-45c78aa74735", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:56:54.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "cee84f67-8df7-4166-bd9f-45c78aa74735", "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:23Z", "hostId": "68202ee4dbb87358afebe5e41fb8bc8f8217d51fe4c3153df4b40a7a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1", "created": "2018-07-22T15:56:49Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:27,251 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-bfa7fc5a-5bcf-4cd6-9f05-6d75b44af7d6 2018-07-22 15:57:27,252 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1] is - ACTIVE 2018-07-22 15:57:27,252 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:57:30,255 - create_instance - DEBUG - VM status query timeout in 293.526144028 2018-07-22 15:57:30,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd841374675d9f31e54a7d5bf0027b2af1749c4d" 2018-07-22 15:57:30,308 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b59f451-d72f-41aa-86ff-d337ec997352 x-compute-request-id: req-8b59f451-d72f-41aa-86ff-d337ec997352 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cee84f67-8df7-4166-bd9f-45c78aa74735 could not be found.", "code": 404}} 2018-07-22 15:57:30,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cee84f67-8df7-4166-bd9f-45c78aa74735 used request id req-8b59f451-d72f-41aa-86ff-d337ec997352 2018-07-22 15:57:30,308 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cee84f67-8df7-4166-bd9f-45c78aa74735 could not be found. (HTTP 404) (Request-ID: req-8b59f451-d72f-41aa-86ff-d337ec997352) 2018-07-22 15:57:30,309 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst1 2018-07-22 15:57:30,310 - create_instance - INFO - Deleting Port with ID - 92c47656-6b4e-494d-ad7e-c7a6b3926892 2018-07-22 15:57:30,310 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-vm2-port 2018-07-22 15:57:30,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/92c47656-6b4e-494d-ad7e-c7a6b3926892 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:30,768 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7255177-4495-471b-9f0b-2d42d510b20f Date: Sun, 22 Jul 2018 15:57:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:30,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/92c47656-6b4e-494d-ad7e-c7a6b3926892 used request id req-f7255177-4495-471b-9f0b-2d42d510b20f 2018-07-22 15:57:30,769 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2 2018-07-22 15:57:30,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:30,934 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37286504-1948-4e66-bc2d-7f606a5f01a5 x-compute-request-id: req-37286504-1948-4e66-bc2d-7f606a5f01a5 Content-Type: application/json 2018-07-22 15:57:30,934 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-37286504-1948-4e66-bc2d-7f606a5f01a5 2018-07-22 15:57:30,935 - create_instance - INFO - Checking deletion status 2018-07-22 15:57:30,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:31,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9361e4b6-5218-4fb8-8e18-da0ae68c4fd0 x-compute-request-id: req-9361e4b6-5218-4fb8-8e18-da0ae68c4fd0 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:57:11.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:30Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:31,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-9361e4b6-5218-4fb8-8e18-da0ae68c4fd0 2018-07-22 15:57:31,289 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2] is - ACTIVE 2018-07-22 15:57:31,289 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:57:34,292 - create_instance - DEBUG - VM status query timeout in 296.64242816 2018-07-22 15:57:34,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:34,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ea77a7e-96b2-4180-b881-2a76553d49c7 x-compute-request-id: req-5ea77a7e-96b2-4180-b881-2a76553d49c7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/981a6411-3715-4f3c-bb90-74bd358da0da", "rel": "bookmark"}], "image": {"id": "59147f44-3ef1-4610-886d-edd69dc0cceb", "links": [{"href": "http://172.30.9.28:8774/images/59147f44-3ef1-4610-886d-edd69dc0cceb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:57:11.000000", "flavor": {"id": "cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "links": [{"href": "http://172.30.9.28:8774/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72", "rel": "bookmark"}]}, "id": "981a6411-3715-4f3c-bb90-74bd358da0da", "user_id": "66312306a04b463aa22bd5693f2f0833", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:57:30Z", "hostId": "b1223025275fb30d44dd1d34863e94aaa4974b64fc4179839459875d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2", "created": "2018-07-22T15:57:05Z", "tenant_id": "167e09a89298461db75ff5308636993d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:57:34,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-5ea77a7e-96b2-4180-b881-2a76553d49c7 2018-07-22 15:57:34,401 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2] is - ACTIVE 2018-07-22 15:57:34,401 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:57:37,404 - create_instance - DEBUG - VM status query timeout in 293.530826092 2018-07-22 15:57:37,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bac43b1c75dbb730aa17321729e04d571d968f9" 2018-07-22 15:57:37,455 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:57:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65e2456e-4c23-49d5-88bc-d7fe633ae36d x-compute-request-id: req-65e2456e-4c23-49d5-88bc-d7fe633ae36d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 981a6411-3715-4f3c-bb90-74bd358da0da could not be found.", "code": 404}} 2018-07-22 15:57:37,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/981a6411-3715-4f3c-bb90-74bd358da0da used request id req-65e2456e-4c23-49d5-88bc-d7fe633ae36d 2018-07-22 15:57:37,456 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 981a6411-3715-4f3c-bb90-74bd358da0da could not be found. (HTTP 404) (Request-ID: req-65e2456e-4c23-49d5-88bc-d7fe633ae36d) 2018-07-22 15:57:37,456 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-inst2 2018-07-22 15:57:37,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0663bea6103690a6f214767ecb5f0ccf249d05" 2018-07-22 15:57:37,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:57:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3414e7d-854a-4672-b125-cfc2e7aeb1ef x-compute-request-id: req-f3414e7d-854a-4672-b125-cfc2e7aeb1ef Content-Length: 0 Content-Type: application/json 2018-07-22 15:57:37,490 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/cc4a7c79-b3ea-4492-97de-44c7e4a64e72 used request id req-f3414e7d-854a-4672-b125-cfc2e7aeb1ef 2018-07-22 15:57:37,491 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router and port CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port1 2018-07-22 15:57:37,491 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:57:37,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" -d '{"port_id": "c8361806-09da-4925-bd8d-54871a109667"}' 2018-07-22 15:57:38,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6a0d100f-6ba3-4ee3-95d1-7a041b99d8b3 Date: Sun, 22 Jul 2018 15:57:38 GMT RESP BODY: {"network_id": "2430b53f-53df-4dc4-8a31-34001f543586", "tenant_id": "167e09a89298461db75ff5308636993d", "subnet_id": "d2bceee3-f12d-435c-b9e3-1b6eac282f08", "subnet_ids": ["d2bceee3-f12d-435c-b9e3-1b6eac282f08"], "port_id": "c8361806-09da-4925-bd8d-54871a109667", "id": "e62a14b8-b465-488d-89f3-7197e0885376"} 2018-07-22 15:57:38,926 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376/remove_router_interface used request id req-6a0d100f-6ba3-4ee3-95d1-7a041b99d8b3 2018-07-22 15:57:38,927 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router and port CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-router-port2 2018-07-22 15:57:38,927 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:57:38,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" -d '{"port_id": "f535acc5-de33-458a-80b6-ff6fb36de288"}' 2018-07-22 15:57:40,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-35eb1eee-7045-4f10-b669-c20399eddfab Date: Sun, 22 Jul 2018 15:57:40 GMT RESP BODY: {"network_id": "cb602512-530c-4f3b-81e8-21b380193a24", "tenant_id": "167e09a89298461db75ff5308636993d", "subnet_id": "17d30077-22dc-4bd3-ad03-0d18d048b869", "subnet_ids": ["17d30077-22dc-4bd3-ad03-0d18d048b869"], "port_id": "f535acc5-de33-458a-80b6-ff6fb36de288", "id": "e62a14b8-b465-488d-89f3-7197e0885376"} 2018-07-22 15:57:40,168 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376/remove_router_interface used request id req-35eb1eee-7045-4f10-b669-c20399eddfab 2018-07-22 15:57:40,168 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:57:40,168 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-pub-router 2018-07-22 15:57:40,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef2fc3e2edd9539315c9c4ddcfd205cb2f758528" 2018-07-22 15:57:40,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4a2b8f4d-9ec0-4bbd-bae9-2557f3197f50 Content-Length: 0 Date: Sun, 22 Jul 2018 15:57:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:40,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/e62a14b8-b465-488d-89f3-7197e0885376 used request id req-4a2b8f4d-9ec0-4bbd-bae9-2557f3197f50 2018-07-22 15:57:40,793 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1 2018-07-22 15:57:40,793 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet1 2018-07-22 15:57:40,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/d2bceee3-f12d-435c-b9e3-1b6eac282f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" 2018-07-22 15:57:41,765 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62d7b74e-1148-4d36-8801-458af135cc21 Date: Sun, 22 Jul 2018 15:57:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:41,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d2bceee3-f12d-435c-b9e3-1b6eac282f08 used request id req-62d7b74e-1148-4d36-8801-458af135cc21 2018-07-22 15:57:41,765 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net1 2018-07-22 15:57:41,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/2430b53f-53df-4dc4-8a31-34001f543586 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5e61009beb47482e6b1101315e50c6606fcccb5" 2018-07-22 15:57:42,910 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84785f37-3ebe-4780-b0ac-abe23c9d489b Date: Sun, 22 Jul 2018 15:57:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:42,910 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2430b53f-53df-4dc4-8a31-34001f543586 used request id req-84785f37-3ebe-4780-b0ac-abe23c9d489b 2018-07-22 15:57:42,911 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2 2018-07-22 15:57:42,911 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-subnet2 2018-07-22 15:57:42,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/17d30077-22dc-4bd3-ad03-0d18d048b869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" 2018-07-22 15:57:44,308 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-615bb711-041d-4508-b619-cb099fc147b4 Date: Sun, 22 Jul 2018 15:57:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:44,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/17d30077-22dc-4bd3-ad03-0d18d048b869 used request id req-615bb711-041d-4508-b619-cb099fc147b4 2018-07-22 15:57:44,308 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-net2 2018-07-22 15:57:44,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/cb602512-530c-4f3b-81e8-21b380193a24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63017ef4c68f1d7ad421bd19398612516dc96060" 2018-07-22 15:57:45,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d80161ec-cf84-42fd-9a94-d2418456e28f Date: Sun, 22 Jul 2018 15:57:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:45,690 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cb602512-530c-4f3b-81e8-21b380193a24 used request id req-d80161ec-cf84-42fd-9a94-d2418456e28f 2018-07-22 15:57:45,690 - neutron_utils - INFO - Deleting security group rule with ID - ef08ba94-88bb-4ae4-a38e-c4cf813d6125 2018-07-22 15:57:45,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/ef08ba94-88bb-4ae4-a38e-c4cf813d6125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:57:46,045 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56bf5553-219b-4fd3-bc6e-6f79b7c62b38 Content-Length: 0 Date: Sun, 22 Jul 2018 15:57:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:46,045 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/ef08ba94-88bb-4ae4-a38e-c4cf813d6125 used request id req-56bf5553-219b-4fd3-bc6e-6f79b7c62b38 2018-07-22 15:57:46,046 - neutron_utils - INFO - Deleting security group rule with ID - 9214b16b-2221-4a80-987c-f1d6617778ad 2018-07-22 15:57:46,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/9214b16b-2221-4a80-987c-f1d6617778ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:57:46,189 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82492cce-05f1-404d-8da5-0aab4b3a2958 Content-Length: 0 Date: Sun, 22 Jul 2018 15:57:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:46,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/9214b16b-2221-4a80-987c-f1d6617778ad used request id req-82492cce-05f1-404d-8da5-0aab4b3a2958 2018-07-22 15:57:46,190 - neutron_utils - INFO - Deleting security group rule with ID - 8986a625-055b-4598-af0a-479f0c1b445c 2018-07-22 15:57:46,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/8986a625-055b-4598-af0a-479f0c1b445c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:57:46,299 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-85dfe558-693c-43c9-abcd-d4c7e0cfc69b Content-Length: 0 Date: Sun, 22 Jul 2018 15:57:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:46,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/8986a625-055b-4598-af0a-479f0c1b445c used request id req-85dfe558-693c-43c9-abcd-d4c7e0cfc69b 2018-07-22 15:57:46,300 - neutron_utils - INFO - Deleting security group rule with ID - 05e00043-687f-43b4-ab2e-76161ced7d9f 2018-07-22 15:57:46,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/05e00043-687f-43b4-ab2e-76161ced7d9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:57:46,404 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f53a4324-5e22-45f4-858f-327e24be2468 Content-Length: 0 Date: Sun, 22 Jul 2018 15:57:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:46,404 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/05e00043-687f-43b4-ab2e-76161ced7d9f used request id req-f53a4324-5e22-45f4-858f-327e24be2468 2018-07-22 15:57:46,405 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-c67614ea-b952-46d8-8d1e-2499c5dbaa2f-sec-grp 2018-07-22 15:57:46,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a3442ebb-fb13-4e44-99a9-fa563016d372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c61bf9f2ebbd62ecc59d1d18326670bf4fdef833" 2018-07-22 15:57:46,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-452affa6-54a5-4518-b68f-1b1ee67e711e Content-Length: 0 Date: Sun, 22 Jul 2018 15:57:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:46,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a3442ebb-fb13-4e44-99a9-fa563016d372 used request id req-452affa6-54a5-4518-b68f-1b1ee67e711e 2018-07-22 15:57:46,549 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-501e36ca-dcb9-4764-b5a6-36c00be165fe 2018-07-22 15:57:46,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7cb8560df14d47f0af4f5c8c31584b7057d07cbf" 2018-07-22 15:57:47,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2552a14e-88ad-4abe-9009-2672151c8a14 Date: Sun, 22 Jul 2018 15:57:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:57:47,142 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/59147f44-3ef1-4610-886d-edd69dc0cceb used request id req-2552a14e-88ad-4abe-9009-2672151c8a14 2018-07-22 15:57:47,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:47,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-1239f5d9-f1f3-46dd-b3e6-a1e2a5265f8c Date: Sun, 22 Jul 2018 15:57:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:29Z", "updated_at": "2018-07-22T15:56:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:29Z", "revision_number": 0, "id": "0a525f7c-9bd6-46f6-aa1f-1f3b7788d7dc", "remote_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:29Z", "security_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv6", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:29Z", "revision_number": 0, "id": "389cb0ab-9d66-4822-b750-b975fd34134d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:29Z", "security_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:29Z", "revision_number": 0, "id": "722b34f3-8d59-405f-9516-b5483a36fe0b", "remote_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:29Z", "security_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv4", "project_id": "167e09a89298461db75ff5308636993d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:56:29Z", "revision_number": 0, "id": "92b12091-685c-4ec9-a5b9-861d4797cc4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:56:29Z", "security_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "tenant_id": "167e09a89298461db75ff5308636993d", "port_range_min": null, "ethertype": "IPv6", "project_id": "167e09a89298461db75ff5308636993d"}], "revision_number": 4, "project_id": "167e09a89298461db75ff5308636993d", "id": "d778323a-0abc-4a75-9744-bebd60389c88", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:57:47,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1239f5d9-f1f3-46dd-b3e6-a1e2a5265f8c 2018-07-22 15:57:47,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:47,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5720d456-f9ae-43f6-958e-090627ee6d75 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:57:47,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-5720d456-f9ae-43f6-958e-090627ee6d75 2018-07-22 15:57:47,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:47,562 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:57:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eba32c84-c49c-47b3-af6c-1a4deba6f4f3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:57:47,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-eba32c84-c49c-47b3-af6c-1a4deba6f4f3 2018-07-22 15:57:47,562 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:57:47,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:47,644 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:57:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a518d2ab-c8b9-445a-a7c4-d78087c981b2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:57:47,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-a518d2ab-c8b9-445a-a7c4-d78087c981b2 2018-07-22 15:57:47,644 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:57:47,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:47,729 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:57:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-957ee916-8875-458e-a74c-96d7e0b4cfda Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:57:47,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-957ee916-8875-458e-a74c-96d7e0b4cfda 2018-07-22 15:57:47,729 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:57:47,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:47,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0eadeb-1fdd-42ab-849e-16e2d9508c35 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:57:47,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-4b0eadeb-1fdd-42ab-849e-16e2d9508c35 2018-07-22 15:57:47,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:47,905 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:57:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aad24262-0bf3-470a-9847-89289df838d6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:57:47,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-aad24262-0bf3-470a-9847-89289df838d6 2018-07-22 15:57:47,905 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:57:47,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:47,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83fac6f1-d0ab-4d5b-addb-3cc21538ed82 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "167e09a89298461db75ff5308636993d", "name": "CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj"}} 2018-07-22 15:57:47,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-83fac6f1-d0ab-4d5b-addb-3cc21538ed82 2018-07-22 15:57:47,995 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d778323a-0abc-4a75-9744-bebd60389c88 2018-07-22 15:57:48,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d778323a-0abc-4a75-9744-bebd60389c88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:48,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5525dc54-7076-4cb3-a93e-7d199973acb6 Date: Sun, 22 Jul 2018 15:57:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:29Z", "security_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:29Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "0a525f7c-9bd6-46f6-aa1f-1f3b7788d7dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:29Z", "security_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:29Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "389cb0ab-9d66-4822-b750-b975fd34134d"}, {"remote_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:29Z", "security_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:29Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "722b34f3-8d59-405f-9516-b5483a36fe0b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:56:29Z", "security_group_id": "d778323a-0abc-4a75-9744-bebd60389c88", "port_range_min": null, "revision_number": 0, "tenant_id": "167e09a89298461db75ff5308636993d", "created_at": "2018-07-22T15:56:29Z", "project_id": "167e09a89298461db75ff5308636993d", "id": "92b12091-685c-4ec9-a5b9-861d4797cc4f"}]} 2018-07-22 15:57:48,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d778323a-0abc-4a75-9744-bebd60389c88 used request id req-5525dc54-7076-4cb3-a93e-7d199973acb6 2018-07-22 15:57:48,023 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:57:48,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d778323a-0abc-4a75-9744-bebd60389c88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:48,217 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdb9940f-0c40-4f9c-8e1e-657c08cece35 Content-Length: 0 Date: Sun, 22 Jul 2018 15:57:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:57:48,217 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d778323a-0abc-4a75-9744-bebd60389c88 used request id req-fdb9940f-0c40-4f9c-8e1e-657c08cece35 2018-07-22 15:57:48,218 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj 2018-07-22 15:57:48,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:48,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:57:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19335b23-c8bd-49d4-8842-15398040f23d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:57:48,476 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/167e09a89298461db75ff5308636993d used request id req-19335b23-c8bd-49d4-8842-15398040f23d 2018-07-22 15:57:48,476 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-proj-role 2018-07-22 15:57:48,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/0a8d54ef4f9e4203807d80e5563cd914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:48,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:57:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54bcb0a7-2f8d-49bb-a9c2-ab0c4fde998f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:57:48,583 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/0a8d54ef4f9e4203807d80e5563cd914 used request id req-54bcb0a7-2f8d-49bb-a9c2-ab0c4fde998f 2018-07-22 15:57:48,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21411006511b8596edfafc81ab4e2ea37d5c6a7" 2018-07-22 15:57:48,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31e8d1c2-60da-4b06-96a1-9ccacbfd43fa Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:57:48,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-31e8d1c2-60da-4b06-96a1-9ccacbfd43fa 2018-07-22 15:57:48,670 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-2e7cb321-b6fd-4e3-user 2018-07-22 15:57:48,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/66312306a04b463aa22bd5693f2f0833 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2198336740df0ba5527c23301844406440744ae7" 2018-07-22 15:57:48,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:57:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aef3d710-567b-4abe-a329-381f12836b2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:57:48,883 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/66312306a04b463aa22bd5693f2f0833 used request id req-aef3d710-567b-4abe-a329-381f12836b2f 2018-07-22 15:57:48,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:49,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:57:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["eeETyhzgSQmdGxXD2QA1-Q"], "issued_at": "2018-07-22T15:57:49.000000Z"}} 2018-07-22 15:57:49,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b39d9e50c298c0037226d4ab59767352205270e" 2018-07-22 15:57:49,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81cda76f-fea6-443c-9659-b2bcf87ee7fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:49,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-81cda76f-fea6-443c-9659-b2bcf87ee7fe 2018-07-22 15:57:49,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:49,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:49,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:57:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["qWIivgGqRpiEuO6SvONLbw"], "issued_at": "2018-07-22T15:57:49.000000Z"}} 2018-07-22 15:57:49,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:57:49,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-660c7c45-411c-44d8-9db1-a2ce9fc0045f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:49,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-660c7c45-411c-44d8-9db1-a2ce9fc0045f 2018-07-22 15:57:49,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:57:49,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:57:49,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-b426697e-03ea-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:57:49,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff646bb2-8cf4-44aa-b659-9825ff8df624 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-b426697e-03ea-48a-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:57:49,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-b426697e-03ea-48a-proj used request id req-ff646bb2-8cf4-44aa-b659-9825ff8df624 2018-07-22 15:57:49,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:57:49,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81b130d4-6fe1-44bf-833f-35fbc7a44524 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:57:49,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-81b130d4-6fe1-44bf-833f-35fbc7a44524 2018-07-22 15:57:49,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj"}}' 2018-07-22 15:57:50,015 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:57:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fe5dbbc-0f29-4730-a8ae-a75b21cf1b0b Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ef200824704d4f388e23c8c2f3352035"}, "tags": [], "enabled": true, "id": "ef200824704d4f388e23c8c2f3352035", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj"}} 2018-07-22 15:57:50,016 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7fe5dbbc-0f29-4730-a8ae-a75b21cf1b0b 2018-07-22 15:57:50,016 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-b426697e-03ea-48a-proj 2018-07-22 15:57:50,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:50,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:50,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:57:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["e5rvIg79RhGg8VNqoHdn0g"], "issued_at": "2018-07-22T15:57:50.000000Z"}} 2018-07-22 15:57:50,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e909f1ca6e9fd98a4f39adc8e128b590db9fb6ac" 2018-07-22 15:57:50,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b99391-fc8b-4e42-b49e-de5923dfe585 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:50,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-18b99391-fc8b-4e42-b49e-de5923dfe585 2018-07-22 15:57:50,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:57:50,493 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:57:50,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e909f1ca6e9fd98a4f39adc8e128b590db9fb6ac" 2018-07-22 15:57:50,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efccd6dc-6e6e-4283-8ff3-85a05ff17249 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:57:50,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-efccd6dc-6e6e-4283-8ff3-85a05ff17249 2018-07-22 15:57:50,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-b426697e-03ea-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e909f1ca6e9fd98a4f39adc8e128b590db9fb6ac" 2018-07-22 15:57:50,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cced411-049a-4b9e-bb35-70f8ae9ed77f Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-b426697e-03ea-48a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ef200824704d4f388e23c8c2f3352035"}, "tags": [], "enabled": true, "id": "ef200824704d4f388e23c8c2f3352035", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj"}]} 2018-07-22 15:57:50,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-b426697e-03ea-48a-proj used request id req-0cced411-049a-4b9e-bb35-70f8ae9ed77f 2018-07-22 15:57:50,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e909f1ca6e9fd98a4f39adc8e128b590db9fb6ac" 2018-07-22 15:57:50,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25c8c302-db34-4440-9a6b-c7370873517d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:57:50,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-25c8c302-db34-4440-9a6b-c7370873517d 2018-07-22 15:57:51,087 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-b426697e-03ea-48a-user 2018-07-22 15:57:51,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:51,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:57:51,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2363a13e-78e4-47ce-97c2-60abe7b75896 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:57:51,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2363a13e-78e4-47ce-97c2-60abe7b75896 2018-07-22 15:57:51,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" -d '{"role": {"name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj-role"}}' 2018-07-22 15:57:51,292 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:57:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6934893-2adc-407f-bad0-80531c33dba1 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "344c58525ccd4315bfece536539ddc02", "links": {"self": "http://172.30.9.28:5000/v3/roles/344c58525ccd4315bfece536539ddc02"}, "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj-role"}} 2018-07-22 15:57:51,292 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a6934893-2adc-407f-bad0-80531c33dba1 2018-07-22 15:57:51,292 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-b426697e-03ea-48a-proj-role 2018-07-22 15:57:51,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/344c58525ccd4315bfece536539ddc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:57:51,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ce4ceb-7c05-4f40-a82e-0769a099f174 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "344c58525ccd4315bfece536539ddc02", "links": {"self": "http://172.30.9.28:5000/v3/roles/344c58525ccd4315bfece536539ddc02"}, "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj-role"}} 2018-07-22 15:57:51,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/344c58525ccd4315bfece536539ddc02 used request id req-f0ce4ceb-7c05-4f40-a82e-0769a099f174 2018-07-22 15:57:51,379 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-b426697e-03ea-48a-proj-role to project CreateInstanceSimpleTests-b426697e-03ea-48a-proj 2018-07-22 15:57:51,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ef200824704d4f388e23c8c2f3352035/users/381043f5a1364207abac8aa585b1ddc7/roles/344c58525ccd4315bfece536539ddc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:57:51,492 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:57:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39e589c4-6f7d-4ed1-9c84-aa02b4ce5f7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:57:51,492 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ef200824704d4f388e23c8c2f3352035/users/381043f5a1364207abac8aa585b1ddc7/roles/344c58525ccd4315bfece536539ddc02 used request id req-39e589c4-6f7d-4ed1-9c84-aa02b4ce5f7c 2018-07-22 15:57:51,492 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:57:51,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:51,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:51,494 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:57:51,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:51,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:51,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "344c58525ccd4315bfece536539ddc02", "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj-role"}], "expires_at": "2018-07-22T16:57:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef200824704d4f388e23c8c2f3352035", "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/ef200824704d4f388e23c8c2f3352035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/ef200824704d4f388e23c8c2f3352035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef200824704d4f388e23c8c2f3352035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef200824704d4f388e23c8c2f3352035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-user", "id": "381043f5a1364207abac8aa585b1ddc7"}, "audit_ids": ["II5rxGlGSfyucw2Evx-UvA"], "issued_at": "2018-07-22T15:57:51.000000Z"}} 2018-07-22 15:57:51,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" 2018-07-22 15:57:51,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7e88d58-a5e9-488f-93f1-bd015c82fc13 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:51,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e7e88d58-a5e9-488f-93f1-bd015c82fc13 2018-07-22 15:57:51,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" 2018-07-22 15:57:52,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-cbfd9225-b72e-462a-9979-183a85b67443 Date: Sun, 22 Jul 2018 15:57:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image"} 2018-07-22 15:57:52,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image used request id req-cbfd9225-b72e-462a-9979-183a85b67443 2018-07-22 15:57:52,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" 2018-07-22 15:57:52,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0babe933-ad66-419c-9405-8ad2127427ca Date: Sun, 22 Jul 2018 15:57:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:57:52,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0babe933-ad66-419c-9405-8ad2127427ca 2018-07-22 15:57:52,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image"}' 2018-07-22 15:57:52,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c747ced1-819e-4714-a753-bbebe6a4c746 Date: Sun, 22 Jul 2018 15:57:52 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:57:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:57:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/99594682-8150-4284-8ed3-fe4775ee6112", "min_disk": 0, "protected": false, "id": "99594682-8150-4284-8ed3-fe4775ee6112", "file": "/v2/images/99594682-8150-4284-8ed3-fe4775ee6112/file", "checksum": null, "owner": "ef200824704d4f388e23c8c2f3352035", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:57:52,221 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c747ced1-819e-4714-a753-bbebe6a4c746 2018-07-22 15:57:52,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" -d '' 2018-07-22 15:57:52,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6395380b-08cc-4b13-a216-b84db5f0fed0 Date: Sun, 22 Jul 2018 15:57:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:57:52,731 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112/file used request id req-6395380b-08cc-4b13-a216-b84db5f0fed0 2018-07-22 15:57:52,732 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:57:52,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" 2018-07-22 15:57:52,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-d187d0f6-5d5a-4760-af6e-7c5a2a1d2cd1 Date: Sun, 22 Jul 2018 15:57:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:57:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:57:52Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/99594682-8150-4284-8ed3-fe4775ee6112/snap", "metadata": {}}], "self": "/v2/images/99594682-8150-4284-8ed3-fe4775ee6112", "min_disk": 0, "protected": false, "id": "99594682-8150-4284-8ed3-fe4775ee6112", "file": "/v2/images/99594682-8150-4284-8ed3-fe4775ee6112/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef200824704d4f388e23c8c2f3352035", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/99594682-8150-4284-8ed3-fe4775ee6112/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:57:52,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112 used request id req-d187d0f6-5d5a-4760-af6e-7c5a2a1d2cd1 2018-07-22 15:57:52,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" 2018-07-22 15:57:52,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c443400a-deda-4216-9473-591a60b4ca62 Date: Sun, 22 Jul 2018 15:57:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:57:52,761 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c443400a-deda-4216-9473-591a60b4ca62 2018-07-22 15:57:52,763 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image 2018-07-22 15:57:52,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" 2018-07-22 15:57:52,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-771a4330-991e-4f24-b3f1-f3cc0ff26abb Date: Sun, 22 Jul 2018 15:57:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:57:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:57:52Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/99594682-8150-4284-8ed3-fe4775ee6112/snap", "metadata": {}}], "self": "/v2/images/99594682-8150-4284-8ed3-fe4775ee6112", "min_disk": 0, "protected": false, "id": "99594682-8150-4284-8ed3-fe4775ee6112", "file": "/v2/images/99594682-8150-4284-8ed3-fe4775ee6112/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef200824704d4f388e23c8c2f3352035", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/99594682-8150-4284-8ed3-fe4775ee6112/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:57:52,780 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112 used request id req-771a4330-991e-4f24-b3f1-f3cc0ff26abb 2018-07-22 15:57:52,780 - create_image - DEBUG - Instance status is - active 2018-07-22 15:57:52,780 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image 2018-07-22 15:57:52,781 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image 2018-07-22 15:57:52,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:52,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:53,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:57:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bIGnHGUqRhGT9wrASTgcbw"], "issued_at": "2018-07-22T15:57:53.000000Z"}} 2018-07-22 15:57:53,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af263891bef3ce8e49a41249a2c2bc6e69c81edc" 2018-07-22 15:57:53,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3475ed4d-dcd2-4f92-b66e-2d5a4a56df8f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:53,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3475ed4d-dcd2-4f92-b66e-2d5a4a56df8f 2018-07-22 15:57:53,248 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:57:53,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af263891bef3ce8e49a41249a2c2bc6e69c81edc" 2018-07-22 15:57:53,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57: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-6036a703-3641-4931-91c6-a8de98f58d68 x-compute-request-id: req-6036a703-3641-4931-91c6-a8de98f58d68 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 15:57:53,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6036a703-3641-4931-91c6-a8de98f58d68 2018-07-22 15:57:53,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af263891bef3ce8e49a41249a2c2bc6e69c81edc" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-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-07-22 15:57:53,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57: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-77c91c9d-f89e-4146-827c-e22d1102db67 x-compute-request-id: req-77c91c9d-f89e-4146-827c-e22d1102db67 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "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": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63"}} 2018-07-22 15:57:53,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-77c91c9d-f89e-4146-827c-e22d1102db67 2018-07-22 15:57:53,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:53,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:53,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:57:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["3u3dRkFXRyas8U9qWzlO_Q"], "issued_at": "2018-07-22T15:57:53.000000Z"}} 2018-07-22 15:57:53,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" 2018-07-22 15:57:53,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbe92737-b35e-41cc-9e08-6c426db493be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:53,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fbe92737-b35e-41cc-9e08-6c426db493be 2018-07-22 15:57:53,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" 2018-07-22 15:57:54,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ffe615a1-dfe0-4de7-b45e-c2ab39d0b73f Date: Sun, 22 Jul 2018 15:57:54 GMT RESP BODY: {"networks":[]} 2018-07-22 15:57:54,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-ffe615a1-dfe0-4de7-b45e-c2ab39d0b73f 2018-07-22 15:57:54,101 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net 2018-07-22 15:57:54,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" -d '{"network": {"name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net", "admin_state_up": true}}' 2018-07-22 15:57:54,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-39272f8f-fae5-4f93-bab5-998237cbb7f6 Date: Sun, 22 Jul 2018 15:57:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","is_default":false,"provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","mtu":1450}} 2018-07-22 15:57:54,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-39272f8f-fae5-4f93-bab5-998237cbb7f6 2018-07-22 15:57:54,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" 2018-07-22 15:57:54,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-ea803bf7-170f-4414-9a12-e53490575e44 Date: Sun, 22 Jul 2018 15:57:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:57:54,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-ea803bf7-170f-4414-9a12-e53490575e44 2018-07-22 15:57:54,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" 2018-07-22 15:57:54,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b503a852-ee4d-4857-acfa-cf59b0a55cc3 Date: Sun, 22 Jul 2018 15:57:54 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:57:54,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-b503a852-ee4d-4857-acfa-cf59b0a55cc3 2018-07-22 15:57:54,555 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet 2018-07-22 15:57:54,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" -d '{"subnets": [{"ip_version": 4, "network_id": "34422a82-e752-4b00-8590-d62ae4e09b43", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]}' 2018-07-22 15:57:54,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-679fbcb7-1ef3-42d2-b4fe-2fb14aad9e0f Date: Sun, 22 Jul 2018 15:57:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:57:54,932 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-679fbcb7-1ef3-42d2-b4fe-2fb14aad9e0f 2018-07-22 15:57:54,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" 2018-07-22 15:57:55,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-309bbbbd-dfdd-493e-b59f-cf69dc961c01 Date: Sun, 22 Jul 2018 15:57:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:57:55,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-309bbbbd-dfdd-493e-b59f-cf69dc961c01 2018-07-22 15:57:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" 2018-07-22 15:57:55,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0e52ffb5-29f4-4e0f-9b42-9e9ac098ace3 Date: Sun, 22 Jul 2018 15:57:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:57:55,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-0e52ffb5-29f4-4e0f-9b42-9e9ac098ace3 2018-07-22 15:57:55,291 - OpenStackNetwork - DEBUG - Network [34422a82-e752-4b00-8590-d62ae4e09b43] created successfully 2018-07-22 15:57:55,291 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:57:55,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:55,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:55,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:55,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:55,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:57:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Fy9vR_OXThqm6CC_7xKc6g"], "issued_at": "2018-07-22T15:57:55.000000Z"}} 2018-07-22 15:57:55,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0820c8478d564270b20cf4517b3bf80a1e761df1" 2018-07-22 15:57:55,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236cba38-0c6e-4192-959a-9b8546b82847 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:55,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-236cba38-0c6e-4192-959a-9b8546b82847 2018-07-22 15:57:55,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:55,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:56,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:57:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["dICRekxZT_2A1tkYlSbJWQ"], "issued_at": "2018-07-22T15:57:56.000000Z"}} 2018-07-22 15:57:56,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:56,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48ac407-3b48-4f99-ad72-119eeaec9470 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:56,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e48ac407-3b48-4f99-ad72-119eeaec9470 2018-07-22 15:57:56,271 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:57:56,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:56,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc417e3-61ee-4520-aefe-e41fca125cbc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:56,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1fc417e3-61ee-4520-aefe-e41fca125cbc 2018-07-22 15:57:56,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:56,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-d2be160a-cbcb-4d6f-a1c4-30cfc8a9ebf2 Date: Sun, 22 Jul 2018 15:57:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:57:56,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-d2be160a-cbcb-4d6f-a1c4-30cfc8a9ebf2 2018-07-22 15:57:56,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:57:56,611 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:57:56,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:56,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-639b0e62-5306-4a14-95da-f79b462f6926 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:57:56,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-639b0e62-5306-4a14-95da-f79b462f6926 2018-07-22 15:57:56,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:56,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-76bee00b-a9d7-45e7-ad08-b4acb90f7281 Date: Sun, 22 Jul 2018 15:57:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:57:56,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-76bee00b-a9d7-45e7-ad08-b4acb90f7281 2018-07-22 15:57:56,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:56,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9e5b6311-0d6d-4382-9e76-d7bbb1912b37 Date: Sun, 22 Jul 2018 15:57:56 GMT RESP BODY: {"ports":[]} 2018-07-22 15:57:56,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port&admin_state_up=True used request id req-9e5b6311-0d6d-4382-9e76-d7bbb1912b37 2018-07-22 15:57:56,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:56,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e54c73e8-c44e-4930-9463-5d93ffc7f7fd x-compute-request-id: req-e54c73e8-c44e-4930-9463-5d93ffc7f7fd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:57:56,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst used request id req-e54c73e8-c44e-4930-9463-5d93ffc7f7fd 2018-07-22 15:57:56,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:57,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-40fd0113-7cde-49c5-9de9-b478e37c813f Date: Sun, 22 Jul 2018 15:57:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:57:57,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-40fd0113-7cde-49c5-9de9-b478e37c813f 2018-07-22 15:57:57,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:57,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-587ebc04-cdf5-4e5e-9da3-d25a95675e40 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:57:57,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-587ebc04-cdf5-4e5e-9da3-d25a95675e40 2018-07-22 15:57:57,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:57,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-945f4db0-344a-40cd-b5f6-a14f9bbdeeac Date: Sun, 22 Jul 2018 15:57:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:57:57,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-945f4db0-344a-40cd-b5f6-a14f9bbdeeac 2018-07-22 15:57:57,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:57,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-472b2c0f-3cac-473e-a2f3-309e35aae6d9 Date: Sun, 22 Jul 2018 15:57:57 GMT RESP BODY: {"ports":[]} 2018-07-22 15:57:57,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port&admin_state_up=True used request id req-472b2c0f-3cac-473e-a2f3-309e35aae6d9 2018-07-22 15:57:57,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:57:57,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:57:57,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["8mEJUkYxRFW0oHd1jlGZcA"], "issued_at": "2018-07-22T15:57:57.000000Z"}} 2018-07-22 15:57:57,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d870c3c2d5258e0c5dd1a382221b483717abdf31" 2018-07-22 15:57:57,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0175953c-e2f5-4cf5-9242-cd4dac7bd5df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:57:57,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0175953c-e2f5-4cf5-9242-cd4dac7bd5df 2018-07-22 15:57:57,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:57,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-0c636e88-cf22-4661-bea8-f2175bf7c862 Date: Sun, 22 Jul 2018 15:57:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:57:57,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-0c636e88-cf22-4661-bea8-f2175bf7c862 2018-07-22 15:57:57,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:57,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bdefabec-4f29-4b6e-a635-b72f3b2b5792 Date: Sun, 22 Jul 2018 15:57:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:57:57,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-bdefabec-4f29-4b6e-a635-b72f3b2b5792 2018-07-22 15:57:57,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:57,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-5c204660-87e6-4acd-8bca-88a59f829bd9 Date: Sun, 22 Jul 2018 15:57:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:57:57,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-5c204660-87e6-4acd-8bca-88a59f829bd9 2018-07-22 15:57:57,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:57:57,839 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:57:57,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d870c3c2d5258e0c5dd1a382221b483717abdf31" 2018-07-22 15:57:57,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d8e6a8f-d4e6-4d37-aad9-769ae5ef37da 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:57:57,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-7d8e6a8f-d4e6-4d37-aad9-769ae5ef37da 2018-07-22 15:57:57,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:57,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5a9403c5-68e0-4b21-a8a8-fdb2ffad84ab Date: Sun, 22 Jul 2018 15:57:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:57:57,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-5a9403c5-68e0-4b21-a8a8-fdb2ffad84ab 2018-07-22 15:57:57,969 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net 2018-07-22 15:57:57,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" -d '{"port": {"network_id": "34422a82-e752-4b00-8590-d62ae4e09b43", "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port", "admin_state_up": true}}' 2018-07-22 15:57:58,766 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-68d2f385-d4f0-4951-b749-82999c7cfb21 Date: Sun, 22 Jul 2018 15:57:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:57:58Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.3"}],"id":"846032bf-514b-4191-80d6-59245f1245d2","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c7:8f:f3","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:58Z","binding:vnic_type":"normal"}} 2018-07-22 15:57:58,766 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-68d2f385-d4f0-4951-b749-82999c7cfb21 2018-07-22 15:57:58,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:58,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-ba276dad-0c06-4918-8150-5d81b8a24238 Date: Sun, 22 Jul 2018 15:57:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:57:58,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-ba276dad-0c06-4918-8150-5d81b8a24238 2018-07-22 15:57:58,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:58,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49d7b5cf-33e6-4c24-a93e-e0d14f1ad065 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:57:58,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-49d7b5cf-33e6-4c24-a93e-e0d14f1ad065 2018-07-22 15:57:58,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:58,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-927707ba-6ab5-4a05-ab43-fc559079b1d5 Date: Sun, 22 Jul 2018 15:57:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:57:58,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-927707ba-6ab5-4a05-ab43-fc559079b1d5 2018-07-22 15:57:59,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:59,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-bbadccec-bcf4-4352-a2f4-9e1202a340fb Date: Sun, 22 Jul 2018 15:57:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:57:58Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.3"}],"id":"846032bf-514b-4191-80d6-59245f1245d2","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c7:8f:f3","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:58Z","binding:vnic_type":"normal"}]} 2018-07-22 15:57:59,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port&admin_state_up=True used request id req-bbadccec-bcf4-4352-a2f4-9e1202a340fb 2018-07-22 15:57:59,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:59,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca95f22-3375-4e6d-a19e-08e7ddf7afb3 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:57:59,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-bca95f22-3375-4e6d-a19e-08e7ddf7afb3 2018-07-22 15:57:59,086 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst 2018-07-22 15:57:59,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:59,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57: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-9f8113ad-89a8-47d0-9e7c-1122e20a2fe2 x-compute-request-id: req-9f8113ad-89a8-47d0-9e7c-1122e20a2fe2 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-flavor-name"}]} 2018-07-22 15:57:59,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9f8113ad-89a8-47d0-9e7c-1122e20a2fe2 2018-07-22 15:57:59,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:59,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:57: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-cc369708-03e0-4251-88ef-4542f0effd34 x-compute-request-id: req-cc369708-03e0-4251-88ef-4542f0effd34 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "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": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63"}} 2018-07-22 15:57:59,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63 used request id req-cc369708-03e0-4251-88ef-4542f0effd34 2018-07-22 15:57:59,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:59,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-d07513a2-0ce6-4493-90e4-b0cdf52ea2bf Date: Sun, 22 Jul 2018 15:57:59 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:57:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:57:52Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/99594682-8150-4284-8ed3-fe4775ee6112/snap", "metadata": {}}], "self": "/v2/images/99594682-8150-4284-8ed3-fe4775ee6112", "min_disk": 0, "protected": false, "id": "99594682-8150-4284-8ed3-fe4775ee6112", "file": "/v2/images/99594682-8150-4284-8ed3-fe4775ee6112/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ef200824704d4f388e23c8c2f3352035", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/99594682-8150-4284-8ed3-fe4775ee6112/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image"} 2018-07-22 15:57:59,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image used request id req-d07513a2-0ce6-4493-90e4-b0cdf52ea2bf 2018-07-22 15:57:59,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:57:59,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f9bf5e4a-84f5-45b8-9b68-a4e66773b8bd Date: Sun, 22 Jul 2018 15:57: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-07-22 15:57:59,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f9bf5e4a-84f5-45b8-9b68-a4e66773b8bd 2018-07-22 15:57:59,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" -d '{"server": {"name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "imageRef": "99594682-8150-4284-8ed3-fe4775ee6112", "flavorRef": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "max_count": 1, "min_count": 1, "networks": [{"port": "846032bf-514b-4191-80d6-59245f1245d2"}]}}' 2018-07-22 15:58:00,182 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:57: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-d01e2840-3b6a-4ce2-89b6-22aeb1b2e2ae x-compute-request-id: req-d01e2840-3b6a-4ce2-89b6-22aeb1b2e2ae Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "adminPass": "CbZQr5AQ4w8V"}} 2018-07-22 15:58:00,182 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-d01e2840-3b6a-4ce2-89b6-22aeb1b2e2ae 2018-07-22 15:58:00,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:00,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42eb0432-9d04-4917-9a8c-cf42f9319044 x-compute-request-id: req-42eb0432-9d04-4917-9a8c-cf42f9319044 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "user_id": "e4227d46953b40858f903170fa2ab282", "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-07-22T15:58:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:00,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-42eb0432-9d04-4917-9a8c-cf42f9319044 2018-07-22 15:58:00,497 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst 2018-07-22 15:58:00,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:00,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99649a37-410a-4ab2-9282-41c7b1f811ca x-compute-request-id: req-99649a37-410a-4ab2-9282-41c7b1f811ca Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:58:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:00,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-99649a37-410a-4ab2-9282-41c7b1f811ca 2018-07-22 15:58:00,619 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst] is - BUILD 2018-07-22 15:58:00,619 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:58:03,623 - create_instance - DEBUG - VM status query timeout in 896.874809027 2018-07-22 15:58:03,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:04,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63a6ff17-0357-4acd-a8eb-1fc208b916d5 x-compute-request-id: req-63a6ff17-0357-4acd-a8eb-1fc208b916d5 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:8f:f3", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:58:01Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:04,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-63a6ff17-0357-4acd-a8eb-1fc208b916d5 2018-07-22 15:58:04,075 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst] is - BUILD 2018-07-22 15:58:04,076 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:58:07,079 - create_instance - DEBUG - VM status query timeout in 893.418741941 2018-07-22 15:58:07,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:07,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58: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-067a2313-c33b-4f8d-b9c6-fd91952d8ac7 x-compute-request-id: req-067a2313-c33b-4f8d-b9c6-fd91952d8ac7 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:8f:f3", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-SRV-USG:launched_at": "2018-07-22T15:58:04.000000", "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:05Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:07,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-067a2313-c33b-4f8d-b9c6-fd91952d8ac7 2018-07-22 15:58:07,392 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst] is - ACTIVE 2018-07-22 15:58:07,392 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:58:07,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:07,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58: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-0b959cb4-1d9b-4f73-b6ef-328d449f6073 x-compute-request-id: req-0b959cb4-1d9b-4f73-b6ef-328d449f6073 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:8f:f3", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-SRV-USG:launched_at": "2018-07-22T15:58:04.000000", "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:05Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:07,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-0b959cb4-1d9b-4f73-b6ef-328d449f6073 2018-07-22 15:58:07,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:07,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-e539b98f-e8fd-4445-bfb0-dcdf8fae53fb Date: Sun, 22 Jul 2018 15:58:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:58:07,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-e539b98f-e8fd-4445-bfb0-dcdf8fae53fb 2018-07-22 15:58:07,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:08,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f06fdb-1f11-479c-81b3-5c1abe74d8fd 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:58:08,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-67f06fdb-1f11-479c-81b3-5c1abe74d8fd 2018-07-22 15:58:08,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:08,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1175f5e7-06ae-4b84-aa61-465c2a1c1620 Date: Sun, 22 Jul 2018 15:58:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:58:08,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-1175f5e7-06ae-4b84-aa61-465c2a1c1620 2018-07-22 15:58:08,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:08,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1804 X-Openstack-Request-Id: req-2ba586a9-f1cb-44be-b2f8-d569719e2e3a Date: Sun, 22 Jul 2018 15:58:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.2"}],"id":"38d516bd-3ecc-44bd-88c6-a2013f854e3c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:76:4d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34422a82-e752-4b00-8590-d62ae4e09b43","name":"","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.3"}],"id":"846032bf-514b-4191-80d6-59245f1245d2","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:8f:f3","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"da3a92d8-6020-49ad-b14a-8ade3494f7c1","name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:58Z","binding:vnic_type":"normal"}]} 2018-07-22 15:58:08,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-2ba586a9-f1cb-44be-b2f8-d569719e2e3a 2018-07-22 15:58:08,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:08,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ZTugNmmDS46__pP7kcSNiQ"], "issued_at": "2018-07-22T15:58:08.000000Z"}} 2018-07-22 15:58:08,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4b0e9eee6c8113ac309f263d30a07b138d5856" 2018-07-22 15:58:09,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e8a5a1d-dce9-4c7e-bcdf-ee3cdf7515fc x-compute-request-id: req-4e8a5a1d-dce9-4c7e-bcdf-ee3cdf7515fc Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:8f:f3", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-SRV-USG:launched_at": "2018-07-22T15:58:04.000000", "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:05Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:58:09,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst used request id req-4e8a5a1d-dce9-4c7e-bcdf-ee3cdf7515fc 2018-07-22 15:58:09,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:09,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fQaQVGgtT32Rwm60qD16ag"], "issued_at": "2018-07-22T15:58:09.000000Z"}} 2018-07-22 15:58:09,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c929b2e9516c6dc674b57018c3d17d6a8b8d1bae" 2018-07-22 15:58:09,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-33d33337-1679-4c37-a06b-85335f406139 Date: Sun, 22 Jul 2018 15:58:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:58:09,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-33d33337-1679-4c37-a06b-85335f406139 2018-07-22 15:58:09,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c929b2e9516c6dc674b57018c3d17d6a8b8d1bae" 2018-07-22 15:58:09,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-05d439a3-a6c4-4ce7-8d68-5cee83f1972a Date: Sun, 22 Jul 2018 15:58:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:58:09,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-05d439a3-a6c4-4ce7-8d68-5cee83f1972a 2018-07-22 15:58:09,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c929b2e9516c6dc674b57018c3d17d6a8b8d1bae" 2018-07-22 15:58:09,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1804 X-Openstack-Request-Id: req-fac059e8-c3ed-4e02-bf7f-15caa2dc4ed8 Date: Sun, 22 Jul 2018 15:58:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.2"}],"id":"38d516bd-3ecc-44bd-88c6-a2013f854e3c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:76:4d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34422a82-e752-4b00-8590-d62ae4e09b43","name":"","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.3"}],"id":"846032bf-514b-4191-80d6-59245f1245d2","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:8f:f3","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"da3a92d8-6020-49ad-b14a-8ade3494f7c1","name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:58Z","binding:vnic_type":"normal"}]} 2018-07-22 15:58:09,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-fac059e8-c3ed-4e02-bf7f-15caa2dc4ed8 2018-07-22 15:58:09,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:10,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "344c58525ccd4315bfece536539ddc02", "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj-role"}], "expires_at": "2018-07-22T16:58:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ef200824704d4f388e23c8c2f3352035", "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/ef200824704d4f388e23c8c2f3352035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/ef200824704d4f388e23c8c2f3352035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ef200824704d4f388e23c8c2f3352035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ef200824704d4f388e23c8c2f3352035", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_ef200824704d4f388e23c8c2f3352035", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_ef200824704d4f388e23c8c2f3352035", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-b426697e-03ea-48a-user", "id": "381043f5a1364207abac8aa585b1ddc7"}, "audit_ids": ["0Qf4-ZdrSL2ekMLT2wl8Fg"], "issued_at": "2018-07-22T15:58:10.000000Z"}} 2018-07-22 15:58:10,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b277777db26a935875c20ac402e4cf49626c32fc" 2018-07-22 15:58:10,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d01334b2-4ebe-40f9-8ed5-3ba80c448f21 x-compute-request-id: req-d01334b2-4ebe-40f9-8ed5-3ba80c448f21 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:58:10,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst used request id req-d01334b2-4ebe-40f9-8ed5-3ba80c448f21 2018-07-22 15:58:10,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:11,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8657a99-6d53-4335-9cf8-f2d130946d33 x-compute-request-id: req-e8657a99-6d53-4335-9cf8-f2d130946d33 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:8f:f3", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-SRV-USG:launched_at": "2018-07-22T15:58:04.000000", "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:05Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:11,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-e8657a99-6d53-4335-9cf8-f2d130946d33 2018-07-22 15:58:11,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:11,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-2f8d0dbb-27a9-44a2-a38f-f3e612d67046 Date: Sun, 22 Jul 2018 15:58:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:58:11,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-2f8d0dbb-27a9-44a2-a38f-f3e612d67046 2018-07-22 15:58:11,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:11,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed58d504-72c9-49d9-b5e8-ed69c6b229e5 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:58:11,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-ed58d504-72c9-49d9-b5e8-ed69c6b229e5 2018-07-22 15:58:11,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:11,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-163ec35b-738a-43dc-8b80-9bc795ad7a28 Date: Sun, 22 Jul 2018 15:58:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:58:11,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-163ec35b-738a-43dc-8b80-9bc795ad7a28 2018-07-22 15:58:11,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:11,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1804 X-Openstack-Request-Id: req-4117702a-1867-4cdc-b804-094a36dc4a84 Date: Sun, 22 Jul 2018 15:58:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.2"}],"id":"38d516bd-3ecc-44bd-88c6-a2013f854e3c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:76:4d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34422a82-e752-4b00-8590-d62ae4e09b43","name":"","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.3"}],"id":"846032bf-514b-4191-80d6-59245f1245d2","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:8f:f3","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"da3a92d8-6020-49ad-b14a-8ade3494f7c1","name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:58Z","binding:vnic_type":"normal"}]} 2018-07-22 15:58:11,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-4117702a-1867-4cdc-b804-094a36dc4a84 2018-07-22 15:58:11,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:11,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58: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-40202bb4-7f13-4b5a-beff-a0ceef3c7d28 x-compute-request-id: req-40202bb4-7f13-4b5a-beff-a0ceef3c7d28 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:8f:f3", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-SRV-USG:launched_at": "2018-07-22T15:58:04.000000", "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:05Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:11,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-40202bb4-7f13-4b5a-beff-a0ceef3c7d28 2018-07-22 15:58:11,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:11,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 730 X-Openstack-Request-Id: req-0aa7699a-b885-4b0b-a0e7-4fd72ffe8774 Date: Sun, 22 Jul 2018 15:58:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34422a82-e752-4b00-8590-d62ae4e09b43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["62af4cff-bf12-4a10-a0c8-9ba525ea25cb"],"description":"","tags":[],"updated_at":"2018-07-22T15:57:54Z","provider:segmentation_id":75,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","provider:network_type":"vxlan"}]} 2018-07-22 15:58:11,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net used request id req-0aa7699a-b885-4b0b-a0e7-4fd72ffe8774 2018-07-22 15:58:11,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:11,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51a993f7-be06-4d57-8b7d-f5723d004ae1 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:58:11,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-51a993f7-be06-4d57-8b7d-f5723d004ae1 2018-07-22 15:58:11,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:12,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0d9c46f6-fc8a-418f-98e2-806199cb5d16 Date: Sun, 22 Jul 2018 15:58:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:54Z","dns_nameservers":[],"updated_at":"2018-07-22T15:57: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":"f65ca044e22540bca7d76e49c8ced1bf","id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet"}]} 2018-07-22 15:58:12,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-0d9c46f6-fc8a-418f-98e2-806199cb5d16 2018-07-22 15:58:12,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:12,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1804 X-Openstack-Request-Id: req-5bbed197-c4f8-4f7b-b952-be547975a47d Date: Sun, 22 Jul 2018 15:58:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:57:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.2"}],"id":"38d516bd-3ecc-44bd-88c6-a2013f854e3c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:76:4d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34422a82-e752-4b00-8590-d62ae4e09b43","name":"","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T15:58:04Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62af4cff-bf12-4a10-a0c8-9ba525ea25cb","ip_address":"10.55.0.3"}],"id":"846032bf-514b-4191-80d6-59245f1245d2","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:8f:f3","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"da3a92d8-6020-49ad-b14a-8ade3494f7c1","name":"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port","admin_state_up":true,"network_id":"34422a82-e752-4b00-8590-d62ae4e09b43","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T15:57:58Z","binding:vnic_type":"normal"}]} 2018-07-22 15:58:12,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-5bbed197-c4f8-4f7b-b952-be547975a47d 2018-07-22 15:58:12,086 - create_instance - INFO - Deleting Port with ID - 846032bf-514b-4191-80d6-59245f1245d2 2018-07-22 15:58:12,086 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-port 2018-07-22 15:58:12,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/846032bf-514b-4191-80d6-59245f1245d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:12,654 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbc7e080-f19c-4715-87e0-de620bf7d84e Date: Sun, 22 Jul 2018 15:58:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:58:12,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/846032bf-514b-4191-80d6-59245f1245d2 used request id req-bbc7e080-f19c-4715-87e0-de620bf7d84e 2018-07-22 15:58:12,654 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst 2018-07-22 15:58:12,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:12,801 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-381f48ae-fe2d-4c76-9cfb-4b11f6395694 x-compute-request-id: req-381f48ae-fe2d-4c76-9cfb-4b11f6395694 Content-Type: application/json 2018-07-22 15:58:12,802 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-381f48ae-fe2d-4c76-9cfb-4b11f6395694 2018-07-22 15:58:12,802 - create_instance - INFO - Checking deletion status 2018-07-22 15:58:12,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:12,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5dbf649-1905-4139-b71c-d4a71de380e7 x-compute-request-id: req-d5dbf649-1905-4139-b71c-d4a71de380e7 Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:8f:f3", "version": 4, "addr": "10.55.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1", "rel": "bookmark"}], "image": {"id": "99594682-8150-4284-8ed3-fe4775ee6112", "links": [{"href": "http://172.30.9.28:8774/images/99594682-8150-4284-8ed3-fe4775ee6112", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002b", "OS-SRV-USG:launched_at": "2018-07-22T15:58:04.000000", "flavor": {"id": "e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "links": [{"href": "http://172.30.9.28:8774/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63", "rel": "bookmark"}]}, "id": "da3a92d8-6020-49ad-b14a-8ade3494f7c1", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:12Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst", "created": "2018-07-22T15:58:00Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:12,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-d5dbf649-1905-4139-b71c-d4a71de380e7 2018-07-22 15:58:12,914 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst] is - ACTIVE 2018-07-22 15:58:12,914 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:58:15,917 - create_instance - DEBUG - VM status query timeout in 296.885217905 2018-07-22 15:58:15,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e9b046f407860decdffd822690060209521080" 2018-07-22 15:58:15,977 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b01ba2cd-69b7-401d-ac5f-14d7b27e0669 x-compute-request-id: req-b01ba2cd-69b7-401d-ac5f-14d7b27e0669 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance da3a92d8-6020-49ad-b14a-8ade3494f7c1 could not be found.", "code": 404}} 2018-07-22 15:58:15,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/da3a92d8-6020-49ad-b14a-8ade3494f7c1 used request id req-b01ba2cd-69b7-401d-ac5f-14d7b27e0669 2018-07-22 15:58:15,978 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance da3a92d8-6020-49ad-b14a-8ade3494f7c1 could not be found. (HTTP 404) (Request-ID: req-b01ba2cd-69b7-401d-ac5f-14d7b27e0669) 2018-07-22 15:58:15,978 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-inst 2018-07-22 15:58:15,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af263891bef3ce8e49a41249a2c2bc6e69c81edc" 2018-07-22 15:58:16,032 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:58:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d18a9255-6feb-4bc9-8291-8316f095d85d x-compute-request-id: req-d18a9255-6feb-4bc9-8291-8316f095d85d Content-Length: 0 Content-Type: application/json 2018-07-22 15:58:16,033 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e7d069d7-0e54-4192-a5f8-7815fb5f1a63 used request id req-d18a9255-6feb-4bc9-8291-8316f095d85d 2018-07-22 15:58:16,033 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet 2018-07-22 15:58:16,034 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-subnet 2018-07-22 15:58:16,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/62af4cff-bf12-4a10-a0c8-9ba525ea25cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" 2018-07-22 15:58:17,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05bf6d96-bdfb-4f98-86da-660f2ee66976 Date: Sun, 22 Jul 2018 15:58:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:58:17,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/62af4cff-bf12-4a10-a0c8-9ba525ea25cb used request id req-05bf6d96-bdfb-4f98-86da-660f2ee66976 2018-07-22 15:58:17,183 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-pub-net 2018-07-22 15:58:17,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/34422a82-e752-4b00-8590-d62ae4e09b43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a1d125ab71dcea2447470700dd83045e71f247" 2018-07-22 15:58:18,139 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-93449355-cf44-4534-81d4-c29f0b833c07 Date: Sun, 22 Jul 2018 15:58:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:58:18,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/34422a82-e752-4b00-8590-d62ae4e09b43 used request id req-93449355-cf44-4534-81d4-c29f0b833c07 2018-07-22 15:58:18,140 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-cadabcae-835d-4cb7-9b1b-ee42967ef431-image 2018-07-22 15:58:18,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}273f70241189cdc471286c750806e68d59ebe89b" 2018-07-22 15:58:18,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-41d766ed-a89a-4e2a-afc6-aab2c9c8bbc9 Date: Sun, 22 Jul 2018 15:58:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:58:18,806 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/99594682-8150-4284-8ed3-fe4775ee6112 used request id req-41d766ed-a89a-4e2a-afc6-aab2c9c8bbc9 2018-07-22 15:58:18,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-6a19f5e2-06c2-4155-8df3-44381d48d2a2 Date: Sun, 22 Jul 2018 15:58:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:58:19,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6a19f5e2-06c2-4155-8df3-44381d48d2a2 2018-07-22 15:58:19,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a7c077c-c4a9-4899-b34d-4fede020f87d 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:58:19,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-7a7c077c-c4a9-4899-b34d-4fede020f87d 2018-07-22 15:58:19,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,210 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46e806e8-5fa4-43e1-89a3-6c922483bab9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:58:19,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-46e806e8-5fa4-43e1-89a3-6c922483bab9 2018-07-22 15:58:19,210 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:58:19,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,295 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00dc0294-9745-4fcb-a300-7ac76945ea36 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:58:19,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-00dc0294-9745-4fcb-a300-7ac76945ea36 2018-07-22 15:58:19,295 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:58:19,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,314 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f33e69c-21e0-4fda-afbb-fa4ed33d2d34 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:58:19,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-6f33e69c-21e0-4fda-afbb-fa4ed33d2d34 2018-07-22 15:58:19,314 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:58:19,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c11b49-bd60-4b5d-96b9-1a6674c4346e 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:58:19,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-88c11b49-bd60-4b5d-96b9-1a6674c4346e 2018-07-22 15:58:19,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,411 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c1dbab5-b51b-4ba7-af33-56c0197289ad Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:58:19,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-6c1dbab5-b51b-4ba7-af33-56c0197289ad 2018-07-22 15:58:19,411 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:58:19,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,496 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-950e39ca-6018-4487-b294-2408df429f1b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:58:19,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-950e39ca-6018-4487-b294-2408df429f1b 2018-07-22 15:58:19,496 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:58:19,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,578 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-765c6443-aa76-45ad-9f71-68ecff6e6488 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:58:19,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-765c6443-aa76-45ad-9f71-68ecff6e6488 2018-07-22 15:58:19,579 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:58:19,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,663 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0df6667b-522d-4aeb-867f-a13cad178df1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:58:19,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-0df6667b-522d-4aeb-867f-a13cad178df1 2018-07-22 15:58:19,664 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:58:19,665 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-b426697e-03ea-48a-proj 2018-07-22 15:58:19,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/ef200824704d4f388e23c8c2f3352035 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,885 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f69841-4680-4896-a400-f439712cd906 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:58:19,885 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ef200824704d4f388e23c8c2f3352035 used request id req-10f69841-4680-4896-a400-f439712cd906 2018-07-22 15:58:19,885 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-b426697e-03ea-48a-proj-role 2018-07-22 15:58:19,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/344c58525ccd4315bfece536539ddc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:19,986 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2de0b41-e9c8-4ca8-9fcd-d4f623a5ff5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:58:19,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/344c58525ccd4315bfece536539ddc02 used request id req-a2de0b41-e9c8-4ca8-9fcd-d4f623a5ff5c 2018-07-22 15:58:19,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13fd3f4cae60b3ad584c6f7c920e80000ee03d9e" 2018-07-22 15:58:20,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e1a83f-3e30-4e49-bc17-3335d5c04f47 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:58:20,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b7e1a83f-3e30-4e49-bc17-3335d5c04f47 2018-07-22 15:58:20,078 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-b426697e-03ea-48a-user 2018-07-22 15:58:20,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/381043f5a1364207abac8aa585b1ddc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e909f1ca6e9fd98a4f39adc8e128b590db9fb6ac" 2018-07-22 15:58:20,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bba3cb6c-75be-4db9-9810-aaab777f33dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:58:20,245 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/381043f5a1364207abac8aa585b1ddc7 used request id req-bba3cb6c-75be-4db9-9810-aaab777f33dd 2018-07-22 15:58:20,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:20,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["HuM_6OZ5TnutUDvsBCtqqQ"], "issued_at": "2018-07-22T15:58:20.000000Z"}} 2018-07-22 15:58:20,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}140e93af1d6b984ac576289114f3936bdf3eee05" 2018-07-22 15:58:20,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3a1300e-e3a9-4013-8b9d-9f777cb2f58b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:20,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f3a1300e-e3a9-4013-8b9d-9f777cb2f58b 2018-07-22 15:58:20,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:20,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:21,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["5ITdpvflS7eWuelB3YrowA"], "issued_at": "2018-07-22T15:58:21.000000Z"}} 2018-07-22 15:58:21,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:21,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f8f8cf-99b2-4e4c-822d-7318e79cf523 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:21,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-86f8f8cf-99b2-4e4c-822d-7318e79cf523 2018-07-22 15:58:21,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:58:21,175 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:58:21,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-85ba770d-3240-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:21,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eabde525-e963-4c79-8811-23eb1ad176b7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-85ba770d-3240-472-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:58:21,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-85ba770d-3240-472-proj used request id req-eabde525-e963-4c79-8811-23eb1ad176b7 2018-07-22 15:58:21,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:21,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e322149b-2256-4977-844a-bf7a40777862 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:58:21,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e322149b-2256-4977-844a-bf7a40777862 2018-07-22 15:58:21,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}}' 2018-07-22 15:58:21,406 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:58:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0967b7f9-be5d-4209-9e3a-a4e12c000684 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "id": "08a0e84f9d5c43d8ae4515b37c261779", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:21,406 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0967b7f9-be5d-4209-9e3a-a4e12c000684 2018-07-22 15:58:21,406 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-85ba770d-3240-472-proj 2018-07-22 15:58:21,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:21,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:21,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["z6yWJg-MQRypPJhiCvz6gw"], "issued_at": "2018-07-22T15:58:21.000000Z"}} 2018-07-22 15:58:21,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8f75042eb7e1042f40fda44c1f676bd66f3a41" 2018-07-22 15:58:21,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0bb3918-7a42-46a4-b2cc-6ace3257f034 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:21,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f0bb3918-7a42-46a4-b2cc-6ace3257f034 2018-07-22 15:58:21,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:58:21,877 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:58:21,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8f75042eb7e1042f40fda44c1f676bd66f3a41" 2018-07-22 15:58:21,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1076ace-7c9e-40b1-9e46-2708bfa1133a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:58:21,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f1076ace-7c9e-40b1-9e46-2708bfa1133a 2018-07-22 15:58:21,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-85ba770d-3240-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8f75042eb7e1042f40fda44c1f676bd66f3a41" 2018-07-22 15:58:22,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37cda8b3-fec6-4aee-bff4-a68e1bf10292 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-85ba770d-3240-472-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "id": "08a0e84f9d5c43d8ae4515b37c261779", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}]} 2018-07-22 15:58:22,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-85ba770d-3240-472-proj used request id req-37cda8b3-fec6-4aee-bff4-a68e1bf10292 2018-07-22 15:58:22,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8f75042eb7e1042f40fda44c1f676bd66f3a41" 2018-07-22 15:58:22,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6845e876-fce2-45eb-8a34-5ddb46cf8a53 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:58:22,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6845e876-fce2-45eb-8a34-5ddb46cf8a53 2018-07-22 15:58:22,466 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-85ba770d-3240-472-user 2018-07-22 15:58:22,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:22,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:22,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c5a3e5-b268-4c67-8d9d-075e8d22d93f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:58:22,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-77c5a3e5-b268-4c67-8d9d-075e8d22d93f 2018-07-22 15:58:22,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" -d '{"role": {"name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}}' 2018-07-22 15:58:22,664 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:58:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6bcc5c1-5ab9-4379-aefb-055be1f9cec8 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6d0f485b1c7942da835d7e6b895406d9", "links": {"self": "http://172.30.9.28:5000/v3/roles/6d0f485b1c7942da835d7e6b895406d9"}, "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}} 2018-07-22 15:58:22,664 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c6bcc5c1-5ab9-4379-aefb-055be1f9cec8 2018-07-22 15:58:22,665 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-85ba770d-3240-472-proj-role 2018-07-22 15:58:22,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/6d0f485b1c7942da835d7e6b895406d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:22,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f57f0295-f57f-41c1-ba9e-bfe46a040f91 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6d0f485b1c7942da835d7e6b895406d9", "links": {"self": "http://172.30.9.28:5000/v3/roles/6d0f485b1c7942da835d7e6b895406d9"}, "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}} 2018-07-22 15:58:22,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6d0f485b1c7942da835d7e6b895406d9 used request id req-f57f0295-f57f-41c1-ba9e-bfe46a040f91 2018-07-22 15:58:22,752 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-85ba770d-3240-472-proj-role to project CreateInstanceSimpleTests-85ba770d-3240-472-proj 2018-07-22 15:58:22,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779/users/a16411da714841eabd913583ef8ddb46/roles/6d0f485b1c7942da835d7e6b895406d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:22,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7781dcc5-f23f-4d4c-929e-f2bf49a17e7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:58:22,875 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779/users/a16411da714841eabd913583ef8ddb46/roles/6d0f485b1c7942da835d7e6b895406d9 used request id req-7781dcc5-f23f-4d4c-929e-f2bf49a17e7b 2018-07-22 15:58:22,875 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:58:22,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:22,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:22,878 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:58:22,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:22,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:23,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d0f485b1c7942da835d7e6b895406d9", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}], "expires_at": "2018-07-22T16:58:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-85ba770d-3240-472-user", "id": "a16411da714841eabd913583ef8ddb46"}, "audit_ids": ["GMimlyReTtG9PIcA-qsxgw"], "issued_at": "2018-07-22T15:58:23.000000Z"}} 2018-07-22 15:58:23,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" 2018-07-22 15:58:23,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f318627c-cb42-41f9-9eb1-d408c005f904 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:23,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f318627c-cb42-41f9-9eb1-d408c005f904 2018-07-22 15:58:23,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" 2018-07-22 15:58:23,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-566865c7-8f45-481c-9176-f4125a27cc61 Date: Sun, 22 Jul 2018 15:58:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image"} 2018-07-22 15:58:23,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image used request id req-566865c7-8f45-481c-9176-f4125a27cc61 2018-07-22 15:58:23,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" 2018-07-22 15:58:23,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5bd0f9e3-d032-4e02-969f-491895be9e54 Date: Sun, 22 Jul 2018 15:58: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-07-22 15:58:23,921 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5bd0f9e3-d032-4e02-969f-491895be9e54 2018-07-22 15:58:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image"}' 2018-07-22 15:58:24,109 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e4bf73e3-a6dd-445e-b837-0718cadf82b9 Date: Sun, 22 Jul 2018 15:58:24 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:58:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:58:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "min_disk": 0, "protected": false, "id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "file": "/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/file", "checksum": null, "owner": "08a0e84f9d5c43d8ae4515b37c261779", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:58:24,109 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e4bf73e3-a6dd-445e-b837-0718cadf82b9 2018-07-22 15:58:24,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" -d '' 2018-07-22 15:58:24,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c89a1b8-fb05-4513-9ba8-244ef30adf51 Date: Sun, 22 Jul 2018 15:58:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:58:24,745 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/file used request id req-1c89a1b8-fb05-4513-9ba8-244ef30adf51 2018-07-22 15:58:24,746 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:58:24,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" 2018-07-22 15:58:24,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-b19e97a0-c02c-49e9-9ccf-680cc561ab4d Date: Sun, 22 Jul 2018 15:58:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:58:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:58:24Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/snap", "metadata": {}}], "self": "/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "min_disk": 0, "protected": false, "id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "file": "/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "08a0e84f9d5c43d8ae4515b37c261779", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:58:24,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872 used request id req-b19e97a0-c02c-49e9-9ccf-680cc561ab4d 2018-07-22 15:58:24,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" 2018-07-22 15:58:24,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c4dae578-d059-4869-ac17-57e69eae5c18 Date: Sun, 22 Jul 2018 15:58: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-07-22 15:58:24,773 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c4dae578-d059-4869-ac17-57e69eae5c18 2018-07-22 15:58:24,776 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image 2018-07-22 15:58:24,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" 2018-07-22 15:58:24,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-41accc57-a799-41c8-a845-eec5387b145a Date: Sun, 22 Jul 2018 15:58:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:58:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:58:24Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/snap", "metadata": {}}], "self": "/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "min_disk": 0, "protected": false, "id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "file": "/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "08a0e84f9d5c43d8ae4515b37c261779", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:58:24,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872 used request id req-41accc57-a799-41c8-a845-eec5387b145a 2018-07-22 15:58:24,819 - create_image - DEBUG - Instance status is - active 2018-07-22 15:58:24,819 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image 2018-07-22 15:58:24,819 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image 2018-07-22 15:58:24,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:24,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:25,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["yjszBUbXTtKNzHPOhPPwZg"], "issued_at": "2018-07-22T15:58:25.000000Z"}} 2018-07-22 15:58:25,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2862b4793fa0ae6260e3f1b23691f4c210979d8d" 2018-07-22 15:58:25,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0969e97e-aad4-47ae-a1fc-fab310050b8b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:25,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0969e97e-aad4-47ae-a1fc-fab310050b8b 2018-07-22 15:58:25,286 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:58:25,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2862b4793fa0ae6260e3f1b23691f4c210979d8d" 2018-07-22 15:58:25,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-3b550ae5-b7f6-40ff-af36-4fb48bac62b7 x-compute-request-id: req-3b550ae5-b7f6-40ff-af36-4fb48bac62b7 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 15:58:25,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3b550ae5-b7f6-40ff-af36-4fb48bac62b7 2018-07-22 15:58:25,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2862b4793fa0ae6260e3f1b23691f4c210979d8d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-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-07-22 15:58:25,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-1a111627-3760-48af-9645-f90de66500ed x-compute-request-id: req-1a111627-3760-48af-9645-f90de66500ed Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "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": "715f4df7-9db3-4390-93d2-ee0fb3d18db9"}} 2018-07-22 15:58:25,512 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1a111627-3760-48af-9645-f90de66500ed 2018-07-22 15:58:25,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:25,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:25,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d0f485b1c7942da835d7e6b895406d9", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}], "expires_at": "2018-07-22T16:58:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-85ba770d-3240-472-user", "id": "a16411da714841eabd913583ef8ddb46"}, "audit_ids": ["2A9Z3_o3Tcm5OtUCtq1LuQ"], "issued_at": "2018-07-22T15:58:25.000000Z"}} 2018-07-22 15:58:25,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" 2018-07-22 15:58:25,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-305c4125-a1d0-4578-88ea-74431baa0dec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:25,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-305c4125-a1d0-4578-88ea-74431baa0dec 2018-07-22 15:58:25,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" 2018-07-22 15:58:26,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5c9c855a-1411-45dd-b934-dcc63988aea1 Date: Sun, 22 Jul 2018 15:58:26 GMT RESP BODY: {"networks":[]} 2018-07-22 15:58:26,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-5c9c855a-1411-45dd-b934-dcc63988aea1 2018-07-22 15:58:26,153 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net 2018-07-22 15:58:26,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" -d '{"network": {"name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net", "admin_state_up": true}}' 2018-07-22 15:58:26,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-6d89a2d6-8367-4178-9632-95cb796ad827 Date: Sun, 22 Jul 2018 15:58:26 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T15:58:26Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}} 2018-07-22 15:58:26,698 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-6d89a2d6-8367-4178-9632-95cb796ad827 2018-07-22 15:58:26,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" 2018-07-22 15:58:26,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-02065444-9a2c-4107-b9f1-74f6a98b9428 Date: Sun, 22 Jul 2018 15:58:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T15:58:26Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:26,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-02065444-9a2c-4107-b9f1-74f6a98b9428 2018-07-22 15:58:26,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" 2018-07-22 15:58:26,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f9c26129-a9eb-4f3e-a994-ab3d7a240489 Date: Sun, 22 Jul 2018 15:58:26 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:58:26,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-f9c26129-a9eb-4f3e-a994-ab3d7a240489 2018-07-22 15:58:26,971 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet 2018-07-22 15:58:26,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" -d '{"subnets": [{"ip_version": 4, "network_id": "bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]}' 2018-07-22 15:58:27,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-24a3f800-9456-4723-88a1-41b632eaa729 Date: Sun, 22 Jul 2018 15:58:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:27,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-24a3f800-9456-4723-88a1-41b632eaa729 2018-07-22 15:58:27,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" 2018-07-22 15:58:27,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9058971a-1580-4466-ae7c-fb63d99cf78c Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:27,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-9058971a-1580-4466-ae7c-fb63d99cf78c 2018-07-22 15:58:27,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" 2018-07-22 15:58:27,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ac98ef1a-0678-49a4-9565-44ebde942dd2 Date: Sun, 22 Jul 2018 15:58:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:27,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-ac98ef1a-0678-49a4-9565-44ebde942dd2 2018-07-22 15:58:27,741 - OpenStackNetwork - DEBUG - Network [bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89] created successfully 2018-07-22 15:58:27,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:27,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:28,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d0f485b1c7942da835d7e6b895406d9", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}], "expires_at": "2018-07-22T16:58:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-85ba770d-3240-472-user", "id": "a16411da714841eabd913583ef8ddb46"}, "audit_ids": ["DMtmpqVGTECNeaqQQfwUIw"], "issued_at": "2018-07-22T15:58:28.000000Z"}} 2018-07-22 15:58:28,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:28,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bedfa697-fe81-4abc-a612-c2b2e8f835cf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:28,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-bedfa697-fe81-4abc-a612-c2b2e8f835cf 2018-07-22 15:58:28,198 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:58:28,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:28,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-167cbeae-f57f-46a0-be98-e11f8e8aba92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:28,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-167cbeae-f57f-46a0-be98-e11f8e8aba92 2018-07-22 15:58:28,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:28,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8e105d23-c7ce-43ac-9abb-e155a2a5d92f Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:28,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-8e105d23-c7ce-43ac-9abb-e155a2a5d92f 2018-07-22 15:58:28,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:58:28,624 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:58: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:58:28,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:28,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21648ae6-aa76-4f06-abe2-8db8c2ddc899 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:28,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-21648ae6-aa76-4f06-abe2-8db8c2ddc899 2018-07-22 15:58:28,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:28,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1ae21888-aea8-40ef-8590-b6da55e474d5 Date: Sun, 22 Jul 2018 15:58:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:28,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-1ae21888-aea8-40ef-8590-b6da55e474d5 2018-07-22 15:58:28,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:28,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d4731995-4dca-45c4-bf42-2b6ea4bbc9a0 Date: Sun, 22 Jul 2018 15:58:28 GMT RESP BODY: {"ports":[]} 2018-07-22 15:58:28,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port&admin_state_up=True used request id req-d4731995-4dca-45c4-bf42-2b6ea4bbc9a0 2018-07-22 15:58:28,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:29,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72c63cb4-3e2a-45dc-b101-204306f474d5 x-compute-request-id: req-72c63cb4-3e2a-45dc-b101-204306f474d5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:58:29,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst used request id req-72c63cb4-3e2a-45dc-b101-204306f474d5 2018-07-22 15:58:29,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:29,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f2ee92e4-7776-47fc-a740-4f86043b7d39 Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:29,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-f2ee92e4-7776-47fc-a740-4f86043b7d39 2018-07-22 15:58:29,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:29,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-901be7a0-585d-4a52-b78f-e7bc032073ab Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:29,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-901be7a0-585d-4a52-b78f-e7bc032073ab 2018-07-22 15:58:29,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:29,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-74c499e5-8110-4a01-8d0c-fc65696e55b4 Date: Sun, 22 Jul 2018 15:58:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:29,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-74c499e5-8110-4a01-8d0c-fc65696e55b4 2018-07-22 15:58:29,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:29,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-53b8ceaa-2850-47c6-9221-bb0632afe572 Date: Sun, 22 Jul 2018 15:58:29 GMT RESP BODY: {"ports":[]} 2018-07-22 15:58:29,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port&admin_state_up=True used request id req-53b8ceaa-2850-47c6-9221-bb0632afe572 2018-07-22 15:58:29,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:29,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:29,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d0f485b1c7942da835d7e6b895406d9", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}], "expires_at": "2018-07-22T16:58:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-85ba770d-3240-472-user", "id": "a16411da714841eabd913583ef8ddb46"}, "audit_ids": ["I5lXKCXDQlO8DoFfdggiSQ"], "issued_at": "2018-07-22T15:58:29.000000Z"}} 2018-07-22 15:58:29,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810727caa0b8056c2bdb6d97feb185291ee1cb35" 2018-07-22 15:58:29,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b0042c-ea1f-4994-b2be-febf25a417cb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:29,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a9b0042c-ea1f-4994-b2be-febf25a417cb 2018-07-22 15:58:29,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:29,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-60a56f26-5003-434e-aa4f-f186037563a0 Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:29,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-60a56f26-5003-434e-aa4f-f186037563a0 2018-07-22 15:58:29,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:29,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-de728963-5960-4c18-991e-bbe4fc89c75f Date: Sun, 22 Jul 2018 15:58:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:29,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-de728963-5960-4c18-991e-bbe4fc89c75f 2018-07-22 15:58:29,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:30,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-5c7aef7e-a0db-40aa-bfb6-a2a51aae183a Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:30,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-5c7aef7e-a0db-40aa-bfb6-a2a51aae183a 2018-07-22 15:58:30,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:58:30,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:58: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:58:30,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810727caa0b8056c2bdb6d97feb185291ee1cb35" 2018-07-22 15:58:30,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2514b125-ff68-4f64-9182-e4d8f3502cc6 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:30,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-2514b125-ff68-4f64-9182-e4d8f3502cc6 2018-07-22 15:58:30,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:30,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5e423afb-0c35-4acc-bee4-c4ffb33b8225 Date: Sun, 22 Jul 2018 15:58:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:30,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-5e423afb-0c35-4acc-bee4-c4ffb33b8225 2018-07-22 15:58:30,169 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net 2018-07-22 15:58:30,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" -d '{"port": {"network_id": "bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89", "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port", "admin_state_up": true}}' 2018-07-22 15:58:30,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 759 X-Openstack-Request-Id: req-27ffa117-60cc-4485-9821-53f463b937af Date: Sun, 22 Jul 2018 15:58:30 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T15:58:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T15:58:30Z","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:94:34:d1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.8"}],"id":"02d36ecb-6128-456b-a201-926e62ff69b5","security_groups":["6a235ff0-9105-480c-abb9-90c9ac6cb2f8"],"device_id":""}} 2018-07-22 15:58:30,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-27ffa117-60cc-4485-9821-53f463b937af 2018-07-22 15:58:30,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:31,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9ac3d9e7-5625-4fc3-9e5f-707c21ff2ca6 Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:31,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-9ac3d9e7-5625-4fc3-9e5f-707c21ff2ca6 2018-07-22 15:58:31,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:31,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db4f4c4-f7be-49a0-818b-f13cc50016dd Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:31,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-8db4f4c4-f7be-49a0-818b-f13cc50016dd 2018-07-22 15:58:31,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:31,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3ad2153c-8ee9-463b-9991-9be7eef76e9a Date: Sun, 22 Jul 2018 15:58:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:31,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-3ad2153c-8ee9-463b-9991-9be7eef76e9a 2018-07-22 15:58:31,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:31,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-34c050b5-596f-4efc-b98f-609f52b67181 Date: Sun, 22 Jul 2018 15:58:31 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:30Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:30Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:94:34:d1","id":"02d36ecb-6128-456b-a201-926e62ff69b5","port_security_enabled":true,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["6a235ff0-9105-480c-abb9-90c9ac6cb2f8"],"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port"}]} 2018-07-22 15:58:31,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port&admin_state_up=True used request id req-34c050b5-596f-4efc-b98f-609f52b67181 2018-07-22 15:58:31,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:31,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c4a414-b071-421a-a793-9b6b6966771a Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:31,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-55c4a414-b071-421a-a793-9b6b6966771a 2018-07-22 15:58:31,402 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst 2018-07-22 15:58:31,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:31,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58: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-586a6d3e-7f8e-4703-a76e-a3ae6ef231e0 x-compute-request-id: req-586a6d3e-7f8e-4703-a76e-a3ae6ef231e0 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-flavor-name"}]} 2018-07-22 15:58:31,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-586a6d3e-7f8e-4703-a76e-a3ae6ef231e0 2018-07-22 15:58:31,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:31,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58: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-32beef15-3827-4d3b-8ae2-8b2acd7e864a x-compute-request-id: req-32beef15-3827-4d3b-8ae2-8b2acd7e864a Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "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": "715f4df7-9db3-4390-93d2-ee0fb3d18db9"}} 2018-07-22 15:58:31,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9 used request id req-32beef15-3827-4d3b-8ae2-8b2acd7e864a 2018-07-22 15:58:31,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:32,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-61a4df68-56df-4fc7-9bac-025912b5899b Date: Sun, 22 Jul 2018 15:58:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:58:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:58:24Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/snap", "metadata": {}}], "self": "/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "min_disk": 0, "protected": false, "id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "file": "/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "08a0e84f9d5c43d8ae4515b37c261779", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image"} 2018-07-22 15:58:32,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image used request id req-61a4df68-56df-4fc7-9bac-025912b5899b 2018-07-22 15:58:32,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:32,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a69b7c6b-f57e-4e47-9998-188eca8adaa1 Date: Sun, 22 Jul 2018 15:58:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:58:32,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a69b7c6b-f57e-4e47-9998-188eca8adaa1 2018-07-22 15:58:32,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" -d '{"server": {"name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "imageRef": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "flavorRef": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "max_count": 1, "min_count": 1, "networks": [{"port": "02d36ecb-6128-456b-a201-926e62ff69b5"}]}}' 2018-07-22 15:58:33,111 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:58:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-adab888d-2904-4aba-bdf0-695f5c46b4a5 x-compute-request-id: req-adab888d-2904-4aba-bdf0-695f5c46b4a5 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "adminPass": "T36s5zMWhjLY"}} 2018-07-22 15:58:33,111 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-adab888d-2904-4aba-bdf0-695f5c46b4a5 2018-07-22 15:58:33,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:33,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2584866a-7e58-44bb-bc5d-bc0d907a1dfb x-compute-request-id: req-2584866a-7e58-44bb-bc5d-bc0d907a1dfb Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "user_id": "a16411da714841eabd913583ef8ddb46", "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-07-22T15:58:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:33,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-2584866a-7e58-44bb-bc5d-bc0d907a1dfb 2018-07-22 15:58:33,571 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst 2018-07-22 15:58:33,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:33,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-695a692a-48bd-4649-91a2-d52123f6caa4 x-compute-request-id: req-695a692a-48bd-4649-91a2-d52123f6caa4 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:58:33Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:33,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-695a692a-48bd-4649-91a2-d52123f6caa4 2018-07-22 15:58:33,993 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst] is - BUILD 2018-07-22 15:58:33,993 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:58:36,996 - create_instance - DEBUG - VM status query timeout in 896.574681044 2018-07-22 15:58:36,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:37,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58: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-059796cb-b47e-4aaf-9f19-cfaa6e2940c8 x-compute-request-id: req-059796cb-b47e-4aaf-9f19-cfaa6e2940c8 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "security_groups": [{"name": "default"}], "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:58:33Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:37,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-059796cb-b47e-4aaf-9f19-cfaa6e2940c8 2018-07-22 15:58:37,324 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst] is - BUILD 2018-07-22 15:58:37,325 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:58:40,328 - create_instance - DEBUG - VM status query timeout in 893.242923021 2018-07-22 15:58:40,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:40,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5992ca9-655c-48b0-b99e-e800201a7096 x-compute-request-id: req-f5992ca9-655c-48b0-b99e-e800201a7096 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:34:d1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:58:38.000000", "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "security_groups": [{"name": "default"}], "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:38Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:40,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-f5992ca9-655c-48b0-b99e-e800201a7096 2018-07-22 15:58:40,716 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst] is - ACTIVE 2018-07-22 15:58:40,716 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:58:40,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:40,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ad9860e-c889-4670-9c1a-2d89b0fa4901 x-compute-request-id: req-4ad9860e-c889-4670-9c1a-2d89b0fa4901 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:34:d1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:58:38.000000", "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "security_groups": [{"name": "default"}], "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:38Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:40,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-4ad9860e-c889-4670-9c1a-2d89b0fa4901 2018-07-22 15:58:40,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:41,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0c065075-85d8-4c9c-ad08-225b1828ff20 Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:41,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-0c065075-85d8-4c9c-ad08-225b1828ff20 2018-07-22 15:58:41,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:41,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369e1c16-2130-47be-83eb-236de29defca Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:41,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-369e1c16-2130-47be-83eb-236de29defca 2018-07-22 15:58:41,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:41,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f220cf42-38fc-4134-8af1-d00d322158d0 Date: Sun, 22 Jul 2018 15:58:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:41,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-f220cf42-38fc-4134-8af1-d00d322158d0 2018-07-22 15:58:41,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:41,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-3e573be0-f749-43b6-b7f8-12764a09c125 Date: Sun, 22 Jul 2018 15:58:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:30Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:38Z","binding:vnic_type":"normal","device_id":"1ef6b8ed-f23c-457c-91e5-157e135c1815","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:94:34:d1","id":"02d36ecb-6128-456b-a201-926e62ff69b5","port_security_enabled":true,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["6a235ff0-9105-480c-abb9-90c9ac6cb2f8"],"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fb:93:5b","id":"3e64817f-f09c-44b4-9f19-1ad4e62f8834","port_security_enabled":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:58:41,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-3e573be0-f749-43b6-b7f8-12764a09c125 2018-07-22 15:58:41,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:41,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d0f485b1c7942da835d7e6b895406d9", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}], "expires_at": "2018-07-22T16:58:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-85ba770d-3240-472-user", "id": "a16411da714841eabd913583ef8ddb46"}, "audit_ids": ["TE5mWcnbR_exzBxjAJ6K1Q"], "issued_at": "2018-07-22T15:58:41.000000Z"}} 2018-07-22 15:58:41,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722f8972ea701a9ffdedd15b2474c469b3d84aee" 2018-07-22 15:58:42,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26688bd1-f5ec-4422-82d2-2201a937d4f5 x-compute-request-id: req-26688bd1-f5ec-4422-82d2-2201a937d4f5 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:34:d1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:58:38.000000", "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "security_groups": [{"name": "default"}], "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:38Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 15:58:42,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst used request id req-26688bd1-f5ec-4422-82d2-2201a937d4f5 2018-07-22 15:58:42,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:42,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d0f485b1c7942da835d7e6b895406d9", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj-role"}], "expires_at": "2018-07-22T16:58:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_08a0e84f9d5c43d8ae4515b37c261779", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-85ba770d-3240-472-user", "id": "a16411da714841eabd913583ef8ddb46"}, "audit_ids": ["13y3RmD-ToyuOLAqKFRQCw"], "issued_at": "2018-07-22T15:58:42.000000Z"}} 2018-07-22 15:58:42,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5bd615a60b5e7849664e01f62c86621f5db6940" 2018-07-22 15:58:42,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-5d686ef0-f1bf-4d88-8326-ff2d29d11e00 Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:42,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-5d686ef0-f1bf-4d88-8326-ff2d29d11e00 2018-07-22 15:58:42,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5bd615a60b5e7849664e01f62c86621f5db6940" 2018-07-22 15:58:42,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5404e71a-3ccb-4b09-81f7-4150ff7bb78b Date: Sun, 22 Jul 2018 15:58:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:42,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-5404e71a-3ccb-4b09-81f7-4150ff7bb78b 2018-07-22 15:58:42,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5bd615a60b5e7849664e01f62c86621f5db6940" 2018-07-22 15:58:42,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-853167de-70fe-45cc-970b-ceb607bffbd8 Date: Sun, 22 Jul 2018 15:58:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:30Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:38Z","binding:vnic_type":"normal","device_id":"1ef6b8ed-f23c-457c-91e5-157e135c1815","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:94:34:d1","id":"02d36ecb-6128-456b-a201-926e62ff69b5","port_security_enabled":true,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["6a235ff0-9105-480c-abb9-90c9ac6cb2f8"],"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fb:93:5b","id":"3e64817f-f09c-44b4-9f19-1ad4e62f8834","port_security_enabled":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:58:42,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-853167de-70fe-45cc-970b-ceb607bffbd8 2018-07-22 15:58:42,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:43,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-33905f45-8375-4e7b-8c9b-cb22cc7d91ab x-compute-request-id: req-33905f45-8375-4e7b-8c9b-cb22cc7d91ab Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:34:d1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:58:38.000000", "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "security_groups": [{"name": "default"}], "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:38Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:43,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-33905f45-8375-4e7b-8c9b-cb22cc7d91ab 2018-07-22 15:58:43,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:43,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-5e8564ab-fa1c-48e2-a529-127cee766f53 Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:43,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-5e8564ab-fa1c-48e2-a529-127cee766f53 2018-07-22 15:58:43,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:43,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4654d1b-1fad-46dc-92e2-9638cd9fa703 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:43,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-a4654d1b-1fad-46dc-92e2-9638cd9fa703 2018-07-22 15:58:43,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:43,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9373676e-3c34-41cb-aa5e-5743072c752e Date: Sun, 22 Jul 2018 15:58:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:43,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-9373676e-3c34-41cb-aa5e-5743072c752e 2018-07-22 15:58:43,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:43,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-ede01bdc-c3a2-4685-a1e2-29acbd117fc2 Date: Sun, 22 Jul 2018 15:58:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:30Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:38Z","binding:vnic_type":"normal","device_id":"1ef6b8ed-f23c-457c-91e5-157e135c1815","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:94:34:d1","id":"02d36ecb-6128-456b-a201-926e62ff69b5","port_security_enabled":true,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["6a235ff0-9105-480c-abb9-90c9ac6cb2f8"],"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fb:93:5b","id":"3e64817f-f09c-44b4-9f19-1ad4e62f8834","port_security_enabled":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:58:43,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-ede01bdc-c3a2-4685-a1e2-29acbd117fc2 2018-07-22 15:58:43,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:44,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b12aede-0b5c-43dd-86f6-4824395786af x-compute-request-id: req-5b12aede-0b5c-43dd-86f6-4824395786af Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:34:d1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:58:38.000000", "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "security_groups": [{"name": "default"}], "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:38Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:44,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-5b12aede-0b5c-43dd-86f6-4824395786af 2018-07-22 15:58:44,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:44,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-85b8b1e6-0588-4167-aacc-49afc0d7c247 Date: Sun, 22 Jul 2018 15:58: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":["97ce70ac-25f6-4afc-970f-2312db6978e4"],"updated_at":"2018-07-22T15:58:27Z","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net"}]} 2018-07-22 15:58:44,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net used request id req-85b8b1e6-0588-4167-aacc-49afc0d7c247 2018-07-22 15:58:44,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:44,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57d4a38-6fa6-4b61-9c95-3cceb0deeae7 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:44,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-c57d4a38-6fa6-4b61-9c95-3cceb0deeae7 2018-07-22 15:58:44,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:44,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8082eb71-ca1d-4e39-86dc-a6aa60cea557 Date: Sun, 22 Jul 2018 15:58:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","dns_nameservers":[],"updated_at":"2018-07-22T15:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"08a0e84f9d5c43d8ae4515b37c261779","id":"97ce70ac-25f6-4afc-970f-2312db6978e4","subnetpool_id":null,"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet"}]} 2018-07-22 15:58:44,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-8082eb71-ca1d-4e39-86dc-a6aa60cea557 2018-07-22 15:58:44,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:44,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-731b39dc-b2d2-44fd-b9bd-5a03345e9a28 Date: Sun, 22 Jul 2018 15:58:44 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:30Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:38Z","binding:vnic_type":"normal","device_id":"1ef6b8ed-f23c-457c-91e5-157e135c1815","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:94:34:d1","id":"02d36ecb-6128-456b-a201-926e62ff69b5","port_security_enabled":true,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["6a235ff0-9105-480c-abb9-90c9ac6cb2f8"],"name":"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","tenant_id":"08a0e84f9d5c43d8ae4515b37c261779","created_at":"2018-07-22T15:58:27Z","admin_state_up":true,"updated_at":"2018-07-22T15:58:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fb:93:5b","id":"3e64817f-f09c-44b4-9f19-1ad4e62f8834","port_security_enabled":false,"project_id":"08a0e84f9d5c43d8ae4515b37c261779","fixed_ips":[{"subnet_id":"97ce70ac-25f6-4afc-970f-2312db6978e4","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 15:58:44,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-731b39dc-b2d2-44fd-b9bd-5a03345e9a28 2018-07-22 15:58:44,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722f8972ea701a9ffdedd15b2474c469b3d84aee" 2018-07-22 15:58:44,569 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58: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-8b2a3736-1860-4e27-8a77-b883c2f4c51d x-compute-request-id: req-8b2a3736-1860-4e27-8a77-b883c2f4c51d Content-Type: application/json 2018-07-22 15:58:44,570 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-8b2a3736-1860-4e27-8a77-b883c2f4c51d 2018-07-22 15:58:44,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:44,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58: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-e9ebee89-c9a0-4a09-9352-4cb13a49a14b x-compute-request-id: req-e9ebee89-c9a0-4a09-9352-4cb13a49a14b Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:34:d1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:58:38.000000", "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "security_groups": [{"name": "default"}], "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:44Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:44,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-e9ebee89-c9a0-4a09-9352-4cb13a49a14b 2018-07-22 15:58:44,886 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst] is - ACTIVE 2018-07-22 15:58:44,886 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:58:47,889 - create_instance - DEBUG - VM status query timeout in 296.680794001 2018-07-22 15:58:47,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:48,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa932b48-e56e-4c4c-b3a3-11173c7d09cc x-compute-request-id: req-fa932b48-e56e-4c4c-b3a3-11173c7d09cc Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:34:d1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815", "rel": "bookmark"}], "image": {"id": "bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "links": [{"href": "http://172.30.9.28:8774/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:58:38.000000", "flavor": {"id": "715f4df7-9db3-4390-93d2-ee0fb3d18db9", "links": [{"href": "http://172.30.9.28:8774/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9", "rel": "bookmark"}]}, "id": "1ef6b8ed-f23c-457c-91e5-157e135c1815", "user_id": "a16411da714841eabd913583ef8ddb46", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:58:47Z", "hostId": "35709e45b2e199c5e7dfb486d35e2f1d3aec1d6ff451658dbaaeae2f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst", "created": "2018-07-22T15:58:33Z", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:58:48,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-fa932b48-e56e-4c4c-b3a3-11173c7d09cc 2018-07-22 15:58:48,311 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst] is - ACTIVE 2018-07-22 15:58:48,312 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:58:51,315 - create_instance - DEBUG - VM status query timeout in 293.255167007 2018-07-22 15:58:51,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:51,364 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15: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-6c28d745-8dce-4faf-afac-6e861d893c04 x-compute-request-id: req-6c28d745-8dce-4faf-afac-6e861d893c04 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1ef6b8ed-f23c-457c-91e5-157e135c1815 could not be found.", "code": 404}} 2018-07-22 15:58:51,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-6c28d745-8dce-4faf-afac-6e861d893c04 2018-07-22 15:58:51,364 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1ef6b8ed-f23c-457c-91e5-157e135c1815 could not be found. (HTTP 404) (Request-ID: req-6c28d745-8dce-4faf-afac-6e861d893c04) 2018-07-22 15:58:51,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}722f8972ea701a9ffdedd15b2474c469b3d84aee" 2018-07-22 15:58:51,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-c0886689-4b2a-48c7-ba09-01c276f5ca72 x-compute-request-id: req-c0886689-4b2a-48c7-ba09-01c276f5ca72 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:58:51,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst used request id req-c0886689-4b2a-48c7-ba09-01c276f5ca72 2018-07-22 15:58:51,446 - create_instance - INFO - Deleting Port with ID - 02d36ecb-6128-456b-a201-926e62ff69b5 2018-07-22 15:58:51,446 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-port 2018-07-22 15:58:51,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/02d36ecb-6128-456b-a201-926e62ff69b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:52,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3396730-9737-49c5-8584-a4eec6bc7b6a Date: Sun, 22 Jul 2018 15:58:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:58:52,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/02d36ecb-6128-456b-a201-926e62ff69b5 used request id req-b3396730-9737-49c5-8584-a4eec6bc7b6a 2018-07-22 15:58:52,119 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst 2018-07-22 15:58:52,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:52,166 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58: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-bd734571-e895-43f8-80e5-1ed16b625e8a x-compute-request-id: req-bd734571-e895-43f8-80e5-1ed16b625e8a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1ef6b8ed-f23c-457c-91e5-157e135c1815 could not be found.", "code": 404}} 2018-07-22 15:58:52,166 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-bd734571-e895-43f8-80e5-1ed16b625e8a 2018-07-22 15:58:52,166 - create_instance - WARNING - Instance already deleted - Instance 1ef6b8ed-f23c-457c-91e5-157e135c1815 could not be found. (HTTP 404) (Request-ID: req-bd734571-e895-43f8-80e5-1ed16b625e8a) 2018-07-22 15:58:52,167 - create_instance - INFO - Checking deletion status 2018-07-22 15:58:52,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110959d131951d737eb42532826110252a54120c" 2018-07-22 15:58:52,214 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58: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-504f0995-46b1-4db9-a24f-0fe36caf3ec9 x-compute-request-id: req-504f0995-46b1-4db9-a24f-0fe36caf3ec9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1ef6b8ed-f23c-457c-91e5-157e135c1815 could not be found.", "code": 404}} 2018-07-22 15:58:52,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ef6b8ed-f23c-457c-91e5-157e135c1815 used request id req-504f0995-46b1-4db9-a24f-0fe36caf3ec9 2018-07-22 15:58:52,215 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1ef6b8ed-f23c-457c-91e5-157e135c1815 could not be found. (HTTP 404) (Request-ID: req-504f0995-46b1-4db9-a24f-0fe36caf3ec9) 2018-07-22 15:58:52,215 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-inst 2018-07-22 15:58:52,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2862b4793fa0ae6260e3f1b23691f4c210979d8d" 2018-07-22 15:58:52,275 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:58: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-f82ef890-012c-4820-bbf8-ccbf688d5689 x-compute-request-id: req-f82ef890-012c-4820-bbf8-ccbf688d5689 Content-Length: 0 Content-Type: application/json 2018-07-22 15:58:52,275 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/715f4df7-9db3-4390-93d2-ee0fb3d18db9 used request id req-f82ef890-012c-4820-bbf8-ccbf688d5689 2018-07-22 15:58:52,276 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet 2018-07-22 15:58:52,276 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-subnet 2018-07-22 15:58:52,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/97ce70ac-25f6-4afc-970f-2312db6978e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" 2018-07-22 15:58:53,647 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f737f163-2b19-42ba-b467-ede5638a022f Date: Sun, 22 Jul 2018 15:58:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:58:53,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/97ce70ac-25f6-4afc-970f-2312db6978e4 used request id req-f737f163-2b19-42ba-b467-ede5638a022f 2018-07-22 15:58:53,647 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-pub-net 2018-07-22 15:58:53,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de0bfc0434f0fb41b052ac1295d78949e7ac29e3" 2018-07-22 15:58:54,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f0f7178-7ef1-4ab7-8a19-c9862bb29d4d Date: Sun, 22 Jul 2018 15:58:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:58:54,806 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/bd89f5b0-e8ce-4d33-a9f7-5a56dc13eb89 used request id req-0f0f7178-7ef1-4ab7-8a19-c9862bb29d4d 2018-07-22 15:58:54,807 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-8e27c13e-0182-41f2-82e8-f7fd8d051b95-image 2018-07-22 15:58:54,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}777b4a8f68fe40e25c1d4b42171c891baf41828f" 2018-07-22 15:58:55,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f985ca7e-27c2-4c00-8569-5e2efdccd58c Date: Sun, 22 Jul 2018 15:58:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:58:55,161 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/bbbba1b0-0ba2-4fc2-bfff-d3fe77ebf872 used request id req-f985ca7e-27c2-4c00-8569-5e2efdccd58c 2018-07-22 15:58:55,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:55,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b2834753-7859-43c5-b918-b8e4df0a4be4 Date: Sun, 22 Jul 2018 15:58:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "created_at": "2018-07-22T15:58:26Z", "updated_at": "2018-07-22T15:58:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:58:26Z", "revision_number": 0, "id": "142b9ff5-2fda-4248-b87e-ea1b8efb4fd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:58:26Z", "security_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "port_range_min": null, "ethertype": "IPv4", "project_id": "08a0e84f9d5c43d8ae4515b37c261779"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:58:26Z", "revision_number": 0, "id": "18a6a838-b3fa-450b-84e9-6eb46ecf2bc6", "remote_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "remote_ip_prefix": null, "created_at": "2018-07-22T15:58:26Z", "security_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "port_range_min": null, "ethertype": "IPv6", "project_id": "08a0e84f9d5c43d8ae4515b37c261779"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:58:26Z", "revision_number": 0, "id": "26f3fb60-4188-43a7-a850-f3830aba28a1", "remote_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "remote_ip_prefix": null, "created_at": "2018-07-22T15:58:26Z", "security_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "port_range_min": null, "ethertype": "IPv4", "project_id": "08a0e84f9d5c43d8ae4515b37c261779"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:58:26Z", "revision_number": 0, "id": "546be58c-b37f-4514-b697-66b846f78a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:58:26Z", "security_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "port_range_min": null, "ethertype": "IPv6", "project_id": "08a0e84f9d5c43d8ae4515b37c261779"}], "revision_number": 4, "project_id": "08a0e84f9d5c43d8ae4515b37c261779", "id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:58:55,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b2834753-7859-43c5-b918-b8e4df0a4be4 2018-07-22 15:58:55,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:55,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-632b4ac3-b534-4e14-b25a-1acd2d1175ae 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:58:55,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-632b4ac3-b534-4e14-b25a-1acd2d1175ae 2018-07-22 15:58:55,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:55,583 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:58:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d3fa136-9bfd-4997-9e4b-816f48790f43 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:58:55,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-7d3fa136-9bfd-4997-9e4b-816f48790f43 2018-07-22 15:58:55,584 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:58:55,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:55,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-557d6deb-3fe2-45d3-99bd-28168ffa1080 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "08a0e84f9d5c43d8ae4515b37c261779", "name": "CreateInstanceSimpleTests-85ba770d-3240-472-proj"}} 2018-07-22 15:58:55,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-557d6deb-3fe2-45d3-99bd-28168ffa1080 2018-07-22 15:58:55,672 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a235ff0-9105-480c-abb9-90c9ac6cb2f8 2018-07-22 15:58:55,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6a235ff0-9105-480c-abb9-90c9ac6cb2f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:55,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3268a939-54cd-4163-a1aa-ed32b504bff5 Date: Sun, 22 Jul 2018 15:58: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-07-22T15:58:26Z", "security_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "port_range_min": null, "revision_number": 0, "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "created_at": "2018-07-22T15:58:26Z", "project_id": "08a0e84f9d5c43d8ae4515b37c261779", "id": "142b9ff5-2fda-4248-b87e-ea1b8efb4fd1"}, {"remote_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:58:26Z", "security_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "port_range_min": null, "revision_number": 0, "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "created_at": "2018-07-22T15:58:26Z", "project_id": "08a0e84f9d5c43d8ae4515b37c261779", "id": "18a6a838-b3fa-450b-84e9-6eb46ecf2bc6"}, {"remote_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:58:26Z", "security_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "port_range_min": null, "revision_number": 0, "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "created_at": "2018-07-22T15:58:26Z", "project_id": "08a0e84f9d5c43d8ae4515b37c261779", "id": "26f3fb60-4188-43a7-a850-f3830aba28a1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:58:26Z", "security_group_id": "6a235ff0-9105-480c-abb9-90c9ac6cb2f8", "port_range_min": null, "revision_number": 0, "tenant_id": "08a0e84f9d5c43d8ae4515b37c261779", "created_at": "2018-07-22T15:58:26Z", "project_id": "08a0e84f9d5c43d8ae4515b37c261779", "id": "546be58c-b37f-4514-b697-66b846f78a45"}]} 2018-07-22 15:58:55,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6a235ff0-9105-480c-abb9-90c9ac6cb2f8 used request id req-3268a939-54cd-4163-a1aa-ed32b504bff5 2018-07-22 15:58:55,698 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:58:55,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/6a235ff0-9105-480c-abb9-90c9ac6cb2f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:55,916 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdf91ca2-d37c-464c-9c79-41c08549284a Content-Length: 0 Date: Sun, 22 Jul 2018 15:58:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:58:55,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/6a235ff0-9105-480c-abb9-90c9ac6cb2f8 used request id req-bdf91ca2-d37c-464c-9c79-41c08549284a 2018-07-22 15:58:55,917 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-85ba770d-3240-472-proj 2018-07-22 15:58:55,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:56,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ffb957a-599e-4279-9335-3184c8e21201 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:58:56,185 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/08a0e84f9d5c43d8ae4515b37c261779 used request id req-3ffb957a-599e-4279-9335-3184c8e21201 2018-07-22 15:58:56,185 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-85ba770d-3240-472-proj-role 2018-07-22 15:58:56,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/6d0f485b1c7942da835d7e6b895406d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:56,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92d69000-3016-4b63-b965-baa3b7d9b7ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:58:56,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6d0f485b1c7942da835d7e6b895406d9 used request id req-92d69000-3016-4b63-b965-baa3b7d9b7ee 2018-07-22 15:58:56,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce87747acf9114f1a910270c48e6491506db196" 2018-07-22 15:58:56,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2396124-b4ad-4475-be3c-833a803a1c06 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:58:56,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c2396124-b4ad-4475-be3c-833a803a1c06 2018-07-22 15:58:56,379 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-85ba770d-3240-472-user 2018-07-22 15:58:56,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a16411da714841eabd913583ef8ddb46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8f75042eb7e1042f40fda44c1f676bd66f3a41" 2018-07-22 15:58:56,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bff8520e-ca1f-4bb7-8528-2972338b4dab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:58:56,563 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a16411da714841eabd913583ef8ddb46 used request id req-bff8520e-ca1f-4bb7-8528-2972338b4dab 2018-07-22 15:58:56,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:56,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["m0l2jxONRkK19-EDfr8O6Q"], "issued_at": "2018-07-22T15:58:56.000000Z"}} 2018-07-22 15:58:56,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f40d27066061e9621916d5ccaee8216426adb7d4" 2018-07-22 15:58:57,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47fce05-9d84-4c5c-afdb-38d207022bec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:57,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c47fce05-9d84-4c5c-afdb-38d207022bec 2018-07-22 15:58:57,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:57,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:57,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["BLcZTZu9S5Ku2A5kXjsfZQ"], "issued_at": "2018-07-22T15:58:57.000000Z"}} 2018-07-22 15:58:57,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:58:57,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c4f63d-bd1d-4b5c-af40-2e12e351dc97 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:57,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f5c4f63d-bd1d-4b5c-af40-2e12e351dc97 2018-07-22 15:58:57,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:58:57,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:58: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:58:57,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:58:57,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e422efe-e59b-4f73-ab4d-42aea016e5a9 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:58:57,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj used request id req-8e422efe-e59b-4f73-ab4d-42aea016e5a9 2018-07-22 15:58:57,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:58:57,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5042da1-3bbf-4991-a8e7-3656e1085ae0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:58:57,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d5042da1-3bbf-4991-a8e7-3656e1085ae0 2018-07-22 15:58:57,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}}' 2018-07-22 15:58:57,815 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:58:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8c7b5cd-a260-4dee-a039-c385fbc7da1e Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "id": "56b6cdd0707c4b6292d08b586a929b01", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}} 2018-07-22 15:58:57,815 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f8c7b5cd-a260-4dee-a039-c385fbc7da1e 2018-07-22 15:58:57,815 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj 2018-07-22 15:58:57,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:57,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:58,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:58:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fCW3-elmQJS2u_raV0j3fw"], "issued_at": "2018-07-22T15:58:58.000000Z"}} 2018-07-22 15:58:58,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}022e2bd3e67c6134f8a5de054b4a0174344c29a2" 2018-07-22 15:58:58,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f1c929c-4f31-491a-b245-d7eab0ee377c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:58,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9f1c929c-4f31-491a-b245-d7eab0ee377c 2018-07-22 15:58:58,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:58:58,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:58: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:58:58,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}022e2bd3e67c6134f8a5de054b4a0174344c29a2" 2018-07-22 15:58:58,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3887b65-dff1-41ee-bbe7-a61fba816df6 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:58:58,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a3887b65-dff1-41ee-bbe7-a61fba816df6 2018-07-22 15:58:58,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}022e2bd3e67c6134f8a5de054b4a0174344c29a2" 2018-07-22 15:58:58,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f42f554a-ae83-4c93-8aea-da311a747175 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "id": "56b6cdd0707c4b6292d08b586a929b01", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}]} 2018-07-22 15:58:58,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj used request id req-f42f554a-ae83-4c93-8aea-da311a747175 2018-07-22 15:58:58,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}022e2bd3e67c6134f8a5de054b4a0174344c29a2" 2018-07-22 15:58:58,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf63f41-94af-4f74-be14-beb0c783f8c1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:58:58,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-baf63f41-94af-4f74-be14-beb0c783f8c1 2018-07-22 15:58:58,971 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-user 2018-07-22 15:58:58,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:58,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:58:59,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d6b3405-52dd-4688-bdac-dcd0effd52c1 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:58:59,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7d6b3405-52dd-4688-bdac-dcd0effd52c1 2018-07-22 15:58:59,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" -d '{"role": {"name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role"}}' 2018-07-22 15:58:59,163 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:58:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c50807f-f7e4-48d6-888b-e28ff973f402 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "973f702183a048c398446214ebc843b1", "links": {"self": "http://172.30.9.28:5000/v3/roles/973f702183a048c398446214ebc843b1"}, "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role"}} 2018-07-22 15:58:59,163 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0c50807f-f7e4-48d6-888b-e28ff973f402 2018-07-22 15:58:59,163 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role 2018-07-22 15:58:59,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/973f702183a048c398446214ebc843b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:58:59,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c8fba3d-0efd-464e-a47b-cce1d6ecf97a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "973f702183a048c398446214ebc843b1", "links": {"self": "http://172.30.9.28:5000/v3/roles/973f702183a048c398446214ebc843b1"}, "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role"}} 2018-07-22 15:58:59,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/973f702183a048c398446214ebc843b1 used request id req-1c8fba3d-0efd-464e-a47b-cce1d6ecf97a 2018-07-22 15:58:59,251 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role to project CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj 2018-07-22 15:58:59,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01/users/bb80bab3e2b5412db43922dd8369d9e9/roles/973f702183a048c398446214ebc843b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:58:59,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:58:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5be27f0a-7d4e-4a27-b8b7-25ea39e3b7e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:58:59,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01/users/bb80bab3e2b5412db43922dd8369d9e9/roles/973f702183a048c398446214ebc843b1 used request id req-5be27f0a-7d4e-4a27-b8b7-25ea39e3b7e9 2018-07-22 15:58:59,310 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:58:59,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:58:59,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:58:59,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "973f702183a048c398446214ebc843b1", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role"}], "expires_at": "2018-07-22T16:58:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-user", "id": "bb80bab3e2b5412db43922dd8369d9e9"}, "audit_ids": ["38gbr2WhRSyhlSPXH9lPXQ"], "issued_at": "2018-07-22T15:58:59.000000Z"}} 2018-07-22 15:58:59,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" 2018-07-22 15:58:59,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:58:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efff43ea-e785-42dd-a73d-b605a0442f41 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:58:59,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-efff43ea-e785-42dd-a73d-b605a0442f41 2018-07-22 15:58:59,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" 2018-07-22 15:58:59,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-e445c782-881e-4cb8-8029-f9b0ca28fed2 Date: Sun, 22 Jul 2018 15:58:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image"} 2018-07-22 15:58:59,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image used request id req-e445c782-881e-4cb8-8029-f9b0ca28fed2 2018-07-22 15:58:59,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" 2018-07-22 15:58:59,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f1c77c82-0b7d-4cff-96ac-ce84280fbdd1 Date: Sun, 22 Jul 2018 15:58: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-07-22 15:58:59,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f1c77c82-0b7d-4cff-96ac-ce84280fbdd1 2018-07-22 15:59:00,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image"}' 2018-07-22 15:59:00,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-19511539-927d-49ba-bf62-ba32cea16282 Date: Sun, 22 Jul 2018 15:59:00 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "min_disk": 0, "protected": false, "id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "file": "/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/file", "checksum": null, "owner": "56b6cdd0707c4b6292d08b586a929b01", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:00,051 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-19511539-927d-49ba-bf62-ba32cea16282 2018-07-22 15:59:00,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" -d '' 2018-07-22 15:59:00,789 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6d3448c-2d47-49c0-95eb-fc66093f1c40 Date: Sun, 22 Jul 2018 15:59:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:59:00,789 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/file used request id req-e6d3448c-2d47-49c0-95eb-fc66093f1c40 2018-07-22 15:59:00,789 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:59:00,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" 2018-07-22 15:59:00,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1e5dd67b-14f7-48f1-addf-5a44d38c95ec Date: Sun, 22 Jul 2018 15:59:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:00Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/snap", "metadata": {}}], "self": "/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "min_disk": 0, "protected": false, "id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "file": "/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56b6cdd0707c4b6292d08b586a929b01", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:00,808 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a used request id req-1e5dd67b-14f7-48f1-addf-5a44d38c95ec 2018-07-22 15:59:00,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" 2018-07-22 15:59:00,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0d7c1d36-7c6d-4f88-9f72-1dceabf2633f Date: Sun, 22 Jul 2018 15:59: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-07-22 15:59:00,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0d7c1d36-7c6d-4f88-9f72-1dceabf2633f 2018-07-22 15:59:00,820 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image 2018-07-22 15:59:00,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" 2018-07-22 15:59:00,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-653e51fb-1026-44ca-9ca9-0827a4269f8e Date: Sun, 22 Jul 2018 15:59:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:00Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/snap", "metadata": {}}], "self": "/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "min_disk": 0, "protected": false, "id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "file": "/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56b6cdd0707c4b6292d08b586a929b01", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:00,837 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a used request id req-653e51fb-1026-44ca-9ca9-0827a4269f8e 2018-07-22 15:59:00,837 - create_image - DEBUG - Instance status is - active 2018-07-22 15:59:00,837 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image 2018-07-22 15:59:00,838 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image 2018-07-22 15:59:00,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:00,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:01,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "973f702183a048c398446214ebc843b1", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role"}], "expires_at": "2018-07-22T16:59:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-user", "id": "bb80bab3e2b5412db43922dd8369d9e9"}, "audit_ids": ["PnHfKmtiTS2AYDoi_8MyWg"], "issued_at": "2018-07-22T15:59:01.000000Z"}} 2018-07-22 15:59:01,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" 2018-07-22 15:59:01,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4053491-50e8-423d-b676-02acff1cea2f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:01,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e4053491-50e8-423d-b676-02acff1cea2f 2018-07-22 15:59:01,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" 2018-07-22 15:59:01,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-23c2ffde-d43c-4346-b0cc-58d555a3a29c Date: Sun, 22 Jul 2018 15:59:01 GMT RESP BODY: {"networks":[]} 2018-07-22 15:59:01,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net used request id req-23c2ffde-d43c-4346-b0cc-58d555a3a29c 2018-07-22 15:59:01,479 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net 2018-07-22 15:59:01,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" -d '{"network": {"name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net", "admin_state_up": true}}' 2018-07-22 15:59:02,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-eb858fc7-bb0c-463c-b3d9-7d93f5b7bfc1 Date: Sun, 22 Jul 2018 15:59:02 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T15:59:01Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}} 2018-07-22 15:59:02,215 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-eb858fc7-bb0c-463c-b3d9-7d93f5b7bfc1 2018-07-22 15:59:02,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" 2018-07-22 15:59:02,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-4dc97c92-da8f-4acc-adb8-d9012cf464dd Date: Sun, 22 Jul 2018 15:59:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T15:59:01Z","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}]} 2018-07-22 15:59:02,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-4dc97c92-da8f-4acc-adb8-d9012cf464dd 2018-07-22 15:59:02,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" 2018-07-22 15:59:02,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9fc9413a-cf01-4fa8-a94e-5d2254a1696d Date: Sun, 22 Jul 2018 15:59:02 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:59:02,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-9fc9413a-cf01-4fa8-a94e-5d2254a1696d 2018-07-22 15:59:02,405 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet 2018-07-22 15:59:02,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" -d '{"subnets": [{"ip_version": 4, "network_id": "ec68283e-eb38-4ab2-a337-c001121f7622", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]}' 2018-07-22 15:59:02,879 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4274e196-39ca-477f-a402-604797716d64 Date: Sun, 22 Jul 2018 15:59:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:02Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"56b6cdd0707c4b6292d08b586a929b01","id":"d075e267-7532-4bf9-8bed-563cd8b6a578","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]} 2018-07-22 15:59:02,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-4274e196-39ca-477f-a402-604797716d64 2018-07-22 15:59:02,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" 2018-07-22 15:59:02,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b19ef444-3962-441a-93aa-91b197b88439 Date: Sun, 22 Jul 2018 15:59: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":["d075e267-7532-4bf9-8bed-563cd8b6a578"],"updated_at":"2018-07-22T15:59:02Z","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}]} 2018-07-22 15:59:02,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-b19ef444-3962-441a-93aa-91b197b88439 2018-07-22 15:59:02,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" 2018-07-22 15:59:03,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fd1828dc-0cd0-4fbb-9f67-1ff2924224ae Date: Sun, 22 Jul 2018 15:59:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:02Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"56b6cdd0707c4b6292d08b586a929b01","id":"d075e267-7532-4bf9-8bed-563cd8b6a578","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]} 2018-07-22 15:59:03,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-fd1828dc-0cd0-4fbb-9f67-1ff2924224ae 2018-07-22 15:59:03,060 - OpenStackNetwork - DEBUG - Network [ec68283e-eb38-4ab2-a337-c001121f7622] created successfully 2018-07-22 15:59:03,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:03,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:03,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["r0zxnp9wS26mi3op87K6sQ"], "issued_at": "2018-07-22T15:59:03.000000Z"}} 2018-07-22 15:59:03,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df33e35acf0bbf6e60bb6aadf7a287303a5cb6b" 2018-07-22 15:59:03,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58912ba0-c7b8-4f27-addf-0c4a39d2b6c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:03,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-58912ba0-c7b8-4f27-addf-0c4a39d2b6c2 2018-07-22 15:59:03,592 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:59:03,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df33e35acf0bbf6e60bb6aadf7a287303a5cb6b" 2018-07-22 15:59:03,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59: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-4902c7e7-a5f9-45a4-bc8a-84d5b7370449 x-compute-request-id: req-4902c7e7-a5f9-45a4-bc8a-84d5b7370449 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 15:59:03,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4902c7e7-a5f9-45a4-bc8a-84d5b7370449 2018-07-22 15:59:03,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df33e35acf0bbf6e60bb6aadf7a287303a5cb6b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-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-07-22 15:59:03,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59: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-597db1a8-67cf-4b5a-98cb-b809a1dd00e1 x-compute-request-id: req-597db1a8-67cf-4b5a-98cb-b809a1dd00e1 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "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": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528"}} 2018-07-22 15:59:03,823 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-597db1a8-67cf-4b5a-98cb-b809a1dd00e1 2018-07-22 15:59:03,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:03,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:04,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "973f702183a048c398446214ebc843b1", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role"}], "expires_at": "2018-07-22T16:59:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-user", "id": "bb80bab3e2b5412db43922dd8369d9e9"}, "audit_ids": ["fN5co6rcTfmrkz0v39soCg"], "issued_at": "2018-07-22T15:59:04.000000Z"}} 2018-07-22 15:59:04,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:04,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4462d0b5-ef9c-4056-bf04-dba6391274ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:04,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4462d0b5-ef9c-4056-bf04-dba6391274ce 2018-07-22 15:59:04,285 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:59:04,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:04,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0add13e-1324-4d81-80e6-d63970518a2b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:04,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e0add13e-1324-4d81-80e6-d63970518a2b 2018-07-22 15:59:04,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:04,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-9ee50524-10bc-4ba5-ac7f-0b42d2483f2e Date: Sun, 22 Jul 2018 15:59:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d075e267-7532-4bf9-8bed-563cd8b6a578"],"updated_at":"2018-07-22T15:59:02Z","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}]} 2018-07-22 15:59:04,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net used request id req-9ee50524-10bc-4ba5-ac7f-0b42d2483f2e 2018-07-22 15:59:04,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:04,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:04,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:04,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf4e0ba2-68df-43d1-8875-d6a404bddb0f Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}} 2018-07-22 15:59:04,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 used request id req-cf4e0ba2-68df-43d1-8875-d6a404bddb0f 2018-07-22 15:59:04,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:04,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-35fe685e-beed-45d4-a4e8-046e3904905c Date: Sun, 22 Jul 2018 15:59:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:02Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"56b6cdd0707c4b6292d08b586a929b01","id":"d075e267-7532-4bf9-8bed-563cd8b6a578","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]} 2018-07-22 15:59:04,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-35fe685e-beed-45d4-a4e8-046e3904905c 2018-07-22 15:59:04,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ec68283e-eb38-4ab2-a337-c001121f7622&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:04,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cde6cd5c-b119-45d1-8af0-cad99f65e3c8 Date: Sun, 22 Jul 2018 15:59:04 GMT RESP BODY: {"ports":[]} 2018-07-22 15:59:04,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ec68283e-eb38-4ab2-a337-c001121f7622&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1&admin_state_up=True used request id req-cde6cd5c-b119-45d1-8af0-cad99f65e3c8 2018-07-22 15:59:04,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:05,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebc3ba33-7f71-4167-8bce-b36a0fe81e73 x-compute-request-id: req-ebc3ba33-7f71-4167-8bce-b36a0fe81e73 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:59:05,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst used request id req-ebc3ba33-7f71-4167-8bce-b36a0fe81e73 2018-07-22 15:59:05,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:05,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0857f90c-11e5-4a23-9074-5cfe3367dfbe Date: Sun, 22 Jul 2018 15:59: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":["d075e267-7532-4bf9-8bed-563cd8b6a578"],"updated_at":"2018-07-22T15:59:02Z","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}]} 2018-07-22 15:59:05,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net used request id req-0857f90c-11e5-4a23-9074-5cfe3367dfbe 2018-07-22 15:59:05,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:05,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afffdaa8-648d-4a52-b4db-8017465ac7b1 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}} 2018-07-22 15:59:05,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 used request id req-afffdaa8-648d-4a52-b4db-8017465ac7b1 2018-07-22 15:59:05,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:05,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1e03e545-ccf1-4aef-ab5b-4f94d35ef988 Date: Sun, 22 Jul 2018 15:59:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:02Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"56b6cdd0707c4b6292d08b586a929b01","id":"d075e267-7532-4bf9-8bed-563cd8b6a578","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]} 2018-07-22 15:59:05,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-1e03e545-ccf1-4aef-ab5b-4f94d35ef988 2018-07-22 15:59:05,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ec68283e-eb38-4ab2-a337-c001121f7622&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:05,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ee61d9ab-b79e-4b3a-b042-47fc2bf20880 Date: Sun, 22 Jul 2018 15:59:05 GMT RESP BODY: {"ports":[]} 2018-07-22 15:59:05,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ec68283e-eb38-4ab2-a337-c001121f7622&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1&admin_state_up=True used request id req-ee61d9ab-b79e-4b3a-b042-47fc2bf20880 2018-07-22 15:59:05,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:05,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:05,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "973f702183a048c398446214ebc843b1", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role"}], "expires_at": "2018-07-22T16:59:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_56b6cdd0707c4b6292d08b586a929b01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_56b6cdd0707c4b6292d08b586a929b01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-user", "id": "bb80bab3e2b5412db43922dd8369d9e9"}, "audit_ids": ["dTp35DGHRwq1qpAt5WUyFQ"], "issued_at": "2018-07-22T15:59:05.000000Z"}} 2018-07-22 15:59:05,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4294b880f2f8327bd7a19a218114a5f3e903312a" 2018-07-22 15:59:05,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5637b6fd-bd57-41bf-a291-67ebc3cce961 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:05,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5637b6fd-bd57-41bf-a291-67ebc3cce961 2018-07-22 15:59:05,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:05,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b22ed76a-60b0-451c-8be0-e82ff4e9cbef Date: Sun, 22 Jul 2018 15:59: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":["d075e267-7532-4bf9-8bed-563cd8b6a578"],"updated_at":"2018-07-22T15:59:02Z","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}]} 2018-07-22 15:59:05,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net used request id req-b22ed76a-60b0-451c-8be0-e82ff4e9cbef 2018-07-22 15:59:05,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:05,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e74aa284-b56e-4650-8700-6edacaf6a521 Date: Sun, 22 Jul 2018 15:59:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:02Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"56b6cdd0707c4b6292d08b586a929b01","id":"d075e267-7532-4bf9-8bed-563cd8b6a578","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]} 2018-07-22 15:59:05,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-e74aa284-b56e-4650-8700-6edacaf6a521 2018-07-22 15:59:05,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:06,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-28524ed2-ce55-47f9-8482-fbfdd9414e55 Date: Sun, 22 Jul 2018 15:59: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":["d075e267-7532-4bf9-8bed-563cd8b6a578"],"updated_at":"2018-07-22T15:59:02Z","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}]} 2018-07-22 15:59:06,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net used request id req-28524ed2-ce55-47f9-8482-fbfdd9414e55 2018-07-22 15:59:06,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:06,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:06,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4294b880f2f8327bd7a19a218114a5f3e903312a" 2018-07-22 15:59:06,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-227be12a-dff8-403c-8fbc-b5929344fe9e Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}} 2018-07-22 15:59:06,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 used request id req-227be12a-dff8-403c-8fbc-b5929344fe9e 2018-07-22 15:59:06,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:06,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2d4ef73d-e151-41b6-8461-d2edd9f194c3 Date: Sun, 22 Jul 2018 15:59:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:02Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"56b6cdd0707c4b6292d08b586a929b01","id":"d075e267-7532-4bf9-8bed-563cd8b6a578","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]} 2018-07-22 15:59:06,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-2d4ef73d-e151-41b6-8461-d2edd9f194c3 2018-07-22 15:59:06,300 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net 2018-07-22 15:59:06,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" -d '{"port": {"network_id": "ec68283e-eb38-4ab2-a337-c001121f7622", "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-07-22 15:59:07,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 833 X-Openstack-Request-Id: req-4380879e-95d8-4ab6-8353-399c43009dc6 Date: Sun, 22 Jul 2018 15:59:07 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T15:59:06Z","description":"","allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T15:59:06Z","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:99:8c:14","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"56b6cdd0707c4b6292d08b586a929b01","fixed_ips":[{"subnet_id":"d075e267-7532-4bf9-8bed-563cd8b6a578","ip_address":"10.55.0.12"}],"id":"623fbbca-44e6-4c9e-9cb3-c3bdb023ad1e","security_groups":["1b0d8d87-70d6-48d3-892a-8558a4420872"],"device_id":""}} 2018-07-22 15:59:07,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-4380879e-95d8-4ab6-8353-399c43009dc6 2018-07-22 15:59:07,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-aee8199d-e47b-4fd7-9291-7e7dceafaff1 Date: Sun, 22 Jul 2018 15:59: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":["d075e267-7532-4bf9-8bed-563cd8b6a578"],"updated_at":"2018-07-22T15:59:02Z","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}]} 2018-07-22 15:59:07,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net used request id req-aee8199d-e47b-4fd7-9291-7e7dceafaff1 2018-07-22 15:59:07,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0804a5e4-4497-4fa7-8217-1769b894ad32 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}} 2018-07-22 15:59:07,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 used request id req-0804a5e4-4497-4fa7-8217-1769b894ad32 2018-07-22 15:59:07,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-efc2c83a-e9a6-46d0-8aab-68e1139e5cf8 Date: Sun, 22 Jul 2018 15:59:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:02Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"56b6cdd0707c4b6292d08b586a929b01","id":"d075e267-7532-4bf9-8bed-563cd8b6a578","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]} 2018-07-22 15:59:07,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-efc2c83a-e9a6-46d0-8aab-68e1139e5cf8 2018-07-22 15:59:07,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ec68283e-eb38-4ab2-a337-c001121f7622&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 836 X-Openstack-Request-Id: req-03085de0-e3ea-414e-99e6-242af751e6b0 Date: Sun, 22 Jul 2018 15:59:07 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":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:06Z","admin_state_up":true,"updated_at":"2018-07-22T15:59:06Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:99:8c:14","id":"623fbbca-44e6-4c9e-9cb3-c3bdb023ad1e","port_security_enabled":true,"project_id":"56b6cdd0707c4b6292d08b586a929b01","fixed_ips":[{"subnet_id":"d075e267-7532-4bf9-8bed-563cd8b6a578","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["1b0d8d87-70d6-48d3-892a-8558a4420872"],"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1"}]} 2018-07-22 15:59:07,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ec68283e-eb38-4ab2-a337-c001121f7622&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1&admin_state_up=True used request id req-03085de0-e3ea-414e-99e6-242af751e6b0 2018-07-22 15:59:07,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d980d6a-9123-435e-b141-e2c3d7483e48 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}} 2018-07-22 15:59:07,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 used request id req-1d980d6a-9123-435e-b141-e2c3d7483e48 2018-07-22 15:59:07,445 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst 2018-07-22 15:59:07,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-ae051ef2-eea0-4be4-898e-b7ab4d19df66 x-compute-request-id: req-ae051ef2-eea0-4be4-898e-b7ab4d19df66 Content-Encoding: gzip Content-Length: 291 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-flavor-name"}]} 2018-07-22 15:59:07,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ae051ef2-eea0-4be4-898e-b7ab4d19df66 2018-07-22 15:59:07,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-b4d28155-e671-43a2-8cd5-ec7c2a600d97 x-compute-request-id: req-b4d28155-e671-43a2-8cd5-ec7c2a600d97 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "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": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528"}} 2018-07-22 15:59:07,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528 used request id req-b4d28155-e671-43a2-8cd5-ec7c2a600d97 2018-07-22 15:59:07,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-8b9352d3-702e-4d97-884c-2cb48d30ee59 Date: Sun, 22 Jul 2018 15:59:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:00Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/snap", "metadata": {}}], "self": "/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "min_disk": 0, "protected": false, "id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "file": "/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56b6cdd0707c4b6292d08b586a929b01", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image"} 2018-07-22 15:59:07,682 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image used request id req-8b9352d3-702e-4d97-884c-2cb48d30ee59 2018-07-22 15:59:07,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:07,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-71aacdf9-58b1-4fec-86cf-5a74a79007cb Date: Sun, 22 Jul 2018 15:59:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:59:07,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-71aacdf9-58b1-4fec-86cf-5a74a79007cb 2018-07-22 15:59:07,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" -d '{"server": {"name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst", "imageRef": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "flavorRef": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "max_count": 1, "min_count": 1, "networks": [{"port": "623fbbca-44e6-4c9e-9cb3-c3bdb023ad1e"}]}}' 2018-07-22 15:59:09,196 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15: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 x-openstack-request-id: req-b3c87764-4aed-4ffc-a4d3-77e603e689de x-compute-request-id: req-b3c87764-4aed-4ffc-a4d3-77e603e689de Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "56099f6a-3158-461b-8f62-8577b670b3a9", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "bookmark"}], "adminPass": "qndEBm8ED3tZ"}} 2018-07-22 15:59:09,197 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b3c87764-4aed-4ffc-a4d3-77e603e689de 2018-07-22 15:59:09,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:09,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c5efa61-1fa2-40b8-a6f3-e2f18d0f3fac x-compute-request-id: req-9c5efa61-1fa2-40b8-a6f3-e2f18d0f3fac Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "bookmark"}], "image": {"id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "links": [{"href": "http://172.30.9.28:8774/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "links": [{"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "bookmark"}]}, "id": "56099f6a-3158-461b-8f62-8577b670b3a9", "user_id": "bb80bab3e2b5412db43922dd8369d9e9", "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-07-22T15:59:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst", "created": "2018-07-22T15:59:09Z", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:59:09,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 used request id req-9c5efa61-1fa2-40b8-a6f3-e2f18d0f3fac 2018-07-22 15:59:09,627 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst 2018-07-22 15:59:09,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:09,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46763427-8129-42ed-a79f-f325e2a6f4ee x-compute-request-id: req-46763427-8129-42ed-a79f-f325e2a6f4ee Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "bookmark"}], "image": {"id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "links": [{"href": "http://172.30.9.28:8774/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "links": [{"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "bookmark"}]}, "id": "56099f6a-3158-461b-8f62-8577b670b3a9", "user_id": "bb80bab3e2b5412db43922dd8369d9e9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:59:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst", "created": "2018-07-22T15:59:09Z", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:59:09,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 used request id req-46763427-8129-42ed-a79f-f325e2a6f4ee 2018-07-22 15:59:09,987 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst] is - BUILD 2018-07-22 15:59:09,987 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:59:12,991 - create_instance - DEBUG - VM status query timeout in 896.63654995 2018-07-22 15:59:12,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:13,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-e67bc164-0e18-44f4-b8ba-c10539a21dd9 x-compute-request-id: req-e67bc164-0e18-44f4-b8ba-c10539a21dd9 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "bookmark"}], "image": {"id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "links": [{"href": "http://172.30.9.28:8774/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "links": [{"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "bookmark"}]}, "id": "56099f6a-3158-461b-8f62-8577b670b3a9", "security_groups": [{"name": "default"}], "user_id": "bb80bab3e2b5412db43922dd8369d9e9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T15:59:10Z", "hostId": "d01cd67d9305610bc02d2e3a350b616c105cd0878a089c91d2cb8aeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst", "created": "2018-07-22T15:59:09Z", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:59:13,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 used request id req-e67bc164-0e18-44f4-b8ba-c10539a21dd9 2018-07-22 15:59:13,175 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst] is - BUILD 2018-07-22 15:59:13,175 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:59:16,178 - create_instance - DEBUG - VM status query timeout in 893.448750973 2018-07-22 15:59:16,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:16,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59: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-c4317ed7-cfa5-414a-ac93-4cf80151533d x-compute-request-id: req-c4317ed7-cfa5-414a-ac93-4cf80151533d Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:8c:14", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "bookmark"}], "image": {"id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "links": [{"href": "http://172.30.9.28:8774/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:59:13.000000", "flavor": {"id": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "links": [{"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "bookmark"}]}, "id": "56099f6a-3158-461b-8f62-8577b670b3a9", "security_groups": [{"name": "default"}], "user_id": "bb80bab3e2b5412db43922dd8369d9e9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:59:13Z", "hostId": "d01cd67d9305610bc02d2e3a350b616c105cd0878a089c91d2cb8aeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst", "created": "2018-07-22T15:59:09Z", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:59:16,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 used request id req-c4317ed7-cfa5-414a-ac93-4cf80151533d 2018-07-22 15:59:16,507 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst] is - ACTIVE 2018-07-22 15:59:16,508 - create_instance - INFO - VM is - ACTIVE 2018-07-22 15:59:16,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:16,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59: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-e1d22bab-758d-4585-9df5-061da5783b55 x-compute-request-id: req-e1d22bab-758d-4585-9df5-061da5783b55 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:8c:14", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "bookmark"}], "image": {"id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "links": [{"href": "http://172.30.9.28:8774/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:59:13.000000", "flavor": {"id": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "links": [{"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "bookmark"}]}, "id": "56099f6a-3158-461b-8f62-8577b670b3a9", "security_groups": [{"name": "default"}], "user_id": "bb80bab3e2b5412db43922dd8369d9e9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:59:13Z", "hostId": "d01cd67d9305610bc02d2e3a350b616c105cd0878a089c91d2cb8aeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst", "created": "2018-07-22T15:59:09Z", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:59:16,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 used request id req-e1d22bab-758d-4585-9df5-061da5783b55 2018-07-22 15:59:17,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:17,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e447633e-2bd5-46eb-a1bb-52e026ee14af Date: Sun, 22 Jul 2018 15:59:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d075e267-7532-4bf9-8bed-563cd8b6a578"],"updated_at":"2018-07-22T15:59:02Z","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","id":"ec68283e-eb38-4ab2-a337-c001121f7622","name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net"}]} 2018-07-22 15:59:17,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net used request id req-e447633e-2bd5-46eb-a1bb-52e026ee14af 2018-07-22 15:59:17,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:17,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03ccb64a-817d-437b-8dc0-c86d8ed4f232 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}} 2018-07-22 15:59:17,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 used request id req-03ccb64a-817d-437b-8dc0-c86d8ed4f232 2018-07-22 15:59:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:17,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-95d24a33-4ffc-440c-87b9-005328b26d1f Date: Sun, 22 Jul 2018 15:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:02Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"56b6cdd0707c4b6292d08b586a929b01","id":"d075e267-7532-4bf9-8bed-563cd8b6a578","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet"}]} 2018-07-22 15:59:17,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-95d24a33-4ffc-440c-87b9-005328b26d1f 2018-07-22 15:59:17,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:17,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1625 X-Openstack-Request-Id: req-74730ff2-b39d-4304-aa19-92ae7ed10acb Date: Sun, 22 Jul 2018 15:59:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:03Z","admin_state_up":true,"updated_at":"2018-07-22T15:59:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec68283e-eb38-4ab2-a337-c001121f7622","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:e5:e4:8f","id":"1636fc46-f04a-4b63-a4cd-92c380f94340","port_security_enabled":false,"project_id":"56b6cdd0707c4b6292d08b586a929b01","fixed_ips":[{"subnet_id":"d075e267-7532-4bf9-8bed-563cd8b6a578","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"tags":[],"network_id":"ec68283e-eb38-4ab2-a337-c001121f7622","tenant_id":"56b6cdd0707c4b6292d08b586a929b01","created_at":"2018-07-22T15:59:06Z","admin_state_up":true,"updated_at":"2018-07-22T15:59:13Z","binding:vnic_type":"normal","device_id":"56099f6a-3158-461b-8f62-8577b670b3a9","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:99:8c:14","id":"623fbbca-44e6-4c9e-9cb3-c3bdb023ad1e","port_security_enabled":true,"project_id":"56b6cdd0707c4b6292d08b586a929b01","fixed_ips":[{"subnet_id":"d075e267-7532-4bf9-8bed-563cd8b6a578","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["1b0d8d87-70d6-48d3-892a-8558a4420872"],"name":"CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1"}]} 2018-07-22 15:59:17,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-74730ff2-b39d-4304-aa19-92ae7ed10acb 2018-07-22 15:59:17,318 - create_instance - INFO - Deleting Port with ID - 623fbbca-44e6-4c9e-9cb3-c3bdb023ad1e 2018-07-22 15:59:17,318 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529aport-1 2018-07-22 15:59:17,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/623fbbca-44e6-4c9e-9cb3-c3bdb023ad1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:17,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c56f8761-a296-4870-b5ae-98fca0e5d74a Date: Sun, 22 Jul 2018 15:59:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:17,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/623fbbca-44e6-4c9e-9cb3-c3bdb023ad1e used request id req-c56f8761-a296-4870-b5ae-98fca0e5d74a 2018-07-22 15:59:17,949 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst 2018-07-22 15:59:17,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:18,114 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15: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 x-openstack-request-id: req-ef0f54b5-c8eb-4d40-a667-23bc8b47812b x-compute-request-id: req-ef0f54b5-c8eb-4d40-a667-23bc8b47812b Content-Type: application/json 2018-07-22 15:59:18,114 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 used request id req-ef0f54b5-c8eb-4d40-a667-23bc8b47812b 2018-07-22 15:59:18,114 - create_instance - INFO - Checking deletion status 2018-07-22 15:59:18,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:18,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6598562f-f015-4fdd-8646-38569525a504 x-compute-request-id: req-6598562f-f015-4fdd-8646-38569525a504 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56099f6a-3158-461b-8f62-8577b670b3a9", "rel": "bookmark"}], "image": {"id": "e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "links": [{"href": "http://172.30.9.28:8774/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T15:59:13.000000", "flavor": {"id": "28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "links": [{"href": "http://172.30.9.28:8774/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528", "rel": "bookmark"}]}, "id": "56099f6a-3158-461b-8f62-8577b670b3a9", "user_id": "bb80bab3e2b5412db43922dd8369d9e9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T15:59:18Z", "hostId": "d01cd67d9305610bc02d2e3a350b616c105cd0878a089c91d2cb8aeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst", "created": "2018-07-22T15:59:09Z", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 15:59:18,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 used request id req-6598562f-f015-4fdd-8646-38569525a504 2018-07-22 15:59:18,217 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst] is - ACTIVE 2018-07-22 15:59:18,217 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 15:59:21,220 - create_instance - DEBUG - VM status query timeout in 296.894557953 2018-07-22 15:59:21,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a1c6fede3bcea113b5d2f9dbd16ce1b1b584b0b" 2018-07-22 15:59:21,276 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40b49de9-225d-4a1b-a4ec-040a9b807bfd x-compute-request-id: req-40b49de9-225d-4a1b-a4ec-040a9b807bfd Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 56099f6a-3158-461b-8f62-8577b670b3a9 could not be found.", "code": 404}} 2018-07-22 15:59:21,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/56099f6a-3158-461b-8f62-8577b670b3a9 used request id req-40b49de9-225d-4a1b-a4ec-040a9b807bfd 2018-07-22 15:59:21,276 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 56099f6a-3158-461b-8f62-8577b670b3a9 could not be found. (HTTP 404) (Request-ID: req-40b49de9-225d-4a1b-a4ec-040a9b807bfd) 2018-07-22 15:59:21,276 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-inst 2018-07-22 15:59:21,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df33e35acf0bbf6e60bb6aadf7a287303a5cb6b" 2018-07-22 15:59:21,322 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:59:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba729511-0748-4afe-8405-75e67f50fbba x-compute-request-id: req-ba729511-0748-4afe-8405-75e67f50fbba Content-Length: 0 Content-Type: application/json 2018-07-22 15:59:21,323 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/28d9fc7d-85ed-4564-9ca3-7fc5db31e528 used request id req-ba729511-0748-4afe-8405-75e67f50fbba 2018-07-22 15:59:21,323 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet 2018-07-22 15:59:21,324 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-subnet 2018-07-22 15:59:21,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/d075e267-7532-4bf9-8bed-563cd8b6a578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" 2018-07-22 15:59:22,883 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20cbf461-9331-451a-9902-2b23a3070ffc Date: Sun, 22 Jul 2018 15:59:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:22,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d075e267-7532-4bf9-8bed-563cd8b6a578 used request id req-20cbf461-9331-451a-9902-2b23a3070ffc 2018-07-22 15:59:22,884 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-pub-net 2018-07-22 15:59:22,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/ec68283e-eb38-4ab2-a337-c001121f7622 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27bfb1f8c0aea13ef6efd60b53927470f452ead3" 2018-07-22 15:59:23,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd7945bb-5ce0-4d2f-951d-5a5ab2de7d2e Date: Sun, 22 Jul 2018 15:59:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:23,748 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ec68283e-eb38-4ab2-a337-c001121f7622 used request id req-bd7945bb-5ce0-4d2f-951d-5a5ab2de7d2e 2018-07-22 15:59:23,748 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-8549d0fe-2756-4229-86f9-5ae3eafa529a-image 2018-07-22 15:59:23,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d08238e38eb4dff70edf84f748c329fc7bab0043" 2018-07-22 15:59:24,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc22d880-64c7-472f-a8a9-38d0eadb5c4a Date: Sun, 22 Jul 2018 15:59:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:59:24,820 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e449994f-1fba-4d5a-8b96-cdb991cb7c0a used request id req-cc22d880-64c7-472f-a8a9-38d0eadb5c4a 2018-07-22 15:59:24,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:59:25,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-6400caf8-3c12-41e0-87db-85f9509fc38b Date: Sun, 22 Jul 2018 15:59:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "created_at": "2018-07-22T15:59:01Z", "updated_at": "2018-07-22T15:59:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:01Z", "revision_number": 0, "id": "33c328bf-0577-4cbc-a591-3a8f618fa6c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:01Z", "security_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "port_range_min": null, "ethertype": "IPv6", "project_id": "56b6cdd0707c4b6292d08b586a929b01"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:01Z", "revision_number": 0, "id": "48ebabd1-965c-48e8-9cc4-0f25ff15d60b", "remote_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:01Z", "security_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "port_range_min": null, "ethertype": "IPv4", "project_id": "56b6cdd0707c4b6292d08b586a929b01"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:01Z", "revision_number": 0, "id": "87a5eacc-c8d3-4542-b6c5-d840570f4e55", "remote_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:01Z", "security_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "port_range_min": null, "ethertype": "IPv6", "project_id": "56b6cdd0707c4b6292d08b586a929b01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:01Z", "revision_number": 0, "id": "fb23ce59-439b-4083-a3bd-af725195f093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:01Z", "security_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "port_range_min": null, "ethertype": "IPv4", "project_id": "56b6cdd0707c4b6292d08b586a929b01"}], "revision_number": 4, "project_id": "56b6cdd0707c4b6292d08b586a929b01", "id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:59:25,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6400caf8-3c12-41e0-87db-85f9509fc38b 2018-07-22 15:59:25,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:59:25,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9443db2f-68a3-472c-841e-a2769ebce90a Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "56b6cdd0707c4b6292d08b586a929b01", "name": "CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj"}} 2018-07-22 15:59:25,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 used request id req-9443db2f-68a3-472c-841e-a2769ebce90a 2018-07-22 15:59:25,151 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b0d8d87-70d6-48d3-892a-8558a4420872 2018-07-22 15:59:25,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1b0d8d87-70d6-48d3-892a-8558a4420872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:59:25,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3fe74519-a04f-4fcb-a139-e67aa2361391 Date: Sun, 22 Jul 2018 15:59:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:01Z", "security_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "port_range_min": null, "revision_number": 0, "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "created_at": "2018-07-22T15:59:01Z", "project_id": "56b6cdd0707c4b6292d08b586a929b01", "id": "33c328bf-0577-4cbc-a591-3a8f618fa6c6"}, {"remote_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:01Z", "security_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "port_range_min": null, "revision_number": 0, "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "created_at": "2018-07-22T15:59:01Z", "project_id": "56b6cdd0707c4b6292d08b586a929b01", "id": "48ebabd1-965c-48e8-9cc4-0f25ff15d60b"}, {"remote_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:01Z", "security_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "port_range_min": null, "revision_number": 0, "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "created_at": "2018-07-22T15:59:01Z", "project_id": "56b6cdd0707c4b6292d08b586a929b01", "id": "87a5eacc-c8d3-4542-b6c5-d840570f4e55"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:01Z", "security_group_id": "1b0d8d87-70d6-48d3-892a-8558a4420872", "port_range_min": null, "revision_number": 0, "tenant_id": "56b6cdd0707c4b6292d08b586a929b01", "created_at": "2018-07-22T15:59:01Z", "project_id": "56b6cdd0707c4b6292d08b586a929b01", "id": "fb23ce59-439b-4083-a3bd-af725195f093"}]} 2018-07-22 15:59:25,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1b0d8d87-70d6-48d3-892a-8558a4420872 used request id req-3fe74519-a04f-4fcb-a139-e67aa2361391 2018-07-22 15:59:25,179 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:59:25,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/1b0d8d87-70d6-48d3-892a-8558a4420872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:59:25,346 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-89b4dc9a-5ada-47e2-ae4e-e6f2a776687d Content-Length: 0 Date: Sun, 22 Jul 2018 15:59:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:25,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1b0d8d87-70d6-48d3-892a-8558a4420872 used request id req-89b4dc9a-5ada-47e2-ae4e-e6f2a776687d 2018-07-22 15:59:25,346 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj 2018-07-22 15:59:25,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:59:25,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db2db6b2-a67e-47af-a14a-d059dbb0336b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:25,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/56b6cdd0707c4b6292d08b586a929b01 used request id req-db2db6b2-a67e-47af-a14a-d059dbb0336b 2018-07-22 15:59:25,629 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-proj-role 2018-07-22 15:59:25,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/973f702183a048c398446214ebc843b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:59:25,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9f5e81f-e12f-4554-8efb-792a6bf19686 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:25,736 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/973f702183a048c398446214ebc843b1 used request id req-c9f5e81f-e12f-4554-8efb-792a6bf19686 2018-07-22 15:59:25,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f0d675ccb478b64c912e7492cd39164972aab4e" 2018-07-22 15:59:25,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb9854f-7dc4-43b6-b1fd-ea463aad2956 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:59:25,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bcb9854f-7dc4-43b6-b1fd-ea463aad2956 2018-07-22 15:59:25,824 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-9a3ea0f7-1bd3-4ec-user 2018-07-22 15:59:25,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/bb80bab3e2b5412db43922dd8369d9e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}022e2bd3e67c6134f8a5de054b4a0174344c29a2" 2018-07-22 15:59:26,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3c5ba62-7e57-4e63-958c-7ea9fff07afd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:26,006 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/bb80bab3e2b5412db43922dd8369d9e9 used request id req-b3c5ba62-7e57-4e63-958c-7ea9fff07afd 2018-07-22 15:59:26,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:26,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["NDqyAqf6SCuqtHKBtdMVew"], "issued_at": "2018-07-22T15:59:26.000000Z"}} 2018-07-22 15:59:26,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee9e60f49fa2b3862e58c0176da5920a7dd94512" 2018-07-22 15:59:26,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27b57792-1a86-4d12-abe8-2914668d47d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:26,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-27b57792-1a86-4d12-abe8-2914668d47d9 2018-07-22 15:59:26,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:26,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:26,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["A72llcXuRPy1tFsW3gG5ZA"], "issued_at": "2018-07-22T15:59:26.000000Z"}} 2018-07-22 15:59:26,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:26,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ea0ebd-5834-4225-8047-811e5ccb9dc6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:26,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-51ea0ebd-5834-4225-8047-811e5ccb9dc6 2018-07-22 15:59:26,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:26,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:26,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-21f77c45-c9da-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:27,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-992b79a0-7082-42fa-852d-1b2406657299 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-21f77c45-c9da-466-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:59:27,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-21f77c45-c9da-466-proj used request id req-992b79a0-7082-42fa-852d-1b2406657299 2018-07-22 15:59:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:27,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cd0ab02-0ed7-4ad2-9ff1-e79d7cfc1795 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:59:27,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8cd0ab02-0ed7-4ad2-9ff1-e79d7cfc1795 2018-07-22 15:59:27,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}}' 2018-07-22 15:59:27,241 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:59:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3173f1ac-fcea-4b46-8fc8-992206518356 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b"}, "tags": [], "enabled": true, "id": "095b0df168d74421bec044bb11811c8b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}} 2018-07-22 15:59:27,241 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3173f1ac-fcea-4b46-8fc8-992206518356 2018-07-22 15:59:27,242 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-21f77c45-c9da-466-proj 2018-07-22 15:59:27,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:27,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:27,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-MNnYpsQQaS8Xfnb9Vv0zw"], "issued_at": "2018-07-22T15:59:27.000000Z"}} 2018-07-22 15:59:27,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c946e882e2e4bfb78ee57e03e95ce57911ed9a" 2018-07-22 15:59:27,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cd953e0-6217-4de4-9a7c-3e5c1673d0ab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:27,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8cd953e0-6217-4de4-9a7c-3e5c1673d0ab 2018-07-22 15:59:27,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:27,645 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:27,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c946e882e2e4bfb78ee57e03e95ce57911ed9a" 2018-07-22 15:59:27,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfc32e6f-262d-4f97-8fb9-2723cac461f4 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:59:27,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bfc32e6f-262d-4f97-8fb9-2723cac461f4 2018-07-22 15:59:27,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-21f77c45-c9da-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c946e882e2e4bfb78ee57e03e95ce57911ed9a" 2018-07-22 15:59:27,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb969ea3-94c1-4e7d-8162-a2391c664259 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-21f77c45-c9da-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b"}, "tags": [], "enabled": true, "id": "095b0df168d74421bec044bb11811c8b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}]} 2018-07-22 15:59:27,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-21f77c45-c9da-466-proj used request id req-cb969ea3-94c1-4e7d-8162-a2391c664259 2018-07-22 15:59:27,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c946e882e2e4bfb78ee57e03e95ce57911ed9a" 2018-07-22 15:59:27,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a43510-3659-4868-a7f4-039b56d6a479 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:59:27,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-69a43510-3659-4868-a7f4-039b56d6a479 2018-07-22 15:59:28,311 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-21f77c45-c9da-466-user 2018-07-22 15:59:28,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:28,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:28,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb70f5d4-52bb-43f3-9b78-b2b7b35695ac Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:59:28,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fb70f5d4-52bb-43f3-9b78-b2b7b35695ac 2018-07-22 15:59:28,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" -d '{"role": {"name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role"}}' 2018-07-22 15:59:28,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:59:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9f14428-11da-4550-a985-7e57ef7caa03 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b8d5ec9d2dd846de8f8c4ecb9dfaaaaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/b8d5ec9d2dd846de8f8c4ecb9dfaaaaa"}, "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role"}} 2018-07-22 15:59:28,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-e9f14428-11da-4550-a985-7e57ef7caa03 2018-07-22 15:59:28,517 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role 2018-07-22 15:59:28,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/b8d5ec9d2dd846de8f8c4ecb9dfaaaaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:28,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991a415b-7fe6-4658-b0df-628e99088b67 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b8d5ec9d2dd846de8f8c4ecb9dfaaaaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/b8d5ec9d2dd846de8f8c4ecb9dfaaaaa"}, "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role"}} 2018-07-22 15:59:28,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/b8d5ec9d2dd846de8f8c4ecb9dfaaaaa used request id req-991a415b-7fe6-4658-b0df-628e99088b67 2018-07-22 15:59:28,537 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role to project CreateInstancePortManipulationTests-21f77c45-c9da-466-proj 2018-07-22 15:59:28,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b/users/2e6ab4d3c5514e288088db04bc8903de/roles/b8d5ec9d2dd846de8f8c4ecb9dfaaaaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:28,670 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-700b9248-b83f-461f-aa03-371610d10e80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:28,670 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b/users/2e6ab4d3c5514e288088db04bc8903de/roles/b8d5ec9d2dd846de8f8c4ecb9dfaaaaa used request id req-700b9248-b83f-461f-aa03-371610d10e80 2018-07-22 15:59:28,671 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:59:28,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:28,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:29,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8d5ec9d2dd846de8f8c4ecb9dfaaaaa", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role"}], "expires_at": "2018-07-22T16:59:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "095b0df168d74421bec044bb11811c8b", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-user", "id": "2e6ab4d3c5514e288088db04bc8903de"}, "audit_ids": ["Eh_C-BrfTC21qW7lKymKnQ"], "issued_at": "2018-07-22T15:59:29.000000Z"}} 2018-07-22 15:59:29,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" 2018-07-22 15:59:29,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd998e92-3cbd-4d3e-935d-bacae96e6895 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:29,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cd998e92-3cbd-4d3e-935d-bacae96e6895 2018-07-22 15:59:29,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" 2018-07-22 15:59:29,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-c1af311e-06f8-40ce-9d35-74c9a9dc598c Date: Sun, 22 Jul 2018 15:59:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image"} 2018-07-22 15:59:29,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image used request id req-c1af311e-06f8-40ce-9d35-74c9a9dc598c 2018-07-22 15:59:29,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" 2018-07-22 15:59:29,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e39baf79-1ba3-486b-9f8e-bbbcd1c220df Date: Sun, 22 Jul 2018 15:59: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-07-22 15:59:29,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e39baf79-1ba3-486b-9f8e-bbbcd1c220df 2018-07-22 15:59:29,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image"}' 2018-07-22 15:59:29,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b7a6fbb9-622f-4bc8-bfd6-6dcfa1d8c04a Date: Sun, 22 Jul 2018 15:59:29 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca", "min_disk": 0, "protected": false, "id": "e2f4c00b-3653-4465-9db1-873e8768ddca", "file": "/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca/file", "checksum": null, "owner": "095b0df168d74421bec044bb11811c8b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:29,395 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b7a6fbb9-622f-4bc8-bfd6-6dcfa1d8c04a 2018-07-22 15:59:29,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" -d '' 2018-07-22 15:59:29,782 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8d76b66-59fc-4875-91c8-03b9e960d9d7 Date: Sun, 22 Jul 2018 15:59:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:59:29,782 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca/file used request id req-e8d76b66-59fc-4875-91c8-03b9e960d9d7 2018-07-22 15:59:29,783 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:59:29,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" 2018-07-22 15:59:29,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b292d79d-3749-47de-a75a-f4df5814577e Date: Sun, 22 Jul 2018 15:59:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e2f4c00b-3653-4465-9db1-873e8768ddca/snap", "metadata": {}}], "self": "/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca", "min_disk": 0, "protected": false, "id": "e2f4c00b-3653-4465-9db1-873e8768ddca", "file": "/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "095b0df168d74421bec044bb11811c8b", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e2f4c00b-3653-4465-9db1-873e8768ddca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:29,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca used request id req-b292d79d-3749-47de-a75a-f4df5814577e 2018-07-22 15:59:29,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" 2018-07-22 15:59:29,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c1fb16db-38dd-4a0b-bef7-82863279a02d Date: Sun, 22 Jul 2018 15:59: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-07-22 15:59:29,810 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c1fb16db-38dd-4a0b-bef7-82863279a02d 2018-07-22 15:59:29,813 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image 2018-07-22 15:59:29,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" 2018-07-22 15:59:29,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-388643bb-f282-4f90-94dd-645e1bdac47a Date: Sun, 22 Jul 2018 15:59:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e2f4c00b-3653-4465-9db1-873e8768ddca/snap", "metadata": {}}], "self": "/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca", "min_disk": 0, "protected": false, "id": "e2f4c00b-3653-4465-9db1-873e8768ddca", "file": "/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "095b0df168d74421bec044bb11811c8b", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/e2f4c00b-3653-4465-9db1-873e8768ddca/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:29,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca used request id req-388643bb-f282-4f90-94dd-645e1bdac47a 2018-07-22 15:59:29,836 - create_image - DEBUG - Instance status is - active 2018-07-22 15:59:29,836 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image 2018-07-22 15:59:29,836 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image 2018-07-22 15:59:29,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:29,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:30,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8d5ec9d2dd846de8f8c4ecb9dfaaaaa", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role"}], "expires_at": "2018-07-22T16:59:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "095b0df168d74421bec044bb11811c8b", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-user", "id": "2e6ab4d3c5514e288088db04bc8903de"}, "audit_ids": ["3XgXohTwT4yKsd_c4S7Hag"], "issued_at": "2018-07-22T15:59:30.000000Z"}} 2018-07-22 15:59:30,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" 2018-07-22 15:59:30,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa08be6-22e5-41cd-86ea-f7f63f704797 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:30,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-bfa08be6-22e5-41cd-86ea-f7f63f704797 2018-07-22 15:59:30,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" 2018-07-22 15:59:30,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-21ef6c49-c207-4df5-9b7a-13afeee5df81 Date: Sun, 22 Jul 2018 15:59:30 GMT RESP BODY: {"networks":[]} 2018-07-22 15:59:30,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net used request id req-21ef6c49-c207-4df5-9b7a-13afeee5df81 2018-07-22 15:59:30,482 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net 2018-07-22 15:59:30,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" -d '{"network": {"name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net", "admin_state_up": true}}' 2018-07-22 15:59:31,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-4248e0bf-ee64-48ab-b192-7d94fe1cbe8b Date: Sun, 22 Jul 2018 15:59:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T15:59:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"095b0df168d74421bec044bb11811c8b","id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net"}} 2018-07-22 15:59:31,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-4248e0bf-ee64-48ab-b192-7d94fe1cbe8b 2018-07-22 15:59:31,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" 2018-07-22 15:59:31,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-92a4175b-10f7-4e12-8f4a-c8600096b41e Date: Sun, 22 Jul 2018 15:59: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-07-22T15:59:30Z","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"095b0df168d74421bec044bb11811c8b","id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net"}]} 2018-07-22 15:59:31,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-92a4175b-10f7-4e12-8f4a-c8600096b41e 2018-07-22 15:59:31,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" 2018-07-22 15:59:31,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a34838d9-6beb-4b0e-a59e-6dad45a94044 Date: Sun, 22 Jul 2018 15:59:31 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:59:31,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-a34838d9-6beb-4b0e-a59e-6dad45a94044 2018-07-22 15:59:31,236 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet 2018-07-22 15:59:31,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" -d '{"subnets": [{"ip_version": 4, "network_id": "da0bbd7a-d9a4-4df3-af0c-09db18a4baf8", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet"}]}' 2018-07-22 15:59:31,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-17858770-68a8-4181-a05a-cd23c7bfa381 Date: Sun, 22 Jul 2018 15:59:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"095b0df168d74421bec044bb11811c8b","id":"efb9e4e4-599b-414a-b5ac-ad7845dbc8ed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet"}]} 2018-07-22 15:59:31,911 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-17858770-68a8-4181-a05a-cd23c7bfa381 2018-07-22 15:59:31,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" 2018-07-22 15:59:32,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0c0ff570-cc33-4904-8b1c-4d1f94dfbcd5 Date: Sun, 22 Jul 2018 15:59: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":["efb9e4e4-599b-414a-b5ac-ad7845dbc8ed"],"updated_at":"2018-07-22T15:59:31Z","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"095b0df168d74421bec044bb11811c8b","id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net"}]} 2018-07-22 15:59:32,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-0c0ff570-cc33-4904-8b1c-4d1f94dfbcd5 2018-07-22 15:59:32,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" 2018-07-22 15:59:32,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6d7db457-3482-4381-806b-0908ba57ae5c Date: Sun, 22 Jul 2018 15:59:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"095b0df168d74421bec044bb11811c8b","id":"efb9e4e4-599b-414a-b5ac-ad7845dbc8ed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet"}]} 2018-07-22 15:59:32,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-6d7db457-3482-4381-806b-0908ba57ae5c 2018-07-22 15:59:32,096 - OpenStackNetwork - DEBUG - Network [da0bbd7a-d9a4-4df3-af0c-09db18a4baf8] created successfully 2018-07-22 15:59:32,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:32,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:32,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["r5EcrRQlTWWUB8jWpADZqg"], "issued_at": "2018-07-22T15:59:32.000000Z"}} 2018-07-22 15:59:32,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e43204780ea646ba36db3499eac87102e36bf19" 2018-07-22 15:59:32,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e081c693-70ce-4c8b-b596-dee8ee057bd4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:32,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e081c693-70ce-4c8b-b596-dee8ee057bd4 2018-07-22 15:59:32,711 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:59:32,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e43204780ea646ba36db3499eac87102e36bf19" 2018-07-22 15:59:32,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-1916f9a5-9475-4ae8-83c1-1e9257b49a5f x-compute-request-id: req-1916f9a5-9475-4ae8-83c1-1e9257b49a5f Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 15:59:32,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1916f9a5-9475-4ae8-83c1-1e9257b49a5f 2018-07-22 15:59:32,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e43204780ea646ba36db3499eac87102e36bf19" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-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-07-22 15:59:32,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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-0a87d57e-7087-4aaf-9067-39a30f66ccb7 x-compute-request-id: req-0a87d57e-7087-4aaf-9067-39a30f66ccb7 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b1ed71e9-5c39-4cb4-affc-5f3fb12c6e0a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b1ed71e9-5c39-4cb4-affc-5f3fb12c6e0a", "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": "b1ed71e9-5c39-4cb4-affc-5f3fb12c6e0a"}} 2018-07-22 15:59:32,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0a87d57e-7087-4aaf-9067-39a30f66ccb7 2018-07-22 15:59:32,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:32,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:33,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8d5ec9d2dd846de8f8c4ecb9dfaaaaa", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role"}], "expires_at": "2018-07-22T16:59:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "095b0df168d74421bec044bb11811c8b", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-user", "id": "2e6ab4d3c5514e288088db04bc8903de"}, "audit_ids": ["XKivMMB1QauhDnAi_0RSBQ"], "issued_at": "2018-07-22T15:59:33.000000Z"}} 2018-07-22 15:59:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:33,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c317396-cbba-43aa-9096-89bb574bbcf5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:33,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7c317396-cbba-43aa-9096-89bb574bbcf5 2018-07-22 15:59:33,432 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:59:33,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:33,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb1e02b3-8bab-4599-87f1-71a82f11b215 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:33,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cb1e02b3-8bab-4599-87f1-71a82f11b215 2018-07-22 15:59:33,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:33,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d56db70e-0bd2-46c8-bc09-9dbecb4130a8 Date: Sun, 22 Jul 2018 15:59:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["efb9e4e4-599b-414a-b5ac-ad7845dbc8ed"],"updated_at":"2018-07-22T15:59:31Z","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"095b0df168d74421bec044bb11811c8b","id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net"}]} 2018-07-22 15:59:33,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net used request id req-d56db70e-0bd2-46c8-bc09-9dbecb4130a8 2018-07-22 15:59:33,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:33,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:33,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:33,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65fc6326-cfe9-42fa-b678-7fa1c0e7c917 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "095b0df168d74421bec044bb11811c8b", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}} 2018-07-22 15:59:33,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b used request id req-65fc6326-cfe9-42fa-b678-7fa1c0e7c917 2018-07-22 15:59:33,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:33,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d245af5d-e512-490b-bf48-469c99cef66a Date: Sun, 22 Jul 2018 15:59:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"095b0df168d74421bec044bb11811c8b","id":"efb9e4e4-599b-414a-b5ac-ad7845dbc8ed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet"}]} 2018-07-22 15:59:33,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-d245af5d-e512-490b-bf48-469c99cef66a 2018-07-22 15:59:34,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8&name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:34,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ad412009-2b41-4ad6-92d2-8a72bc867525 Date: Sun, 22 Jul 2018 15:59:34 GMT RESP BODY: {"ports":[]} 2018-07-22 15:59:34,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8&name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1port-1&admin_state_up=True used request id req-ad412009-2b41-4ad6-92d2-8a72bc867525 2018-07-22 15:59:34,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:34,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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 x-openstack-request-id: req-c3c8685e-4837-4cc9-af9a-a97c1e66d7c7 x-compute-request-id: req-c3c8685e-4837-4cc9-af9a-a97c1e66d7c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:59:34,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-inst used request id req-c3c8685e-4837-4cc9-af9a-a97c1e66d7c7 2018-07-22 15:59:34,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:34,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-433ff905-b656-496e-b30d-95953a04ad9c Date: Sun, 22 Jul 2018 15:59: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":["efb9e4e4-599b-414a-b5ac-ad7845dbc8ed"],"updated_at":"2018-07-22T15:59:31Z","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"095b0df168d74421bec044bb11811c8b","id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net"}]} 2018-07-22 15:59:34,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net used request id req-433ff905-b656-496e-b30d-95953a04ad9c 2018-07-22 15:59:34,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:34,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f14db1e-ce86-4e37-af48-5c8ac6c85876 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "095b0df168d74421bec044bb11811c8b", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}} 2018-07-22 15:59:34,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b used request id req-3f14db1e-ce86-4e37-af48-5c8ac6c85876 2018-07-22 15:59:34,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:34,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-861f93b2-eae9-4bb9-b5e0-ef082a77f03b Date: Sun, 22 Jul 2018 15:59:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"095b0df168d74421bec044bb11811c8b","id":"efb9e4e4-599b-414a-b5ac-ad7845dbc8ed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet"}]} 2018-07-22 15:59:34,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-861f93b2-eae9-4bb9-b5e0-ef082a77f03b 2018-07-22 15:59:34,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8&name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:34,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-86e8a1e2-72c8-4c07-aced-b79d0c7f86b0 Date: Sun, 22 Jul 2018 15:59:34 GMT RESP BODY: {"ports":[]} 2018-07-22 15:59:34,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8&name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1port-1&admin_state_up=True used request id req-86e8a1e2-72c8-4c07-aced-b79d0c7f86b0 2018-07-22 15:59:34,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:34,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:34,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8d5ec9d2dd846de8f8c4ecb9dfaaaaa", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role"}], "expires_at": "2018-07-22T16:59:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "095b0df168d74421bec044bb11811c8b", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_095b0df168d74421bec044bb11811c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_095b0df168d74421bec044bb11811c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-user", "id": "2e6ab4d3c5514e288088db04bc8903de"}, "audit_ids": ["D9sQzpgQTX6vD-bp6aAiwQ"], "issued_at": "2018-07-22T15:59:34.000000Z"}} 2018-07-22 15:59:34,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}097612e6ff3710003a3e606ace6108c5c0e28c1d" 2018-07-22 15:59:35,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8373a56-a17e-4f37-8a78-f96cab1040a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:35,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b8373a56-a17e-4f37-8a78-f96cab1040a9 2018-07-22 15:59:35,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:35,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-f4878fac-e51b-430f-b4af-402d9d8ee349 Date: Sun, 22 Jul 2018 15:59:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["efb9e4e4-599b-414a-b5ac-ad7845dbc8ed"],"updated_at":"2018-07-22T15:59:31Z","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"095b0df168d74421bec044bb11811c8b","id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net"}]} 2018-07-22 15:59:35,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net used request id req-f4878fac-e51b-430f-b4af-402d9d8ee349 2018-07-22 15:59:35,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:35,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-94452161-b032-41ec-9b98-31ef53976445 Date: Sun, 22 Jul 2018 15:59:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"095b0df168d74421bec044bb11811c8b","id":"efb9e4e4-599b-414a-b5ac-ad7845dbc8ed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet"}]} 2018-07-22 15:59:35,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-94452161-b032-41ec-9b98-31ef53976445 2018-07-22 15:59:35,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:35,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-de453db1-9d03-4b94-9c3e-0256a5a7ba29 Date: Sun, 22 Jul 2018 15:59:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["efb9e4e4-599b-414a-b5ac-ad7845dbc8ed"],"updated_at":"2018-07-22T15:59:31Z","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"095b0df168d74421bec044bb11811c8b","id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net"}]} 2018-07-22 15:59:35,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net used request id req-de453db1-9d03-4b94-9c3e-0256a5a7ba29 2018-07-22 15:59:35,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:35,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:35,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}097612e6ff3710003a3e606ace6108c5c0e28c1d" 2018-07-22 15:59:35,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96366216-1411-4161-98c7-30da1b109d35 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "095b0df168d74421bec044bb11811c8b", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}} 2018-07-22 15:59:35,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b used request id req-96366216-1411-4161-98c7-30da1b109d35 2018-07-22 15:59:35,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" 2018-07-22 15:59:35,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-775bf08e-3ef6-4f84-9a30-0afaf5f8aace Date: Sun, 22 Jul 2018 15:59:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0bbd7a-d9a4-4df3-af0c-09db18a4baf8","tenant_id":"095b0df168d74421bec044bb11811c8b","created_at":"2018-07-22T15:59:31Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"095b0df168d74421bec044bb11811c8b","id":"efb9e4e4-599b-414a-b5ac-ad7845dbc8ed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet"}]} 2018-07-22 15:59:35,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-775bf08e-3ef6-4f84-9a30-0afaf5f8aace 2018-07-22 15:59:35,572 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net 2018-07-22 15:59:35,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86ae64adbc30f061d1c0deed5743c58549f56c7" -d '{"port": {"network_id": "da0bbd7a-d9a4-4df3-af0c-09db18a4baf8", "name": "CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-07-22 15:59:35,586 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-cea42829-3c67-44a5-83a7-051cc71cf244 Date: Sun, 22 Jul 2018 15:59:35 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-07-22 15:59:35,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-cea42829-3c67-44a5-83a7-051cc71cf244 2018-07-22 15:59:35,587 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-07-22 15:59:35,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b1ed71e9-5c39-4cb4-affc-5f3fb12c6e0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e43204780ea646ba36db3499eac87102e36bf19" 2018-07-22 15:59:35,654 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:59:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e767135d-626d-4caf-8af9-a9a07a4f5cc0 x-compute-request-id: req-e767135d-626d-4caf-8af9-a9a07a4f5cc0 Content-Length: 0 Content-Type: application/json 2018-07-22 15:59:35,654 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b1ed71e9-5c39-4cb4-affc-5f3fb12c6e0a used request id req-e767135d-626d-4caf-8af9-a9a07a4f5cc0 2018-07-22 15:59:35,655 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet 2018-07-22 15:59:35,655 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-subnet 2018-07-22 15:59:35,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/efb9e4e4-599b-414a-b5ac-ad7845dbc8ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" 2018-07-22 15:59:36,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5baad830-2e2c-44c7-8ba5-279282b10b15 Date: Sun, 22 Jul 2018 15:59:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:36,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/efb9e4e4-599b-414a-b5ac-ad7845dbc8ed used request id req-5baad830-2e2c-44c7-8ba5-279282b10b15 2018-07-22 15:59:36,726 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-pub-net 2018-07-22 15:59:36,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ec50e736b338b55bf991a3f0dc5f7f798dc16c" 2018-07-22 15:59:37,834 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b9e74778-1fb7-4977-b14d-13e11e1e6b43 Date: Sun, 22 Jul 2018 15:59:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:37,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/da0bbd7a-d9a4-4df3-af0c-09db18a4baf8 used request id req-b9e74778-1fb7-4977-b14d-13e11e1e6b43 2018-07-22 15:59:37,835 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b9f7f6cc-bcd8-4e4a-9cf2-3b2dbae336c1-image 2018-07-22 15:59:37,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4feba54ba5f5c75c2d3e95cb2bb8b82fc36414aa" 2018-07-22 15:59:38,787 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf668286-ad55-4447-9ea7-0a9ad84790fa Date: Sun, 22 Jul 2018 15:59:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:59:38,788 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e2f4c00b-3653-4465-9db1-873e8768ddca used request id req-bf668286-ad55-4447-9ea7-0a9ad84790fa 2018-07-22 15:59:38,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-c9fd5cee-f595-440f-bf8d-32ca38193ad4 Date: Sun, 22 Jul 2018 15:59:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "095b0df168d74421bec044bb11811c8b", "created_at": "2018-07-22T15:59:30Z", "updated_at": "2018-07-22T15:59:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:30Z", "revision_number": 0, "id": "310d4ecc-2b8f-454e-b217-4f05054c1df1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:30Z", "security_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "tenant_id": "095b0df168d74421bec044bb11811c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "095b0df168d74421bec044bb11811c8b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:30Z", "revision_number": 0, "id": "a4ed2210-f207-403a-84b0-ad6ee9e9f0a2", "remote_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:30Z", "security_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "tenant_id": "095b0df168d74421bec044bb11811c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "095b0df168d74421bec044bb11811c8b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:30Z", "revision_number": 0, "id": "a7948d7e-ceb7-4c53-9f10-b74274d9f94e", "remote_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:30Z", "security_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "tenant_id": "095b0df168d74421bec044bb11811c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "095b0df168d74421bec044bb11811c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:30Z", "revision_number": 0, "id": "f688076d-496a-4a1c-a03e-03cc4e4b86b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:30Z", "security_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "tenant_id": "095b0df168d74421bec044bb11811c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "095b0df168d74421bec044bb11811c8b"}], "revision_number": 4, "project_id": "095b0df168d74421bec044bb11811c8b", "id": "dc6f3506-334a-44a0-ada6-22cb57489055", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:59:39,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c9fd5cee-f595-440f-bf8d-32ca38193ad4 2018-07-22 15:59:39,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e5e90f7-8cc3-4069-adb1-9f4c2cfd7db5 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:59:39,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-1e5e90f7-8cc3-4069-adb1-9f4c2cfd7db5 2018-07-22 15:59:39,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,207 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96716d67-61a1-4453-8a45-f98581543aaa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:39,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-96716d67-61a1-4453-8a45-f98581543aaa 2018-07-22 15:59:39,208 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:39,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,301 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc3478a0-f375-4276-8811-15de51e20c73 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:39,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-cc3478a0-f375-4276-8811-15de51e20c73 2018-07-22 15:59:39,301 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:39,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,388 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c81a995e-af7d-43ee-90ce-471a4290c2d4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:39,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-c81a995e-af7d-43ee-90ce-471a4290c2d4 2018-07-22 15:59:39,388 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:39,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29461cc-0943-4c7e-a562-902ca2641a39 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:59:39,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-c29461cc-0943-4c7e-a562-902ca2641a39 2018-07-22 15:59:39,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,559 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cfd2a4b-0ae1-49df-9781-5c766ddd9cff Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:39,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-4cfd2a4b-0ae1-49df-9781-5c766ddd9cff 2018-07-22 15:59:39,559 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:39,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4091e27d-5afd-49b4-ae74-4b47fa995010 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "095b0df168d74421bec044bb11811c8b", "name": "CreateInstancePortManipulationTests-21f77c45-c9da-466-proj"}} 2018-07-22 15:59:39,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b used request id req-4091e27d-5afd-49b4-ae74-4b47fa995010 2018-07-22 15:59:39,642 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc6f3506-334a-44a0-ada6-22cb57489055 2018-07-22 15:59:39,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dc6f3506-334a-44a0-ada6-22cb57489055 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-402e029f-78b9-4822-b62b-ab3647c60f49 Date: Sun, 22 Jul 2018 15:59: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-07-22T15:59:30Z", "security_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "port_range_min": null, "revision_number": 0, "tenant_id": "095b0df168d74421bec044bb11811c8b", "created_at": "2018-07-22T15:59:30Z", "project_id": "095b0df168d74421bec044bb11811c8b", "id": "310d4ecc-2b8f-454e-b217-4f05054c1df1"}, {"remote_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:30Z", "security_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "port_range_min": null, "revision_number": 0, "tenant_id": "095b0df168d74421bec044bb11811c8b", "created_at": "2018-07-22T15:59:30Z", "project_id": "095b0df168d74421bec044bb11811c8b", "id": "a4ed2210-f207-403a-84b0-ad6ee9e9f0a2"}, {"remote_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:30Z", "security_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "port_range_min": null, "revision_number": 0, "tenant_id": "095b0df168d74421bec044bb11811c8b", "created_at": "2018-07-22T15:59:30Z", "project_id": "095b0df168d74421bec044bb11811c8b", "id": "a7948d7e-ceb7-4c53-9f10-b74274d9f94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:30Z", "security_group_id": "dc6f3506-334a-44a0-ada6-22cb57489055", "port_range_min": null, "revision_number": 0, "tenant_id": "095b0df168d74421bec044bb11811c8b", "created_at": "2018-07-22T15:59:30Z", "project_id": "095b0df168d74421bec044bb11811c8b", "id": "f688076d-496a-4a1c-a03e-03cc4e4b86b1"}]} 2018-07-22 15:59:39,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dc6f3506-334a-44a0-ada6-22cb57489055 used request id req-402e029f-78b9-4822-b62b-ab3647c60f49 2018-07-22 15:59:39,668 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:59:39,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/dc6f3506-334a-44a0-ada6-22cb57489055 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:39,832 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af667505-a310-4dc2-8617-df5d381931f5 Content-Length: 0 Date: Sun, 22 Jul 2018 15:59:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:39,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/dc6f3506-334a-44a0-ada6-22cb57489055 used request id req-af667505-a310-4dc2-8617-df5d381931f5 2018-07-22 15:59:39,833 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-21f77c45-c9da-466-proj 2018-07-22 15:59:39,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:40,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66b9c32b-2f6d-44f5-9b29-29a841a790e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:40,058 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/095b0df168d74421bec044bb11811c8b used request id req-66b9c32b-2f6d-44f5-9b29-29a841a790e1 2018-07-22 15:59:40,058 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-21f77c45-c9da-466-proj-role 2018-07-22 15:59:40,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/b8d5ec9d2dd846de8f8c4ecb9dfaaaaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:40,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33519912-4905-4f09-8bf1-a9f4ea2bbe6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:40,165 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/b8d5ec9d2dd846de8f8c4ecb9dfaaaaa used request id req-33519912-4905-4f09-8bf1-a9f4ea2bbe6c 2018-07-22 15:59:40,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}017f3f437366b267baab22ab5f28015280ddb878" 2018-07-22 15:59:40,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96cfbe3d-b2d4-4b92-805b-7a650c0b0b24 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:59:40,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-96cfbe3d-b2d4-4b92-805b-7a650c0b0b24 2018-07-22 15:59:40,253 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-21f77c45-c9da-466-user 2018-07-22 15:59:40,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/2e6ab4d3c5514e288088db04bc8903de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c946e882e2e4bfb78ee57e03e95ce57911ed9a" 2018-07-22 15:59:40,429 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adfd930f-c6c3-4bd7-a5d6-72e0b68e55f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:40,429 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2e6ab4d3c5514e288088db04bc8903de used request id req-adfd930f-c6c3-4bd7-a5d6-72e0b68e55f5 2018-07-22 15:59:40,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:40,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Ou9jarhLSnG42XQ-Hd649Q"], "issued_at": "2018-07-22T15:59:40.000000Z"}} 2018-07-22 15:59:40,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11fc98297ae5a3a97286360f0f18f9392dd5d47a" 2018-07-22 15:59:40,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fdb1995-afa5-4b91-82b5-20279ab3728f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:40,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8fdb1995-afa5-4b91-82b5-20279ab3728f 2018-07-22 15:59:40,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:40,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:41,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ZPyp1aLDROKaM8Xuo1u_EA"], "issued_at": "2018-07-22T15:59:41.000000Z"}} 2018-07-22 15:59:41,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:41,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee9b43ac-9579-4c6d-95d5-bfdbb1fb9566 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:41,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ee9b43ac-9579-4c6d-95d5-bfdbb1fb9566 2018-07-22 15:59:41,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:41,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:41,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5046332e-3946-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:41,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3011f3a-4517-444c-83de-b7bfa8bd678b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5046332e-3946-47b-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:59:41,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5046332e-3946-47b-proj used request id req-a3011f3a-4517-444c-83de-b7bfa8bd678b 2018-07-22 15:59:41,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:41,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-239d0c4c-6b47-428a-8527-53fe80a0b489 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:59:41,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-239d0c4c-6b47-428a-8527-53fe80a0b489 2018-07-22 15:59:41,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}}' 2018-07-22 15:59:41,592 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:59:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08a71d27-7424-4585-be6b-c2424c0cd1b1 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367"}, "tags": [], "enabled": true, "id": "ae0fce16968b44d3ba0821466647e367", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}} 2018-07-22 15:59:41,592 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-08a71d27-7424-4585-be6b-c2424c0cd1b1 2018-07-22 15:59:41,592 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-5046332e-3946-47b-proj 2018-07-22 15:59:41,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:41,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:41,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Ay_3RNTITCCwqLPDbagYcA"], "issued_at": "2018-07-22T15:59:41.000000Z"}} 2018-07-22 15:59:41,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8731ab0333b97caf196f873d2942f8ac4fb8fc87" 2018-07-22 15:59:42,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c531e17-608c-462c-b4cd-bcf9d78e86f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:42,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6c531e17-608c-462c-b4cd-bcf9d78e86f3 2018-07-22 15:59:42,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:42,062 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:42,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8731ab0333b97caf196f873d2942f8ac4fb8fc87" 2018-07-22 15:59:42,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7695648-f17b-44ca-a1ef-08915abf6a9a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:59:42,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d7695648-f17b-44ca-a1ef-08915abf6a9a 2018-07-22 15:59:42,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-5046332e-3946-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8731ab0333b97caf196f873d2942f8ac4fb8fc87" 2018-07-22 15:59:42,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ce2321-b8de-4c18-ae05-f6b16601e1dc Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-5046332e-3946-47b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367"}, "tags": [], "enabled": true, "id": "ae0fce16968b44d3ba0821466647e367", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}]} 2018-07-22 15:59:42,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-5046332e-3946-47b-proj used request id req-c0ce2321-b8de-4c18-ae05-f6b16601e1dc 2018-07-22 15:59:42,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8731ab0333b97caf196f873d2942f8ac4fb8fc87" 2018-07-22 15:59:42,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1fea10-8d77-43c5-bfb3-343ac324835c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:59:42,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-df1fea10-8d77-43c5-bfb3-343ac324835c 2018-07-22 15:59:42,711 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-5046332e-3946-47b-user 2018-07-22 15:59:42,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:42,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:42,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5f876d0-92e8-4e6a-9b12-1b8d57db6c23 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:59:42,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e5f876d0-92e8-4e6a-9b12-1b8d57db6c23 2018-07-22 15:59:42,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" -d '{"role": {"name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role"}}' 2018-07-22 15:59:42,914 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:59:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f80fcd89-d007-4eca-a809-9f96d8d1ad84 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8752271fb4604bc79171fe2cc421ab0b", "links": {"self": "http://172.30.9.28:5000/v3/roles/8752271fb4604bc79171fe2cc421ab0b"}, "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role"}} 2018-07-22 15:59:42,915 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f80fcd89-d007-4eca-a809-9f96d8d1ad84 2018-07-22 15:59:42,915 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role 2018-07-22 15:59:42,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/8752271fb4604bc79171fe2cc421ab0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:43,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddd1b7d4-5ccc-474b-9cd5-5b7efa41158a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8752271fb4604bc79171fe2cc421ab0b", "links": {"self": "http://172.30.9.28:5000/v3/roles/8752271fb4604bc79171fe2cc421ab0b"}, "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role"}} 2018-07-22 15:59:43,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/8752271fb4604bc79171fe2cc421ab0b used request id req-ddd1b7d4-5ccc-474b-9cd5-5b7efa41158a 2018-07-22 15:59:43,007 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role to project CreateInstancePortManipulationTests-5046332e-3946-47b-proj 2018-07-22 15:59:43,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367/users/b02e3340ddd744ca8d3240c9d9969b9e/roles/8752271fb4604bc79171fe2cc421ab0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:43,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8de60eb-165d-4ab7-a6c0-88006e806cfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:43,129 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367/users/b02e3340ddd744ca8d3240c9d9969b9e/roles/8752271fb4604bc79171fe2cc421ab0b used request id req-f8de60eb-165d-4ab7-a6c0-88006e806cfa 2018-07-22 15:59:43,130 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:59:43,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:43,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:43,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8752271fb4604bc79171fe2cc421ab0b", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role"}], "expires_at": "2018-07-22T16:59:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae0fce16968b44d3ba0821466647e367", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-user", "id": "b02e3340ddd744ca8d3240c9d9969b9e"}, "audit_ids": ["5OGm3VEZThu3_z999EoVXQ"], "issued_at": "2018-07-22T15:59:43.000000Z"}} 2018-07-22 15:59:43,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" 2018-07-22 15:59:43,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01b0a78-3436-4f44-bfa5-97074f27004d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:43,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d01b0a78-3436-4f44-bfa5-97074f27004d 2018-07-22 15:59:43,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" 2018-07-22 15:59:43,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-9e19b7c8-fdf2-4364-af7a-cd10ae2f491b Date: Sun, 22 Jul 2018 15:59:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image"} 2018-07-22 15:59:43,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image used request id req-9e19b7c8-fdf2-4364-af7a-cd10ae2f491b 2018-07-22 15:59:43,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" 2018-07-22 15:59:43,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ec548869-f49c-4d2c-93dc-2351975df76b Date: Sun, 22 Jul 2018 15:59: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-07-22 15:59:43,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ec548869-f49c-4d2c-93dc-2351975df76b 2018-07-22 15:59:43,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image"}' 2018-07-22 15:59:43,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2520cdad-e6f8-4f7a-af34-eaf5cc14b32b Date: Sun, 22 Jul 2018 15:59:43 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897", "min_disk": 0, "protected": false, "id": "f1383e2e-7324-40a2-853a-09d432ff2897", "file": "/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897/file", "checksum": null, "owner": "ae0fce16968b44d3ba0821466647e367", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:43,865 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2520cdad-e6f8-4f7a-af34-eaf5cc14b32b 2018-07-22 15:59:43,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" -d '' 2018-07-22 15:59:44,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f9e7fa1-bc30-4a7c-b47a-d1a947c4bd7a Date: Sun, 22 Jul 2018 15:59:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:59:44,786 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897/file used request id req-6f9e7fa1-bc30-4a7c-b47a-d1a947c4bd7a 2018-07-22 15:59:44,787 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:59:44,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" 2018-07-22 15:59:44,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-83ceb2f5-42ba-49df-9d53-88cdb4d4af8e Date: Sun, 22 Jul 2018 15:59:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:44Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f1383e2e-7324-40a2-853a-09d432ff2897/snap", "metadata": {}}], "self": "/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897", "min_disk": 0, "protected": false, "id": "f1383e2e-7324-40a2-853a-09d432ff2897", "file": "/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ae0fce16968b44d3ba0821466647e367", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f1383e2e-7324-40a2-853a-09d432ff2897/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:44,810 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897 used request id req-83ceb2f5-42ba-49df-9d53-88cdb4d4af8e 2018-07-22 15:59:44,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" 2018-07-22 15:59:44,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f61e4b0e-2865-4424-99a2-964ac875a0da Date: Sun, 22 Jul 2018 15:59:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 15:59:44,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f61e4b0e-2865-4424-99a2-964ac875a0da 2018-07-22 15:59:44,823 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image 2018-07-22 15:59:44,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" 2018-07-22 15:59:44,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d87de405-5e73-475b-b7af-b8c866402a57 Date: Sun, 22 Jul 2018 15:59:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:44Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f1383e2e-7324-40a2-853a-09d432ff2897/snap", "metadata": {}}], "self": "/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897", "min_disk": 0, "protected": false, "id": "f1383e2e-7324-40a2-853a-09d432ff2897", "file": "/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ae0fce16968b44d3ba0821466647e367", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f1383e2e-7324-40a2-853a-09d432ff2897/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:44,841 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897 used request id req-d87de405-5e73-475b-b7af-b8c866402a57 2018-07-22 15:59:44,842 - create_image - DEBUG - Instance status is - active 2018-07-22 15:59:44,842 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image 2018-07-22 15:59:44,842 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image 2018-07-22 15:59:44,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:44,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:45,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8752271fb4604bc79171fe2cc421ab0b", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role"}], "expires_at": "2018-07-22T16:59:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae0fce16968b44d3ba0821466647e367", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-user", "id": "b02e3340ddd744ca8d3240c9d9969b9e"}, "audit_ids": ["nlYbJpUoRHOGJ5p7ouk_ow"], "issued_at": "2018-07-22T15:59:45.000000Z"}} 2018-07-22 15:59:45,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" 2018-07-22 15:59:45,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d3b68c-791a-42f1-808d-81b8952e1fb2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:45,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b7d3b68c-791a-42f1-808d-81b8952e1fb2 2018-07-22 15:59:45,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" 2018-07-22 15:59:45,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f214684d-d4f2-45f7-94e0-27692eef9b2d Date: Sun, 22 Jul 2018 15:59:45 GMT RESP BODY: {"networks":[]} 2018-07-22 15:59:45,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net used request id req-f214684d-d4f2-45f7-94e0-27692eef9b2d 2018-07-22 15:59:45,493 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net 2018-07-22 15:59:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" -d '{"network": {"name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net", "admin_state_up": true}}' 2018-07-22 15:59:46,021 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-a09e3c50-d89f-4f29-9346-626aa1ab9bab Date: Sun, 22 Jul 2018 15:59:46 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T15:59:45Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ae0fce16968b44d3ba0821466647e367","id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net"}} 2018-07-22 15:59:46,021 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-a09e3c50-d89f-4f29-9346-626aa1ab9bab 2018-07-22 15:59:46,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" 2018-07-22 15:59:46,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-b7a0a54d-5db6-459f-9c93-264649157ada Date: Sun, 22 Jul 2018 15:59: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-07-22T15:59:45Z","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ae0fce16968b44d3ba0821466647e367","id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net"}]} 2018-07-22 15:59:46,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-b7a0a54d-5db6-459f-9c93-264649157ada 2018-07-22 15:59:46,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" 2018-07-22 15:59:46,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b9b213ec-c864-4526-90a0-92bf5ba7be3a Date: Sun, 22 Jul 2018 15:59:46 GMT RESP BODY: {"subnets":[]} 2018-07-22 15:59:46,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-b9b213ec-c864-4526-90a0-92bf5ba7be3a 2018-07-22 15:59:46,190 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet 2018-07-22 15:59:46,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" -d '{"subnets": [{"ip_version": 4, "network_id": "cbc2d569-e3bb-4b70-b840-214e5fdd2c0a", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet"}]}' 2018-07-22 15:59:46,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ef852b14-2ef6-43b4-b7b9-9f3bd2f07dfc Date: Sun, 22 Jul 2018 15:59:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"ae0fce16968b44d3ba0821466647e367","id":"5cced702-92c8-457c-9d94-17a95e95d49b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet"}]} 2018-07-22 15:59:46,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ef852b14-2ef6-43b4-b7b9-9f3bd2f07dfc 2018-07-22 15:59:46,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" 2018-07-22 15:59:47,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e608ec8f-928b-4229-b4b6-66a25d5b0ad0 Date: Sun, 22 Jul 2018 15:59: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":["5cced702-92c8-457c-9d94-17a95e95d49b"],"updated_at":"2018-07-22T15:59:46Z","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ae0fce16968b44d3ba0821466647e367","id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net"}]} 2018-07-22 15:59:47,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-e608ec8f-928b-4229-b4b6-66a25d5b0ad0 2018-07-22 15:59:47,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" 2018-07-22 15:59:47,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a7c137cb-4cd9-4b20-887d-1aec4044d97c Date: Sun, 22 Jul 2018 15:59:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"ae0fce16968b44d3ba0821466647e367","id":"5cced702-92c8-457c-9d94-17a95e95d49b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet"}]} 2018-07-22 15:59:47,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-a7c137cb-4cd9-4b20-887d-1aec4044d97c 2018-07-22 15:59:47,118 - OpenStackNetwork - DEBUG - Network [cbc2d569-e3bb-4b70-b840-214e5fdd2c0a] created successfully 2018-07-22 15:59:47,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:47,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:47,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Vorh3nXcS7-qzX6xupzZNg"], "issued_at": "2018-07-22T15:59:47.000000Z"}} 2018-07-22 15:59:47,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2d2dbe5d57662aac57c5931bac697b2be51bebb" 2018-07-22 15:59:47,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16143308-2d2e-4d38-8372-321bb50e45be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:47,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-16143308-2d2e-4d38-8372-321bb50e45be 2018-07-22 15:59:47,599 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:59:47,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2d2dbe5d57662aac57c5931bac697b2be51bebb" 2018-07-22 15:59:47,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d0f4748-0eb2-4795-8afe-ba045a838913 x-compute-request-id: req-3d0f4748-0eb2-4795-8afe-ba045a838913 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 15:59:47,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3d0f4748-0eb2-4795-8afe-ba045a838913 2018-07-22 15:59:47,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2d2dbe5d57662aac57c5931bac697b2be51bebb" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-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-07-22 15:59:47,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44fa4c34-e727-4377-82bc-d89157c893e7 x-compute-request-id: req-44fa4c34-e727-4377-82bc-d89157c893e7 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cb3494d8-a091-4a63-b55f-ba52fcd792d3", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cb3494d8-a091-4a63-b55f-ba52fcd792d3", "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": "cb3494d8-a091-4a63-b55f-ba52fcd792d3"}} 2018-07-22 15:59:47,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-44fa4c34-e727-4377-82bc-d89157c893e7 2018-07-22 15:59:47,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:47,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:48,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8752271fb4604bc79171fe2cc421ab0b", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role"}], "expires_at": "2018-07-22T16:59:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae0fce16968b44d3ba0821466647e367", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-user", "id": "b02e3340ddd744ca8d3240c9d9969b9e"}, "audit_ids": ["tpegNOByRwiJbExpbTlZcQ"], "issued_at": "2018-07-22T15:59:48.000000Z"}} 2018-07-22 15:59:48,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:48,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78448b4d-186b-4af4-96dc-c5d309caaf2f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:48,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-78448b4d-186b-4af4-96dc-c5d309caaf2f 2018-07-22 15:59:48,303 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 15:59:48,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:48,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92f5536-e859-4dcf-b867-6131edf95531 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:48,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e92f5536-e859-4dcf-b867-6131edf95531 2018-07-22 15:59:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:48,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-1833cbaf-9631-4096-be34-91344e718083 Date: Sun, 22 Jul 2018 15:59:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5cced702-92c8-457c-9d94-17a95e95d49b"],"updated_at":"2018-07-22T15:59:46Z","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ae0fce16968b44d3ba0821466647e367","id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net"}]} 2018-07-22 15:59:48,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net used request id req-1833cbaf-9631-4096-be34-91344e718083 2018-07-22 15:59:48,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:48,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:48,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:48,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bdf00cb-daad-4ae2-8aa9-b5b674db688c Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ae0fce16968b44d3ba0821466647e367", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}} 2018-07-22 15:59:48,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 used request id req-8bdf00cb-daad-4ae2-8aa9-b5b674db688c 2018-07-22 15:59:48,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:48,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e4943403-d00d-4597-ba25-bdacee733168 Date: Sun, 22 Jul 2018 15:59:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"ae0fce16968b44d3ba0821466647e367","id":"5cced702-92c8-457c-9d94-17a95e95d49b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet"}]} 2018-07-22 15:59:48,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-e4943403-d00d-4597-ba25-bdacee733168 2018-07-22 15:59:48,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a&name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:48,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fd7c07d6-5c94-4d8d-a8b7-09d4d8c6555c Date: Sun, 22 Jul 2018 15:59:48 GMT RESP BODY: {"ports":[]} 2018-07-22 15:59:48,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a&name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0port-1&admin_state_up=True used request id req-fd7c07d6-5c94-4d8d-a8b7-09d4d8c6555c 2018-07-22 15:59:48,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:49,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15: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 x-openstack-request-id: req-e29300b7-e2d4-4788-a86f-01a239871bb9 x-compute-request-id: req-e29300b7-e2d4-4788-a86f-01a239871bb9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 15:59:49,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-inst used request id req-e29300b7-e2d4-4788-a86f-01a239871bb9 2018-07-22 15:59:49,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:49,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-7f91f5d8-ef8f-4bc2-9606-e011d80edde9 Date: Sun, 22 Jul 2018 15:59: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":["5cced702-92c8-457c-9d94-17a95e95d49b"],"updated_at":"2018-07-22T15:59:46Z","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ae0fce16968b44d3ba0821466647e367","id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net"}]} 2018-07-22 15:59:49,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net used request id req-7f91f5d8-ef8f-4bc2-9606-e011d80edde9 2018-07-22 15:59:49,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:49,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7d2fae-9ca9-4e40-a50b-62179d790e9b Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ae0fce16968b44d3ba0821466647e367", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}} 2018-07-22 15:59:49,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 used request id req-6d7d2fae-9ca9-4e40-a50b-62179d790e9b 2018-07-22 15:59:49,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:49,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2201347d-e6db-44ae-b63e-09b627030742 Date: Sun, 22 Jul 2018 15:59:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"ae0fce16968b44d3ba0821466647e367","id":"5cced702-92c8-457c-9d94-17a95e95d49b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet"}]} 2018-07-22 15:59:49,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-2201347d-e6db-44ae-b63e-09b627030742 2018-07-22 15:59:49,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a&name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:49,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-740f28ce-822a-4210-b7a5-51fb19e346ef Date: Sun, 22 Jul 2018 15:59:49 GMT RESP BODY: {"ports":[]} 2018-07-22 15:59:49,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a&name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0port-1&admin_state_up=True used request id req-740f28ce-822a-4210-b7a5-51fb19e346ef 2018-07-22 15:59:49,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:49,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:49,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8752271fb4604bc79171fe2cc421ab0b", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role"}], "expires_at": "2018-07-22T16:59:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae0fce16968b44d3ba0821466647e367", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_ae0fce16968b44d3ba0821466647e367", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_ae0fce16968b44d3ba0821466647e367", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-user", "id": "b02e3340ddd744ca8d3240c9d9969b9e"}, "audit_ids": ["HxxTa6AcSYe1ITLGmAvSEg"], "issued_at": "2018-07-22T15:59:49.000000Z"}} 2018-07-22 15:59:49,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8ed304be6b50b8b99aa8f9a997763235738e05" 2018-07-22 15:59:49,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3417b431-5779-44f3-94d1-532568cddda2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:49,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3417b431-5779-44f3-94d1-532568cddda2 2018-07-22 15:59:49,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:49,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6c910e95-7461-4626-9a1a-6e02cefa75f8 Date: Sun, 22 Jul 2018 15:59: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":["5cced702-92c8-457c-9d94-17a95e95d49b"],"updated_at":"2018-07-22T15:59:46Z","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ae0fce16968b44d3ba0821466647e367","id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net"}]} 2018-07-22 15:59:49,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net used request id req-6c910e95-7461-4626-9a1a-6e02cefa75f8 2018-07-22 15:59:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:49,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3907d9da-741a-4928-8c3e-2b918ed5bb17 Date: Sun, 22 Jul 2018 15:59:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"ae0fce16968b44d3ba0821466647e367","id":"5cced702-92c8-457c-9d94-17a95e95d49b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet"}]} 2018-07-22 15:59:49,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-3907d9da-741a-4928-8c3e-2b918ed5bb17 2018-07-22 15:59:49,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:49,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-093f4138-ab17-456e-a74b-9b5874210b63 Date: Sun, 22 Jul 2018 15:59: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":["5cced702-92c8-457c-9d94-17a95e95d49b"],"updated_at":"2018-07-22T15:59:46Z","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ae0fce16968b44d3ba0821466647e367","id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net"}]} 2018-07-22 15:59:49,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net used request id req-093f4138-ab17-456e-a74b-9b5874210b63 2018-07-22 15:59:49,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:49,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:49,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8ed304be6b50b8b99aa8f9a997763235738e05" 2018-07-22 15:59:50,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03209665-89fd-4eec-a395-9c1a492698b5 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ae0fce16968b44d3ba0821466647e367", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}} 2018-07-22 15:59:50,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 used request id req-03209665-89fd-4eec-a395-9c1a492698b5 2018-07-22 15:59:50,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" 2018-07-22 15:59:50,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ac12dcdf-8568-44cd-9a3a-7ff28b4b0778 Date: Sun, 22 Jul 2018 15:59:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cbc2d569-e3bb-4b70-b840-214e5fdd2c0a","tenant_id":"ae0fce16968b44d3ba0821466647e367","created_at":"2018-07-22T15:59:46Z","dns_nameservers":[],"updated_at":"2018-07-22T15:59: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":"ae0fce16968b44d3ba0821466647e367","id":"5cced702-92c8-457c-9d94-17a95e95d49b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet"}]} 2018-07-22 15:59:50,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-ac12dcdf-8568-44cd-9a3a-7ff28b4b0778 2018-07-22 15:59:50,141 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net 2018-07-22 15:59:50,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fe2eb31d3fe29866d20c094e812203b69b5fd1" -d '{"port": {"network_id": "cbc2d569-e3bb-4b70-b840-214e5fdd2c0a", "name": "CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-07-22 15:59:50,155 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-1dfb42d7-7d6d-41e9-84d1-8afd9318bfe7 Date: Sun, 22 Jul 2018 15:59:50 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-07-22 15:59:50,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-1dfb42d7-7d6d-41e9-84d1-8afd9318bfe7 2018-07-22 15:59:50,156 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-07-22 15:59:50,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/cb3494d8-a091-4a63-b55f-ba52fcd792d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2d2dbe5d57662aac57c5931bac697b2be51bebb" 2018-07-22 15:59:50,203 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 15:59:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-218ded04-f3d6-4e9c-bd70-6cf9b838321e x-compute-request-id: req-218ded04-f3d6-4e9c-bd70-6cf9b838321e Content-Length: 0 Content-Type: application/json 2018-07-22 15:59:50,203 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/cb3494d8-a091-4a63-b55f-ba52fcd792d3 used request id req-218ded04-f3d6-4e9c-bd70-6cf9b838321e 2018-07-22 15:59:50,204 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet 2018-07-22 15:59:50,204 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-subnet 2018-07-22 15:59:50,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/5cced702-92c8-457c-9d94-17a95e95d49b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" 2018-07-22 15:59:51,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56448fad-2ea4-479c-9f93-57e283a92287 Date: Sun, 22 Jul 2018 15:59:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:51,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5cced702-92c8-457c-9d94-17a95e95d49b used request id req-56448fad-2ea4-479c-9f93-57e283a92287 2018-07-22 15:59:51,418 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-pub-net 2018-07-22 15:59:51,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/cbc2d569-e3bb-4b70-b840-214e5fdd2c0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188a66b2e2cdd88b2b1536d518fd6b6e14f04353" 2018-07-22 15:59:52,849 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca817c5d-1691-48e5-a7aa-02523c1f2283 Date: Sun, 22 Jul 2018 15:59:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:52,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cbc2d569-e3bb-4b70-b840-214e5fdd2c0a used request id req-ca817c5d-1691-48e5-a7aa-02523c1f2283 2018-07-22 15:59:52,851 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-9102ba60-af2f-4eed-b2a4-61f0cb0892a0-image 2018-07-22 15:59:52,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6febdaaceaef9497390ab3afc2ef0c55c369ec47" 2018-07-22 15:59:53,152 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-50c63db8-89b6-4af4-a155-5f405cf75f3e Date: Sun, 22 Jul 2018 15:59:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:59:53,152 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f1383e2e-7324-40a2-853a-09d432ff2897 used request id req-50c63db8-89b6-4af4-a155-5f405cf75f3e 2018-07-22 15:59:53,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:53,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-5b7104c6-248a-4ecc-91f2-fbe21f3af031 Date: Sun, 22 Jul 2018 15:59:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae0fce16968b44d3ba0821466647e367", "created_at": "2018-07-22T15:59:45Z", "updated_at": "2018-07-22T15:59:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:45Z", "revision_number": 0, "id": "1470dd70-22e4-4eb9-9f9d-ebde20cc8f42", "remote_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:45Z", "security_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "tenant_id": "ae0fce16968b44d3ba0821466647e367", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae0fce16968b44d3ba0821466647e367"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:45Z", "revision_number": 0, "id": "546bb3a7-8af5-414a-bb18-048f981ec43f", "remote_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:45Z", "security_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "tenant_id": "ae0fce16968b44d3ba0821466647e367", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae0fce16968b44d3ba0821466647e367"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:45Z", "revision_number": 0, "id": "a96e9be0-24a0-46c7-bcfd-4c85ce35e1b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:45Z", "security_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "tenant_id": "ae0fce16968b44d3ba0821466647e367", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae0fce16968b44d3ba0821466647e367"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:59:45Z", "revision_number": 0, "id": "c66336dd-8bf9-4fc1-85d9-3a9ae5770fd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:59:45Z", "security_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "tenant_id": "ae0fce16968b44d3ba0821466647e367", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae0fce16968b44d3ba0821466647e367"}], "revision_number": 4, "project_id": "ae0fce16968b44d3ba0821466647e367", "id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 15:59:53,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5b7104c6-248a-4ecc-91f2-fbe21f3af031 2018-07-22 15:59:53,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:53,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15155f9a-ae43-4128-a6a3-4a6cd973dbb1 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 15:59:53,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-15155f9a-ae43-4128-a6a3-4a6cd973dbb1 2018-07-22 15:59:53,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:53,583 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c366394-b660-4582-b32e-d8b7c01b628e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:53,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-5c366394-b660-4582-b32e-d8b7c01b628e 2018-07-22 15:59:53,583 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:53,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:53,670 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d809fa31-113d-4dd0-a668-6663ffec9b24 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:53,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-d809fa31-113d-4dd0-a668-6663ffec9b24 2018-07-22 15:59:53,670 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:53,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:53,755 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af90dc60-099f-49eb-8992-ddd136761d55 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:53,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-af90dc60-099f-49eb-8992-ddd136761d55 2018-07-22 15:59:53,756 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:53,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:53,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c186ff15-0bf4-4e0d-9c65-e748341b130c 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 15:59:53,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-c186ff15-0bf4-4e0d-9c65-e748341b130c 2018-07-22 15:59:53,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,012 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-401713d1-23b8-44e2-80b3-1504aa41eef0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:54,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-401713d1-23b8-44e2-80b3-1504aa41eef0 2018-07-22 15:59:54,012 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:54,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,098 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c26c19c-acd1-45f9-9ca7-113c625e60ea Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:54,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-8c26c19c-acd1-45f9-9ca7-113c625e60ea 2018-07-22 15:59:54,098 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:54,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,192 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 15:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2551d246-1ed8-4fe8-a60b-de357447d438 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 15:59:54,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-2551d246-1ed8-4fe8-a60b-de357447d438 2018-07-22 15:59:54,193 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 15:59:54,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09f5d4d4-141d-45f9-8336-bec1abaedc70 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "ae0fce16968b44d3ba0821466647e367", "name": "CreateInstancePortManipulationTests-5046332e-3946-47b-proj"}} 2018-07-22 15:59:54,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 used request id req-09f5d4d4-141d-45f9-8336-bec1abaedc70 2018-07-22 15:59:54,286 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f83dd459-9d6d-4368-964b-0e3ba7a5041f 2018-07-22 15:59:54,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f83dd459-9d6d-4368-964b-0e3ba7a5041f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2eda7c9b-7ac1-4c59-b176-5438b7b5604c Date: Sun, 22 Jul 2018 15:59:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:45Z", "security_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "port_range_min": null, "revision_number": 0, "tenant_id": "ae0fce16968b44d3ba0821466647e367", "created_at": "2018-07-22T15:59:45Z", "project_id": "ae0fce16968b44d3ba0821466647e367", "id": "1470dd70-22e4-4eb9-9f9d-ebde20cc8f42"}, {"remote_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:45Z", "security_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "port_range_min": null, "revision_number": 0, "tenant_id": "ae0fce16968b44d3ba0821466647e367", "created_at": "2018-07-22T15:59:45Z", "project_id": "ae0fce16968b44d3ba0821466647e367", "id": "546bb3a7-8af5-414a-bb18-048f981ec43f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:45Z", "security_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "port_range_min": null, "revision_number": 0, "tenant_id": "ae0fce16968b44d3ba0821466647e367", "created_at": "2018-07-22T15:59:45Z", "project_id": "ae0fce16968b44d3ba0821466647e367", "id": "a96e9be0-24a0-46c7-bcfd-4c85ce35e1b6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T15:59:45Z", "security_group_id": "f83dd459-9d6d-4368-964b-0e3ba7a5041f", "port_range_min": null, "revision_number": 0, "tenant_id": "ae0fce16968b44d3ba0821466647e367", "created_at": "2018-07-22T15:59:45Z", "project_id": "ae0fce16968b44d3ba0821466647e367", "id": "c66336dd-8bf9-4fc1-85d9-3a9ae5770fd7"}]} 2018-07-22 15:59:54,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f83dd459-9d6d-4368-964b-0e3ba7a5041f used request id req-2eda7c9b-7ac1-4c59-b176-5438b7b5604c 2018-07-22 15:59:54,311 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 15:59:54,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f83dd459-9d6d-4368-964b-0e3ba7a5041f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,469 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bde1c61-f6af-40b6-b515-27457bb48473 Content-Length: 0 Date: Sun, 22 Jul 2018 15:59:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 15:59:54,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f83dd459-9d6d-4368-964b-0e3ba7a5041f used request id req-7bde1c61-f6af-40b6-b515-27457bb48473 2018-07-22 15:59:54,470 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-5046332e-3946-47b-proj 2018-07-22 15:59:54,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cadfed5a-6aa8-486d-9d75-2ffb3ac974e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:54,738 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ae0fce16968b44d3ba0821466647e367 used request id req-cadfed5a-6aa8-486d-9d75-2ffb3ac974e8 2018-07-22 15:59:54,738 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-5046332e-3946-47b-proj-role 2018-07-22 15:59:54,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/8752271fb4604bc79171fe2cc421ab0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5940122-66ef-4c89-b42f-31c6a58a49dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:54,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8752271fb4604bc79171fe2cc421ab0b used request id req-e5940122-66ef-4c89-b42f-31c6a58a49dc 2018-07-22 15:59:54,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf5029c49bed3e4f4c00780b1f2351d4331c0d08" 2018-07-22 15:59:54,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de7f05c3-faf0-4ce3-8255-25826223f5f2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:59:54,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-de7f05c3-faf0-4ce3-8255-25826223f5f2 2018-07-22 15:59:54,940 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-5046332e-3946-47b-user 2018-07-22 15:59:54,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/b02e3340ddd744ca8d3240c9d9969b9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8731ab0333b97caf196f873d2942f8ac4fb8fc87" 2018-07-22 15:59:55,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3df06a8-71de-428a-8430-d3d190669208 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:55,194 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b02e3340ddd744ca8d3240c9d9969b9e used request id req-e3df06a8-71de-428a-8430-d3d190669208 2018-07-22 15:59:55,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:55,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["zYKlYET-QFaK3sZq62aPFQ"], "issued_at": "2018-07-22T15:59:55.000000Z"}} 2018-07-22 15:59:55,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f580a1c002c4bf1a01619649deab99fab662d61" 2018-07-22 15:59:55,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-022b5bb1-f4e1-4e51-a3d8-27eb99d7a065 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:55,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-022b5bb1-f4e1-4e51-a3d8-27eb99d7a065 2018-07-22 15:59:55,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:55,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:56,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["eXJq_dVuTmSVXG6ZPMswCA"], "issued_at": "2018-07-22T15:59:56.000000Z"}} 2018-07-22 15:59:56,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 15:59:56,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a06cde-e282-441f-a890-7bd4ff8c0656 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:56,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-44a06cde-e282-441f-a890-7bd4ff8c0656 2018-07-22 15:59:56,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:56,127 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:56,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-06a63d01-45eb-454-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 15:59:56,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84518faa-fd99-4294-9a85-67ca36033353 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-06a63d01-45eb-454-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 15:59:56,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-06a63d01-45eb-454-proj used request id req-84518faa-fd99-4294-9a85-67ca36033353 2018-07-22 15:59:56,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 15:59:56,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcae9b1b-951d-4833-969a-aafa050d9656 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:59:56,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bcae9b1b-951d-4833-969a-aafa050d9656 2018-07-22 15:59:56,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}}' 2018-07-22 15:59:56,362 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:59:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22c81415-2dd9-4b4f-a975-7937914ec49f Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9"}, "tags": [], "enabled": true, "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}} 2018-07-22 15:59:56,362 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-22c81415-2dd9-4b4f-a975-7937914ec49f 2018-07-22 15:59:56,362 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-06a63d01-45eb-454-proj 2018-07-22 15:59:56,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:56,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:56,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T16:59:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["LQOS8HAPSNy2XKufOQbRwA"], "issued_at": "2018-07-22T15:59:56.000000Z"}} 2018-07-22 15:59:56,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644b9aa64406be70e8b2ee837ffb3b8b92b09619" 2018-07-22 15:59:56,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c0d688a-f1fe-483a-b76e-bc5ac1ff9071 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:56,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2c0d688a-f1fe-483a-b76e-bc5ac1ff9071 2018-07-22 15:59:56,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 15:59:56,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 15:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 15:59:56,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644b9aa64406be70e8b2ee837ffb3b8b92b09619" 2018-07-22 15:59:56,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1982d32-5d60-41fe-8ac7-496b2314d109 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 15:59:56,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d1982d32-5d60-41fe-8ac7-496b2314d109 2018-07-22 15:59:56,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-06a63d01-45eb-454-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644b9aa64406be70e8b2ee837ffb3b8b92b09619" 2018-07-22 15:59:57,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a8ba389-cd3f-47ac-9bd8-62536ce3dfac Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-06a63d01-45eb-454-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9"}, "tags": [], "enabled": true, "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}]} 2018-07-22 15:59:57,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-06a63d01-45eb-454-proj used request id req-0a8ba389-cd3f-47ac-9bd8-62536ce3dfac 2018-07-22 15:59:57,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644b9aa64406be70e8b2ee837ffb3b8b92b09619" 2018-07-22 15:59:57,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a701fcd2-19ee-4d00-a565-8dacef6a676c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 15:59:57,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a701fcd2-19ee-4d00-a565-8dacef6a676c 2018-07-22 15:59:57,487 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-06a63d01-45eb-454-user 2018-07-22 15:59:57,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:57,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 15:59:57,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-952e53d0-2efd-4e1e-b7a7-617d104e1fae Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 15:59:57,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-952e53d0-2efd-4e1e-b7a7-617d104e1fae 2018-07-22 15:59:57,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" -d '{"role": {"name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role"}}' 2018-07-22 15:59:57,613 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 15:59:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d64ce22-bfb8-405f-af3b-dc8d4cbdce0b Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5e545abdb6a4f718b983618ae086665", "links": {"self": "http://172.30.9.28:5000/v3/roles/c5e545abdb6a4f718b983618ae086665"}, "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role"}} 2018-07-22 15:59:57,613 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-6d64ce22-bfb8-405f-af3b-dc8d4cbdce0b 2018-07-22 15:59:57,613 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role 2018-07-22 15:59:57,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c5e545abdb6a4f718b983618ae086665 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 15:59:57,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7fdf94-b402-4f9e-84fa-cf982725cc95 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5e545abdb6a4f718b983618ae086665", "links": {"self": "http://172.30.9.28:5000/v3/roles/c5e545abdb6a4f718b983618ae086665"}, "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role"}} 2018-07-22 15:59:57,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c5e545abdb6a4f718b983618ae086665 used request id req-6d7fdf94-b402-4f9e-84fa-cf982725cc95 2018-07-22 15:59:57,698 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role to project CreateInstancePortManipulationTests-06a63d01-45eb-454-proj 2018-07-22 15:59:57,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9/users/ae50cc512b604549897ecef6a3f7fc84/roles/c5e545abdb6a4f718b983618ae086665 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 15:59:57,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 15:59:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-099bb619-3ade-4647-b09c-2fbb00100488 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 15:59:57,831 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9/users/ae50cc512b604549897ecef6a3f7fc84/roles/c5e545abdb6a4f718b983618ae086665 used request id req-099bb619-3ade-4647-b09c-2fbb00100488 2018-07-22 15:59:57,832 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 15:59:57,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:57,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:58,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5e545abdb6a4f718b983618ae086665", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role"}], "expires_at": "2018-07-22T16:59:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-user", "id": "ae50cc512b604549897ecef6a3f7fc84"}, "audit_ids": ["kp8e6Ih9S6Gxs5148kK3Fw"], "issued_at": "2018-07-22T15:59:58.000000Z"}} 2018-07-22 15:59:58,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" 2018-07-22 15:59:58,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad561e12-0387-4b55-b147-35d5a32424b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:58,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ad561e12-0387-4b55-b147-35d5a32424b3 2018-07-22 15:59:58,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" 2018-07-22 15:59:58,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-2e7727d8-7922-4dad-a099-2c86233bef46 Date: Sun, 22 Jul 2018 15:59:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image"} 2018-07-22 15:59:58,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image used request id req-2e7727d8-7922-4dad-a099-2c86233bef46 2018-07-22 15:59:58,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" 2018-07-22 15:59:58,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-360edacd-876d-4bfd-bf4c-5516dc0399b4 Date: Sun, 22 Jul 2018 15:59: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-07-22 15:59:58,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-360edacd-876d-4bfd-bf4c-5516dc0399b4 2018-07-22 15:59:58,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image"}' 2018-07-22 15:59:58,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-114659c6-a961-4938-b8d9-570c5c4b9e9b Date: Sun, 22 Jul 2018 15:59:58 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d", "min_disk": 0, "protected": false, "id": "8b9c11af-c499-43bc-8238-0c5bab4ed69d", "file": "/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/file", "checksum": null, "owner": "74d24ac5ac4d48b98e1df86e0bb53bb9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:58,754 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-114659c6-a961-4938-b8d9-570c5c4b9e9b 2018-07-22 15:59:58,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" -d '' 2018-07-22 15:59:59,267 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8dae846d-ee03-4405-992e-2b7f6aaf3f65 Date: Sun, 22 Jul 2018 15:59:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 15:59:59,267 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/file used request id req-8dae846d-ee03-4405-992e-2b7f6aaf3f65 2018-07-22 15:59:59,267 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 15:59:59,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" 2018-07-22 15:59:59,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-9d294a0e-2c99-499e-bae9-cc54cd8c73c1 Date: Sun, 22 Jul 2018 15:59:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:59Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/snap", "metadata": {}}], "self": "/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d", "min_disk": 0, "protected": false, "id": "8b9c11af-c499-43bc-8238-0c5bab4ed69d", "file": "/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74d24ac5ac4d48b98e1df86e0bb53bb9", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:59,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d used request id req-9d294a0e-2c99-499e-bae9-cc54cd8c73c1 2018-07-22 15:59:59,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" 2018-07-22 15:59:59,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-20582b5e-8db1-4c96-9f85-608954312590 Date: Sun, 22 Jul 2018 15:59: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-07-22 15:59:59,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-20582b5e-8db1-4c96-9f85-608954312590 2018-07-22 15:59:59,299 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image 2018-07-22 15:59:59,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" 2018-07-22 15:59:59,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-146df86d-f50e-4c34-8fe6-6457b4024414 Date: Sun, 22 Jul 2018 15:59:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T15:59:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T15:59:59Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/snap", "metadata": {}}], "self": "/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d", "min_disk": 0, "protected": false, "id": "8b9c11af-c499-43bc-8238-0c5bab4ed69d", "file": "/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "74d24ac5ac4d48b98e1df86e0bb53bb9", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 15:59:59,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d used request id req-146df86d-f50e-4c34-8fe6-6457b4024414 2018-07-22 15:59:59,317 - create_image - DEBUG - Instance status is - active 2018-07-22 15:59:59,317 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image 2018-07-22 15:59:59,317 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image 2018-07-22 15:59:59,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 15:59:59,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 15:59:59,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5e545abdb6a4f718b983618ae086665", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role"}], "expires_at": "2018-07-22T16:59:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-user", "id": "ae50cc512b604549897ecef6a3f7fc84"}, "audit_ids": ["yuCuavfsTbq6dVYJ0hOizA"], "issued_at": "2018-07-22T15:59:59.000000Z"}} 2018-07-22 15:59:59,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" 2018-07-22 15:59:59,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 15:59:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e08c069e-e435-4241-9b57-a90208515f18 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 15:59:59,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e08c069e-e435-4241-9b57-a90208515f18 2018-07-22 15:59:59,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" 2018-07-22 15:59:59,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-73b731c6-6758-41dc-ac85-f6fdcd22dbed Date: Sun, 22 Jul 2018 15:59:59 GMT RESP BODY: {"networks":[]} 2018-07-22 15:59:59,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net used request id req-73b731c6-6758-41dc-ac85-f6fdcd22dbed 2018-07-22 15:59:59,965 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net 2018-07-22 15:59:59,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" -d '{"network": {"name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net", "admin_state_up": true}}' 2018-07-22 16:00:00,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-07baaa96-9413-4b3b-9ed0-5bc2eb38f574 Date: Sun, 22 Jul 2018 16:00:00 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:00:00Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c5d7f661-51f7-4387-8d28-7389324c5c04","name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net"}} 2018-07-22 16:00:00,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-07baaa96-9413-4b3b-9ed0-5bc2eb38f574 2018-07-22 16:00:00,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" 2018-07-22 16:00:00,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-28c73857-7143-47b6-b491-61b362e1ad80 Date: Sun, 22 Jul 2018 16:00:00 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-07-22T16:00:00Z","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c5d7f661-51f7-4387-8d28-7389324c5c04","name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net"}]} 2018-07-22 16:00:00,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-28c73857-7143-47b6-b491-61b362e1ad80 2018-07-22 16:00:00,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" 2018-07-22 16:00:00,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-65477e41-6d20-4bf7-a7f9-4bb109249ab6 Date: Sun, 22 Jul 2018 16:00:00 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:00:00,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-65477e41-6d20-4bf7-a7f9-4bb109249ab6 2018-07-22 16:00:00,817 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet 2018-07-22 16:00:00,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" -d '{"subnets": [{"ip_version": 4, "network_id": "c5d7f661-51f7-4387-8d28-7389324c5c04", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet"}]}' 2018-07-22 16:00:01,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-af85c1bb-6d2d-4a09-b418-7e5edef5bf15 Date: Sun, 22 Jul 2018 16:00:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5d7f661-51f7-4387-8d28-7389324c5c04","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:01Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:01Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c6d16a7c-b791-49bf-a191-072e4a69a012","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet"}]} 2018-07-22 16:00:01,313 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-af85c1bb-6d2d-4a09-b418-7e5edef5bf15 2018-07-22 16:00:01,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" 2018-07-22 16:00:01,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0029ce30-cd61-46b0-95a8-7806e4972559 Date: Sun, 22 Jul 2018 16:00: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":["c6d16a7c-b791-49bf-a191-072e4a69a012"],"updated_at":"2018-07-22T16:00:01Z","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c5d7f661-51f7-4387-8d28-7389324c5c04","name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net"}]} 2018-07-22 16:00:01,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-0029ce30-cd61-46b0-95a8-7806e4972559 2018-07-22 16:00:01,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" 2018-07-22 16:00:01,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fd2dae30-7988-4bd7-b74c-6afd39ab4ae0 Date: Sun, 22 Jul 2018 16:00:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5d7f661-51f7-4387-8d28-7389324c5c04","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:01Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c6d16a7c-b791-49bf-a191-072e4a69a012","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet"}]} 2018-07-22 16:00:01,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-fd2dae30-7988-4bd7-b74c-6afd39ab4ae0 2018-07-22 16:00:01,499 - OpenStackNetwork - DEBUG - Network [c5d7f661-51f7-4387-8d28-7389324c5c04] created successfully 2018-07-22 16:00:01,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:01,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:01,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MXkB9pk0RLim5OFgQwSGXg"], "issued_at": "2018-07-22T16:00:01.000000Z"}} 2018-07-22 16:00:01,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06de990a81b6e11ea9b5a8286819a865d68b82cf" 2018-07-22 16:00:01,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c707cd3b-f6b7-4f65-80f4-69147531d4d2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:01,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c707cd3b-f6b7-4f65-80f4-69147531d4d2 2018-07-22 16:00:01,969 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:00:01,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06de990a81b6e11ea9b5a8286819a865d68b82cf" 2018-07-22 16:00:02,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00: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-2d245ced-1f78-4aea-886a-9558cf0c8174 x-compute-request-id: req-2d245ced-1f78-4aea-886a-9558cf0c8174 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:00:02,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2d245ced-1f78-4aea-886a-9558cf0c8174 2018-07-22 16:00:02,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06de990a81b6e11ea9b5a8286819a865d68b82cf" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-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-07-22 16:00:02,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caa3b673-6d98-4ff2-a9a2-551cc09f50bc x-compute-request-id: req-caa3b673-6d98-4ff2-a9a2-551cc09f50bc Content-Encoding: gzip Content-Length: 333 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f2c6d642-4765-498a-85fd-708f9dd47806", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f2c6d642-4765-498a-85fd-708f9dd47806", "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": "f2c6d642-4765-498a-85fd-708f9dd47806"}} 2018-07-22 16:00:02,235 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-caa3b673-6d98-4ff2-a9a2-551cc09f50bc 2018-07-22 16:00:02,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:02,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:02,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5e545abdb6a4f718b983618ae086665", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role"}], "expires_at": "2018-07-22T17:00:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-user", "id": "ae50cc512b604549897ecef6a3f7fc84"}, "audit_ids": ["6V4Bm5F1T8GysTjPUzsB0g"], "issued_at": "2018-07-22T16:00:02.000000Z"}} 2018-07-22 16:00:02,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:02,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f8a4b2-166a-4686-b562-8f223a971233 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:02,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-36f8a4b2-166a-4686-b562-8f223a971233 2018-07-22 16:00:02,631 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:00:02,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:02,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-591fe6a1-0587-4d28-a3a2-6928e4618424 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:02,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-591fe6a1-0587-4d28-a3a2-6928e4618424 2018-07-22 16:00:02,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:02,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-a1beb277-6c57-4106-80fc-3880c4343a6f Date: Sun, 22 Jul 2018 16:00: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":["c6d16a7c-b791-49bf-a191-072e4a69a012"],"updated_at":"2018-07-22T16:00:01Z","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c5d7f661-51f7-4387-8d28-7389324c5c04","name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net"}]} 2018-07-22 16:00:02,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net used request id req-a1beb277-6c57-4106-80fc-3880c4343a6f 2018-07-22 16:00:02,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:02,948 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:02,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:03,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72db7621-d984-4090-963b-c34b1c971959 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}} 2018-07-22 16:00:03,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 used request id req-72db7621-d984-4090-963b-c34b1c971959 2018-07-22 16:00:03,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:03,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c9bf2d41-09fb-4c27-a3d3-4544252e6a48 Date: Sun, 22 Jul 2018 16:00:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5d7f661-51f7-4387-8d28-7389324c5c04","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:01Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c6d16a7c-b791-49bf-a191-072e4a69a012","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet"}]} 2018-07-22 16:00:03,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-c9bf2d41-09fb-4c27-a3d3-4544252e6a48 2018-07-22 16:00:03,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:03,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b02d759e-18a8-4b3e-befc-c693096ed1d5 Date: Sun, 22 Jul 2018 16:00:03 GMT RESP BODY: {"ports":[]} 2018-07-22 16:00:03,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872fport-1&admin_state_up=True used request id req-b02d759e-18a8-4b3e-befc-c693096ed1d5 2018-07-22 16:00:03,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:03,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3cd9dbd6-e90b-48e4-8fa4-2a944b21791f x-compute-request-id: req-3cd9dbd6-e90b-48e4-8fa4-2a944b21791f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:00:03,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-inst used request id req-3cd9dbd6-e90b-48e4-8fa4-2a944b21791f 2018-07-22 16:00:03,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:03,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-97905654-ed74-41c3-9967-dc38a59e00bc Date: Sun, 22 Jul 2018 16:00: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":["c6d16a7c-b791-49bf-a191-072e4a69a012"],"updated_at":"2018-07-22T16:00:01Z","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c5d7f661-51f7-4387-8d28-7389324c5c04","name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net"}]} 2018-07-22 16:00:03,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net used request id req-97905654-ed74-41c3-9967-dc38a59e00bc 2018-07-22 16:00:03,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:03,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-294b7378-e262-493c-a937-17489665b396 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}} 2018-07-22 16:00:03,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 used request id req-294b7378-e262-493c-a937-17489665b396 2018-07-22 16:00:03,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:03,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d973a97c-7a2b-4a6d-a1a3-6829a14cd64b Date: Sun, 22 Jul 2018 16:00:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5d7f661-51f7-4387-8d28-7389324c5c04","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:01Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c6d16a7c-b791-49bf-a191-072e4a69a012","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet"}]} 2018-07-22 16:00:03,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-d973a97c-7a2b-4a6d-a1a3-6829a14cd64b 2018-07-22 16:00:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:03,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c44fae53-b714-459e-a2aa-6b7972660a03 Date: Sun, 22 Jul 2018 16:00:03 GMT RESP BODY: {"ports":[]} 2018-07-22 16:00:03,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872fport-1&admin_state_up=True used request id req-c44fae53-b714-459e-a2aa-6b7972660a03 2018-07-22 16:00:03,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:03,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:04,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5e545abdb6a4f718b983618ae086665", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role"}], "expires_at": "2018-07-22T17:00:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_74d24ac5ac4d48b98e1df86e0bb53bb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-user", "id": "ae50cc512b604549897ecef6a3f7fc84"}, "audit_ids": ["d6gsMupHTO26-K1PtCgZjQ"], "issued_at": "2018-07-22T16:00:04.000000Z"}} 2018-07-22 16:00:04,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd027fd18bd61f32ea8f17a0c8e6212763925c2d" 2018-07-22 16:00:04,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf6be2b-e4ec-455b-bf35-415f196ff101 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:04,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-bbf6be2b-e4ec-455b-bf35-415f196ff101 2018-07-22 16:00:04,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:04,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-cc64a436-1a00-4110-82e7-f37e5d19b0b8 Date: Sun, 22 Jul 2018 16:00: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":["c6d16a7c-b791-49bf-a191-072e4a69a012"],"updated_at":"2018-07-22T16:00:01Z","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c5d7f661-51f7-4387-8d28-7389324c5c04","name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net"}]} 2018-07-22 16:00:04,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net used request id req-cc64a436-1a00-4110-82e7-f37e5d19b0b8 2018-07-22 16:00:04,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:04,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-87a788c1-49b9-4328-ac7a-91016e1a41a6 Date: Sun, 22 Jul 2018 16:00:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5d7f661-51f7-4387-8d28-7389324c5c04","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:01Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c6d16a7c-b791-49bf-a191-072e4a69a012","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet"}]} 2018-07-22 16:00:04,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-87a788c1-49b9-4328-ac7a-91016e1a41a6 2018-07-22 16:00:04,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:04,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-2d1341ff-e699-4e0b-916f-de9cf0967df8 Date: Sun, 22 Jul 2018 16:00: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":["c6d16a7c-b791-49bf-a191-072e4a69a012"],"updated_at":"2018-07-22T16:00:01Z","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c5d7f661-51f7-4387-8d28-7389324c5c04","name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net"}]} 2018-07-22 16:00:04,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net used request id req-2d1341ff-e699-4e0b-916f-de9cf0967df8 2018-07-22 16:00:04,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:04,552 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:04,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd027fd18bd61f32ea8f17a0c8e6212763925c2d" 2018-07-22 16:00:04,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5992b7-99f5-445a-bfce-d70dcc15e573 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}} 2018-07-22 16:00:04,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 used request id req-8d5992b7-99f5-445a-bfce-d70dcc15e573 2018-07-22 16:00:04,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:04,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9d51c1a6-6723-4402-9f81-38c83726ebfe Date: Sun, 22 Jul 2018 16:00:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5d7f661-51f7-4387-8d28-7389324c5c04","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:01Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c6d16a7c-b791-49bf-a191-072e4a69a012","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet"}]} 2018-07-22 16:00:04,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-9d51c1a6-6723-4402-9f81-38c83726ebfe 2018-07-22 16:00:04,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" 2018-07-22 16:00:04,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-036b6027-6a22-4cfc-9b1b-8dc91a1fe348 Date: Sun, 22 Jul 2018 16:00:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5d7f661-51f7-4387-8d28-7389324c5c04","tenant_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","created_at":"2018-07-22T16:00:01Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"74d24ac5ac4d48b98e1df86e0bb53bb9","id":"c6d16a7c-b791-49bf-a191-072e4a69a012","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet"}]} 2018-07-22 16:00:04,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5d7f661-51f7-4387-8d28-7389324c5c04&name=CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet used request id req-036b6027-6a22-4cfc-9b1b-8dc91a1fe348 2018-07-22 16:00:04,736 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net 2018-07-22 16:00:04,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83f6ea1de0eb6ba573fded1a9ec1acef77647f3" -d '{"port": {"network_id": "c5d7f661-51f7-4387-8d28-7389324c5c04", "fixed_ips": [{"subnet_id": "c6d16a7c-b791-49bf-a191-072e4a69a012", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872fport-1", "admin_state_up": true}}' 2018-07-22 16:00:05,081 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-ab621983-03ba-4aa4-9aeb-3b8338e1b2a7 Date: Sun, 22 Jul 2018 16:00:05 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-07-22 16:00:05,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-ab621983-03ba-4aa4-9aeb-3b8338e1b2a7 2018-07-22 16:00:05,081 - 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-07-22 16:00:05,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/f2c6d642-4765-498a-85fd-708f9dd47806 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06de990a81b6e11ea9b5a8286819a865d68b82cf" 2018-07-22 16:00:05,118 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0cce3d31-35f2-494e-992e-4f62f291e2aa x-compute-request-id: req-0cce3d31-35f2-494e-992e-4f62f291e2aa Content-Length: 0 Content-Type: application/json 2018-07-22 16:00:05,118 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f2c6d642-4765-498a-85fd-708f9dd47806 used request id req-0cce3d31-35f2-494e-992e-4f62f291e2aa 2018-07-22 16:00:05,119 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet 2018-07-22 16:00:05,119 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-subnet 2018-07-22 16:00:05,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c6d16a7c-b791-49bf-a191-072e4a69a012 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" 2018-07-22 16:00:06,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-553a7996-408d-49a4-bd54-1c55571122e0 Date: Sun, 22 Jul 2018 16:00:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:06,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c6d16a7c-b791-49bf-a191-072e4a69a012 used request id req-553a7996-408d-49a4-bd54-1c55571122e0 2018-07-22 16:00:06,459 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-pub-net 2018-07-22 16:00:06,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/c5d7f661-51f7-4387-8d28-7389324c5c04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ff2b495d279ab19bc12a56e399b60c474815ffc" 2018-07-22 16:00:07,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc2f0bd8-94bb-49f5-b7fd-9d49480dbbfe Date: Sun, 22 Jul 2018 16:00:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:07,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/c5d7f661-51f7-4387-8d28-7389324c5c04 used request id req-cc2f0bd8-94bb-49f5-b7fd-9d49480dbbfe 2018-07-22 16:00:07,846 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0de02544-3461-4ef4-830b-9ba67406872f-image 2018-07-22 16:00:07,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a0b55b45645d2ba3e7902f31b2ace51f1cc89a" 2018-07-22 16:00:08,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04876943-9e1f-4544-a4dc-96f608bda9d2 Date: Sun, 22 Jul 2018 16: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-07-22 16:00:08,928 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/8b9c11af-c499-43bc-8238-0c5bab4ed69d used request id req-04876943-9e1f-4544-a4dc-96f608bda9d2 2018-07-22 16:00:08,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-42eaf910-e8fe-4772-aecf-f8359ec5aa10 Date: Sun, 22 Jul 2018 16:00:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "created_at": "2018-07-22T16:00:00Z", "updated_at": "2018-07-22T16:00:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:00Z", "revision_number": 0, "id": "57c1c928-a034-4e46-9a5f-8d23d98755d8", "remote_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:00Z", "security_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:00Z", "revision_number": 0, "id": "aa3799a2-8ba1-4156-94fc-f161237b0e36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:00Z", "security_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:00Z", "revision_number": 0, "id": "af57644d-490b-4d46-945f-a9045e86b9bb", "remote_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:00Z", "security_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:00Z", "revision_number": 0, "id": "be017d77-cfc3-476f-ab60-7dcb5eab230c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:00Z", "security_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9"}], "revision_number": 4, "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:00:09,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-42eaf910-e8fe-4772-aecf-f8359ec5aa10 2018-07-22 16:00:09,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b396713-ebab-4f34-bb72-56d352b9fb57 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:00:09,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-8b396713-ebab-4f34-bb72-56d352b9fb57 2018-07-22 16:00:09,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,386 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5cc3f5b-cdf2-4975-9f38-8d3c943a3d50 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:09,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-d5cc3f5b-cdf2-4975-9f38-8d3c943a3d50 2018-07-22 16:00:09,386 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:09,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,470 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81215938-3908-4279-9b65-8b7719ee305c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:09,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-81215938-3908-4279-9b65-8b7719ee305c 2018-07-22 16:00:09,470 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:09,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,635 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecb66071-8814-4ba8-ab0e-276d685f9570 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:09,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-ecb66071-8814-4ba8-ab0e-276d685f9570 2018-07-22 16:00:09,636 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:09,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bce3fa0-5b42-47b9-a5de-1803d764352e 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:00:09,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-1bce3fa0-5b42-47b9-a5de-1803d764352e 2018-07-22 16:00:09,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,809 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e052fba-0cbe-4e9a-858b-89928ecd22db Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:09,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-1e052fba-0cbe-4e9a-858b-89928ecd22db 2018-07-22 16:00:09,809 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:09,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57d40a2d-4e60-4bfa-b59c-e04147699f93 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "name": "CreateInstancePortManipulationTests-06a63d01-45eb-454-proj"}} 2018-07-22 16:00:09,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 used request id req-57d40a2d-4e60-4bfa-b59c-e04147699f93 2018-07-22 16:00:09,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db0bc475-55fd-43e5-92f3-46c8e1053b7c 2018-07-22 16:00:09,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=db0bc475-55fd-43e5-92f3-46c8e1053b7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:09,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a95e57d1-1a7c-4b74-8f25-284606bdf987 Date: Sun, 22 Jul 2018 16:00:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:00Z", "security_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "port_range_min": null, "revision_number": 0, "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "created_at": "2018-07-22T16:00:00Z", "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "id": "57c1c928-a034-4e46-9a5f-8d23d98755d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:00Z", "security_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "port_range_min": null, "revision_number": 0, "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "created_at": "2018-07-22T16:00:00Z", "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "id": "aa3799a2-8ba1-4156-94fc-f161237b0e36"}, {"remote_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:00Z", "security_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "port_range_min": null, "revision_number": 0, "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "created_at": "2018-07-22T16:00:00Z", "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "id": "af57644d-490b-4d46-945f-a9045e86b9bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:00Z", "security_group_id": "db0bc475-55fd-43e5-92f3-46c8e1053b7c", "port_range_min": null, "revision_number": 0, "tenant_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "created_at": "2018-07-22T16:00:00Z", "project_id": "74d24ac5ac4d48b98e1df86e0bb53bb9", "id": "be017d77-cfc3-476f-ab60-7dcb5eab230c"}]} 2018-07-22 16:00:09,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=db0bc475-55fd-43e5-92f3-46c8e1053b7c used request id req-a95e57d1-1a7c-4b74-8f25-284606bdf987 2018-07-22 16:00:09,947 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:00:09,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/db0bc475-55fd-43e5-92f3-46c8e1053b7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:10,178 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9459788c-2282-4365-aa90-035f11aaa04d Content-Length: 0 Date: Sun, 22 Jul 2018 16:00:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:10,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/db0bc475-55fd-43e5-92f3-46c8e1053b7c used request id req-9459788c-2282-4365-aa90-035f11aaa04d 2018-07-22 16:00:10,179 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-06a63d01-45eb-454-proj 2018-07-22 16:00:10,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:10,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2dbe834-d986-4674-a7cd-a47aea47aadc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:10,395 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/74d24ac5ac4d48b98e1df86e0bb53bb9 used request id req-f2dbe834-d986-4674-a7cd-a47aea47aadc 2018-07-22 16:00:10,396 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-06a63d01-45eb-454-proj-role 2018-07-22 16:00:10,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c5e545abdb6a4f718b983618ae086665 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:10,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7ee7dc9-b5d6-4474-ac3e-8b20541765b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:10,502 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c5e545abdb6a4f718b983618ae086665 used request id req-c7ee7dc9-b5d6-4474-ac3e-8b20541765b2 2018-07-22 16:00:10,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fbced3a0c368f4afe2a2c7fe4bf765b69b5593" 2018-07-22 16:00:10,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bf3afee-805a-4284-8031-c21c2d0b01d0 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:00:10,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9bf3afee-805a-4284-8031-c21c2d0b01d0 2018-07-22 16:00:10,581 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-06a63d01-45eb-454-user 2018-07-22 16:00:10,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ae50cc512b604549897ecef6a3f7fc84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}644b9aa64406be70e8b2ee837ffb3b8b92b09619" 2018-07-22 16:00:10,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e8e6a90-48d0-495c-988c-8661f6fd7ed6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:10,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ae50cc512b604549897ecef6a3f7fc84 used request id req-0e8e6a90-48d0-495c-988c-8661f6fd7ed6 2018-07-22 16:00:10,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:11,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["WXyl_HoSTAi3VlxRxSkzGg"], "issued_at": "2018-07-22T16:00:11.000000Z"}} 2018-07-22 16:00:11,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4374a7639966aa7d2c4650bed6751eae1a44ae87" 2018-07-22 16:00:11,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70754a87-951c-4867-af64-cd179dae99c1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:11,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-70754a87-951c-4867-af64-cd179dae99c1 2018-07-22 16:00:11,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:11,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:11,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["HQhL8WGPTduampATxBSVWA"], "issued_at": "2018-07-22T16:00:11.000000Z"}} 2018-07-22 16:00:11,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:11,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa12ce88-25f8-4f1c-a388-ac54dcb5620f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:11,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fa12ce88-25f8-4f1c-a388-ac54dcb5620f 2018-07-22 16:00:11,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:11,688 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:11,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:11,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dbc26e2-a653-48ac-b251-a23f434fea1a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:00:11,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj used request id req-2dbc26e2-a653-48ac-b251-a23f434fea1a 2018-07-22 16:00:11,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:11,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c6f9f76-4819-41a7-9e48-15f7eab36a7f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:00:11,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5c6f9f76-4819-41a7-9e48-15f7eab36a7f 2018-07-22 16:00:11,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}}' 2018-07-22 16:00:11,984 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:00:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69e675dd-5630-4265-9a94-821c1e422e55 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077"}, "tags": [], "enabled": true, "id": "294600cd829a4a079ae300651e10a077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}} 2018-07-22 16:00:11,984 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-69e675dd-5630-4265-9a94-821c1e422e55 2018-07-22 16:00:11,985 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj 2018-07-22 16:00:11,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:11,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:12,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["yzmc_qZRRtu_UDpLSgAyMg"], "issued_at": "2018-07-22T16:00:12.000000Z"}} 2018-07-22 16:00:12,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d94806eb300a90abe1d8d606efd599ffa4f9d3f" 2018-07-22 16:00:12,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8fef05-7ba0-4a7a-8e9e-3479c6219bf1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:12,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1f8fef05-7ba0-4a7a-8e9e-3479c6219bf1 2018-07-22 16:00:12,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:12,389 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:12,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d94806eb300a90abe1d8d606efd599ffa4f9d3f" 2018-07-22 16:00:12,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d8fb7a-a3b9-4860-95ba-88955f0d18d9 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:00:12,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-66d8fb7a-a3b9-4860-95ba-88955f0d18d9 2018-07-22 16:00:12,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d94806eb300a90abe1d8d606efd599ffa4f9d3f" 2018-07-22 16:00:12,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9c6733-7960-4280-8b42-8ed3f251c906 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077"}, "tags": [], "enabled": true, "id": "294600cd829a4a079ae300651e10a077", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}]} 2018-07-22 16:00:12,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj used request id req-5f9c6733-7960-4280-8b42-8ed3f251c906 2018-07-22 16:00:12,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d94806eb300a90abe1d8d606efd599ffa4f9d3f" 2018-07-22 16:00:12,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e449b32e-b97c-457c-9802-139065a19bce Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:00:12,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e449b32e-b97c-457c-9802-139065a19bce 2018-07-22 16:00:12,977 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-12a55e11-bd78-49b-user 2018-07-22 16:00:12,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:12,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:13,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-961d6b4a-0fdb-4fb3-bce9-b9066a6be519 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:00:13,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-961d6b4a-0fdb-4fb3-bce9-b9066a6be519 2018-07-22 16:00:13,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" -d '{"role": {"name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role"}}' 2018-07-22 16:00:13,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:00:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d87974ef-7172-4429-8348-bea26b456d75 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3f97bdd6482b4627aac2f9cb9779350b", "links": {"self": "http://172.30.9.28:5000/v3/roles/3f97bdd6482b4627aac2f9cb9779350b"}, "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role"}} 2018-07-22 16:00:13,282 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-d87974ef-7172-4429-8348-bea26b456d75 2018-07-22 16:00:13,282 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role 2018-07-22 16:00:13,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3f97bdd6482b4627aac2f9cb9779350b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:13,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d5018c-f882-4c77-a406-77563b77d536 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3f97bdd6482b4627aac2f9cb9779350b", "links": {"self": "http://172.30.9.28:5000/v3/roles/3f97bdd6482b4627aac2f9cb9779350b"}, "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role"}} 2018-07-22 16:00:13,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3f97bdd6482b4627aac2f9cb9779350b used request id req-c0d5018c-f882-4c77-a406-77563b77d536 2018-07-22 16:00:13,371 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role to project CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj 2018-07-22 16:00:13,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077/users/8ded49f33deb4933951152a5f9361f26/roles/3f97bdd6482b4627aac2f9cb9779350b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:13,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26da004b-56ee-4f97-98e0-3c0cdc5d7fdb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:13,494 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077/users/8ded49f33deb4933951152a5f9361f26/roles/3f97bdd6482b4627aac2f9cb9779350b used request id req-26da004b-56ee-4f97-98e0-3c0cdc5d7fdb 2018-07-22 16:00:13,495 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:00:13,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:13,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:13,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3f97bdd6482b4627aac2f9cb9779350b", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role"}], "expires_at": "2018-07-22T17:00:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "294600cd829a4a079ae300651e10a077", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-user", "id": "8ded49f33deb4933951152a5f9361f26"}, "audit_ids": ["K9vkZOOhRIK74E3rKwVdug"], "issued_at": "2018-07-22T16:00:13.000000Z"}} 2018-07-22 16:00:13,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" 2018-07-22 16:00:13,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e41549-1fbe-4644-b48c-38e838bd71fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:13,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a9e41549-1fbe-4644-b48c-38e838bd71fb 2018-07-22 16:00:13,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" 2018-07-22 16:00:14,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-762d2ab8-6a99-44f1-8684-2d5bf32a5d8d Date: Sun, 22 Jul 2018 16:00:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image"} 2018-07-22 16:00:14,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image used request id req-762d2ab8-6a99-44f1-8684-2d5bf32a5d8d 2018-07-22 16:00:14,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" 2018-07-22 16:00:14,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d9bd64e5-f2f4-434a-8b77-7888038a8869 Date: Sun, 22 Jul 2018 16:00:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:00:14,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d9bd64e5-f2f4-434a-8b77-7888038a8869 2018-07-22 16:00:14,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image"}' 2018-07-22 16:00:14,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6cae7fe1-cd0e-446c-a074-ad8e5a108056 Date: Sun, 22 Jul 2018 16:00:14 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:00:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:00:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041", "min_disk": 0, "protected": false, "id": "7af4eee8-70c7-4875-abd9-750fc2915041", "file": "/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041/file", "checksum": null, "owner": "294600cd829a4a079ae300651e10a077", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:00:14,238 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-6cae7fe1-cd0e-446c-a074-ad8e5a108056 2018-07-22 16:00:14,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" -d '' 2018-07-22 16:00:14,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79ce6944-5135-41da-9e3e-40ed51be4c85 Date: Sun, 22 Jul 2018 16:00:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:00:14,794 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041/file used request id req-79ce6944-5135-41da-9e3e-40ed51be4c85 2018-07-22 16:00:14,795 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:00:14,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" 2018-07-22 16:00:14,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e06bdbd4-3821-41f8-bf6b-003441adadc9 Date: Sun, 22 Jul 2018 16:00:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:00:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:00:14Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7af4eee8-70c7-4875-abd9-750fc2915041/snap", "metadata": {}}], "self": "/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041", "min_disk": 0, "protected": false, "id": "7af4eee8-70c7-4875-abd9-750fc2915041", "file": "/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "294600cd829a4a079ae300651e10a077", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7af4eee8-70c7-4875-abd9-750fc2915041/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:00:14,814 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041 used request id req-e06bdbd4-3821-41f8-bf6b-003441adadc9 2018-07-22 16:00:14,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" 2018-07-22 16:00:14,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7369962e-f8e9-4fd2-b4d9-585c4ebc879d Date: Sun, 22 Jul 2018 16:00:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:00:14,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-7369962e-f8e9-4fd2-b4d9-585c4ebc879d 2018-07-22 16:00:14,827 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image 2018-07-22 16:00:14,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" 2018-07-22 16:00:14,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-651b6e40-8879-4e35-ba0c-a15967002abb Date: Sun, 22 Jul 2018 16:00:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:00:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:00:14Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7af4eee8-70c7-4875-abd9-750fc2915041/snap", "metadata": {}}], "self": "/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041", "min_disk": 0, "protected": false, "id": "7af4eee8-70c7-4875-abd9-750fc2915041", "file": "/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "294600cd829a4a079ae300651e10a077", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7af4eee8-70c7-4875-abd9-750fc2915041/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:00:14,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041 used request id req-651b6e40-8879-4e35-ba0c-a15967002abb 2018-07-22 16:00:14,845 - create_image - DEBUG - Instance status is - active 2018-07-22 16:00:14,845 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image 2018-07-22 16:00:14,845 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image 2018-07-22 16:00:14,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:14,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:15,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3f97bdd6482b4627aac2f9cb9779350b", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role"}], "expires_at": "2018-07-22T17:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "294600cd829a4a079ae300651e10a077", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-user", "id": "8ded49f33deb4933951152a5f9361f26"}, "audit_ids": ["o2PtyGhpR4C2sXmgpaz12w"], "issued_at": "2018-07-22T16:00:15.000000Z"}} 2018-07-22 16:00:15,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" 2018-07-22 16:00:15,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2670b099-0f6d-48ba-a552-7b66f5d85bd7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:15,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2670b099-0f6d-48ba-a552-7b66f5d85bd7 2018-07-22 16:00:15,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" 2018-07-22 16:00:15,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c1e52174-7898-450b-8ed9-259dddeb6b83 Date: Sun, 22 Jul 2018 16:00:15 GMT RESP BODY: {"networks":[]} 2018-07-22 16:00:15,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net used request id req-c1e52174-7898-450b-8ed9-259dddeb6b83 2018-07-22 16:00:15,495 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net 2018-07-22 16:00:15,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" -d '{"network": {"name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net", "admin_state_up": true}}' 2018-07-22 16:00:15,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-35d47012-db1e-40a7-a035-ae69a79244d7 Date: Sun, 22 Jul 2018 16:00:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:00:15Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"294600cd829a4a079ae300651e10a077","id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net"}} 2018-07-22 16:00:15,988 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-35d47012-db1e-40a7-a035-ae69a79244d7 2018-07-22 16:00:15,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" 2018-07-22 16:00:16,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-694d0f72-6a2c-4118-8886-fcf6e606cfc8 Date: Sun, 22 Jul 2018 16:00:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T16:00:15Z","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"294600cd829a4a079ae300651e10a077","id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net"}]} 2018-07-22 16:00:16,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-694d0f72-6a2c-4118-8886-fcf6e606cfc8 2018-07-22 16:00:16,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" 2018-07-22 16:00:16,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b00dc36e-3f5f-452c-b0e6-50bb07d245a4 Date: Sun, 22 Jul 2018 16:00:16 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:00:16,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-b00dc36e-3f5f-452c-b0e6-50bb07d245a4 2018-07-22 16:00:16,155 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet 2018-07-22 16:00:16,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" -d '{"subnets": [{"ip_version": 4, "network_id": "701460d4-74ba-4e8f-b13d-48959a8ee12f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet"}]}' 2018-07-22 16:00:16,861 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d9e75b3b-4d3a-40e0-8828-8af18fb7d7b5 Date: Sun, 22 Jul 2018 16:00:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:16Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:16Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"294600cd829a4a079ae300651e10a077","id":"1a4ab555-041c-4be4-995f-478f89b3f8f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet"}]} 2018-07-22 16:00:16,861 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d9e75b3b-4d3a-40e0-8828-8af18fb7d7b5 2018-07-22 16:00:16,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" 2018-07-22 16:00:16,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-5d1d54fa-9f3f-41ce-87ac-410661d82bbb Date: Sun, 22 Jul 2018 16:00: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":["1a4ab555-041c-4be4-995f-478f89b3f8f8"],"updated_at":"2018-07-22T16:00:16Z","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"294600cd829a4a079ae300651e10a077","id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net"}]} 2018-07-22 16:00:16,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-5d1d54fa-9f3f-41ce-87ac-410661d82bbb 2018-07-22 16:00:16,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" 2018-07-22 16:00:17,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-19226f35-a65d-41b5-9c8b-73cbc9438351 Date: Sun, 22 Jul 2018 16:00:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:16Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"294600cd829a4a079ae300651e10a077","id":"1a4ab555-041c-4be4-995f-478f89b3f8f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet"}]} 2018-07-22 16:00:17,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-19226f35-a65d-41b5-9c8b-73cbc9438351 2018-07-22 16:00:17,054 - OpenStackNetwork - DEBUG - Network [701460d4-74ba-4e8f-b13d-48959a8ee12f] created successfully 2018-07-22 16:00:17,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:17,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:17,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["4p0z3MJxSlOsH8w_bwroEw"], "issued_at": "2018-07-22T16:00:17.000000Z"}} 2018-07-22 16:00:17,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17244dc483394214e8036b44097fdb3b81bb62b7" 2018-07-22 16:00:17,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceae2732-8bd3-4289-89eb-97caadf00c4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:17,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ceae2732-8bd3-4289-89eb-97caadf00c4f 2018-07-22 16:00:17,611 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:00:17,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17244dc483394214e8036b44097fdb3b81bb62b7" 2018-07-22 16:00:17,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69fc14f9-97d7-4595-a729-bf0bda505ac1 x-compute-request-id: req-69fc14f9-97d7-4595-a729-bf0bda505ac1 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:00:17,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-69fc14f9-97d7-4595-a729-bf0bda505ac1 2018-07-22 16:00:17,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17244dc483394214e8036b44097fdb3b81bb62b7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-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-07-22 16:00:17,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6df1269f-bb4c-44bb-9769-e316d154d3be x-compute-request-id: req-6df1269f-bb4c-44bb-9769-e316d154d3be Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/80523966-e687-41d4-8637-14982d86cea1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/80523966-e687-41d4-8637-14982d86cea1", "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": "80523966-e687-41d4-8637-14982d86cea1"}} 2018-07-22 16:00:17,833 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6df1269f-bb4c-44bb-9769-e316d154d3be 2018-07-22 16:00:17,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:17,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:18,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3f97bdd6482b4627aac2f9cb9779350b", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role"}], "expires_at": "2018-07-22T17:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "294600cd829a4a079ae300651e10a077", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-user", "id": "8ded49f33deb4933951152a5f9361f26"}, "audit_ids": ["YnGJQpgRTECO-E5W6e5HRw"], "issued_at": "2018-07-22T16:00:18.000000Z"}} 2018-07-22 16:00:18,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:18,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46602ac7-8566-4a86-9d36-20eecc214ab8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:18,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-46602ac7-8566-4a86-9d36-20eecc214ab8 2018-07-22 16:00:18,237 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:00:18,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:18,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-601e1048-9f62-4caf-869a-cf395467fceb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:18,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-601e1048-9f62-4caf-869a-cf395467fceb 2018-07-22 16:00:18,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:18,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b306f3c8-14c4-46bb-a3da-681087a9e5e5 Date: Sun, 22 Jul 2018 16:00: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":["1a4ab555-041c-4be4-995f-478f89b3f8f8"],"updated_at":"2018-07-22T16:00:16Z","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"294600cd829a4a079ae300651e10a077","id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net"}]} 2018-07-22 16:00:18,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net used request id req-b306f3c8-14c4-46bb-a3da-681087a9e5e5 2018-07-22 16:00:18,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:18,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:18,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:18,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-738675ec-2fcf-4af6-a421-853c257aa66d Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "294600cd829a4a079ae300651e10a077", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}} 2018-07-22 16:00:18,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 used request id req-738675ec-2fcf-4af6-a421-853c257aa66d 2018-07-22 16:00:18,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:18,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8d212db6-71a2-4688-ab72-62e2232a778f Date: Sun, 22 Jul 2018 16:00:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:16Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"294600cd829a4a079ae300651e10a077","id":"1a4ab555-041c-4be4-995f-478f89b3f8f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet"}]} 2018-07-22 16:00:18,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-8d212db6-71a2-4688-ab72-62e2232a778f 2018-07-22 16:00:18,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f&mac_address=foo&name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffcport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:18,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-86c20cad-bd9e-4c48-b016-32da9bfa4ca2 Date: Sun, 22 Jul 2018 16:00:18 GMT RESP BODY: {"ports":[]} 2018-07-22 16:00:18,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f&mac_address=foo&name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffcport-1&admin_state_up=True used request id req-86c20cad-bd9e-4c48-b016-32da9bfa4ca2 2018-07-22 16:00:18,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:18,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4d71f4b-5d4c-4378-aeec-48e00d0ca210 x-compute-request-id: req-b4d71f4b-5d4c-4378-aeec-48e00d0ca210 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:00:18,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-inst used request id req-b4d71f4b-5d4c-4378-aeec-48e00d0ca210 2018-07-22 16:00:19,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:19,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-96b9cf7e-6ee9-4a30-b38d-5231f1fbd4ec Date: Sun, 22 Jul 2018 16:00: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":["1a4ab555-041c-4be4-995f-478f89b3f8f8"],"updated_at":"2018-07-22T16:00:16Z","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"294600cd829a4a079ae300651e10a077","id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net"}]} 2018-07-22 16:00:19,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net used request id req-96b9cf7e-6ee9-4a30-b38d-5231f1fbd4ec 2018-07-22 16:00:19,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:19,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2692de-d566-4260-8534-db207999163c Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "294600cd829a4a079ae300651e10a077", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}} 2018-07-22 16:00:19,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 used request id req-4f2692de-d566-4260-8534-db207999163c 2018-07-22 16:00:19,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:19,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d1d859e7-4ff7-4268-a0a3-973ebdf79217 Date: Sun, 22 Jul 2018 16:00:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:16Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"294600cd829a4a079ae300651e10a077","id":"1a4ab555-041c-4be4-995f-478f89b3f8f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet"}]} 2018-07-22 16:00:19,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-d1d859e7-4ff7-4268-a0a3-973ebdf79217 2018-07-22 16:00:19,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f&mac_address=foo&name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffcport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:19,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a8535418-6340-4a9d-a0a8-17356b78958d Date: Sun, 22 Jul 2018 16:00:19 GMT RESP BODY: {"ports":[]} 2018-07-22 16:00:19,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f&mac_address=foo&name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffcport-1&admin_state_up=True used request id req-a8535418-6340-4a9d-a0a8-17356b78958d 2018-07-22 16:00:19,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:19,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:19,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3f97bdd6482b4627aac2f9cb9779350b", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role"}], "expires_at": "2018-07-22T17:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "294600cd829a4a079ae300651e10a077", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_294600cd829a4a079ae300651e10a077", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_294600cd829a4a079ae300651e10a077", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-user", "id": "8ded49f33deb4933951152a5f9361f26"}, "audit_ids": ["ySEHU1CLRMSsg77uFT-m6A"], "issued_at": "2018-07-22T16:00:19.000000Z"}} 2018-07-22 16:00:19,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dd88163c51a0308b733c02d5dd47ee08831c7ab" 2018-07-22 16:00:19,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd365009-3c8e-41b0-8272-35e09be8c492 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:19,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dd365009-3c8e-41b0-8272-35e09be8c492 2018-07-22 16:00:19,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:19,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-42fd103c-4eb7-4966-ac14-9b841be54122 Date: Sun, 22 Jul 2018 16:00: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":["1a4ab555-041c-4be4-995f-478f89b3f8f8"],"updated_at":"2018-07-22T16:00:16Z","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"294600cd829a4a079ae300651e10a077","id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net"}]} 2018-07-22 16:00:19,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net used request id req-42fd103c-4eb7-4966-ac14-9b841be54122 2018-07-22 16:00:19,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:19,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d115dd2f-8993-413b-9978-8fafbf896e1c Date: Sun, 22 Jul 2018 16:00:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:16Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"294600cd829a4a079ae300651e10a077","id":"1a4ab555-041c-4be4-995f-478f89b3f8f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet"}]} 2018-07-22 16:00:19,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-d115dd2f-8993-413b-9978-8fafbf896e1c 2018-07-22 16:00:19,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:20,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-93f4c49d-7455-4e86-9e7f-32659c42d3e0 Date: Sun, 22 Jul 2018 16:00:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1a4ab555-041c-4be4-995f-478f89b3f8f8"],"updated_at":"2018-07-22T16:00:16Z","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"294600cd829a4a079ae300651e10a077","id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net"}]} 2018-07-22 16:00:20,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net used request id req-93f4c49d-7455-4e86-9e7f-32659c42d3e0 2018-07-22 16:00:20,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:20,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:20,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dd88163c51a0308b733c02d5dd47ee08831c7ab" 2018-07-22 16:00:20,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349d0a8a-426f-4c95-b151-3e8b8551f290 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "294600cd829a4a079ae300651e10a077", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}} 2018-07-22 16:00:20,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 used request id req-349d0a8a-426f-4c95-b151-3e8b8551f290 2018-07-22 16:00:20,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" 2018-07-22 16:00:20,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ba35d6d7-35e6-4877-9ec8-3e4cca09d371 Date: Sun, 22 Jul 2018 16:00:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"701460d4-74ba-4e8f-b13d-48959a8ee12f","tenant_id":"294600cd829a4a079ae300651e10a077","created_at":"2018-07-22T16:00:16Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"294600cd829a4a079ae300651e10a077","id":"1a4ab555-041c-4be4-995f-478f89b3f8f8","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet"}]} 2018-07-22 16:00:20,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-ba35d6d7-35e6-4877-9ec8-3e4cca09d371 2018-07-22 16:00:20,160 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net 2018-07-22 16:00:20,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c438e68b1341750430a90f7d888f07505b5c6f9d" -d '{"port": {"network_id": "701460d4-74ba-4e8f-b13d-48959a8ee12f", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffcport-1", "admin_state_up": true}}' 2018-07-22 16:00:20,176 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-9aeb3911-a5ef-48ad-8580-29a2696011cc Date: Sun, 22 Jul 2018 16:00:20 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-07-22 16:00:20,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-9aeb3911-a5ef-48ad-8580-29a2696011cc 2018-07-22 16:00:20,176 - 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-07-22 16:00:20,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/80523966-e687-41d4-8637-14982d86cea1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17244dc483394214e8036b44097fdb3b81bb62b7" 2018-07-22 16:00:20,211 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:00: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-6c1d4cda-942a-4091-8e92-ecb52b4ac386 x-compute-request-id: req-6c1d4cda-942a-4091-8e92-ecb52b4ac386 Content-Length: 0 Content-Type: application/json 2018-07-22 16:00:20,212 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/80523966-e687-41d4-8637-14982d86cea1 used request id req-6c1d4cda-942a-4091-8e92-ecb52b4ac386 2018-07-22 16:00:20,212 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet 2018-07-22 16:00:20,213 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-subnet 2018-07-22 16:00:20,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/1a4ab555-041c-4be4-995f-478f89b3f8f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" 2018-07-22 16:00:21,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc0bcff5-d030-4d9a-9679-fc608d051053 Date: Sun, 22 Jul 2018 16:00:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:21,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/1a4ab555-041c-4be4-995f-478f89b3f8f8 used request id req-cc0bcff5-d030-4d9a-9679-fc608d051053 2018-07-22 16:00:21,439 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-pub-net 2018-07-22 16:00:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/701460d4-74ba-4e8f-b13d-48959a8ee12f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ede5cb953ae7470bbf05b6eedfc84b4641ddaa3" 2018-07-22 16:00:22,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac9ab312-7bf4-4d23-947d-af72d8c267e4 Date: Sun, 22 Jul 2018 16:00:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:22,912 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/701460d4-74ba-4e8f-b13d-48959a8ee12f used request id req-ac9ab312-7bf4-4d23-947d-af72d8c267e4 2018-07-22 16:00:22,913 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-2891a6fe-a8fc-4163-83f6-d115a859bffc-image 2018-07-22 16:00:22,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b3c04b000f8b267c684a818e689022b59eee15b" 2018-07-22 16:00:23,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4743990b-0710-430f-bc5f-1cd3705c6a1f Date: Sun, 22 Jul 2018 16:00:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:00:23,225 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7af4eee8-70c7-4875-abd9-750fc2915041 used request id req-4743990b-0710-430f-bc5f-1cd3705c6a1f 2018-07-22 16:00:23,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:23,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-3a0d0f23-5fc7-43c5-8dab-ad6339aee0fb Date: Sun, 22 Jul 2018 16:00:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "294600cd829a4a079ae300651e10a077", "created_at": "2018-07-22T16:00:15Z", "updated_at": "2018-07-22T16:00:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:15Z", "revision_number": 0, "id": "54777742-54f7-4761-adcf-0fbf75674ade", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:15Z", "security_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "tenant_id": "294600cd829a4a079ae300651e10a077", "port_range_min": null, "ethertype": "IPv6", "project_id": "294600cd829a4a079ae300651e10a077"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:15Z", "revision_number": 0, "id": "580a0eff-ea52-49a0-b4ca-ec81afb43090", "remote_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:15Z", "security_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "tenant_id": "294600cd829a4a079ae300651e10a077", "port_range_min": null, "ethertype": "IPv6", "project_id": "294600cd829a4a079ae300651e10a077"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:15Z", "revision_number": 0, "id": "be293f22-2f2d-4ab8-a841-9ac8014b5bfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:15Z", "security_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "tenant_id": "294600cd829a4a079ae300651e10a077", "port_range_min": null, "ethertype": "IPv4", "project_id": "294600cd829a4a079ae300651e10a077"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:15Z", "revision_number": 0, "id": "ed822830-4949-4c3c-ac28-74f9fe1457fc", "remote_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:15Z", "security_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "tenant_id": "294600cd829a4a079ae300651e10a077", "port_range_min": null, "ethertype": "IPv4", "project_id": "294600cd829a4a079ae300651e10a077"}], "revision_number": 4, "project_id": "294600cd829a4a079ae300651e10a077", "id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:00:23,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-3a0d0f23-5fc7-43c5-8dab-ad6339aee0fb 2018-07-22 16:00:23,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:23,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-800426ea-48aa-4b03-8f21-49f5d66539db 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:00:23,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-800426ea-48aa-4b03-8f21-49f5d66539db 2018-07-22 16:00:23,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:23,672 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22d61f16-e3b7-42e6-90d7-c08c1c9fb1f7 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:23,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-22d61f16-e3b7-42e6-90d7-c08c1c9fb1f7 2018-07-22 16:00:23,673 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:23,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:23,758 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ff7dad5-22ad-4da6-8334-dffa396c9166 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:23,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-4ff7dad5-22ad-4da6-8334-dffa396c9166 2018-07-22 16:00:23,758 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:23,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:23,846 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e06fa1ed-5908-4275-9945-8f7f95565354 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:23,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-e06fa1ed-5908-4275-9945-8f7f95565354 2018-07-22 16:00:23,847 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:23,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:23,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2082e3f-3e2b-4a87-9de1-0cc8c8f6ad67 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:00:23,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-c2082e3f-3e2b-4a87-9de1-0cc8c8f6ad67 2018-07-22 16:00:23,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:24,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc152a9-824a-412e-ae7b-ea8477d28055 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "294600cd829a4a079ae300651e10a077", "name": "CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj"}} 2018-07-22 16:00:24,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 used request id req-bdc152a9-824a-412e-ae7b-ea8477d28055 2018-07-22 16:00:24,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c55acce9-7f48-48bb-a736-80df6a0338d4 2018-07-22 16:00:24,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c55acce9-7f48-48bb-a736-80df6a0338d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:24,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5ba6fd93-4da7-4a22-8f06-c56a3b6b7e04 Date: Sun, 22 Jul 2018 16:00:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:15Z", "security_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "port_range_min": null, "revision_number": 0, "tenant_id": "294600cd829a4a079ae300651e10a077", "created_at": "2018-07-22T16:00:15Z", "project_id": "294600cd829a4a079ae300651e10a077", "id": "54777742-54f7-4761-adcf-0fbf75674ade"}, {"remote_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:15Z", "security_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "port_range_min": null, "revision_number": 0, "tenant_id": "294600cd829a4a079ae300651e10a077", "created_at": "2018-07-22T16:00:15Z", "project_id": "294600cd829a4a079ae300651e10a077", "id": "580a0eff-ea52-49a0-b4ca-ec81afb43090"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:15Z", "security_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "port_range_min": null, "revision_number": 0, "tenant_id": "294600cd829a4a079ae300651e10a077", "created_at": "2018-07-22T16:00:15Z", "project_id": "294600cd829a4a079ae300651e10a077", "id": "be293f22-2f2d-4ab8-a841-9ac8014b5bfa"}, {"remote_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:15Z", "security_group_id": "c55acce9-7f48-48bb-a736-80df6a0338d4", "port_range_min": null, "revision_number": 0, "tenant_id": "294600cd829a4a079ae300651e10a077", "created_at": "2018-07-22T16:00:15Z", "project_id": "294600cd829a4a079ae300651e10a077", "id": "ed822830-4949-4c3c-ac28-74f9fe1457fc"}]} 2018-07-22 16:00:24,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c55acce9-7f48-48bb-a736-80df6a0338d4 used request id req-5ba6fd93-4da7-4a22-8f06-c56a3b6b7e04 2018-07-22 16:00:24,050 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:00:24,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c55acce9-7f48-48bb-a736-80df6a0338d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:24,225 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf1dd19e-8b8b-484a-b148-d6d349ee0353 Content-Length: 0 Date: Sun, 22 Jul 2018 16:00:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:24,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c55acce9-7f48-48bb-a736-80df6a0338d4 used request id req-cf1dd19e-8b8b-484a-b148-d6d349ee0353 2018-07-22 16:00:24,226 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj 2018-07-22 16:00:24,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:24,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-567ad776-2e18-42db-9c46-b209a5ffa5a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:24,513 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/294600cd829a4a079ae300651e10a077 used request id req-567ad776-2e18-42db-9c46-b209a5ffa5a9 2018-07-22 16:00:24,514 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-12a55e11-bd78-49b-proj-role 2018-07-22 16:00:24,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3f97bdd6482b4627aac2f9cb9779350b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:24,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-722b27d8-1bb5-4496-8a21-64bf853faea8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:24,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3f97bdd6482b4627aac2f9cb9779350b used request id req-722b27d8-1bb5-4496-8a21-64bf853faea8 2018-07-22 16:00:24,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31ae7a867a9024fdb43da9e2a095c4224e1c77" 2018-07-22 16:00:24,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8867fc2c-28f4-4d5d-aa56-95ea07b53191 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:00:24,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8867fc2c-28f4-4d5d-aa56-95ea07b53191 2018-07-22 16:00:24,702 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-12a55e11-bd78-49b-user 2018-07-22 16:00:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8ded49f33deb4933951152a5f9361f26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d94806eb300a90abe1d8d606efd599ffa4f9d3f" 2018-07-22 16:00:24,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbf97e25-3ec2-4edb-93e3-bcb14370d151 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:24,873 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8ded49f33deb4933951152a5f9361f26 used request id req-bbf97e25-3ec2-4edb-93e3-bcb14370d151 2018-07-22 16:00:24,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:25,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["RYoMBJgRQ6mbGd7FH4ut9w"], "issued_at": "2018-07-22T16:00:25.000000Z"}} 2018-07-22 16:00:25,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65449b1b4ed216aa07b733218f3978c33becbcf2" 2018-07-22 16:00:25,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b12288-f502-4b7e-b2d6-84a49e23427f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:25,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-91b12288-f502-4b7e-b2d6-84a49e23427f 2018-07-22 16:00:25,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:25,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:25,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["WEMzZ7kzTEio7T13rpcgNw"], "issued_at": "2018-07-22T16:00:25.000000Z"}} 2018-07-22 16:00:25,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:25,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c8d9a09-c3e9-42b1-9077-83518cd95b7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:25,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6c8d9a09-c3e9-42b1-9077-83518cd95b7e 2018-07-22 16:00:25,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:25,738 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:25,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:25,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f09958f-5ef3-4252-b266-acc9b087fd31 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:00:25,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj used request id req-9f09958f-5ef3-4252-b266-acc9b087fd31 2018-07-22 16:00:25,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:25,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4359cbe7-f187-4aaa-8088-e66b25491b5c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:00:25,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4359cbe7-f187-4aaa-8088-e66b25491b5c 2018-07-22 16:00:25,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}}' 2018-07-22 16:00:26,076 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-831ab343-ae5a-4222-885a-9a624f17a545 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "id": "4675062d4c01452499d56cef452f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}} 2018-07-22 16:00:26,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-831ab343-ae5a-4222-885a-9a624f17a545 2018-07-22 16:00:26,076 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj 2018-07-22 16:00:26,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:26,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:26,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-ueZeduHSV-PSxxYR6TGbQ"], "issued_at": "2018-07-22T16:00:26.000000Z"}} 2018-07-22 16:00:26,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a72196fa72dfc3724f70a7d7189857c9071bf4" 2018-07-22 16:00:26,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97a944de-bfab-459f-af1f-a89bf903531b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:26,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-97a944de-bfab-459f-af1f-a89bf903531b 2018-07-22 16:00:26,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:26,557 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:26,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a72196fa72dfc3724f70a7d7189857c9071bf4" 2018-07-22 16:00:26,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf770ed6-f287-4276-b23d-a8ea9708e9d1 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:00:26,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-cf770ed6-f287-4276-b23d-a8ea9708e9d1 2018-07-22 16:00:26,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a72196fa72dfc3724f70a7d7189857c9071bf4" 2018-07-22 16:00:26,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b45a864c-87ce-4247-81f7-acb03eff6335 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "id": "4675062d4c01452499d56cef452f99b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}]} 2018-07-22 16:00:26,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj used request id req-b45a864c-87ce-4247-81f7-acb03eff6335 2018-07-22 16:00:26,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a72196fa72dfc3724f70a7d7189857c9071bf4" 2018-07-22 16:00:26,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40dd37b6-da82-4ff2-8cac-3771db6f33a6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:00:26,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-40dd37b6-da82-4ff2-8cac-3771db6f33a6 2018-07-22 16:00:27,154 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-user 2018-07-22 16:00:27,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:27,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:27,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b8702a5-1c3d-450e-a53b-6e03c6527664 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:00:27,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0b8702a5-1c3d-450e-a53b-6e03c6527664 2018-07-22 16:00:27,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" -d '{"role": {"name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role"}}' 2018-07-22 16:00:27,353 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c704fc6f-9c87-4d7f-bae8-edce09865981 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "847ea54f651f4003aad44b723b37e602", "links": {"self": "http://172.30.9.28:5000/v3/roles/847ea54f651f4003aad44b723b37e602"}, "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role"}} 2018-07-22 16:00:27,353 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c704fc6f-9c87-4d7f-bae8-edce09865981 2018-07-22 16:00:27,353 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role 2018-07-22 16:00:27,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/847ea54f651f4003aad44b723b37e602 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:27,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ac1298f-6706-47d7-a8c6-d20a55b2851f Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "847ea54f651f4003aad44b723b37e602", "links": {"self": "http://172.30.9.28:5000/v3/roles/847ea54f651f4003aad44b723b37e602"}, "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role"}} 2018-07-22 16:00:27,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/847ea54f651f4003aad44b723b37e602 used request id req-4ac1298f-6706-47d7-a8c6-d20a55b2851f 2018-07-22 16:00:27,443 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role to project CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj 2018-07-22 16:00:27,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7/users/9cd218bcbc3c461eac4c940daf4e8f54/roles/847ea54f651f4003aad44b723b37e602 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:27,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6a0fe36-9d21-480f-890c-8aac594c558b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:27,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7/users/9cd218bcbc3c461eac4c940daf4e8f54/roles/847ea54f651f4003aad44b723b37e602 used request id req-d6a0fe36-9d21-480f-890c-8aac594c558b 2018-07-22 16:00:27,559 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:00:27,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:27,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:28,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "847ea54f651f4003aad44b723b37e602", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role"}], "expires_at": "2018-07-22T17:00:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-user", "id": "9cd218bcbc3c461eac4c940daf4e8f54"}, "audit_ids": ["QJl21M5tTBqWWLN38YFBhg"], "issued_at": "2018-07-22T16:00:28.000000Z"}} 2018-07-22 16:00:28,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" 2018-07-22 16:00:28,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce92f614-0912-4f45-809a-8d8709bbee82 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:28,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ce92f614-0912-4f45-809a-8d8709bbee82 2018-07-22 16:00:28,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" 2018-07-22 16:00:28,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-351d41e0-20e0-4450-ad0e-6e0673a6c535 Date: Sun, 22 Jul 2018 16:00:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image"} 2018-07-22 16:00:28,668 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image used request id req-351d41e0-20e0-4450-ad0e-6e0673a6c535 2018-07-22 16:00:28,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" 2018-07-22 16:00:28,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-428a0ee8-0cdd-40af-ae0f-69073f1d3375 Date: Sun, 22 Jul 2018 16:00:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:00:28,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-428a0ee8-0cdd-40af-ae0f-69073f1d3375 2018-07-22 16:00:28,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image"}' 2018-07-22 16:00:28,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e59cda40-93ba-43b3-b135-394178b02fff Date: Sun, 22 Jul 2018 16:00:28 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:00:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:00:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "min_disk": 0, "protected": false, "id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "file": "/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c/file", "checksum": null, "owner": "4675062d4c01452499d56cef452f99b7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:00:28,720 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e59cda40-93ba-43b3-b135-394178b02fff 2018-07-22 16:00:28,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" -d '' 2018-07-22 16:00:29,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4011c090-daa7-426b-a3cd-5d54f858e28a Date: Sun, 22 Jul 2018 16:00:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:00:29,121 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c/file used request id req-4011c090-daa7-426b-a3cd-5d54f858e28a 2018-07-22 16:00:29,122 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:00:29,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" 2018-07-22 16:00:29,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3b2313be-8ec1-4092-8762-4d6fdc7c1ef2 Date: Sun, 22 Jul 2018 16:00:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:00:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:00:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/84354acc-85cf-44d4-8f21-bcc4521f912c/snap", "metadata": {}}], "self": "/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "min_disk": 0, "protected": false, "id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "file": "/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4675062d4c01452499d56cef452f99b7", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/84354acc-85cf-44d4-8f21-bcc4521f912c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:00:29,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c used request id req-3b2313be-8ec1-4092-8762-4d6fdc7c1ef2 2018-07-22 16:00:29,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" 2018-07-22 16:00:29,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f086b760-3c9d-45e4-8191-bbb7cf6dfa18 Date: Sun, 22 Jul 2018 16:00: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-07-22 16:00:29,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f086b760-3c9d-45e4-8191-bbb7cf6dfa18 2018-07-22 16:00:29,152 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image 2018-07-22 16:00:29,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" 2018-07-22 16:00:29,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-77b636ca-91cf-4158-85bb-7964a61af143 Date: Sun, 22 Jul 2018 16:00:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:00:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:00:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/84354acc-85cf-44d4-8f21-bcc4521f912c/snap", "metadata": {}}], "self": "/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "min_disk": 0, "protected": false, "id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "file": "/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4675062d4c01452499d56cef452f99b7", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/84354acc-85cf-44d4-8f21-bcc4521f912c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:00:29,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c used request id req-77b636ca-91cf-4158-85bb-7964a61af143 2018-07-22 16:00:29,177 - create_image - DEBUG - Instance status is - active 2018-07-22 16:00:29,178 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image 2018-07-22 16:00:29,178 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image 2018-07-22 16:00:29,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:29,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:29,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "847ea54f651f4003aad44b723b37e602", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role"}], "expires_at": "2018-07-22T17:00:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-user", "id": "9cd218bcbc3c461eac4c940daf4e8f54"}, "audit_ids": ["YrVww1rMQby-yulH0zAFLA"], "issued_at": "2018-07-22T16:00:29.000000Z"}} 2018-07-22 16:00:29,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" 2018-07-22 16:00:29,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b591415-d7a5-4df0-976f-4c96cb700713 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:29,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5b591415-d7a5-4df0-976f-4c96cb700713 2018-07-22 16:00:29,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" 2018-07-22 16:00:29,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-12e88de4-2d43-481d-99d7-293ae58b891c Date: Sun, 22 Jul 2018 16:00:29 GMT RESP BODY: {"networks":[]} 2018-07-22 16:00:29,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net used request id req-12e88de4-2d43-481d-99d7-293ae58b891c 2018-07-22 16:00:29,848 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net 2018-07-22 16:00:29,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" -d '{"network": {"name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net", "admin_state_up": true}}' 2018-07-22 16:00:30,356 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-15b16a80-5f89-454f-b811-916dada4501e Date: Sun, 22 Jul 2018 16:00:30 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:00:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}} 2018-07-22 16:00:30,357 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-15b16a80-5f89-454f-b811-916dada4501e 2018-07-22 16:00:30,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" 2018-07-22 16:00:30,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-e6c6133a-333c-4f12-90c9-d9bce9d1f65c Date: Sun, 22 Jul 2018 16:00: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-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:30,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-e6c6133a-333c-4f12-90c9-d9bce9d1f65c 2018-07-22 16:00:30,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" 2018-07-22 16:00:30,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c3708ff2-7192-4e1d-993b-07d36fa986df Date: Sun, 22 Jul 2018 16:00:30 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:00:30,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-c3708ff2-7192-4e1d-993b-07d36fa986df 2018-07-22 16:00:30,708 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet 2018-07-22 16:00:30,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" -d '{"subnets": [{"ip_version": 4, "network_id": "fc32b823-c58c-4cdb-89b7-6b7ce59c17d9", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]}' 2018-07-22 16:00:31,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-422567b0-67ca-4a42-80c7-c6858b36b1ed Date: Sun, 22 Jul 2018 16:00:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:31,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-422567b0-67ca-4a42-80c7-c6858b36b1ed 2018-07-22 16:00:31,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" 2018-07-22 16:00:31,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-990cbf35-5cf9-4de6-8aa1-715188f70e35 Date: Sun, 22 Jul 2018 16:00: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":["68f9438a-badb-461e-a60a-66ea4b9a1dca"],"updated_at":"2018-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:31,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-990cbf35-5cf9-4de6-8aa1-715188f70e35 2018-07-22 16:00:31,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" 2018-07-22 16:00:31,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e77dd52d-db37-4f37-b6a0-c0819131462e Date: Sun, 22 Jul 2018 16:00:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:31,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-e77dd52d-db37-4f37-b6a0-c0819131462e 2018-07-22 16:00:31,687 - OpenStackNetwork - DEBUG - Network [fc32b823-c58c-4cdb-89b7-6b7ce59c17d9] created successfully 2018-07-22 16:00:31,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:31,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:32,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["yGcN6W-dS4SPaFORpZj3PA"], "issued_at": "2018-07-22T16:00:32.000000Z"}} 2018-07-22 16:00:32,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52de01508375f47b043269385055ef9642dfbb1" 2018-07-22 16:00:32,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319b607a-953c-4773-bbac-aa01b8a02065 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:32,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-319b607a-953c-4773-bbac-aa01b8a02065 2018-07-22 16:00:32,148 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:00:32,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52de01508375f47b043269385055ef9642dfbb1" 2018-07-22 16:00:32,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-3926d593-79ed-43c4-b3f5-53e686773ccd x-compute-request-id: req-3926d593-79ed-43c4-b3f5-53e686773ccd Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:00:32,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3926d593-79ed-43c4-b3f5-53e686773ccd 2018-07-22 16:00:32,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52de01508375f47b043269385055ef9642dfbb1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-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-07-22 16:00:32,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-588c7c1b-b0b3-4f55-bb4d-de8fffda6536 x-compute-request-id: req-588c7c1b-b0b3-4f55-bb4d-de8fffda6536 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "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": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f"}} 2018-07-22 16:00:32,424 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-588c7c1b-b0b3-4f55-bb4d-de8fffda6536 2018-07-22 16:00:32,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:32,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:32,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "847ea54f651f4003aad44b723b37e602", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role"}], "expires_at": "2018-07-22T17:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-user", "id": "9cd218bcbc3c461eac4c940daf4e8f54"}, "audit_ids": ["qDcvKlUeTuOsfXeng6kUVA"], "issued_at": "2018-07-22T16:00:32.000000Z"}} 2018-07-22 16:00:32,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:32,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7269285d-41f9-4304-957b-692f5d7f272b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:32,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7269285d-41f9-4304-957b-692f5d7f272b 2018-07-22 16:00:32,884 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:00:32,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:32,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c6e602-6a67-49fd-aea6-5d4f963fcb80 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:32,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-55c6e602-6a67-49fd-aea6-5d4f963fcb80 2018-07-22 16:00:32,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-85649dff-1221-4d3e-aad3-77e1da57a1ce Date: Sun, 22 Jul 2018 16:00: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":["68f9438a-badb-461e-a60a-66ea4b9a1dca"],"updated_at":"2018-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:33,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net used request id req-85649dff-1221-4d3e-aad3-77e1da57a1ce 2018-07-22 16:00:33,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:33,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:33,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8df6fb-4f55-4c1b-b04a-e06e135b4a68 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}} 2018-07-22 16:00:33,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 used request id req-7a8df6fb-4f55-4c1b-b04a-e06e135b4a68 2018-07-22 16:00:33,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-502ba0cf-0934-4358-9d54-98bc44177684 Date: Sun, 22 Jul 2018 16:00:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:33,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-502ba0cf-0934-4358-9d54-98bc44177684 2018-07-22 16:00:33,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e79f6636-7ea0-4b7a-a26c-976471b67c12 Date: Sun, 22 Jul 2018 16:00:33 GMT RESP BODY: {"ports":[]} 2018-07-22 16:00:33,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1&admin_state_up=True used request id req-e79f6636-7ea0-4b7a-a26c-976471b67c12 2018-07-22 16:00:33,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d1705fa-67ba-4b9f-a7a4-e46d6eed3d84 x-compute-request-id: req-2d1705fa-67ba-4b9f-a7a4-e46d6eed3d84 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:00:33,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst used request id req-2d1705fa-67ba-4b9f-a7a4-e46d6eed3d84 2018-07-22 16:00:33,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-cbc7b708-334e-4922-acfd-4133a334ac9e Date: Sun, 22 Jul 2018 16:00: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":["68f9438a-badb-461e-a60a-66ea4b9a1dca"],"updated_at":"2018-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:33,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net used request id req-cbc7b708-334e-4922-acfd-4133a334ac9e 2018-07-22 16:00:33,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03190c31-a6f5-4ad5-b03e-b8629e7b66cf Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}} 2018-07-22 16:00:33,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 used request id req-03190c31-a6f5-4ad5-b03e-b8629e7b66cf 2018-07-22 16:00:33,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4a8fc789-eb53-490d-8b13-d82486ccb29f Date: Sun, 22 Jul 2018 16:00:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:33,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-4a8fc789-eb53-490d-8b13-d82486ccb29f 2018-07-22 16:00:33,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:33,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3bd482eb-708a-4ec4-a2ca-03891931f684 Date: Sun, 22 Jul 2018 16:00:33 GMT RESP BODY: {"ports":[]} 2018-07-22 16:00:33,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1&admin_state_up=True used request id req-3bd482eb-708a-4ec4-a2ca-03891931f684 2018-07-22 16:00:33,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:33,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:34,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "847ea54f651f4003aad44b723b37e602", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role"}], "expires_at": "2018-07-22T17:00:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4675062d4c01452499d56cef452f99b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4675062d4c01452499d56cef452f99b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-user", "id": "9cd218bcbc3c461eac4c940daf4e8f54"}, "audit_ids": ["gRbbwWQSTxicmNnazItcfQ"], "issued_at": "2018-07-22T16:00:34.000000Z"}} 2018-07-22 16:00:34,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8bddf898e16fbc051253f20e2c9a481e358053" 2018-07-22 16:00:34,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc955f21-9d1a-4797-b0d3-b7bf40dede4b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:34,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cc955f21-9d1a-4797-b0d3-b7bf40dede4b 2018-07-22 16:00:34,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:34,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8f29215a-34bb-42bb-bff1-b0ad5aea36fe Date: Sun, 22 Jul 2018 16:00: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":["68f9438a-badb-461e-a60a-66ea4b9a1dca"],"updated_at":"2018-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:34,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net used request id req-8f29215a-34bb-42bb-bff1-b0ad5aea36fe 2018-07-22 16:00:34,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:34,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6e930c61-e3c8-402e-8238-d392e1469518 Date: Sun, 22 Jul 2018 16:00:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:34,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-6e930c61-e3c8-402e-8238-d392e1469518 2018-07-22 16:00:34,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:34,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-bc398533-7a1c-4c31-bc95-25c3ebb32e7a Date: Sun, 22 Jul 2018 16:00: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":["68f9438a-badb-461e-a60a-66ea4b9a1dca"],"updated_at":"2018-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:34,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net used request id req-bc398533-7a1c-4c31-bc95-25c3ebb32e7a 2018-07-22 16:00:34,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:34,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:34,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8bddf898e16fbc051253f20e2c9a481e358053" 2018-07-22 16:00:34,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bcbaa2-4dab-4fe3-9d3c-b370344f93f1 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}} 2018-07-22 16:00:34,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 used request id req-21bcbaa2-4dab-4fe3-9d3c-b370344f93f1 2018-07-22 16:00:34,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:34,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f14cdba9-a7ce-48ab-bd34-806a8bcd747c Date: Sun, 22 Jul 2018 16:00:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:34,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-f14cdba9-a7ce-48ab-bd34-806a8bcd747c 2018-07-22 16:00:34,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:34,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7cf03908-dd2c-44ac-b3aa-cd7749d3dfa5 Date: Sun, 22 Jul 2018 16:00:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:34,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet used request id req-7cf03908-dd2c-44ac-b3aa-cd7749d3dfa5 2018-07-22 16:00:34,849 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net 2018-07-22 16:00:34,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" -d '{"port": {"network_id": "fc32b823-c58c-4cdb-89b7-6b7ce59c17d9", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "68f9438a-badb-461e-a60a-66ea4b9a1dca", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1", "admin_state_up": true}}' 2018-07-22 16:00:35,837 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 772 X-Openstack-Request-Id: req-7bd52269-dcde-43d3-a9b9-d6d187361667 Date: Sun, 22 Jul 2018 16:00:35 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:00:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:00:35Z","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"4675062d4c01452499d56cef452f99b7","fixed_ips":[{"subnet_id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","ip_address":"10.55.0.101"}],"id":"08a1d00c-b32c-490c-8d10-15f074bdd568","security_groups":["c6d44a09-7fc6-49e1-b77e-1cfdd570fd01"],"device_id":""}} 2018-07-22 16:00:35,837 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-7bd52269-dcde-43d3-a9b9-d6d187361667 2018-07-22 16:00:35,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:35,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-336da5b0-e747-4491-8c70-675d38109794 Date: Sun, 22 Jul 2018 16:00: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":["68f9438a-badb-461e-a60a-66ea4b9a1dca"],"updated_at":"2018-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:35,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net used request id req-336da5b0-e747-4491-8c70-675d38109794 2018-07-22 16:00:35,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:36,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa2d52f4-7633-4502-aa09-e03d461d08c3 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}} 2018-07-22 16:00:36,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 used request id req-fa2d52f4-7633-4502-aa09-e03d461d08c3 2018-07-22 16:00:36,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:36,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2898d78c-8d10-4c71-800e-268dc7033150 Date: Sun, 22 Jul 2018 16:00:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:36,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-2898d78c-8d10-4c71-800e-268dc7033150 2018-07-22 16:00:36,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:36,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 775 X-Openstack-Request-Id: req-db516e65-3d37-464a-bb74-19a2a2e925af Date: Sun, 22 Jul 2018 16:00:36 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:00:35Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","id":"08a1d00c-b32c-490c-8d10-15f074bdd568","port_security_enabled":true,"project_id":"4675062d4c01452499d56cef452f99b7","fixed_ips":[{"subnet_id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["c6d44a09-7fc6-49e1-b77e-1cfdd570fd01"],"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1"}]} 2018-07-22 16:00:36,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1&admin_state_up=True used request id req-db516e65-3d37-464a-bb74-19a2a2e925af 2018-07-22 16:00:36,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:36,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc3b22d9-9533-482b-b154-4c97b4018107 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}} 2018-07-22 16:00:36,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 used request id req-bc3b22d9-9533-482b-b154-4c97b4018107 2018-07-22 16:00:36,226 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst 2018-07-22 16:00:36,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:36,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-4c8b654e-b3fc-49a8-8b77-e6140cac3ecf x-compute-request-id: req-4c8b654e-b3fc-49a8-8b77-e6140cac3ecf Content-Encoding: gzip Content-Length: 291 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-flavor-name"}]} 2018-07-22 16:00:36,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4c8b654e-b3fc-49a8-8b77-e6140cac3ecf 2018-07-22 16:00:36,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:36,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-a122374a-a0db-41dc-a9e3-a967ede77cdc x-compute-request-id: req-a122374a-a0db-41dc-a9e3-a967ede77cdc Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "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": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f"}} 2018-07-22 16:00:36,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f used request id req-a122374a-a0db-41dc-a9e3-a967ede77cdc 2018-07-22 16:00:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:36,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-893a9f73-e83a-49a1-9354-c55a87af5d13 Date: Sun, 22 Jul 2018 16:00:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:00:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:00:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/84354acc-85cf-44d4-8f21-bcc4521f912c/snap", "metadata": {}}], "self": "/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "min_disk": 0, "protected": false, "id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "file": "/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4675062d4c01452499d56cef452f99b7", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/84354acc-85cf-44d4-8f21-bcc4521f912c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image"} 2018-07-22 16:00:36,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image used request id req-893a9f73-e83a-49a1-9354-c55a87af5d13 2018-07-22 16:00:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:36,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e9bb634d-8018-424d-9bd1-d726d937685e Date: Sun, 22 Jul 2018 16:00: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-07-22 16:00:36,480 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e9bb634d-8018-424d-9bd1-d726d937685e 2018-07-22 16:00:36,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" -d '{"server": {"name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst", "imageRef": "84354acc-85cf-44d4-8f21-bcc4521f912c", "flavorRef": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "max_count": 1, "min_count": 1, "networks": [{"port": "08a1d00c-b32c-490c-8d10-15f074bdd568"}]}}' 2018-07-22 16:00:37,181 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-20f58ee5-feb0-44fb-b3b1-297d364b624e x-compute-request-id: req-20f58ee5-feb0-44fb-b3b1-297d364b624e Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "82d9067b-3e75-4ebb-a25a-dab2eab95216", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "bookmark"}], "adminPass": "R3upj7bqBzgA"}} 2018-07-22 16:00:37,182 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-20f58ee5-feb0-44fb-b3b1-297d364b624e 2018-07-22 16:00:37,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:37,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-8253fc72-3848-4855-b2c9-5d99559afaf3 x-compute-request-id: req-8253fc72-3848-4855-b2c9-5d99559afaf3 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "bookmark"}], "image": {"id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "links": [{"href": "http://172.30.9.28:8774/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "links": [{"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "bookmark"}]}, "id": "82d9067b-3e75-4ebb-a25a-dab2eab95216", "user_id": "9cd218bcbc3c461eac4c940daf4e8f54", "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-07-22T16:00:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst", "created": "2018-07-22T16:00:37Z", "tenant_id": "4675062d4c01452499d56cef452f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:00:37,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-8253fc72-3848-4855-b2c9-5d99559afaf3 2018-07-22 16:00:37,467 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst 2018-07-22 16:00:37,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:37,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-1cccdb86-9fa0-40ae-a9ee-eb65f69b8233 x-compute-request-id: req-1cccdb86-9fa0-40ae-a9ee-eb65f69b8233 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "bookmark"}], "image": {"id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "links": [{"href": "http://172.30.9.28:8774/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "links": [{"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "bookmark"}]}, "id": "82d9067b-3e75-4ebb-a25a-dab2eab95216", "user_id": "9cd218bcbc3c461eac4c940daf4e8f54", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:00:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst", "created": "2018-07-22T16:00:37Z", "tenant_id": "4675062d4c01452499d56cef452f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:00:37,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-1cccdb86-9fa0-40ae-a9ee-eb65f69b8233 2018-07-22 16:00:37,747 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst] is - BUILD 2018-07-22 16:00:37,747 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:00:40,750 - create_instance - DEBUG - VM status query timeout in 896.716814041 2018-07-22 16:00:40,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:41,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-5ad694a0-86dd-4edd-bf2f-c8361a7191be x-compute-request-id: req-5ad694a0-86dd-4edd-bf2f-c8361a7191be Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "bookmark"}], "image": {"id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "links": [{"href": "http://172.30.9.28:8774/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "links": [{"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "bookmark"}]}, "id": "82d9067b-3e75-4ebb-a25a-dab2eab95216", "security_groups": [{"name": "default"}], "user_id": "9cd218bcbc3c461eac4c940daf4e8f54", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:00:38Z", "hostId": "fd3e9502ee085bb5de24dee62e3b72fde38d0ad2cd73414586de96e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst", "created": "2018-07-22T16:00:37Z", "tenant_id": "4675062d4c01452499d56cef452f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:00:41,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-5ad694a0-86dd-4edd-bf2f-c8361a7191be 2018-07-22 16:00:41,330 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst] is - BUILD 2018-07-22 16:00:41,330 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:00:44,334 - create_instance - DEBUG - VM status query timeout in 893.13376689 2018-07-22 16:00:44,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:44,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00: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-e7bbcc06-b480-41f4-a5e5-a058f787fcaa x-compute-request-id: req-e7bbcc06-b480-41f4-a5e5-a058f787fcaa Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "bookmark"}], "image": {"id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "links": [{"href": "http://172.30.9.28:8774/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:00:41.000000", "flavor": {"id": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "links": [{"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "bookmark"}]}, "id": "82d9067b-3e75-4ebb-a25a-dab2eab95216", "security_groups": [{"name": "default"}], "user_id": "9cd218bcbc3c461eac4c940daf4e8f54", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:00:42Z", "hostId": "fd3e9502ee085bb5de24dee62e3b72fde38d0ad2cd73414586de96e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst", "created": "2018-07-22T16:00:37Z", "tenant_id": "4675062d4c01452499d56cef452f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:00:44,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-e7bbcc06-b480-41f4-a5e5-a058f787fcaa 2018-07-22 16:00:44,771 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst] is - ACTIVE 2018-07-22 16:00:44,771 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:00:44,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:44,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00: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-9cc4c946-d9dc-434f-8f4e-6d3d9636e8bb x-compute-request-id: req-9cc4c946-d9dc-434f-8f4e-6d3d9636e8bb Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "bookmark"}], "image": {"id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "links": [{"href": "http://172.30.9.28:8774/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:00:41.000000", "flavor": {"id": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "links": [{"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "bookmark"}]}, "id": "82d9067b-3e75-4ebb-a25a-dab2eab95216", "security_groups": [{"name": "default"}], "user_id": "9cd218bcbc3c461eac4c940daf4e8f54", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:00:42Z", "hostId": "fd3e9502ee085bb5de24dee62e3b72fde38d0ad2cd73414586de96e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst", "created": "2018-07-22T16:00:37Z", "tenant_id": "4675062d4c01452499d56cef452f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:00:44,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-9cc4c946-d9dc-434f-8f4e-6d3d9636e8bb 2018-07-22 16:00:44,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:45,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3b19e589-9696-4ed8-aa9e-2d5a9cdd930f Date: Sun, 22 Jul 2018 16:00: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":["68f9438a-badb-461e-a60a-66ea4b9a1dca"],"updated_at":"2018-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:45,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net used request id req-3b19e589-9696-4ed8-aa9e-2d5a9cdd930f 2018-07-22 16:00:45,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:45,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f673d36a-6ffb-4896-988e-fef1bcd9eb8d Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}} 2018-07-22 16:00:45,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 used request id req-f673d36a-6ffb-4896-988e-fef1bcd9eb8d 2018-07-22 16:00:45,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:45,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d482ccdc-687b-4a8c-b1bf-51d03bbfa7a7 Date: Sun, 22 Jul 2018 16:00:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:45,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-d482ccdc-687b-4a8c-b1bf-51d03bbfa7a7 2018-07-22 16:00:45,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:45,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1564 X-Openstack-Request-Id: req-529510eb-3090-4f68-a77d-2390521edd3f Date: Sun, 22 Jul 2018 16:00:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:00:41Z","binding:vnic_type":"normal","device_id":"82d9067b-3e75-4ebb-a25a-dab2eab95216","device_owner":"compute:nova","revision_number":10,"mac_address":"0a:1b:2c:3d:4e:5f","id":"08a1d00c-b32c-490c-8d10-15f074bdd568","port_security_enabled":true,"project_id":"4675062d4c01452499d56cef452f99b7","fixed_ips":[{"subnet_id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["c6d44a09-7fc6-49e1-b77e-1cfdd570fd01"],"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:00:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:ed:e4:27","id":"7e46b05c-b0d2-4f47-803c-6f05a2d1ff49","port_security_enabled":false,"project_id":"4675062d4c01452499d56cef452f99b7","fixed_ips":[{"subnet_id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:00:45,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-529510eb-3090-4f68-a77d-2390521edd3f 2018-07-22 16:00:45,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:45,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0af5d23e-331d-48c4-968a-2caec4f7e60a Date: Sun, 22 Jul 2018 16:00: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":["68f9438a-badb-461e-a60a-66ea4b9a1dca"],"updated_at":"2018-07-22T16:00:30Z","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4675062d4c01452499d56cef452f99b7","id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net"}]} 2018-07-22 16:00:45,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-0af5d23e-331d-48c4-968a-2caec4f7e60a 2018-07-22 16:00:45,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:45,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7f4f406e-8740-48b7-a637-a7eddf2db2d0 Date: Sun, 22 Jul 2018 16:00:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:45,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-7f4f406e-8740-48b7-a637-a7eddf2db2d0 2018-07-22 16:00:45,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:45,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8dee20a9-b936-48af-b5bb-253709ce619d Date: Sun, 22 Jul 2018 16:00:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc32b823-c58c-4cdb-89b7-6b7ce59c17d9","tenant_id":"4675062d4c01452499d56cef452f99b7","created_at":"2018-07-22T16:00:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:00:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"4675062d4c01452499d56cef452f99b7","id":"68f9438a-badb-461e-a60a-66ea4b9a1dca","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet"}]} 2018-07-22 16:00:45,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc32b823-c58c-4cdb-89b7-6b7ce59c17d9&name=CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet used request id req-8dee20a9-b936-48af-b5bb-253709ce619d 2018-07-22 16:00:45,389 - create_instance - INFO - Deleting Port with ID - 08a1d00c-b32c-490c-8d10-15f074bdd568 2018-07-22 16:00:45,389 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fdport-1 2018-07-22 16:00:45,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/08a1d00c-b32c-490c-8d10-15f074bdd568 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:46,083 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-88af390b-bf41-4957-a61c-2f3790bc0b2c Date: Sun, 22 Jul 2018 16:00:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:46,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/08a1d00c-b32c-490c-8d10-15f074bdd568 used request id req-88af390b-bf41-4957-a61c-2f3790bc0b2c 2018-07-22 16:00:46,083 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst 2018-07-22 16:00:46,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:46,223 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-670d4342-fc01-4a6e-ac7c-5fb4b86cfe46 x-compute-request-id: req-670d4342-fc01-4a6e-ac7c-5fb4b86cfe46 Content-Type: application/json 2018-07-22 16:00:46,223 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-670d4342-fc01-4a6e-ac7c-5fb4b86cfe46 2018-07-22 16:00:46,224 - create_instance - INFO - Checking deletion status 2018-07-22 16:00:46,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:46,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdf03251-0f5d-482a-872d-22b57efd74db x-compute-request-id: req-bdf03251-0f5d-482a-872d-22b57efd74db Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "bookmark"}], "image": {"id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "links": [{"href": "http://172.30.9.28:8774/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:00:41.000000", "flavor": {"id": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "links": [{"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "bookmark"}]}, "id": "82d9067b-3e75-4ebb-a25a-dab2eab95216", "user_id": "9cd218bcbc3c461eac4c940daf4e8f54", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:00:46Z", "hostId": "fd3e9502ee085bb5de24dee62e3b72fde38d0ad2cd73414586de96e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst", "created": "2018-07-22T16:00:37Z", "tenant_id": "4675062d4c01452499d56cef452f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:00:46,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-bdf03251-0f5d-482a-872d-22b57efd74db 2018-07-22 16:00:46,328 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst] is - ACTIVE 2018-07-22 16:00:46,328 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:00:49,331 - create_instance - DEBUG - VM status query timeout in 296.892609835 2018-07-22 16:00:49,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:49,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00: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-94d9b598-6c51-475b-9b47-39599eb42e7d x-compute-request-id: req-94d9b598-6c51-475b-9b47-39599eb42e7d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216", "rel": "bookmark"}], "image": {"id": "84354acc-85cf-44d4-8f21-bcc4521f912c", "links": [{"href": "http://172.30.9.28:8774/images/84354acc-85cf-44d4-8f21-bcc4521f912c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:00:41.000000", "flavor": {"id": "682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "links": [{"href": "http://172.30.9.28:8774/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f", "rel": "bookmark"}]}, "id": "82d9067b-3e75-4ebb-a25a-dab2eab95216", "user_id": "9cd218bcbc3c461eac4c940daf4e8f54", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:00:46Z", "hostId": "fd3e9502ee085bb5de24dee62e3b72fde38d0ad2cd73414586de96e8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst", "created": "2018-07-22T16:00:37Z", "tenant_id": "4675062d4c01452499d56cef452f99b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:00:49,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-94d9b598-6c51-475b-9b47-39599eb42e7d 2018-07-22 16:00:49,587 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst] is - ACTIVE 2018-07-22 16:00:49,588 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:00:52,591 - create_instance - DEBUG - VM status query timeout in 293.633074999 2018-07-22 16:00:52,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6cf3b2cbe4189938f5c043e43515d37b03c974" 2018-07-22 16:00:52,638 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00: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-f664bd6e-0c91-41f5-95fc-80e0f85a10e7 x-compute-request-id: req-f664bd6e-0c91-41f5-95fc-80e0f85a10e7 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 82d9067b-3e75-4ebb-a25a-dab2eab95216 could not be found.", "code": 404}} 2018-07-22 16:00:52,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/82d9067b-3e75-4ebb-a25a-dab2eab95216 used request id req-f664bd6e-0c91-41f5-95fc-80e0f85a10e7 2018-07-22 16:00:52,639 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 82d9067b-3e75-4ebb-a25a-dab2eab95216 could not be found. (HTTP 404) (Request-ID: req-f664bd6e-0c91-41f5-95fc-80e0f85a10e7) 2018-07-22 16:00:52,639 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-inst 2018-07-22 16:00:52,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f52de01508375f47b043269385055ef9642dfbb1" 2018-07-22 16:00:52,690 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:00: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-63a13f96-6496-44f8-a868-3c42c6db6926 x-compute-request-id: req-63a13f96-6496-44f8-a868-3c42c6db6926 Content-Length: 0 Content-Type: application/json 2018-07-22 16:00:52,690 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/682aff60-be3a-4156-a8eb-a2daf3c5fe1f used request id req-63a13f96-6496-44f8-a868-3c42c6db6926 2018-07-22 16:00:52,691 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet 2018-07-22 16:00:52,692 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-subnet 2018-07-22 16:00:52,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/68f9438a-badb-461e-a60a-66ea4b9a1dca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" 2018-07-22 16:00:53,870 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-892b6583-1a23-4941-bfdf-7da1fa60990c Date: Sun, 22 Jul 2018 16:00:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:53,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/68f9438a-badb-461e-a60a-66ea4b9a1dca used request id req-892b6583-1a23-4941-bfdf-7da1fa60990c 2018-07-22 16:00:53,870 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-pub-net 2018-07-22 16:00:53,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e05dec7bafcbb4f189ce0e68dee4db1f39f8d503" 2018-07-22 16:00:55,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32a56217-39d8-493a-be13-27721a3f09de Date: Sun, 22 Jul 2018 16:00:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:55,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/fc32b823-c58c-4cdb-89b7-6b7ce59c17d9 used request id req-32a56217-39d8-493a-be13-27721a3f09de 2018-07-22 16:00:55,039 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-988ba6be-e827-4001-84fb-b6a8aa7182fd-image 2018-07-22 16:00:55,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c2bb128425b406b4b82b2215a2fdad21f91d6ec2" 2018-07-22 16:00:55,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9094db2d-235b-45b0-89dd-73505c6fbf02 Date: Sun, 22 Jul 2018 16:00:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:00:55,464 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/84354acc-85cf-44d4-8f21-bcc4521f912c used request id req-9094db2d-235b-45b0-89dd-73505c6fbf02 2018-07-22 16:00:55,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:55,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b7d5080d-ef23-4bd0-b907-4ebcf4ab2054 Date: Sun, 22 Jul 2018 16:00:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4675062d4c01452499d56cef452f99b7", "created_at": "2018-07-22T16:00:29Z", "updated_at": "2018-07-22T16:00:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:29Z", "revision_number": 0, "id": "03376e91-b445-4f5b-9d95-90168d3f4654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:29Z", "security_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "tenant_id": "4675062d4c01452499d56cef452f99b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "4675062d4c01452499d56cef452f99b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:29Z", "revision_number": 0, "id": "2723e524-a459-4e5d-90a3-42e062e6914f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:29Z", "security_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "tenant_id": "4675062d4c01452499d56cef452f99b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "4675062d4c01452499d56cef452f99b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:29Z", "revision_number": 0, "id": "2ac4f7f1-1894-4b74-8b4c-dd1144002cd3", "remote_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:29Z", "security_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "tenant_id": "4675062d4c01452499d56cef452f99b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "4675062d4c01452499d56cef452f99b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:00:29Z", "revision_number": 0, "id": "8044ff4b-bc6d-46fa-973b-499f490ed230", "remote_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "remote_ip_prefix": null, "created_at": "2018-07-22T16:00:29Z", "security_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "tenant_id": "4675062d4c01452499d56cef452f99b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "4675062d4c01452499d56cef452f99b7"}], "revision_number": 4, "project_id": "4675062d4c01452499d56cef452f99b7", "id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:00:55,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b7d5080d-ef23-4bd0-b907-4ebcf4ab2054 2018-07-22 16:00:55,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:55,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ede2c1c9-281d-4699-ad1b-bc0449fb4fe4 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:00:55,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-ede2c1c9-281d-4699-ad1b-bc0449fb4fe4 2018-07-22 16:00:55,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:55,875 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-654dbca6-9fec-460e-b121-c51d5d605ddc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:55,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-654dbca6-9fec-460e-b121-c51d5d605ddc 2018-07-22 16:00:55,875 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:55,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:55,961 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b926b47a-82e2-4697-bceb-e081dc64ae8a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:55,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-b926b47a-82e2-4697-bceb-e081dc64ae8a 2018-07-22 16:00:55,961 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:55,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:56,048 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fd1e0bb-769c-4dc0-abee-213fae76ac3f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:00:56,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-8fd1e0bb-769c-4dc0-abee-213fae76ac3f 2018-07-22 16:00:56,048 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:00:56,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:56,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3945b842-6ed3-4bf9-acf0-d989b2a88e0f 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:00:56,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-3945b842-6ed3-4bf9-acf0-d989b2a88e0f 2018-07-22 16:00:56,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:56,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a5896f-d8af-4749-8162-709268f82f5f Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4675062d4c01452499d56cef452f99b7", "name": "CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj"}} 2018-07-22 16:00:56,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 used request id req-90a5896f-d8af-4749-8162-709268f82f5f 2018-07-22 16:00:56,232 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6d44a09-7fc6-49e1-b77e-1cfdd570fd01 2018-07-22 16:00:56,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c6d44a09-7fc6-49e1-b77e-1cfdd570fd01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:56,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-31849224-f33e-4602-9304-c139af603ce9 Date: Sun, 22 Jul 2018 16:00:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:29Z", "security_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "port_range_min": null, "revision_number": 0, "tenant_id": "4675062d4c01452499d56cef452f99b7", "created_at": "2018-07-22T16:00:29Z", "project_id": "4675062d4c01452499d56cef452f99b7", "id": "03376e91-b445-4f5b-9d95-90168d3f4654"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:29Z", "security_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "port_range_min": null, "revision_number": 0, "tenant_id": "4675062d4c01452499d56cef452f99b7", "created_at": "2018-07-22T16:00:29Z", "project_id": "4675062d4c01452499d56cef452f99b7", "id": "2723e524-a459-4e5d-90a3-42e062e6914f"}, {"remote_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:29Z", "security_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "port_range_min": null, "revision_number": 0, "tenant_id": "4675062d4c01452499d56cef452f99b7", "created_at": "2018-07-22T16:00:29Z", "project_id": "4675062d4c01452499d56cef452f99b7", "id": "2ac4f7f1-1894-4b74-8b4c-dd1144002cd3"}, {"remote_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:00:29Z", "security_group_id": "c6d44a09-7fc6-49e1-b77e-1cfdd570fd01", "port_range_min": null, "revision_number": 0, "tenant_id": "4675062d4c01452499d56cef452f99b7", "created_at": "2018-07-22T16:00:29Z", "project_id": "4675062d4c01452499d56cef452f99b7", "id": "8044ff4b-bc6d-46fa-973b-499f490ed230"}]} 2018-07-22 16:00:56,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c6d44a09-7fc6-49e1-b77e-1cfdd570fd01 used request id req-31849224-f33e-4602-9304-c139af603ce9 2018-07-22 16:00:56,258 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:00:56,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c6d44a09-7fc6-49e1-b77e-1cfdd570fd01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:56,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95457bf5-be43-4219-a13e-143d266479b9 Content-Length: 0 Date: Sun, 22 Jul 2018 16:00:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:00:56,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c6d44a09-7fc6-49e1-b77e-1cfdd570fd01 used request id req-95457bf5-be43-4219-a13e-143d266479b9 2018-07-22 16:00:56,492 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj 2018-07-22 16:00:56,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:56,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97d2c522-9bb7-46d0-8d8b-95189244f37d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:56,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4675062d4c01452499d56cef452f99b7 used request id req-97d2c522-9bb7-46d0-8d8b-95189244f37d 2018-07-22 16:00:56,770 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-proj-role 2018-07-22 16:00:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/847ea54f651f4003aad44b723b37e602 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:56,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-707e76f7-9dfa-426c-b863-28fd190c23ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:56,891 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/847ea54f651f4003aad44b723b37e602 used request id req-707e76f7-9dfa-426c-b863-28fd190c23ea 2018-07-22 16:00:56,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3909cf8bbbd0e6d42ae183b2c165661b26dc9b" 2018-07-22 16:00:56,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f49b5f11-fa1a-42fb-b64f-dd27590a2b9f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:00:56,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f49b5f11-fa1a-42fb-b64f-dd27590a2b9f 2018-07-22 16:00:56,981 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-4ed6bd1d-38ed-4c7-user 2018-07-22 16:00:56,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9cd218bcbc3c461eac4c940daf4e8f54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a72196fa72dfc3724f70a7d7189857c9071bf4" 2018-07-22 16:00:57,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fce23ffe-a37e-4377-b964-8d3a7a92e109 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:57,154 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9cd218bcbc3c461eac4c940daf4e8f54 used request id req-fce23ffe-a37e-4377-b964-8d3a7a92e109 2018-07-22 16:00:57,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:57,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["hMB8K5x0SXO9fIC0j7n5Xw"], "issued_at": "2018-07-22T16:00:57.000000Z"}} 2018-07-22 16:00:57,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae82d740ffaa317c8fc888ec8fa1d3d0f9c2908" 2018-07-22 16:00:57,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae592e79-e8f6-46e4-8a82-1634a3b90c90 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:57,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ae592e79-e8f6-46e4-8a82-1634a3b90c90 2018-07-22 16:00:57,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:57,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:57,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["lYYxGI3fQ6Cpdm_6Z8_9Dw"], "issued_at": "2018-07-22T16:00:57.000000Z"}} 2018-07-22 16:00:57,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:00:58,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4380badf-2f6e-4637-be86-c61d994a957a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:58,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4380badf-2f6e-4637-be86-c61d994a957a 2018-07-22 16:00:58,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:58,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:58,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-43c16f86-0904-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:00:58,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a7647c-98d9-4fbf-b00e-ba74691cf4af Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-43c16f86-0904-40d-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:00:58,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-43c16f86-0904-40d-proj used request id req-a2a7647c-98d9-4fbf-b00e-ba74691cf4af 2018-07-22 16:00:58,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:00:58,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55244b9f-0cdb-4b92-97e5-168238e5e4d9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:00:58,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-55244b9f-0cdb-4b92-97e5-168238e5e4d9 2018-07-22 16:00:58,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}}' 2018-07-22 16:00:58,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4bdd304-a1a5-4e38-8337-4e23f44ccc34 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "id": "39b5d4d5dd254bc984661b885095b034", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}} 2018-07-22 16:00:58,304 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f4bdd304-a1a5-4e38-8337-4e23f44ccc34 2018-07-22 16:00:58,304 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-43c16f86-0904-40d-proj 2018-07-22 16:00:58,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:58,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:00:58,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:00:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["g5lZH6ntRZKg5xA6DB4tjg"], "issued_at": "2018-07-22T16:00:58.000000Z"}} 2018-07-22 16:00:58,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4709e3e9a7d3ddcc25eac4c8c240288b1241e6" 2018-07-22 16:00:58,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa2287b-fbbc-477d-8dbe-1af3e9477e4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:00:58,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-bfa2287b-fbbc-477d-8dbe-1af3e9477e4f 2018-07-22 16:00:58,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:00:58,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:00:58,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4709e3e9a7d3ddcc25eac4c8c240288b1241e6" 2018-07-22 16:00:58,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e1f475d-c1db-42aa-b1e3-96dc751f7a2c Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:00:58,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3e1f475d-c1db-42aa-b1e3-96dc751f7a2c 2018-07-22 16:00:58,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-43c16f86-0904-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4709e3e9a7d3ddcc25eac4c8c240288b1241e6" 2018-07-22 16:00:59,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e30ac6-8af9-4862-9eed-2acd9bcb5158 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-43c16f86-0904-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "id": "39b5d4d5dd254bc984661b885095b034", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}]} 2018-07-22 16:00:59,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-43c16f86-0904-40d-proj used request id req-d5e30ac6-8af9-4862-9eed-2acd9bcb5158 2018-07-22 16:00:59,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4709e3e9a7d3ddcc25eac4c8c240288b1241e6" 2018-07-22 16:00:59,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6ccc85-dc2a-4577-965d-f491f5d0a01a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:00:59,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6b6ccc85-dc2a-4577-965d-f491f5d0a01a 2018-07-22 16:00:59,448 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-43c16f86-0904-40d-user 2018-07-22 16:00:59,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:59,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:00:59,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aba54382-3b9e-4e04-8d35-5946bc3c17de Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:00:59,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-aba54382-3b9e-4e04-8d35-5946bc3c17de 2018-07-22 16:00:59,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" -d '{"role": {"name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role"}}' 2018-07-22 16:00:59,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:00:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bafb703d-f2da-4721-8eba-1298ea7eea50 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89056924cbb6469eab0bc9574c4810b3", "links": {"self": "http://172.30.9.28:5000/v3/roles/89056924cbb6469eab0bc9574c4810b3"}, "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role"}} 2018-07-22 16:00:59,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bafb703d-f2da-4721-8eba-1298ea7eea50 2018-07-22 16:00:59,658 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role 2018-07-22 16:00:59,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/89056924cbb6469eab0bc9574c4810b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:00:59,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-751709d3-5680-43f4-a0d8-1e357c2124f8 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89056924cbb6469eab0bc9574c4810b3", "links": {"self": "http://172.30.9.28:5000/v3/roles/89056924cbb6469eab0bc9574c4810b3"}, "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role"}} 2018-07-22 16:00:59,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/89056924cbb6469eab0bc9574c4810b3 used request id req-751709d3-5680-43f4-a0d8-1e357c2124f8 2018-07-22 16:00:59,746 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role to project CreateInstancePortManipulationTests-43c16f86-0904-40d-proj 2018-07-22 16:00:59,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034/users/e60edf845d1249c9a42ef61e47036c0a/roles/89056924cbb6469eab0bc9574c4810b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:00:59,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:00:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36a25df1-7952-412d-b600-677e9f91e32e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:00:59,870 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034/users/e60edf845d1249c9a42ef61e47036c0a/roles/89056924cbb6469eab0bc9574c4810b3 used request id req-36a25df1-7952-412d-b600-677e9f91e32e 2018-07-22 16:00:59,871 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:00:59,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:00:59,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:00,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89056924cbb6469eab0bc9574c4810b3", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role"}], "expires_at": "2018-07-22T17:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-user", "id": "e60edf845d1249c9a42ef61e47036c0a"}, "audit_ids": ["iEovz81PQWW_iDHo8EMKag"], "issued_at": "2018-07-22T16:01:00.000000Z"}} 2018-07-22 16:01:00,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" 2018-07-22 16:01:00,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43232e79-1a56-4f61-9bb8-8abbf79c4cd7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:00,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-43232e79-1a56-4f61-9bb8-8abbf79c4cd7 2018-07-22 16:01:00,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" 2018-07-22 16:01:00,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-2ae12bcd-e515-4e28-8e47-8f4c90fec856 Date: Sun, 22 Jul 2018 16:01:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image"} 2018-07-22 16:01:00,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image used request id req-2ae12bcd-e515-4e28-8e47-8f4c90fec856 2018-07-22 16:01:00,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" 2018-07-22 16:01:00,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-7fc14719-840a-491d-8b5f-0e5f70dcd1b5 Date: Sun, 22 Jul 2018 16:01: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-07-22 16:01:00,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-7fc14719-840a-491d-8b5f-0e5f70dcd1b5 2018-07-22 16:01:00,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image"}' 2018-07-22 16:01:00,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-efa4d8c9-0915-44e4-8341-cf5b6a79c066 Date: Sun, 22 Jul 2018 16:01:00 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/abea0978-95be-47a4-9611-0acfc8c40987", "min_disk": 0, "protected": false, "id": "abea0978-95be-47a4-9611-0acfc8c40987", "file": "/v2/images/abea0978-95be-47a4-9611-0acfc8c40987/file", "checksum": null, "owner": "39b5d4d5dd254bc984661b885095b034", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:00,627 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-efa4d8c9-0915-44e4-8341-cf5b6a79c066 2018-07-22 16:01:00,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" -d '' 2018-07-22 16:01:00,998 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-14d03fb9-082a-4722-a401-f1dc47d6a179 Date: Sun, 22 Jul 2018 16:01:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:01:00,998 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987/file used request id req-14d03fb9-082a-4722-a401-f1dc47d6a179 2018-07-22 16:01:00,999 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:01:01,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" 2018-07-22 16:01:01,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-cc390437-5927-412f-a7c0-2a1ad4cbb13c Date: Sun, 22 Jul 2018 16:01:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:00Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/abea0978-95be-47a4-9611-0acfc8c40987/snap", "metadata": {}}], "self": "/v2/images/abea0978-95be-47a4-9611-0acfc8c40987", "min_disk": 0, "protected": false, "id": "abea0978-95be-47a4-9611-0acfc8c40987", "file": "/v2/images/abea0978-95be-47a4-9611-0acfc8c40987/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39b5d4d5dd254bc984661b885095b034", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/abea0978-95be-47a4-9611-0acfc8c40987/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:01,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987 used request id req-cc390437-5927-412f-a7c0-2a1ad4cbb13c 2018-07-22 16:01:01,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" 2018-07-22 16:01:01,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-11d38e30-ad04-42da-97a8-9d75c68b891c Date: Sun, 22 Jul 2018 16:01: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-07-22 16:01:01,026 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-11d38e30-ad04-42da-97a8-9d75c68b891c 2018-07-22 16:01:01,028 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image 2018-07-22 16:01:01,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" 2018-07-22 16:01:01,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-96ea6e69-c0af-4979-a1d2-8c449df8350a Date: Sun, 22 Jul 2018 16:01:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:00Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/abea0978-95be-47a4-9611-0acfc8c40987/snap", "metadata": {}}], "self": "/v2/images/abea0978-95be-47a4-9611-0acfc8c40987", "min_disk": 0, "protected": false, "id": "abea0978-95be-47a4-9611-0acfc8c40987", "file": "/v2/images/abea0978-95be-47a4-9611-0acfc8c40987/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39b5d4d5dd254bc984661b885095b034", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/abea0978-95be-47a4-9611-0acfc8c40987/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:01,045 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987 used request id req-96ea6e69-c0af-4979-a1d2-8c449df8350a 2018-07-22 16:01:01,045 - create_image - DEBUG - Instance status is - active 2018-07-22 16:01:01,046 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image 2018-07-22 16:01:01,046 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image 2018-07-22 16:01:01,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:01,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:01,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89056924cbb6469eab0bc9574c4810b3", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role"}], "expires_at": "2018-07-22T17:01:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-user", "id": "e60edf845d1249c9a42ef61e47036c0a"}, "audit_ids": ["75tnsictQOiEneWLSdkTaQ"], "issued_at": "2018-07-22T16:01:01.000000Z"}} 2018-07-22 16:01:01,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" 2018-07-22 16:01:01,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b6fd4f-8804-42ba-9054-01f0a2ea14fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:01,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f9b6fd4f-8804-42ba-9054-01f0a2ea14fe 2018-07-22 16:01:01,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" 2018-07-22 16:01:01,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d1946c77-8ed6-49d7-9e18-6daf87fb409d Date: Sun, 22 Jul 2018 16:01:01 GMT RESP BODY: {"networks":[]} 2018-07-22 16:01:01,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net used request id req-d1946c77-8ed6-49d7-9e18-6daf87fb409d 2018-07-22 16:01:01,703 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net 2018-07-22 16:01:01,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" -d '{"network": {"name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net", "admin_state_up": true}}' 2018-07-22 16:01:02,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-63e53ed9-d92d-4508-a239-bf3bd4f79a06 Date: Sun, 22 Jul 2018 16:01:02 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:01:02Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}} 2018-07-22 16:01:02,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-63e53ed9-d92d-4508-a239-bf3bd4f79a06 2018-07-22 16:01:02,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" 2018-07-22 16:01:02,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-3691bdad-67d8-4f3d-9ddc-33f52f8c353c Date: Sun, 22 Jul 2018 16:01:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:02,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-3691bdad-67d8-4f3d-9ddc-33f52f8c353c 2018-07-22 16:01:02,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" 2018-07-22 16:01:02,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-40167d7a-ab20-472d-91c4-3f057db6647b Date: Sun, 22 Jul 2018 16:01:02 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:01:02,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-40167d7a-ab20-472d-91c4-3f057db6647b 2018-07-22 16:01:02,669 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet 2018-07-22 16:01:02,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" -d '{"subnets": [{"ip_version": 4, "network_id": "d0ca2380-76f7-4ee1-9973-828badcc2871", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]}' 2018-07-22 16:01:03,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0bf66ccd-7d21-4419-a68f-5d8e22deef2a Date: Sun, 22 Jul 2018 16:01:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:03,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-0bf66ccd-7d21-4419-a68f-5d8e22deef2a 2018-07-22 16:01:03,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" 2018-07-22 16:01:03,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-7c850b82-eefa-4a92-be8a-4768b760b735 Date: Sun, 22 Jul 2018 16:01:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe"],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:03,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-7c850b82-eefa-4a92-be8a-4768b760b735 2018-07-22 16:01:03,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" 2018-07-22 16:01:03,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4506516a-6454-4d28-bd4b-e82ecaa11e1a Date: Sun, 22 Jul 2018 16:01:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:03,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-4506516a-6454-4d28-bd4b-e82ecaa11e1a 2018-07-22 16:01:03,484 - OpenStackNetwork - DEBUG - Network [d0ca2380-76f7-4ee1-9973-828badcc2871] created successfully 2018-07-22 16:01:03,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:03,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:03,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["V9MoKJWFTiypNOWRGCioyw"], "issued_at": "2018-07-22T16:01:03.000000Z"}} 2018-07-22 16:01:03,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b667b07e791643d555d7fca7291ae0e007e221" 2018-07-22 16:01:04,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63b27e16-a9a8-4003-a559-dc6e4ef83e25 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:04,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-63b27e16-a9a8-4003-a559-dc6e4ef83e25 2018-07-22 16:01:04,021 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:01:04,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b667b07e791643d555d7fca7291ae0e007e221" 2018-07-22 16:01:04,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-5622eff2-2a22-423a-b37a-3aeb96b47516 x-compute-request-id: req-5622eff2-2a22-423a-b37a-3aeb96b47516 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:01:04,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5622eff2-2a22-423a-b37a-3aeb96b47516 2018-07-22 16:01:04,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b667b07e791643d555d7fca7291ae0e007e221" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-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-07-22 16:01:04,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-8c19818b-30bc-4c9c-88f8-080c8029a620 x-compute-request-id: req-8c19818b-30bc-4c9c-88f8-080c8029a620 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "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": "928db65c-d381-4027-9471-09db1a2e3e14"}} 2018-07-22 16:01:04,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8c19818b-30bc-4c9c-88f8-080c8029a620 2018-07-22 16:01:04,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:04,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:04,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89056924cbb6469eab0bc9574c4810b3", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role"}], "expires_at": "2018-07-22T17:01:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-user", "id": "e60edf845d1249c9a42ef61e47036c0a"}, "audit_ids": ["FMzMc4FJT8mqguyo7-lVVQ"], "issued_at": "2018-07-22T16:01:04.000000Z"}} 2018-07-22 16:01:04,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:04,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5afe13e9-07b3-4c71-bf07-ff846d8a4460 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:04,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5afe13e9-07b3-4c71-bf07-ff846d8a4460 2018-07-22 16:01:04,706 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:01:04,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:04,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c9bae0-4901-4851-b0f4-1fd20eebc156 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:04,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e0c9bae0-4901-4851-b0f4-1fd20eebc156 2018-07-22 16:01:04,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3b3f503d-1d0e-4ef1-8583-ee622299cf78 Date: Sun, 22 Jul 2018 16:01: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":["2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe"],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:05,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net used request id req-3b3f503d-1d0e-4ef1-8583-ee622299cf78 2018-07-22 16:01:05,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:01:05,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:01:05,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c5dbfed-3eb6-4159-b506-e0f9bb311c00 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}} 2018-07-22 16:01:05,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 used request id req-0c5dbfed-3eb6-4159-b506-e0f9bb311c00 2018-07-22 16:01:05,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0872958b-c9d2-4c7c-87cf-f1ba0636c9e9 Date: Sun, 22 Jul 2018 16:01:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:05,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-0872958b-c9d2-4c7c-87cf-f1ba0636c9e9 2018-07-22 16:01:05,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5cc31af2-f9bb-4335-b07e-292c55464b9f Date: Sun, 22 Jul 2018 16:01:05 GMT RESP BODY: {"ports":[]} 2018-07-22 16:01:05,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1&admin_state_up=True used request id req-5cc31af2-f9bb-4335-b07e-292c55464b9f 2018-07-22 16:01:05,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a8eec58-85d5-4143-87d4-9f36a0e1f1b1 x-compute-request-id: req-4a8eec58-85d5-4143-87d4-9f36a0e1f1b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:01:05,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst used request id req-4a8eec58-85d5-4143-87d4-9f36a0e1f1b1 2018-07-22 16:01:05,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6dcca02e-27b8-4c3a-b59c-19b3daa42638 Date: Sun, 22 Jul 2018 16:01: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":["2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe"],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:05,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net used request id req-6dcca02e-27b8-4c3a-b59c-19b3daa42638 2018-07-22 16:01:05,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaba1acb-6c6c-416d-ad9e-dc3e484d5323 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}} 2018-07-22 16:01:05,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 used request id req-aaba1acb-6c6c-416d-ad9e-dc3e484d5323 2018-07-22 16:01:05,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f2776cf7-4533-4851-873a-27fe934f73bd Date: Sun, 22 Jul 2018 16:01:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:05,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-f2776cf7-4533-4851-873a-27fe934f73bd 2018-07-22 16:01:05,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:05,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9de220f5-3531-4d60-8ad7-495b4c6e81bd Date: Sun, 22 Jul 2018 16:01:05 GMT RESP BODY: {"ports":[]} 2018-07-22 16:01:05,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1&admin_state_up=True used request id req-9de220f5-3531-4d60-8ad7-495b4c6e81bd 2018-07-22 16:01:05,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:05,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:06,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89056924cbb6469eab0bc9574c4810b3", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role"}], "expires_at": "2018-07-22T17:01:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_39b5d4d5dd254bc984661b885095b034", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_39b5d4d5dd254bc984661b885095b034", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-user", "id": "e60edf845d1249c9a42ef61e47036c0a"}, "audit_ids": ["ZkRmMt5xRHiCgJ_OPsQsVQ"], "issued_at": "2018-07-22T16:01:06.000000Z"}} 2018-07-22 16:01:06,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb2f4c5eba9d44d20aaadf56947483231da8175" 2018-07-22 16:01:06,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1eead3e-ea41-43ed-9234-28ce7701be4d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:06,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f1eead3e-ea41-43ed-9234-28ce7701be4d 2018-07-22 16:01:06,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:06,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-c0366b82-3b54-4677-afb3-1cd71d1d2b50 Date: Sun, 22 Jul 2018 16:01: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":["2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe"],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:06,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net used request id req-c0366b82-3b54-4677-afb3-1cd71d1d2b50 2018-07-22 16:01:06,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:06,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-58a8171c-c4b0-49f1-a000-601f6557e80b Date: Sun, 22 Jul 2018 16:01:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:06,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-58a8171c-c4b0-49f1-a000-601f6557e80b 2018-07-22 16:01:06,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:06,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-871f5512-8e9d-4ed8-851c-92359d3b897d Date: Sun, 22 Jul 2018 16:01: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":["2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe"],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:06,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net used request id req-871f5512-8e9d-4ed8-851c-92359d3b897d 2018-07-22 16:01:06,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:01:06,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:01:06,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb2f4c5eba9d44d20aaadf56947483231da8175" 2018-07-22 16:01:06,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-173de220-add6-4f7b-bf84-9a5fd5ee01b4 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}} 2018-07-22 16:01:06,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 used request id req-173de220-add6-4f7b-bf84-9a5fd5ee01b4 2018-07-22 16:01:06,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:06,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8b3b399b-eb47-422a-82a1-1212a30f05c8 Date: Sun, 22 Jul 2018 16:01:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:06,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-8b3b399b-eb47-422a-82a1-1212a30f05c8 2018-07-22 16:01:06,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:06,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b8bf728f-9f3c-4284-bdb2-6af8bc226679 Date: Sun, 22 Jul 2018 16:01:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:06,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet used request id req-b8bf728f-9f3c-4284-bdb2-6af8bc226679 2018-07-22 16:01:06,673 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net 2018-07-22 16:01:06,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" -d '{"port": {"network_id": "d0ca2380-76f7-4ee1-9973-828badcc2871", "fixed_ips": [{"subnet_id": "2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1", "admin_state_up": true}}' 2018-07-22 16:01:07,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 772 X-Openstack-Request-Id: req-8072ed17-172c-4f49-8ad4-794a62cdf5c0 Date: Sun, 22 Jul 2018 16:01:07 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:01:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:01:07Z","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:11:4c:8a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"39b5d4d5dd254bc984661b885095b034","fixed_ips":[{"subnet_id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","ip_address":"10.55.0.101"}],"id":"c1afaa62-4d6b-411b-b0b2-95f05494a0aa","security_groups":["32be8941-9fff-4f28-9c58-bbe107a9095a"],"device_id":""}} 2018-07-22 16:01:07,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-8072ed17-172c-4f49-8ad4-794a62cdf5c0 2018-07-22 16:01:07,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:07,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0253dc10-a9e5-4f64-9c94-1d5fbae189a4 Date: Sun, 22 Jul 2018 16:01:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe"],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:07,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net used request id req-0253dc10-a9e5-4f64-9c94-1d5fbae189a4 2018-07-22 16:01:07,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:07,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c1164a-b62d-45af-8491-8311fb7355f4 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}} 2018-07-22 16:01:07,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 used request id req-f9c1164a-b62d-45af-8491-8311fb7355f4 2018-07-22 16:01:07,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:07,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-15f54ab1-c40c-4f83-a5c7-d1abc4676e67 Date: Sun, 22 Jul 2018 16:01:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:07,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-15f54ab1-c40c-4f83-a5c7-d1abc4676e67 2018-07-22 16:01:07,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:07,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 775 X-Openstack-Request-Id: req-d64d0dab-e167-4544-af48-eefc4b72a6dc Date: Sun, 22 Jul 2018 16:01:07 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:06Z","admin_state_up":true,"updated_at":"2018-07-22T16:01:07Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:11:4c:8a","id":"c1afaa62-4d6b-411b-b0b2-95f05494a0aa","port_security_enabled":true,"project_id":"39b5d4d5dd254bc984661b885095b034","fixed_ips":[{"subnet_id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["32be8941-9fff-4f28-9c58-bbe107a9095a"],"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1"}]} 2018-07-22 16:01:07,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1&admin_state_up=True used request id req-d64d0dab-e167-4544-af48-eefc4b72a6dc 2018-07-22 16:01:07,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:08,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-879f62de-1623-4307-8204-7b743c5614f8 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}} 2018-07-22 16:01:08,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 used request id req-879f62de-1623-4307-8204-7b743c5614f8 2018-07-22 16:01:08,015 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst 2018-07-22 16:01:08,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:08,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-53034aaa-2b41-4063-baf3-edc98dba1271 x-compute-request-id: req-53034aaa-2b41-4063-baf3-edc98dba1271 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "928db65c-d381-4027-9471-09db1a2e3e14", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-flavor-name"}]} 2018-07-22 16:01:08,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-53034aaa-2b41-4063-baf3-edc98dba1271 2018-07-22 16:01:08,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/928db65c-d381-4027-9471-09db1a2e3e14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:08,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-d58e58cd-ee4e-4b09-b524-900ef55174a8 x-compute-request-id: req-d58e58cd-ee4e-4b09-b524-900ef55174a8 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "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": "928db65c-d381-4027-9471-09db1a2e3e14"}} 2018-07-22 16:01:08,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/928db65c-d381-4027-9471-09db1a2e3e14 used request id req-d58e58cd-ee4e-4b09-b524-900ef55174a8 2018-07-22 16:01:08,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:08,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-20dc1130-3792-4d29-8624-159569690bdb Date: Sun, 22 Jul 2018 16:01:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:00Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/abea0978-95be-47a4-9611-0acfc8c40987/snap", "metadata": {}}], "self": "/v2/images/abea0978-95be-47a4-9611-0acfc8c40987", "min_disk": 0, "protected": false, "id": "abea0978-95be-47a4-9611-0acfc8c40987", "file": "/v2/images/abea0978-95be-47a4-9611-0acfc8c40987/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39b5d4d5dd254bc984661b885095b034", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/abea0978-95be-47a4-9611-0acfc8c40987/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image"} 2018-07-22 16:01:08,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image used request id req-20dc1130-3792-4d29-8624-159569690bdb 2018-07-22 16:01:08,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:08,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-41fa2ef0-e477-4ade-a21c-be271a21431a Date: Sun, 22 Jul 2018 16:01: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-07-22 16:01:08,255 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-41fa2ef0-e477-4ade-a21c-be271a21431a 2018-07-22 16:01:08,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" -d '{"server": {"name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst", "imageRef": "abea0978-95be-47a4-9611-0acfc8c40987", "flavorRef": "928db65c-d381-4027-9471-09db1a2e3e14", "max_count": 1, "min_count": 1, "networks": [{"port": "c1afaa62-4d6b-411b-b0b2-95f05494a0aa"}]}}' 2018-07-22 16:01:08,955 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-caa79ffd-9808-4f30-ab20-698dbc1ee20a x-compute-request-id: req-caa79ffd-9808-4f30-ab20-698dbc1ee20a Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a74806cb-3db9-4704-aa05-e47fd2c30825", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "bookmark"}], "adminPass": "5XgJ6hjv7cnW"}} 2018-07-22 16:01:08,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-caa79ffd-9808-4f30-ab20-698dbc1ee20a 2018-07-22 16:01:08,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:09,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-b1bfe3b5-e141-4614-b17a-ca4c149fd4c1 x-compute-request-id: req-b1bfe3b5-e141-4614-b17a-ca4c149fd4c1 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "bookmark"}], "image": {"id": "abea0978-95be-47a4-9611-0acfc8c40987", "links": [{"href": "http://172.30.9.28:8774/images/abea0978-95be-47a4-9611-0acfc8c40987", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "928db65c-d381-4027-9471-09db1a2e3e14", "links": [{"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "bookmark"}]}, "id": "a74806cb-3db9-4704-aa05-e47fd2c30825", "user_id": "e60edf845d1249c9a42ef61e47036c0a", "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-07-22T16:01:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst", "created": "2018-07-22T16:01:08Z", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:09,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 used request id req-b1bfe3b5-e141-4614-b17a-ca4c149fd4c1 2018-07-22 16:01:09,355 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst 2018-07-22 16:01:09,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:09,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-78074d9e-ce9d-49a9-a6b4-a471c30bc265 x-compute-request-id: req-78074d9e-ce9d-49a9-a6b4-a471c30bc265 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "bookmark"}], "image": {"id": "abea0978-95be-47a4-9611-0acfc8c40987", "links": [{"href": "http://172.30.9.28:8774/images/abea0978-95be-47a4-9611-0acfc8c40987", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "928db65c-d381-4027-9471-09db1a2e3e14", "links": [{"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "bookmark"}]}, "id": "a74806cb-3db9-4704-aa05-e47fd2c30825", "user_id": "e60edf845d1249c9a42ef61e47036c0a", "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-07-22T16:01:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst", "created": "2018-07-22T16:01:08Z", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:09,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 used request id req-78074d9e-ce9d-49a9-a6b4-a471c30bc265 2018-07-22 16:01:09,433 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst] is - BUILD 2018-07-22 16:01:09,433 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:01:12,436 - create_instance - DEBUG - VM status query timeout in 896.919289112 2018-07-22 16:01:12,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:12,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f1647d3-704e-4550-a722-655c2c0029c0 x-compute-request-id: req-8f1647d3-704e-4550-a722-655c2c0029c0 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "bookmark"}], "image": {"id": "abea0978-95be-47a4-9611-0acfc8c40987", "links": [{"href": "http://172.30.9.28:8774/images/abea0978-95be-47a4-9611-0acfc8c40987", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "928db65c-d381-4027-9471-09db1a2e3e14", "links": [{"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "bookmark"}]}, "id": "a74806cb-3db9-4704-aa05-e47fd2c30825", "security_groups": [{"name": "default"}], "user_id": "e60edf845d1249c9a42ef61e47036c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:01:11Z", "hostId": "a1a0d71041671964a31c205ba767738b404def6e4322e2ca7131952d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst", "created": "2018-07-22T16:01:08Z", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:12,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 used request id req-8f1647d3-704e-4550-a722-655c2c0029c0 2018-07-22 16:01:12,781 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst] is - BUILD 2018-07-22 16:01:12,781 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:01:15,784 - create_instance - DEBUG - VM status query timeout in 893.571491003 2018-07-22 16:01:15,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:15,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-0bc3ca9a-3b2a-40b5-9876-02b2d3052545 x-compute-request-id: req-0bc3ca9a-3b2a-40b5-9876-02b2d3052545 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:4c:8a", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "bookmark"}], "image": {"id": "abea0978-95be-47a4-9611-0acfc8c40987", "links": [{"href": "http://172.30.9.28:8774/images/abea0978-95be-47a4-9611-0acfc8c40987", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:01:15.000000", "flavor": {"id": "928db65c-d381-4027-9471-09db1a2e3e14", "links": [{"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "bookmark"}]}, "id": "a74806cb-3db9-4704-aa05-e47fd2c30825", "security_groups": [{"name": "default"}], "user_id": "e60edf845d1249c9a42ef61e47036c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:01:15Z", "hostId": "a1a0d71041671964a31c205ba767738b404def6e4322e2ca7131952d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst", "created": "2018-07-22T16:01:08Z", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:15,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 used request id req-0bc3ca9a-3b2a-40b5-9876-02b2d3052545 2018-07-22 16:01:15,989 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst] is - ACTIVE 2018-07-22 16:01:15,989 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:01:15,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:16,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-a6f65f8f-c464-491e-968e-882253d36cad x-compute-request-id: req-a6f65f8f-c464-491e-968e-882253d36cad Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:4c:8a", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "bookmark"}], "image": {"id": "abea0978-95be-47a4-9611-0acfc8c40987", "links": [{"href": "http://172.30.9.28:8774/images/abea0978-95be-47a4-9611-0acfc8c40987", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:01:15.000000", "flavor": {"id": "928db65c-d381-4027-9471-09db1a2e3e14", "links": [{"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "bookmark"}]}, "id": "a74806cb-3db9-4704-aa05-e47fd2c30825", "security_groups": [{"name": "default"}], "user_id": "e60edf845d1249c9a42ef61e47036c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:01:15Z", "hostId": "a1a0d71041671964a31c205ba767738b404def6e4322e2ca7131952d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst", "created": "2018-07-22T16:01:08Z", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:16,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 used request id req-a6f65f8f-c464-491e-968e-882253d36cad 2018-07-22 16:01:16,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:16,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-e7e5316f-88af-457f-ae5a-9f9a08cbefe9 Date: Sun, 22 Jul 2018 16: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":["2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe"],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:16,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net used request id req-e7e5316f-88af-457f-ae5a-9f9a08cbefe9 2018-07-22 16:01:16,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:16,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9a383c-ce3e-4e05-8e3d-d81630e9fc59 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}} 2018-07-22 16:01:16,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 used request id req-3e9a383c-ce3e-4e05-8e3d-d81630e9fc59 2018-07-22 16:01:16,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:16,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d318d222-c895-4102-b25b-1c99f5bb1093 Date: Sun, 22 Jul 2018 16:01:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:16,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-d318d222-c895-4102-b25b-1c99f5bb1093 2018-07-22 16:01:16,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:16,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1564 X-Openstack-Request-Id: req-6020d064-4f3d-43e7-b732-1f7502605589 Date: Sun, 22 Jul 2018 16:01:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:03Z","admin_state_up":true,"updated_at":"2018-07-22T16:01:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d0ca2380-76f7-4ee1-9973-828badcc2871","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:a8:17:ac","id":"ac77b693-a156-47ed-a8d5-aede01a9104f","port_security_enabled":false,"project_id":"39b5d4d5dd254bc984661b885095b034","fixed_ips":[{"subnet_id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:06Z","admin_state_up":true,"updated_at":"2018-07-22T16:01:15Z","binding:vnic_type":"normal","device_id":"a74806cb-3db9-4704-aa05-e47fd2c30825","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:11:4c:8a","id":"c1afaa62-4d6b-411b-b0b2-95f05494a0aa","port_security_enabled":true,"project_id":"39b5d4d5dd254bc984661b885095b034","fixed_ips":[{"subnet_id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","ip_address":"10.55.0.101"}],"extra_dhcp_opts":[],"security_groups":["32be8941-9fff-4f28-9c58-bbe107a9095a"],"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1"}]} 2018-07-22 16:01:16,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-6020d064-4f3d-43e7-b732-1f7502605589 2018-07-22 16:01:16,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:16,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-cc33cf1c-0d3f-4d74-958d-413408075f06 Date: Sun, 22 Jul 2018 16: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":["2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe"],"updated_at":"2018-07-22T16:01:02Z","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39b5d4d5dd254bc984661b885095b034","id":"d0ca2380-76f7-4ee1-9973-828badcc2871","name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net"}]} 2018-07-22 16:01:16,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-cc33cf1c-0d3f-4d74-958d-413408075f06 2018-07-22 16:01:16,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:16,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e2679a36-cde1-45f5-b823-9d38273b5ff3 Date: Sun, 22 Jul 2018 16:01:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:16,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-e2679a36-cde1-45f5-b823-9d38273b5ff3 2018-07-22 16:01:16,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:16,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c5cc23e5-6a8a-4525-a2e0-c4c4f6f0cd99 Date: Sun, 22 Jul 2018 16:01:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d0ca2380-76f7-4ee1-9973-828badcc2871","tenant_id":"39b5d4d5dd254bc984661b885095b034","created_at":"2018-07-22T16:01:02Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01: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":"39b5d4d5dd254bc984661b885095b034","id":"2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet"}]} 2018-07-22 16:01:16,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d0ca2380-76f7-4ee1-9973-828badcc2871&name=CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet used request id req-c5cc23e5-6a8a-4525-a2e0-c4c4f6f0cd99 2018-07-22 16:01:16,862 - create_instance - INFO - Deleting Port with ID - c1afaa62-4d6b-411b-b0b2-95f05494a0aa 2018-07-22 16:01:16,862 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1dport-1 2018-07-22 16:01:16,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/c1afaa62-4d6b-411b-b0b2-95f05494a0aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:17,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b6eb6ee-518c-443c-b4d7-d9e86cb7a32b Date: Sun, 22 Jul 2018 16:01:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:01:17,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/c1afaa62-4d6b-411b-b0b2-95f05494a0aa used request id req-4b6eb6ee-518c-443c-b4d7-d9e86cb7a32b 2018-07-22 16:01:17,312 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst 2018-07-22 16:01:17,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:17,472 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-db6593a0-896c-4f88-84d7-d3db0376ae5b x-compute-request-id: req-db6593a0-896c-4f88-84d7-d3db0376ae5b Content-Type: application/json 2018-07-22 16:01:17,472 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 used request id req-db6593a0-896c-4f88-84d7-d3db0376ae5b 2018-07-22 16:01:17,472 - create_instance - INFO - Checking deletion status 2018-07-22 16:01:17,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:17,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-87924be6-3206-4d23-81d3-f0ce0be65017 x-compute-request-id: req-87924be6-3206-4d23-81d3-f0ce0be65017 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:4c:8a", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a74806cb-3db9-4704-aa05-e47fd2c30825", "rel": "bookmark"}], "image": {"id": "abea0978-95be-47a4-9611-0acfc8c40987", "links": [{"href": "http://172.30.9.28:8774/images/abea0978-95be-47a4-9611-0acfc8c40987", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:01:15.000000", "flavor": {"id": "928db65c-d381-4027-9471-09db1a2e3e14", "links": [{"href": "http://172.30.9.28:8774/flavors/928db65c-d381-4027-9471-09db1a2e3e14", "rel": "bookmark"}]}, "id": "a74806cb-3db9-4704-aa05-e47fd2c30825", "user_id": "e60edf845d1249c9a42ef61e47036c0a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:01:17Z", "hostId": "a1a0d71041671964a31c205ba767738b404def6e4322e2ca7131952d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst", "created": "2018-07-22T16:01:08Z", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:17,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 used request id req-87924be6-3206-4d23-81d3-f0ce0be65017 2018-07-22 16:01:17,601 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst] is - ACTIVE 2018-07-22 16:01:17,602 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:01:20,605 - create_instance - DEBUG - VM status query timeout in 296.867774963 2018-07-22 16:01:20,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f33379772777ebf72864c27736687a1090b7cff8" 2018-07-22 16:01:20,655 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a52c0c9e-cb85-4567-931b-67a774b7b13e x-compute-request-id: req-a52c0c9e-cb85-4567-931b-67a774b7b13e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a74806cb-3db9-4704-aa05-e47fd2c30825 could not be found.", "code": 404}} 2018-07-22 16:01:20,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a74806cb-3db9-4704-aa05-e47fd2c30825 used request id req-a52c0c9e-cb85-4567-931b-67a774b7b13e 2018-07-22 16:01:20,656 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a74806cb-3db9-4704-aa05-e47fd2c30825 could not be found. (HTTP 404) (Request-ID: req-a52c0c9e-cb85-4567-931b-67a774b7b13e) 2018-07-22 16:01:20,656 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-inst 2018-07-22 16:01:20,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/928db65c-d381-4027-9471-09db1a2e3e14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b667b07e791643d555d7fca7291ae0e007e221" 2018-07-22 16:01:20,710 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49fc9dd1-0d5a-40a5-849a-ff8d1af552cc x-compute-request-id: req-49fc9dd1-0d5a-40a5-849a-ff8d1af552cc Content-Length: 0 Content-Type: application/json 2018-07-22 16:01:20,710 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/928db65c-d381-4027-9471-09db1a2e3e14 used request id req-49fc9dd1-0d5a-40a5-849a-ff8d1af552cc 2018-07-22 16:01:20,711 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet 2018-07-22 16:01:20,711 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-subnet 2018-07-22 16:01:20,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" 2018-07-22 16:01:22,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-94a6d480-3121-4b82-afba-8d16117e89c9 Date: Sun, 22 Jul 2018 16:01:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:01:22,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2f7c7a70-922d-4dc5-b008-6a0df7dd4bfe used request id req-94a6d480-3121-4b82-afba-8d16117e89c9 2018-07-22 16:01:22,056 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-pub-net 2018-07-22 16:01:22,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/d0ca2380-76f7-4ee1-9973-828badcc2871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f79536f74b9db42619d7d6339b1195592ecd8685" 2018-07-22 16:01:23,100 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e3de583-3648-4fcf-8d7d-80a0c0b2b9bc Date: Sun, 22 Jul 2018 16:01:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:01:23,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d0ca2380-76f7-4ee1-9973-828badcc2871 used request id req-2e3de583-3648-4fcf-8d7d-80a0c0b2b9bc 2018-07-22 16:01:23,101 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-5f4dceeb-e6f9-4efe-8ab4-b5d70e41bb1d-image 2018-07-22 16:01:23,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15a63dd60942dabc7a5c16d37ea8ee8ebea59e8b" 2018-07-22 16:01:23,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0bcdad2d-f82e-44a0-90c1-7e2eba22c2e7 Date: Sun, 22 Jul 2018 16:01:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:01:23,424 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/abea0978-95be-47a4-9611-0acfc8c40987 used request id req-0bcdad2d-f82e-44a0-90c1-7e2eba22c2e7 2018-07-22 16:01:23,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:01:23,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-e073a0ad-accd-470c-b78a-fe2b52a003a5 Date: Sun, 22 Jul 2018 16:01:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "39b5d4d5dd254bc984661b885095b034", "created_at": "2018-07-22T16:01:01Z", "updated_at": "2018-07-22T16:01:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:01Z", "revision_number": 0, "id": "664e871d-ce52-416b-8449-580c91c89c31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:01Z", "security_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "port_range_min": null, "ethertype": "IPv6", "project_id": "39b5d4d5dd254bc984661b885095b034"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:01Z", "revision_number": 0, "id": "9cb64d8a-b0e5-4711-b222-93780e10164d", "remote_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:01Z", "security_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "port_range_min": null, "ethertype": "IPv6", "project_id": "39b5d4d5dd254bc984661b885095b034"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:01Z", "revision_number": 0, "id": "bccde1e4-7875-4d59-b464-080cb16fb47c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:01Z", "security_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "port_range_min": null, "ethertype": "IPv4", "project_id": "39b5d4d5dd254bc984661b885095b034"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:01Z", "revision_number": 0, "id": "c15d085f-3c33-4d83-833c-69a4f3e4605a", "remote_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:01Z", "security_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "tenant_id": "39b5d4d5dd254bc984661b885095b034", "port_range_min": null, "ethertype": "IPv4", "project_id": "39b5d4d5dd254bc984661b885095b034"}], "revision_number": 4, "project_id": "39b5d4d5dd254bc984661b885095b034", "id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:01:23,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-e073a0ad-accd-470c-b78a-fe2b52a003a5 2018-07-22 16:01:23,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:01:23,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59fa25d7-16c4-45b7-9112-f3f77c178067 Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "39b5d4d5dd254bc984661b885095b034", "name": "CreateInstancePortManipulationTests-43c16f86-0904-40d-proj"}} 2018-07-22 16:01:23,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 used request id req-59fa25d7-16c4-45b7-9112-f3f77c178067 2018-07-22 16:01:23,849 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 32be8941-9fff-4f28-9c58-bbe107a9095a 2018-07-22 16:01:23,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=32be8941-9fff-4f28-9c58-bbe107a9095a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:01:23,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-65aa86db-91cc-40a1-9834-e16f15710415 Date: Sun, 22 Jul 2018 16:01: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-07-22T16:01:01Z", "security_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "port_range_min": null, "revision_number": 0, "tenant_id": "39b5d4d5dd254bc984661b885095b034", "created_at": "2018-07-22T16:01:01Z", "project_id": "39b5d4d5dd254bc984661b885095b034", "id": "664e871d-ce52-416b-8449-580c91c89c31"}, {"remote_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:01Z", "security_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "port_range_min": null, "revision_number": 0, "tenant_id": "39b5d4d5dd254bc984661b885095b034", "created_at": "2018-07-22T16:01:01Z", "project_id": "39b5d4d5dd254bc984661b885095b034", "id": "9cb64d8a-b0e5-4711-b222-93780e10164d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:01Z", "security_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "port_range_min": null, "revision_number": 0, "tenant_id": "39b5d4d5dd254bc984661b885095b034", "created_at": "2018-07-22T16:01:01Z", "project_id": "39b5d4d5dd254bc984661b885095b034", "id": "bccde1e4-7875-4d59-b464-080cb16fb47c"}, {"remote_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:01Z", "security_group_id": "32be8941-9fff-4f28-9c58-bbe107a9095a", "port_range_min": null, "revision_number": 0, "tenant_id": "39b5d4d5dd254bc984661b885095b034", "created_at": "2018-07-22T16:01:01Z", "project_id": "39b5d4d5dd254bc984661b885095b034", "id": "c15d085f-3c33-4d83-833c-69a4f3e4605a"}]} 2018-07-22 16:01:23,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=32be8941-9fff-4f28-9c58-bbe107a9095a used request id req-65aa86db-91cc-40a1-9834-e16f15710415 2018-07-22 16:01:23,875 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:01:23,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/32be8941-9fff-4f28-9c58-bbe107a9095a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:01:24,035 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f80b3e9-7030-46b9-8799-bc370c81bd87 Content-Length: 0 Date: Sun, 22 Jul 2018 16:01:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:01:24,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/32be8941-9fff-4f28-9c58-bbe107a9095a used request id req-4f80b3e9-7030-46b9-8799-bc370c81bd87 2018-07-22 16:01:24,036 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-43c16f86-0904-40d-proj 2018-07-22 16:01:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:01:24,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21bb3b48-7e55-49eb-8466-35464743ef3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:01:24,285 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/39b5d4d5dd254bc984661b885095b034 used request id req-21bb3b48-7e55-49eb-8466-35464743ef3d 2018-07-22 16:01:24,286 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-43c16f86-0904-40d-proj-role 2018-07-22 16:01:24,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/89056924cbb6469eab0bc9574c4810b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:01:24,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-219def0a-ff20-4d1e-999a-8ef4b3092050 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:01:24,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/89056924cbb6469eab0bc9574c4810b3 used request id req-219def0a-ff20-4d1e-999a-8ef4b3092050 2018-07-22 16:01:24,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e922961bcdf9944514bce347840733611c9817" 2018-07-22 16:01:24,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc4f4060-c3ac-456e-b1fc-ba54fc78f076 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:01:24,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-dc4f4060-c3ac-456e-b1fc-ba54fc78f076 2018-07-22 16:01:24,474 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-43c16f86-0904-40d-user 2018-07-22 16:01:24,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e60edf845d1249c9a42ef61e47036c0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4709e3e9a7d3ddcc25eac4c8c240288b1241e6" 2018-07-22 16:01:24,670 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aba09259-5434-499b-bc21-fd48281c1c5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:01:24,670 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e60edf845d1249c9a42ef61e47036c0a used request id req-aba09259-5434-499b-bc21-fd48281c1c5c 2018-07-22 16:01:24,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:25,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["a-nQCaBsSqy_YM9K6iarFA"], "issued_at": "2018-07-22T16:01:25.000000Z"}} 2018-07-22 16:01:25,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89b57a3e649bd96513bc4256fcc2114439fddd51" 2018-07-22 16:01:25,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04c4c47a-c088-4d0e-97ed-198bcc31442c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:25,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-04c4c47a-c088-4d0e-97ed-198bcc31442c 2018-07-22 16:01:25,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:25,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:25,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["7Y0sHQ4-QdCw10sBZM1kGw"], "issued_at": "2018-07-22T16:01:25.000000Z"}} 2018-07-22 16:01:25,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:25,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a464ae58-78f6-47b6-ac04-e3360e74b039 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:25,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a464ae58-78f6-47b6-ac04-e3360e74b039 2018-07-22 16:01:25,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:01:25,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:01:25,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-65009587-6f9f-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:25,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a472d17d-e5cf-4a36-b539-129a44dc6a67 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-65009587-6f9f-463-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:01:25,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-65009587-6f9f-463-proj used request id req-a472d17d-e5cf-4a36-b539-129a44dc6a67 2018-07-22 16:01:25,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:25,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d3d8704-3b31-4c63-88cd-bea1fa69ece2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:01:25,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1d3d8704-3b31-4c63-88cd-bea1fa69ece2 2018-07-22 16:01:25,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}}' 2018-07-22 16:01:25,855 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:01:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-654aa18d-b2ee-4260-a9d9-1067888b4f50 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "id": "d31e8f1660404fe898a294d2d9088e36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}} 2018-07-22 16:01:25,855 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-654aa18d-b2ee-4260-a9d9-1067888b4f50 2018-07-22 16:01:25,855 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-65009587-6f9f-463-proj 2018-07-22 16:01:25,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:25,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:26,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:01:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["SHZPEPQWSGqT8fC6bEm1PQ"], "issued_at": "2018-07-22T16:01:26.000000Z"}} 2018-07-22 16:01:26,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d47ac523cba120688b7006e54fa720967d77dc0" 2018-07-22 16:01:26,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf3612b-dde7-4f5a-b012-eea4fd778888 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:26,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7cf3612b-dde7-4f5a-b012-eea4fd778888 2018-07-22 16:01:26,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:01:26,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:01:26,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d47ac523cba120688b7006e54fa720967d77dc0" 2018-07-22 16:01:26,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd7b2c2b-5bc3-493e-be85-094f128ee70c Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:01:26,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fd7b2c2b-5bc3-493e-be85-094f128ee70c 2018-07-22 16:01:26,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-65009587-6f9f-463-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d47ac523cba120688b7006e54fa720967d77dc0" 2018-07-22 16:01:26,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-941419a0-b7d2-4a44-ab2a-f1be02de92ce Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-65009587-6f9f-463-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "id": "d31e8f1660404fe898a294d2d9088e36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}]} 2018-07-22 16:01:26,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-65009587-6f9f-463-proj used request id req-941419a0-b7d2-4a44-ab2a-f1be02de92ce 2018-07-22 16:01:26,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d47ac523cba120688b7006e54fa720967d77dc0" 2018-07-22 16:01:26,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e358328f-dcaf-45dd-8428-313e864550c6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:01:26,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e358328f-dcaf-45dd-8428-313e864550c6 2018-07-22 16:01:27,005 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-65009587-6f9f-463-user 2018-07-22 16:01:27,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:27,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:27,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-733ee842-5410-49c2-8105-a63d21e79f29 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:01:27,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-733ee842-5410-49c2-8105-a63d21e79f29 2018-07-22 16:01:27,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" -d '{"role": {"name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role"}}' 2018-07-22 16:01:27,209 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01ed697f-11db-4fa3-985c-5b15aa524ce9 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f552001912b48489ab5928d3caf617e", "links": {"self": "http://172.30.9.28:5000/v3/roles/2f552001912b48489ab5928d3caf617e"}, "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role"}} 2018-07-22 16:01:27,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-01ed697f-11db-4fa3-985c-5b15aa524ce9 2018-07-22 16:01:27,210 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role 2018-07-22 16:01:27,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2f552001912b48489ab5928d3caf617e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:27,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1467d7e-ccad-47cb-bf8a-66907589820d Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f552001912b48489ab5928d3caf617e", "links": {"self": "http://172.30.9.28:5000/v3/roles/2f552001912b48489ab5928d3caf617e"}, "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role"}} 2018-07-22 16:01:27,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2f552001912b48489ab5928d3caf617e used request id req-a1467d7e-ccad-47cb-bf8a-66907589820d 2018-07-22 16:01:27,295 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role to project CreateInstancePortManipulationTests-65009587-6f9f-463-proj 2018-07-22 16:01:27,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36/users/f5ac210b0b0844e99585f44ffb56b767/roles/2f552001912b48489ab5928d3caf617e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:27,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-647450a0-3906-47b4-9a94-3ca2eb1713c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:01:27,415 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36/users/f5ac210b0b0844e99585f44ffb56b767/roles/2f552001912b48489ab5928d3caf617e used request id req-647450a0-3906-47b4-9a94-3ca2eb1713c4 2018-07-22 16:01:27,416 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:01:27,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:27,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:27,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f552001912b48489ab5928d3caf617e", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role"}], "expires_at": "2018-07-22T17:01:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-user", "id": "f5ac210b0b0844e99585f44ffb56b767"}, "audit_ids": ["vhI_xIGbTSeGnm598qUIxg"], "issued_at": "2018-07-22T16:01:27.000000Z"}} 2018-07-22 16:01:27,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" 2018-07-22 16:01:27,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1bd446-b166-4240-8121-91cc3d0beb45 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:27,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8a1bd446-b166-4240-8121-91cc3d0beb45 2018-07-22 16:01:27,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" 2018-07-22 16:01:28,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-8dd3db4a-9344-44cf-8c08-d1d589b13f35 Date: Sun, 22 Jul 2018 16:01:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image"} 2018-07-22 16:01:28,161 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image used request id req-8dd3db4a-9344-44cf-8c08-d1d589b13f35 2018-07-22 16:01:28,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" 2018-07-22 16:01:28,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3eab5754-8bea-4cf0-901c-731998056520 Date: Sun, 22 Jul 2018 16:01:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:01:28,171 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3eab5754-8bea-4cf0-901c-731998056520 2018-07-22 16:01:28,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image"}' 2018-07-22 16:01:28,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f7f58f63-da39-4235-88db-84d9209648de Date: Sun, 22 Jul 2018 16:01:28 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/f389d479-1287-4daa-b352-87815c3702b1", "min_disk": 0, "protected": false, "id": "f389d479-1287-4daa-b352-87815c3702b1", "file": "/v2/images/f389d479-1287-4daa-b352-87815c3702b1/file", "checksum": null, "owner": "d31e8f1660404fe898a294d2d9088e36", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:28,236 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f7f58f63-da39-4235-88db-84d9209648de 2018-07-22 16:01:28,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" -d '' 2018-07-22 16:01:28,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f9bc76d-bd7c-4998-bf9a-f88182c2948b Date: Sun, 22 Jul 2018 16:01:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:01:28,804 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1/file used request id req-0f9bc76d-bd7c-4998-bf9a-f88182c2948b 2018-07-22 16:01:28,805 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:01:28,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" 2018-07-22 16:01:28,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-7c02535f-8eeb-4978-b00c-4f114302b91c Date: Sun, 22 Jul 2018 16:01:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:28Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f389d479-1287-4daa-b352-87815c3702b1/snap", "metadata": {}}], "self": "/v2/images/f389d479-1287-4daa-b352-87815c3702b1", "min_disk": 0, "protected": false, "id": "f389d479-1287-4daa-b352-87815c3702b1", "file": "/v2/images/f389d479-1287-4daa-b352-87815c3702b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d31e8f1660404fe898a294d2d9088e36", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f389d479-1287-4daa-b352-87815c3702b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:28,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1 used request id req-7c02535f-8eeb-4978-b00c-4f114302b91c 2018-07-22 16:01:28,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" 2018-07-22 16:01:28,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-83e36fe0-148f-4731-ab6c-b3c7ca54ba70 Date: Sun, 22 Jul 2018 16:01:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:01:28,833 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-83e36fe0-148f-4731-ab6c-b3c7ca54ba70 2018-07-22 16:01:28,836 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image 2018-07-22 16:01:28,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" 2018-07-22 16:01:28,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f9a83b73-3dc4-4a31-ba33-6f32b89a5ba3 Date: Sun, 22 Jul 2018 16:01:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:28Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f389d479-1287-4daa-b352-87815c3702b1/snap", "metadata": {}}], "self": "/v2/images/f389d479-1287-4daa-b352-87815c3702b1", "min_disk": 0, "protected": false, "id": "f389d479-1287-4daa-b352-87815c3702b1", "file": "/v2/images/f389d479-1287-4daa-b352-87815c3702b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d31e8f1660404fe898a294d2d9088e36", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f389d479-1287-4daa-b352-87815c3702b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:28,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1 used request id req-f9a83b73-3dc4-4a31-ba33-6f32b89a5ba3 2018-07-22 16:01:28,853 - create_image - DEBUG - Instance status is - active 2018-07-22 16:01:28,854 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image 2018-07-22 16:01:28,854 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image 2018-07-22 16:01:28,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:28,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:29,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f552001912b48489ab5928d3caf617e", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role"}], "expires_at": "2018-07-22T17:01:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-user", "id": "f5ac210b0b0844e99585f44ffb56b767"}, "audit_ids": ["_GuRcD7fRlCtjtp6uc0p4w"], "issued_at": "2018-07-22T16:01:29.000000Z"}} 2018-07-22 16:01:29,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" 2018-07-22 16:01:29,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff2e16a-dfcd-4e3d-9575-77f6e5866db4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:29,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-aff2e16a-dfcd-4e3d-9575-77f6e5866db4 2018-07-22 16:01:29,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" 2018-07-22 16:01:29,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d7cea156-9e27-4d8a-840a-8464b726c63e Date: Sun, 22 Jul 2018 16:01:29 GMT RESP BODY: {"networks":[]} 2018-07-22 16:01:29,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net used request id req-d7cea156-9e27-4d8a-840a-8464b726c63e 2018-07-22 16:01:29,500 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net 2018-07-22 16:01:29,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" -d '{"network": {"name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net", "admin_state_up": true}}' 2018-07-22 16:01:30,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-e7b1ed23-0d92-4b5e-ba2b-6e32861d8e56 Date: Sun, 22 Jul 2018 16:01:30 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:01:29Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}} 2018-07-22 16:01:30,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e7b1ed23-0d92-4b5e-ba2b-6e32861d8e56 2018-07-22 16:01:30,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" 2018-07-22 16:01:30,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-82f30d8a-b4c9-46f2-b687-1c0086ba673d Date: Sun, 22 Jul 2018 16:01: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-07-22T16:01:29Z","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}]} 2018-07-22 16:01:30,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-82f30d8a-b4c9-46f2-b687-1c0086ba673d 2018-07-22 16:01:30,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" 2018-07-22 16:01:30,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-04942cc3-5703-48a0-993f-3508e968b63e Date: Sun, 22 Jul 2018 16:01:30 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:01:30,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-04942cc3-5703-48a0-993f-3508e968b63e 2018-07-22 16:01:30,478 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet 2018-07-22 16:01:30,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" -d '{"subnets": [{"ip_version": 4, "network_id": "6b3d7488-99b7-4ccc-a733-0ca30531d545", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]}' 2018-07-22 16:01:31,190 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-20e4151a-5685-4034-91b9-1e638670386f Date: Sun, 22 Jul 2018 16:01:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01:30Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"d31e8f1660404fe898a294d2d9088e36","id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]} 2018-07-22 16:01:31,191 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-20e4151a-5685-4034-91b9-1e638670386f 2018-07-22 16:01:31,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" 2018-07-22 16:01:31,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-24dcb1b2-5354-4a0c-8958-2e9f0e1652a3 Date: Sun, 22 Jul 2018 16:01: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":["90583f44-aedf-47c1-9225-3caf4ae7a5bf"],"updated_at":"2018-07-22T16:01:30Z","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}]} 2018-07-22 16:01:31,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-24dcb1b2-5354-4a0c-8958-2e9f0e1652a3 2018-07-22 16:01:31,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" 2018-07-22 16:01:31,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-264e3d8f-e678-45b3-9b2a-bb5a300996a1 Date: Sun, 22 Jul 2018 16:01:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d31e8f1660404fe898a294d2d9088e36","id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]} 2018-07-22 16:01:31,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-264e3d8f-e678-45b3-9b2a-bb5a300996a1 2018-07-22 16:01:31,389 - OpenStackNetwork - DEBUG - Network [6b3d7488-99b7-4ccc-a733-0ca30531d545] created successfully 2018-07-22 16:01:31,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:31,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:31,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:01:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["n9dbvMtHQdGLG5YKUzGfHQ"], "issued_at": "2018-07-22T16:01:31.000000Z"}} 2018-07-22 16:01:31,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b6af29bed1d352c22944bd0ed59b5585e374842" 2018-07-22 16:01:31,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90f4669a-1a21-4261-9925-a261b212a921 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:31,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-90f4669a-1a21-4261-9925-a261b212a921 2018-07-22 16:01:31,883 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:01:31,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b6af29bed1d352c22944bd0ed59b5585e374842" 2018-07-22 16:01:32,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-933f29b3-3b3f-4fb6-a1ab-ba9c9424c76e x-compute-request-id: req-933f29b3-3b3f-4fb6-a1ab-ba9c9424c76e Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:01:32,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-933f29b3-3b3f-4fb6-a1ab-ba9c9424c76e 2018-07-22 16:01:32,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b6af29bed1d352c22944bd0ed59b5585e374842" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-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-07-22 16:01:32,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01: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-34acfd43-db60-40c3-b90d-da9c9948d31c x-compute-request-id: req-34acfd43-db60-40c3-b90d-da9c9948d31c Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "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": "cfcf8091-1957-4f95-934e-7350f4ae1c10"}} 2018-07-22 16:01:32,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-34acfd43-db60-40c3-b90d-da9c9948d31c 2018-07-22 16:01:32,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:32,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:32,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f552001912b48489ab5928d3caf617e", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role"}], "expires_at": "2018-07-22T17:01:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-user", "id": "f5ac210b0b0844e99585f44ffb56b767"}, "audit_ids": ["grkCqDq7SZKHl-SMI3Qkqw"], "issued_at": "2018-07-22T16:01:32.000000Z"}} 2018-07-22 16:01:32,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:32,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a70b0bce-b7ff-4038-af95-ffdab3f5b05a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:32,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a70b0bce-b7ff-4038-af95-ffdab3f5b05a 2018-07-22 16:01:32,501 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:01:32,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:32,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe66b993-88de-4d3c-b88f-37273b608fe0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:32,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fe66b993-88de-4d3c-b88f-37273b608fe0 2018-07-22 16:01:32,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:32,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-38c7d2a6-f135-4280-88b1-8db24b2568f2 Date: Sun, 22 Jul 2018 16:01: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":["90583f44-aedf-47c1-9225-3caf4ae7a5bf"],"updated_at":"2018-07-22T16:01:30Z","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}]} 2018-07-22 16:01:32,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net used request id req-38c7d2a6-f135-4280-88b1-8db24b2568f2 2018-07-22 16:01:32,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:01:32,847 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:01:32,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:32,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bfa302f-1575-4c71-abce-54603c1c9ae2 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}} 2018-07-22 16:01:32,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 used request id req-4bfa302f-1575-4c71-abce-54603c1c9ae2 2018-07-22 16:01:32,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:32,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-76ba194f-6adf-47e6-ae4e-f6fb5c3adb15 Date: Sun, 22 Jul 2018 16:01:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d31e8f1660404fe898a294d2d9088e36","id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]} 2018-07-22 16:01:32,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-76ba194f-6adf-47e6-ae4e-f6fb5c3adb15 2018-07-22 16:01:32,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:33,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ab579cbd-ad0f-4165-9cd8-57276dbb47f6 Date: Sun, 22 Jul 2018 16:01:33 GMT RESP BODY: {"ports":[]} 2018-07-22 16:01:33,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1&admin_state_up=True used request id req-ab579cbd-ad0f-4165-9cd8-57276dbb47f6 2018-07-22 16:01:33,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:33,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52777f2e-ec90-4cca-a3bb-1fab6fc7741c x-compute-request-id: req-52777f2e-ec90-4cca-a3bb-1fab6fc7741c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:01:33,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst used request id req-52777f2e-ec90-4cca-a3bb-1fab6fc7741c 2018-07-22 16:01:33,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:33,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b62c5e3b-38e2-4abc-8713-c1024fab63ac Date: Sun, 22 Jul 2018 16:01: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":["90583f44-aedf-47c1-9225-3caf4ae7a5bf"],"updated_at":"2018-07-22T16:01:30Z","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}]} 2018-07-22 16:01:33,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net used request id req-b62c5e3b-38e2-4abc-8713-c1024fab63ac 2018-07-22 16:01:33,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:33,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2066f36c-2532-4734-babb-f1f0780bdaa8 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}} 2018-07-22 16:01:33,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 used request id req-2066f36c-2532-4734-babb-f1f0780bdaa8 2018-07-22 16:01:33,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:33,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ef5fb598-222c-4ec9-a992-abd518778067 Date: Sun, 22 Jul 2018 16:01:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d31e8f1660404fe898a294d2d9088e36","id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]} 2018-07-22 16:01:33,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-ef5fb598-222c-4ec9-a992-abd518778067 2018-07-22 16:01:33,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:33,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6adf26d1-a284-442a-a48f-60458b9a3927 Date: Sun, 22 Jul 2018 16:01:33 GMT RESP BODY: {"ports":[]} 2018-07-22 16:01:33,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1&admin_state_up=True used request id req-6adf26d1-a284-442a-a48f-60458b9a3927 2018-07-22 16:01:33,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:33,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:33,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2f552001912b48489ab5928d3caf617e", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role"}], "expires_at": "2018-07-22T17:01:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d31e8f1660404fe898a294d2d9088e36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d31e8f1660404fe898a294d2d9088e36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-user", "id": "f5ac210b0b0844e99585f44ffb56b767"}, "audit_ids": ["0IL3IxkJQ3-7ZH-OemRryg"], "issued_at": "2018-07-22T16:01:33.000000Z"}} 2018-07-22 16:01:33,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b63d73055f784317f338f95f625e3c2877d22d99" 2018-07-22 16:01:34,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2eded72-8d3b-4529-8ca5-aa1fd644c095 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:34,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b2eded72-8d3b-4529-8ca5-aa1fd644c095 2018-07-22 16:01:34,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:34,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-fdf3ea59-5a9b-4c84-9248-fb32bfbe9301 Date: Sun, 22 Jul 2018 16: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":["90583f44-aedf-47c1-9225-3caf4ae7a5bf"],"updated_at":"2018-07-22T16:01:30Z","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}]} 2018-07-22 16:01:34,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net used request id req-fdf3ea59-5a9b-4c84-9248-fb32bfbe9301 2018-07-22 16:01:34,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:34,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ad7fe0c9-993c-40c6-a6ef-ae0d0938fde3 Date: Sun, 22 Jul 2018 16:01:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d31e8f1660404fe898a294d2d9088e36","id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]} 2018-07-22 16:01:34,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-ad7fe0c9-993c-40c6-a6ef-ae0d0938fde3 2018-07-22 16:01:34,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:34,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-58b4d4ae-49df-49bc-8f9b-a19fcc90b51f Date: Sun, 22 Jul 2018 16: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":["90583f44-aedf-47c1-9225-3caf4ae7a5bf"],"updated_at":"2018-07-22T16:01:30Z","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}]} 2018-07-22 16:01:34,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net used request id req-58b4d4ae-49df-49bc-8f9b-a19fcc90b51f 2018-07-22 16:01:34,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:01:34,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:01:34,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b63d73055f784317f338f95f625e3c2877d22d99" 2018-07-22 16:01:34,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee08dd9a-e20a-49a8-b33a-ffe29202dd15 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}} 2018-07-22 16:01:34,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 used request id req-ee08dd9a-e20a-49a8-b33a-ffe29202dd15 2018-07-22 16:01:34,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:34,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-35a87c22-f09c-4cb4-97aa-139dd7508579 Date: Sun, 22 Jul 2018 16:01:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d31e8f1660404fe898a294d2d9088e36","id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]} 2018-07-22 16:01:34,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-35a87c22-f09c-4cb4-97aa-139dd7508579 2018-07-22 16:01:34,611 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net 2018-07-22 16:01:34,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" -d '{"port": {"network_id": "6b3d7488-99b7-4ccc-a733-0ca30531d545", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1", "admin_state_up": true}}' 2018-07-22 16:01:35,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-10b13e55-0af9-4274-b346-49b77be5a77c Date: Sun, 22 Jul 2018 16:01:35 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:01:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:01:35Z","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"d31e8f1660404fe898a294d2d9088e36","fixed_ips":[{"subnet_id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","ip_address":"10.55.0.10"}],"id":"671c270e-3a3d-4032-8998-9d6b1f1cb457","security_groups":["e626ab98-2cd3-4573-a0e2-b71dce83a4ff"],"device_id":""}} 2018-07-22 16:01:35,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-10b13e55-0af9-4274-b346-49b77be5a77c 2018-07-22 16:01:35,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:35,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-5c91d057-f4fa-4c56-957c-714beb7e3bb3 Date: Sun, 22 Jul 2018 16:01:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["90583f44-aedf-47c1-9225-3caf4ae7a5bf"],"updated_at":"2018-07-22T16:01:30Z","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}]} 2018-07-22 16:01:35,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net used request id req-5c91d057-f4fa-4c56-957c-714beb7e3bb3 2018-07-22 16:01:35,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:35,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f25462-6a77-4e6c-a135-54a9b12c435c Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}} 2018-07-22 16:01:35,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 used request id req-d4f25462-6a77-4e6c-a135-54a9b12c435c 2018-07-22 16:01:35,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:35,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3592620f-f181-430c-bdda-c07dd772b48f Date: Sun, 22 Jul 2018 16:01:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d31e8f1660404fe898a294d2d9088e36","id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]} 2018-07-22 16:01:35,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-3592620f-f181-430c-bdda-c07dd772b48f 2018-07-22 16:01:35,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:35,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-6ad95920-2fa6-4724-a555-50bc53f21641 Date: Sun, 22 Jul 2018 16:01:35 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:34Z","admin_state_up":true,"updated_at":"2018-07-22T16:01:35Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"0a:1b:2c:3d:4e:5f","id":"671c270e-3a3d-4032-8998-9d6b1f1cb457","port_security_enabled":true,"project_id":"d31e8f1660404fe898a294d2d9088e36","fixed_ips":[{"subnet_id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["e626ab98-2cd3-4573-a0e2-b71dce83a4ff"],"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1"}]} 2018-07-22 16:01:35,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1&admin_state_up=True used request id req-6ad95920-2fa6-4724-a555-50bc53f21641 2018-07-22 16:01:35,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:35,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9fee77-aad8-423d-b9df-9696a79af72c Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}} 2018-07-22 16:01:35,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 used request id req-aa9fee77-aad8-423d-b9df-9696a79af72c 2018-07-22 16:01:35,852 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst 2018-07-22 16:01:35,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:36,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-e554adf1-c594-4152-a6e9-9c86868aa3c7 x-compute-request-id: req-e554adf1-c594-4152-a6e9-9c86868aa3c7 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "cfcf8091-1957-4f95-934e-7350f4ae1c10", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-flavor-name"}]} 2018-07-22 16:01:36,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e554adf1-c594-4152-a6e9-9c86868aa3c7 2018-07-22 16:01:36,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:36,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a66f19c7-df4e-4214-a121-64cf54ea7433 x-compute-request-id: req-a66f19c7-df4e-4214-a121-64cf54ea7433 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "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": "cfcf8091-1957-4f95-934e-7350f4ae1c10"}} 2018-07-22 16:01:36,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10 used request id req-a66f19c7-df4e-4214-a121-64cf54ea7433 2018-07-22 16:01:36,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:36,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-99bddc18-130b-4684-821f-ef78eccfc75c Date: Sun, 22 Jul 2018 16:01:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:28Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f389d479-1287-4daa-b352-87815c3702b1/snap", "metadata": {}}], "self": "/v2/images/f389d479-1287-4daa-b352-87815c3702b1", "min_disk": 0, "protected": false, "id": "f389d479-1287-4daa-b352-87815c3702b1", "file": "/v2/images/f389d479-1287-4daa-b352-87815c3702b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d31e8f1660404fe898a294d2d9088e36", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f389d479-1287-4daa-b352-87815c3702b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image"} 2018-07-22 16:01:36,261 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image used request id req-99bddc18-130b-4684-821f-ef78eccfc75c 2018-07-22 16:01:36,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:36,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2c3749df-477e-49ff-b858-74af95d6d4b4 Date: Sun, 22 Jul 2018 16:01: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-07-22 16:01:36,271 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2c3749df-477e-49ff-b858-74af95d6d4b4 2018-07-22 16:01:36,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" -d '{"server": {"name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst", "imageRef": "f389d479-1287-4daa-b352-87815c3702b1", "flavorRef": "cfcf8091-1957-4f95-934e-7350f4ae1c10", "max_count": 1, "min_count": 1, "networks": [{"port": "671c270e-3a3d-4032-8998-9d6b1f1cb457"}]}}' 2018-07-22 16:01:37,524 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:01:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1c66cb4-f1d5-4863-aea2-b986d39c28d6 x-compute-request-id: req-e1c66cb4-f1d5-4863-aea2-b986d39c28d6 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "633cf0dc-7598-4bad-a11b-33caba90eb3e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "bookmark"}], "adminPass": "K56KXWG9fhGv"}} 2018-07-22 16:01:37,524 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-e1c66cb4-f1d5-4863-aea2-b986d39c28d6 2018-07-22 16:01:37,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:37,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb4f25dd-2ed8-46e9-94c4-f6cda546472a x-compute-request-id: req-bb4f25dd-2ed8-46e9-94c4-f6cda546472a Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "bookmark"}], "image": {"id": "f389d479-1287-4daa-b352-87815c3702b1", "links": [{"href": "http://172.30.9.28:8774/images/f389d479-1287-4daa-b352-87815c3702b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cfcf8091-1957-4f95-934e-7350f4ae1c10", "links": [{"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "bookmark"}]}, "id": "633cf0dc-7598-4bad-a11b-33caba90eb3e", "user_id": "f5ac210b0b0844e99585f44ffb56b767", "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-07-22T16:01:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst", "created": "2018-07-22T16:01:37Z", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:37,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e used request id req-bb4f25dd-2ed8-46e9-94c4-f6cda546472a 2018-07-22 16:01:37,816 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst 2018-07-22 16:01:37,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:38,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b47d5527-76ac-424c-89f7-e93617cba7be x-compute-request-id: req-b47d5527-76ac-424c-89f7-e93617cba7be Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "bookmark"}], "image": {"id": "f389d479-1287-4daa-b352-87815c3702b1", "links": [{"href": "http://172.30.9.28:8774/images/f389d479-1287-4daa-b352-87815c3702b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cfcf8091-1957-4f95-934e-7350f4ae1c10", "links": [{"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "bookmark"}]}, "id": "633cf0dc-7598-4bad-a11b-33caba90eb3e", "user_id": "f5ac210b0b0844e99585f44ffb56b767", "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-07-22T16:01:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst", "created": "2018-07-22T16:01:37Z", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:38,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e used request id req-b47d5527-76ac-424c-89f7-e93617cba7be 2018-07-22 16:01:38,172 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst] is - BUILD 2018-07-22 16:01:38,172 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:01:41,175 - create_instance - DEBUG - VM status query timeout in 896.641119957 2018-07-22 16:01:41,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:41,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-6a229f76-aa38-45fd-9697-35a0fe7b49a6 x-compute-request-id: req-6a229f76-aa38-45fd-9697-35a0fe7b49a6 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "bookmark"}], "image": {"id": "f389d479-1287-4daa-b352-87815c3702b1", "links": [{"href": "http://172.30.9.28:8774/images/f389d479-1287-4daa-b352-87815c3702b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cfcf8091-1957-4f95-934e-7350f4ae1c10", "links": [{"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "bookmark"}]}, "id": "633cf0dc-7598-4bad-a11b-33caba90eb3e", "security_groups": [{"name": "default"}], "user_id": "f5ac210b0b0844e99585f44ffb56b767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:01:38Z", "hostId": "3ed40b76b6825bbd08f89b782906005006ddc00245537d7216697846", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst", "created": "2018-07-22T16:01:37Z", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:41,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e used request id req-6a229f76-aa38-45fd-9697-35a0fe7b49a6 2018-07-22 16:01:41,585 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst] is - BUILD 2018-07-22 16:01:41,585 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:01:44,588 - create_instance - DEBUG - VM status query timeout in 893.228201866 2018-07-22 16:01:44,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:44,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0556f062-a890-4038-8200-e58690c8fb3f x-compute-request-id: req-0556f062-a890-4038-8200-e58690c8fb3f Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "bookmark"}], "image": {"id": "f389d479-1287-4daa-b352-87815c3702b1", "links": [{"href": "http://172.30.9.28:8774/images/f389d479-1287-4daa-b352-87815c3702b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:01:42.000000", "flavor": {"id": "cfcf8091-1957-4f95-934e-7350f4ae1c10", "links": [{"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "bookmark"}]}, "id": "633cf0dc-7598-4bad-a11b-33caba90eb3e", "security_groups": [{"name": "default"}], "user_id": "f5ac210b0b0844e99585f44ffb56b767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:01:42Z", "hostId": "3ed40b76b6825bbd08f89b782906005006ddc00245537d7216697846", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst", "created": "2018-07-22T16:01:37Z", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:44,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e used request id req-0556f062-a890-4038-8200-e58690c8fb3f 2018-07-22 16:01:44,758 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst] is - ACTIVE 2018-07-22 16:01:44,758 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:01:44,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:45,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85b4a0c3-c2ca-4d89-8366-396e21cc6732 x-compute-request-id: req-85b4a0c3-c2ca-4d89-8366-396e21cc6732 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "bookmark"}], "image": {"id": "f389d479-1287-4daa-b352-87815c3702b1", "links": [{"href": "http://172.30.9.28:8774/images/f389d479-1287-4daa-b352-87815c3702b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:01:42.000000", "flavor": {"id": "cfcf8091-1957-4f95-934e-7350f4ae1c10", "links": [{"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "bookmark"}]}, "id": "633cf0dc-7598-4bad-a11b-33caba90eb3e", "security_groups": [{"name": "default"}], "user_id": "f5ac210b0b0844e99585f44ffb56b767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:01:42Z", "hostId": "3ed40b76b6825bbd08f89b782906005006ddc00245537d7216697846", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst", "created": "2018-07-22T16:01:37Z", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:45,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e used request id req-85b4a0c3-c2ca-4d89-8366-396e21cc6732 2018-07-22 16:01:45,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:45,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-18efd740-3376-410b-bad6-751c4f6dd518 Date: Sun, 22 Jul 2018 16:01: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":["90583f44-aedf-47c1-9225-3caf4ae7a5bf"],"updated_at":"2018-07-22T16:01:30Z","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net"}]} 2018-07-22 16:01:45,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net used request id req-18efd740-3376-410b-bad6-751c4f6dd518 2018-07-22 16:01:45,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:45,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e9a3e7-b358-4c7a-ae9c-1d218e53c074 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}} 2018-07-22 16:01:45,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 used request id req-b6e9a3e7-b358-4c7a-ae9c-1d218e53c074 2018-07-22 16:01:45,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:45,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-78bf70eb-a514-4942-9ad7-b06edd7e490a Date: Sun, 22 Jul 2018 16:01:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:01:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d31e8f1660404fe898a294d2d9088e36","id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet"}]} 2018-07-22 16:01:45,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-78bf70eb-a514-4942-9ad7-b06edd7e490a 2018-07-22 16:01:45,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:45,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1563 X-Openstack-Request-Id: req-c0adc5ea-6ba0-49f0-8f39-272495cd9dd6 Date: Sun, 22 Jul 2018 16:01:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:01:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6b3d7488-99b7-4ccc-a733-0ca30531d545","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5e:e0:e5","id":"15e9aca4-4a50-45ad-b977-255f730b663a","port_security_enabled":false,"project_id":"d31e8f1660404fe898a294d2d9088e36","fixed_ips":[{"subnet_id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6b3d7488-99b7-4ccc-a733-0ca30531d545","tenant_id":"d31e8f1660404fe898a294d2d9088e36","created_at":"2018-07-22T16:01:34Z","admin_state_up":true,"updated_at":"2018-07-22T16:01:42Z","binding:vnic_type":"normal","device_id":"633cf0dc-7598-4bad-a11b-33caba90eb3e","device_owner":"compute:nova","revision_number":10,"mac_address":"0a:1b:2c:3d:4e:5f","id":"671c270e-3a3d-4032-8998-9d6b1f1cb457","port_security_enabled":true,"project_id":"d31e8f1660404fe898a294d2d9088e36","fixed_ips":[{"subnet_id":"90583f44-aedf-47c1-9225-3caf4ae7a5bf","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["e626ab98-2cd3-4573-a0e2-b71dce83a4ff"],"name":"CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1"}]} 2018-07-22 16:01:45,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-c0adc5ea-6ba0-49f0-8f39-272495cd9dd6 2018-07-22 16:01:45,500 - create_instance - INFO - Deleting Port with ID - 671c270e-3a3d-4032-8998-9d6b1f1cb457 2018-07-22 16:01:45,500 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6port-1 2018-07-22 16:01:45,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/671c270e-3a3d-4032-8998-9d6b1f1cb457 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:46,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5f7c4523-8657-4f10-87ea-ecc7918c5cfb Date: Sun, 22 Jul 2018 16:01:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:01:46,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/671c270e-3a3d-4032-8998-9d6b1f1cb457 used request id req-5f7c4523-8657-4f10-87ea-ecc7918c5cfb 2018-07-22 16:01:46,206 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst 2018-07-22 16:01:46,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:46,364 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73857d18-fbe7-4e6a-92b7-b5018e30db63 x-compute-request-id: req-73857d18-fbe7-4e6a-92b7-b5018e30db63 Content-Type: application/json 2018-07-22 16:01:46,365 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e used request id req-73857d18-fbe7-4e6a-92b7-b5018e30db63 2018-07-22 16:01:46,365 - create_instance - INFO - Checking deletion status 2018-07-22 16:01:46,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:46,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-017d610c-7630-4534-b0e1-54900ebd3e7e x-compute-request-id: req-017d610c-7630-4534-b0e1-54900ebd3e7e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e", "rel": "bookmark"}], "image": {"id": "f389d479-1287-4daa-b352-87815c3702b1", "links": [{"href": "http://172.30.9.28:8774/images/f389d479-1287-4daa-b352-87815c3702b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:01:42.000000", "flavor": {"id": "cfcf8091-1957-4f95-934e-7350f4ae1c10", "links": [{"href": "http://172.30.9.28:8774/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10", "rel": "bookmark"}]}, "id": "633cf0dc-7598-4bad-a11b-33caba90eb3e", "user_id": "f5ac210b0b0844e99585f44ffb56b767", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:01:46Z", "hostId": "3ed40b76b6825bbd08f89b782906005006ddc00245537d7216697846", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst", "created": "2018-07-22T16:01:37Z", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:01:46,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e used request id req-017d610c-7630-4534-b0e1-54900ebd3e7e 2018-07-22 16:01:46,723 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst] is - ACTIVE 2018-07-22 16:01:46,723 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:01:49,726 - create_instance - DEBUG - VM status query timeout in 296.639117002 2018-07-22 16:01:49,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9d3a5faca1a7287da73d39c469b442f1b8b2fb5" 2018-07-22 16:01:49,778 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:01:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33511db6-35a3-41d2-950f-df53f6043d26 x-compute-request-id: req-33511db6-35a3-41d2-950f-df53f6043d26 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 633cf0dc-7598-4bad-a11b-33caba90eb3e could not be found.", "code": 404}} 2018-07-22 16:01:49,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/633cf0dc-7598-4bad-a11b-33caba90eb3e used request id req-33511db6-35a3-41d2-950f-df53f6043d26 2018-07-22 16:01:49,779 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 633cf0dc-7598-4bad-a11b-33caba90eb3e could not be found. (HTTP 404) (Request-ID: req-33511db6-35a3-41d2-950f-df53f6043d26) 2018-07-22 16:01:49,779 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-inst 2018-07-22 16:01:49,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b6af29bed1d352c22944bd0ed59b5585e374842" 2018-07-22 16:01:49,818 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:01:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6790a254-735f-4114-bea9-c649f91d970c x-compute-request-id: req-6790a254-735f-4114-bea9-c649f91d970c Content-Length: 0 Content-Type: application/json 2018-07-22 16:01:49,818 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/cfcf8091-1957-4f95-934e-7350f4ae1c10 used request id req-6790a254-735f-4114-bea9-c649f91d970c 2018-07-22 16:01:49,818 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet 2018-07-22 16:01:49,819 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-subnet 2018-07-22 16:01:49,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/90583f44-aedf-47c1-9225-3caf4ae7a5bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" 2018-07-22 16:01:51,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d031702a-18bb-44b0-aa90-ee6a7d575ae7 Date: Sun, 22 Jul 2018 16:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:01:51,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/90583f44-aedf-47c1-9225-3caf4ae7a5bf used request id req-d031702a-18bb-44b0-aa90-ee6a7d575ae7 2018-07-22 16:01:51,220 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-pub-net 2018-07-22 16:01:51,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/6b3d7488-99b7-4ccc-a733-0ca30531d545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc1070539ef2466cc19fcc00b2fa458ba498851b" 2018-07-22 16:01:52,746 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42350891-455a-4ac6-ae21-b0adf9c932b0 Date: Sun, 22 Jul 2018 16:01:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:01:52,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6b3d7488-99b7-4ccc-a733-0ca30531d545 used request id req-42350891-455a-4ac6-ae21-b0adf9c932b0 2018-07-22 16:01:52,747 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-cf064997-2a3a-4847-857d-55494da9b1f6-image 2018-07-22 16:01:52,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d71ccd41197b85b90be6b02df5e90012ea899eaa" 2018-07-22 16:01:53,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2415eb8-91b4-4112-9def-d477e6f0cdd0 Date: Sun, 22 Jul 2018 16:01:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:01:53,173 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f389d479-1287-4daa-b352-87815c3702b1 used request id req-e2415eb8-91b4-4112-9def-d477e6f0cdd0 2018-07-22 16:01:53,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-081255af-c00d-4ff7-ae82-39cfc54f2667 Date: Sun, 22 Jul 2018 16:01:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "created_at": "2018-07-22T16:01:29Z", "updated_at": "2018-07-22T16:01:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:29Z", "revision_number": 0, "id": "606e591c-6c8d-45d2-932a-13b68dbdaf59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:29Z", "security_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "port_range_min": null, "ethertype": "IPv6", "project_id": "d31e8f1660404fe898a294d2d9088e36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:29Z", "revision_number": 0, "id": "c9a7d6ba-9646-4e47-8485-908d25d55f12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:29Z", "security_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "port_range_min": null, "ethertype": "IPv4", "project_id": "d31e8f1660404fe898a294d2d9088e36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:29Z", "revision_number": 0, "id": "ebadad07-29df-44e5-941f-11e58d4d41d0", "remote_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:29Z", "security_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "port_range_min": null, "ethertype": "IPv6", "project_id": "d31e8f1660404fe898a294d2d9088e36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:29Z", "revision_number": 0, "id": "f36b1b4a-76af-485b-9fdf-8f6cdd3925b9", "remote_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:29Z", "security_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "port_range_min": null, "ethertype": "IPv4", "project_id": "d31e8f1660404fe898a294d2d9088e36"}], "revision_number": 4, "project_id": "d31e8f1660404fe898a294d2d9088e36", "id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:01:53,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-081255af-c00d-4ff7-ae82-39cfc54f2667 2018-07-22 16:01:53,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-615a3b4c-a9e3-4cf8-8b75-b90103129bc0 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:01:53,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-615a3b4c-a9e3-4cf8-8b75-b90103129bc0 2018-07-22 16:01:53,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,593 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c24bc72a-2c68-4ea0-a65f-ed60378fcca9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:01:53,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-c24bc72a-2c68-4ea0-a65f-ed60378fcca9 2018-07-22 16:01:53,593 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:01:53,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,683 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad6ce21d-59a0-49db-889b-05ba60af28e3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:01:53,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-ad6ce21d-59a0-49db-889b-05ba60af28e3 2018-07-22 16:01:53,683 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:01:53,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,766 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ae3ad6b-bf83-45d4-a6b0-09dea74a1ee6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:01:53,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-9ae3ad6b-bf83-45d4-a6b0-09dea74a1ee6 2018-07-22 16:01:53,767 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:01:53,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6133fe9-959f-4235-9523-e5199bcf07d0 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:01:53,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-c6133fe9-959f-4235-9523-e5199bcf07d0 2018-07-22 16:01:53,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,873 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d68f3c28-a3f4-4e71-8ef7-415471eb68ba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:01:53,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-d68f3c28-a3f4-4e71-8ef7-415471eb68ba 2018-07-22 16:01:53,873 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:01:53,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7120939f-e9da-4371-bac1-b6f86bf7d2e8 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d31e8f1660404fe898a294d2d9088e36", "name": "CreateInstancePortManipulationTests-65009587-6f9f-463-proj"}} 2018-07-22 16:01:53,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 used request id req-7120939f-e9da-4371-bac1-b6f86bf7d2e8 2018-07-22 16:01:53,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e626ab98-2cd3-4573-a0e2-b71dce83a4ff 2018-07-22 16:01:53,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e626ab98-2cd3-4573-a0e2-b71dce83a4ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:53,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a0466807-9b1d-42f6-a38d-715f78ac9011 Date: Sun, 22 Jul 2018 16:01: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-07-22T16:01:29Z", "security_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "port_range_min": null, "revision_number": 0, "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "created_at": "2018-07-22T16:01:29Z", "project_id": "d31e8f1660404fe898a294d2d9088e36", "id": "606e591c-6c8d-45d2-932a-13b68dbdaf59"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:29Z", "security_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "port_range_min": null, "revision_number": 0, "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "created_at": "2018-07-22T16:01:29Z", "project_id": "d31e8f1660404fe898a294d2d9088e36", "id": "c9a7d6ba-9646-4e47-8485-908d25d55f12"}, {"remote_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:29Z", "security_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "port_range_min": null, "revision_number": 0, "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "created_at": "2018-07-22T16:01:29Z", "project_id": "d31e8f1660404fe898a294d2d9088e36", "id": "ebadad07-29df-44e5-941f-11e58d4d41d0"}, {"remote_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:29Z", "security_group_id": "e626ab98-2cd3-4573-a0e2-b71dce83a4ff", "port_range_min": null, "revision_number": 0, "tenant_id": "d31e8f1660404fe898a294d2d9088e36", "created_at": "2018-07-22T16:01:29Z", "project_id": "d31e8f1660404fe898a294d2d9088e36", "id": "f36b1b4a-76af-485b-9fdf-8f6cdd3925b9"}]} 2018-07-22 16:01:53,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e626ab98-2cd3-4573-a0e2-b71dce83a4ff used request id req-a0466807-9b1d-42f6-a38d-715f78ac9011 2018-07-22 16:01:53,990 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:01:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e626ab98-2cd3-4573-a0e2-b71dce83a4ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:54,209 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-280dff21-8e8c-4e3c-b8fb-0d6a1ef0afff Content-Length: 0 Date: Sun, 22 Jul 2018 16:01:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:01:54,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e626ab98-2cd3-4573-a0e2-b71dce83a4ff used request id req-280dff21-8e8c-4e3c-b8fb-0d6a1ef0afff 2018-07-22 16:01:54,210 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-65009587-6f9f-463-proj 2018-07-22 16:01:54,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:54,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3be496e-501f-4c7c-806b-b968be84d41e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:01:54,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d31e8f1660404fe898a294d2d9088e36 used request id req-e3be496e-501f-4c7c-806b-b968be84d41e 2018-07-22 16:01:54,436 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-65009587-6f9f-463-proj-role 2018-07-22 16:01:54,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/2f552001912b48489ab5928d3caf617e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:54,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62f29a1e-8385-4797-8d9e-e54da5bf2e0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:01:54,550 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2f552001912b48489ab5928d3caf617e used request id req-62f29a1e-8385-4797-8d9e-e54da5bf2e0d 2018-07-22 16:01:54,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71d7d62086f2dcf3a57cae0413b7f5db1850509" 2018-07-22 16:01:54,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066ba961-66fc-4a08-8456-e354a3bbdb9b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:01:54,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-066ba961-66fc-4a08-8456-e354a3bbdb9b 2018-07-22 16:01:54,637 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-65009587-6f9f-463-user 2018-07-22 16:01:54,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f5ac210b0b0844e99585f44ffb56b767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d47ac523cba120688b7006e54fa720967d77dc0" 2018-07-22 16:01:54,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a37f5203-48ae-46cb-bdc1-bcca5fd159c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:01:54,821 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f5ac210b0b0844e99585f44ffb56b767 used request id req-a37f5203-48ae-46cb-bdc1-bcca5fd159c4 2018-07-22 16:01:54,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:55,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Q4dJd2jLRwKZuGwqxy1bpg"], "issued_at": "2018-07-22T16:01:55.000000Z"}} 2018-07-22 16:01:55,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}769e5af3f59713daa99be8b3067e26756c1657ae" 2018-07-22 16:01:55,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bae3167-25ed-4dfd-9e62-de33cacb0ece Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:55,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3bae3167-25ed-4dfd-9e62-de33cacb0ece 2018-07-22 16:01:55,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:55,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:55,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["r1VYRFQ_RWKYMWCPkVLIrA"], "issued_at": "2018-07-22T16:01:55.000000Z"}} 2018-07-22 16:01:55,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:01:55,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8045405-354f-4120-99f0-fcb8b82b5f47 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:55,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d8045405-354f-4120-99f0-fcb8b82b5f47 2018-07-22 16:01:55,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:01:55,759 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:01:55,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:01:55,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e09c9ddf-d703-4fc3-b629-6577f5ab11c6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:01:55,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj used request id req-e09c9ddf-d703-4fc3-b629-6577f5ab11c6 2018-07-22 16:01:55,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:01:55,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e85282c9-3856-4fa4-a3fc-c2d944ed153a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:01:55,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e85282c9-3856-4fa4-a3fc-c2d944ed153a 2018-07-22 16:01:55,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}}' 2018-07-22 16:01:56,054 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d9702df-9aee-42be-8b5e-d8c63abcfd07 Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "id": "a04e8a6a881d42cbb424dac126fad652", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}} 2018-07-22 16:01:56,054 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6d9702df-9aee-42be-8b5e-d8c63abcfd07 2018-07-22 16:01:56,054 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj 2018-07-22 16:01:56,054 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:56,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:56,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_ryMoBRaTf66hZ8G9BXf9A"], "issued_at": "2018-07-22T16:01:56.000000Z"}} 2018-07-22 16:01:56,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e8f53ea8d4242a8b7e6f68b040d64d4e70744d" 2018-07-22 16:01:56,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39246259-1412-47ec-bfd8-f98b785a2808 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:56,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-39246259-1412-47ec-bfd8-f98b785a2808 2018-07-22 16:01:56,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:01:56,524 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:01:56,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e8f53ea8d4242a8b7e6f68b040d64d4e70744d" 2018-07-22 16:01:56,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa81477e-1dc8-4bbd-ab77-555de428951d Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:01:56,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-aa81477e-1dc8-4bbd-ab77-555de428951d 2018-07-22 16:01:56,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e8f53ea8d4242a8b7e6f68b040d64d4e70744d" 2018-07-22 16:01:56,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a18899a2-12df-424c-a2e8-d933df198df9 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "id": "a04e8a6a881d42cbb424dac126fad652", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}]} 2018-07-22 16:01:56,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj used request id req-a18899a2-12df-424c-a2e8-d933df198df9 2018-07-22 16:01:56,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e8f53ea8d4242a8b7e6f68b040d64d4e70744d" 2018-07-22 16:01:56,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3d0a385-c533-4d26-96f2-8635a9558fa0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:01:56,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e3d0a385-c533-4d26-96f2-8635a9558fa0 2018-07-22 16:01:57,174 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2eb45b87-539c-40b-user 2018-07-22 16:01:57,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:57,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:01:57,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7a14f2-e95d-4873-bd56-27de1a82085d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:01:57,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c7a14f2-e95d-4873-bd56-27de1a82085d 2018-07-22 16:01:57,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" -d '{"role": {"name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role"}}' 2018-07-22 16:01:57,473 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:01:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec4aa073-5eb8-4d1a-a99e-a2abfee1711d Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c67b2cf574ee48fa83619a643b27f8fd", "links": {"self": "http://172.30.9.28:5000/v3/roles/c67b2cf574ee48fa83619a643b27f8fd"}, "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role"}} 2018-07-22 16:01:57,473 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ec4aa073-5eb8-4d1a-a99e-a2abfee1711d 2018-07-22 16:01:57,474 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role 2018-07-22 16:01:57,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c67b2cf574ee48fa83619a643b27f8fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:01:57,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d5448f-54de-4263-9300-9521a9ac0e13 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c67b2cf574ee48fa83619a643b27f8fd", "links": {"self": "http://172.30.9.28:5000/v3/roles/c67b2cf574ee48fa83619a643b27f8fd"}, "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role"}} 2018-07-22 16:01:57,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c67b2cf574ee48fa83619a643b27f8fd used request id req-c7d5448f-54de-4263-9300-9521a9ac0e13 2018-07-22 16:01:57,494 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role to project CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj 2018-07-22 16:01:57,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652/users/08f376c25ad341688944a36e51cc4811/roles/c67b2cf574ee48fa83619a643b27f8fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:01:57,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:01:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccf71a5d-29d7-4744-8dd6-871c1d041d39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:01:57,620 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652/users/08f376c25ad341688944a36e51cc4811/roles/c67b2cf574ee48fa83619a643b27f8fd used request id req-ccf71a5d-29d7-4744-8dd6-871c1d041d39 2018-07-22 16:01:57,620 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:01:57,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:57,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:58,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c67b2cf574ee48fa83619a643b27f8fd", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role"}], "expires_at": "2018-07-22T17:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-user", "id": "08f376c25ad341688944a36e51cc4811"}, "audit_ids": ["jFffrvEhTXe6U4ZMlTjmNw"], "issued_at": "2018-07-22T16:01:58.000000Z"}} 2018-07-22 16:01:58,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" 2018-07-22 16:01:58,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9de58c75-0a0f-4793-91d6-d5402a36bf51 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:58,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9de58c75-0a0f-4793-91d6-d5402a36bf51 2018-07-22 16:01:58,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" 2018-07-22 16:01:58,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-3225122b-111b-4302-a2a3-5ac8f807fb66 Date: Sun, 22 Jul 2018 16:01:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image"} 2018-07-22 16:01:58,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image used request id req-3225122b-111b-4302-a2a3-5ac8f807fb66 2018-07-22 16:01:58,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" 2018-07-22 16:01:58,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-781ff009-1b7c-48dc-ad7f-5650f84e3467 Date: Sun, 22 Jul 2018 16:01: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-07-22 16:01:58,276 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-781ff009-1b7c-48dc-ad7f-5650f84e3467 2018-07-22 16:01:58,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image"}' 2018-07-22 16:01:58,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dd3873ff-9881-4015-b70d-205f06444181 Date: Sun, 22 Jul 2018 16:01:58 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "min_disk": 0, "protected": false, "id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "file": "/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/file", "checksum": null, "owner": "a04e8a6a881d42cbb424dac126fad652", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:58,357 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-dd3873ff-9881-4015-b70d-205f06444181 2018-07-22 16:01:58,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" -d '' 2018-07-22 16:01:58,814 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ef92ef9b-119d-464f-b9e0-e80f888a9e5d Date: Sun, 22 Jul 2018 16:01:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:01:58,814 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/file used request id req-ef92ef9b-119d-464f-b9e0-e80f888a9e5d 2018-07-22 16:01:58,815 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:01:58,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" 2018-07-22 16:01:58,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-11c61215-7581-4300-bd35-67456615c854 Date: Sun, 22 Jul 2018 16:01:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:58Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/snap", "metadata": {}}], "self": "/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "min_disk": 0, "protected": false, "id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "file": "/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a04e8a6a881d42cbb424dac126fad652", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:58,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193 used request id req-11c61215-7581-4300-bd35-67456615c854 2018-07-22 16:01:58,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" 2018-07-22 16:01:58,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e85e5bd3-b6b5-4614-bb97-d5c8fa85fbac Date: Sun, 22 Jul 2018 16:01: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-07-22 16:01:58,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e85e5bd3-b6b5-4614-bb97-d5c8fa85fbac 2018-07-22 16:01:58,847 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image 2018-07-22 16:01:58,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" 2018-07-22 16:01:58,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d8624399-a2ba-4c19-9dd8-acb187c65baf Date: Sun, 22 Jul 2018 16:01:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:58Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/snap", "metadata": {}}], "self": "/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "min_disk": 0, "protected": false, "id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "file": "/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a04e8a6a881d42cbb424dac126fad652", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:01:58,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193 used request id req-d8624399-a2ba-4c19-9dd8-acb187c65baf 2018-07-22 16:01:58,866 - create_image - DEBUG - Instance status is - active 2018-07-22 16:01:58,866 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image 2018-07-22 16:01:58,866 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image 2018-07-22 16:01:58,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:01:58,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:01:59,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c67b2cf574ee48fa83619a643b27f8fd", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role"}], "expires_at": "2018-07-22T17:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-user", "id": "08f376c25ad341688944a36e51cc4811"}, "audit_ids": ["48LnAhviTaKh1c3iVSTrbA"], "issued_at": "2018-07-22T16:01:59.000000Z"}} 2018-07-22 16:01:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" 2018-07-22 16:01:59,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c838faa1-75bf-4a0b-a35f-db456622893f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:01:59,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c838faa1-75bf-4a0b-a35f-db456622893f 2018-07-22 16:01:59,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" 2018-07-22 16:01:59,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e8a0a6f2-74f0-4e39-8bd9-ceecfb94dc4c Date: Sun, 22 Jul 2018 16:01:59 GMT RESP BODY: {"networks":[]} 2018-07-22 16:01:59,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net used request id req-e8a0a6f2-74f0-4e39-8bd9-ceecfb94dc4c 2018-07-22 16:01:59,500 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net 2018-07-22 16:01:59,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" -d '{"network": {"name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net", "admin_state_up": true}}' 2018-07-22 16:02:00,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-fd328f8d-7e3f-40e2-bfd3-b94d5711d0d2 Date: Sun, 22 Jul 2018 16:01:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:01:59Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}} 2018-07-22 16:02:00,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-fd328f8d-7e3f-40e2-bfd3-b94d5711d0d2 2018-07-22 16:02:00,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" 2018-07-22 16:02:00,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-fefcf15f-ee50-412a-9622-1e5f75fa58de Date: Sun, 22 Jul 2018 16:02:00 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-07-22T16:01:59Z","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}]} 2018-07-22 16:02:00,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a392c68d-1179-4108-825d-418ade36e52e used request id req-fefcf15f-ee50-412a-9622-1e5f75fa58de 2018-07-22 16:02:00,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" 2018-07-22 16:02:00,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-de932eca-8323-434f-9e5e-76b798a2b5f6 Date: Sun, 22 Jul 2018 16:02:00 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:02:00,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-de932eca-8323-434f-9e5e-76b798a2b5f6 2018-07-22 16:02:00,189 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet 2018-07-22 16:02:00,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" -d '{"subnets": [{"ip_version": 4, "network_id": "a392c68d-1179-4108-825d-418ade36e52e", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]}' 2018-07-22 16:02:00,766 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-09712a3f-000b-496e-837b-8333149db5a5 Date: Sun, 22 Jul 2018 16:02:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:00,767 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-09712a3f-000b-496e-837b-8333149db5a5 2018-07-22 16:02:00,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" 2018-07-22 16:02:00,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-01b724f4-6971-4d69-b667-6de2a8cfff0d Date: Sun, 22 Jul 2018 16:02: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":["ed431868-b455-4c7c-8507-d400f421e4ba"],"updated_at":"2018-07-22T16:02:00Z","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}]} 2018-07-22 16:02:00,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a392c68d-1179-4108-825d-418ade36e52e used request id req-01b724f4-6971-4d69-b667-6de2a8cfff0d 2018-07-22 16:02:00,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" 2018-07-22 16:02:00,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-49fecbda-bad7-485d-93e8-b9db9f82e98b Date: Sun, 22 Jul 2018 16:02:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:00,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-49fecbda-bad7-485d-93e8-b9db9f82e98b 2018-07-22 16:02:00,953 - OpenStackNetwork - DEBUG - Network [a392c68d-1179-4108-825d-418ade36e52e] created successfully 2018-07-22 16:02:00,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:00,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:01,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:02:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["n3wYTLwMRCC3Kw2irNgOIw"], "issued_at": "2018-07-22T16:02:01.000000Z"}} 2018-07-22 16:02:01,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a959b1469845755acc6aaf3a54bc872251594c24" 2018-07-22 16:02:01,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6129604c-cbfd-4341-90a2-e67bf15a8cef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:01,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6129604c-cbfd-4341-90a2-e67bf15a8cef 2018-07-22 16:02:01,454 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:02:01,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a959b1469845755acc6aaf3a54bc872251594c24" 2018-07-22 16:02:01,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b71cbb4-e2ed-45cf-8c3e-e3c8f03bb437 x-compute-request-id: req-3b71cbb4-e2ed-45cf-8c3e-e3c8f03bb437 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:02:01,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3b71cbb4-e2ed-45cf-8c3e-e3c8f03bb437 2018-07-22 16:02:01,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a959b1469845755acc6aaf3a54bc872251594c24" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-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-07-22 16:02:01,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acc34162-0f95-4717-84a3-ad9bf68713d0 x-compute-request-id: req-acc34162-0f95-4717-84a3-ad9bf68713d0 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "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": "bd38b774-88d4-42c9-a2a4-ae833873a4e6"}} 2018-07-22 16:02:01,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-acc34162-0f95-4717-84a3-ad9bf68713d0 2018-07-22 16:02:01,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:01,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:02,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c67b2cf574ee48fa83619a643b27f8fd", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role"}], "expires_at": "2018-07-22T17:02:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-user", "id": "08f376c25ad341688944a36e51cc4811"}, "audit_ids": ["LShu9gxFQQmbiUkXBx4xkw"], "issued_at": "2018-07-22T16:02:02.000000Z"}} 2018-07-22 16:02:02,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:02,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-200b935c-69cd-4f8e-835d-8a5d47712922 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:02,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-200b935c-69cd-4f8e-835d-8a5d47712922 2018-07-22 16:02:02,141 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:02:02,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:02,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0658d775-7e6d-4c1a-8afe-bdd586c665bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:02,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0658d775-7e6d-4c1a-8afe-bdd586c665bd 2018-07-22 16:02:02,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:02,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3b621992-4c2e-46a4-be78-45d096ce9f19 Date: Sun, 22 Jul 2018 16:02: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":["ed431868-b455-4c7c-8507-d400f421e4ba"],"updated_at":"2018-07-22T16:02:00Z","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}]} 2018-07-22 16:02:02,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net used request id req-3b621992-4c2e-46a4-be78-45d096ce9f19 2018-07-22 16:02:02,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:02:02,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:02:02,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:02,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35078c1d-a313-4377-8fec-c30f0ee93059 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}} 2018-07-22 16:02:02,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 used request id req-35078c1d-a313-4377-8fec-c30f0ee93059 2018-07-22 16:02:02,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:02,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-180511e8-b82a-4fd2-9942-f1e31a17933c Date: Sun, 22 Jul 2018 16:02:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:02,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-180511e8-b82a-4fd2-9942-f1e31a17933c 2018-07-22 16:02:02,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:02,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e43d2c6a-5750-42ff-be8f-baba09dedc2c Date: Sun, 22 Jul 2018 16:02:02 GMT RESP BODY: {"ports":[]} 2018-07-22 16:02:02,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1&admin_state_up=True used request id req-e43d2c6a-5750-42ff-be8f-baba09dedc2c 2018-07-22 16:02:02,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:02,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-975ac8e5-aaea-4628-8f58-335c9308e954 x-compute-request-id: req-975ac8e5-aaea-4628-8f58-335c9308e954 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:02:02,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst used request id req-975ac8e5-aaea-4628-8f58-335c9308e954 2018-07-22 16:02:02,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:02,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6a3aa318-e018-4d94-b727-4ac39f7bf5e3 Date: Sun, 22 Jul 2018 16:02: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":["ed431868-b455-4c7c-8507-d400f421e4ba"],"updated_at":"2018-07-22T16:02:00Z","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}]} 2018-07-22 16:02:02,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net used request id req-6a3aa318-e018-4d94-b727-4ac39f7bf5e3 2018-07-22 16:02:02,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:03,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55eaadc7-b818-42b5-acb1-231049d7843a Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}} 2018-07-22 16:02:03,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 used request id req-55eaadc7-b818-42b5-acb1-231049d7843a 2018-07-22 16:02:03,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:03,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8721426e-0bd2-456a-bb96-b6b30ccea724 Date: Sun, 22 Jul 2018 16:02:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:03,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-8721426e-0bd2-456a-bb96-b6b30ccea724 2018-07-22 16:02:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:03,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ff2c584a-b230-4539-bd9c-836e1525db70 Date: Sun, 22 Jul 2018 16:02:03 GMT RESP BODY: {"ports":[]} 2018-07-22 16:02:03,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1&admin_state_up=True used request id req-ff2c584a-b230-4539-bd9c-836e1525db70 2018-07-22 16:02:03,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:03,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:03,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c67b2cf574ee48fa83619a643b27f8fd", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role"}], "expires_at": "2018-07-22T17:02:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a04e8a6a881d42cbb424dac126fad652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a04e8a6a881d42cbb424dac126fad652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-user", "id": "08f376c25ad341688944a36e51cc4811"}, "audit_ids": ["XecMI_w_QbyKaUmgHtCu5Q"], "issued_at": "2018-07-22T16:02:03.000000Z"}} 2018-07-22 16:02:03,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb951f64ae3d1be480cc87838ab907b066ee2636" 2018-07-22 16:02:03,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f434458c-9066-4ced-aed3-9c25eb218630 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:03,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f434458c-9066-4ced-aed3-9c25eb218630 2018-07-22 16:02:03,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:03,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6ec94295-e698-4f1c-b660-6e54ad6ccf84 Date: Sun, 22 Jul 2018 16:02: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":["ed431868-b455-4c7c-8507-d400f421e4ba"],"updated_at":"2018-07-22T16:02:00Z","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}]} 2018-07-22 16:02:03,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net used request id req-6ec94295-e698-4f1c-b660-6e54ad6ccf84 2018-07-22 16:02:03,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:03,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-549284b9-4a90-4fd9-9e61-a52951e70747 Date: Sun, 22 Jul 2018 16:02:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:03,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-549284b9-4a90-4fd9-9e61-a52951e70747 2018-07-22 16:02:03,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:03,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-09e2b044-6254-4c20-baa2-22cab17d01ba Date: Sun, 22 Jul 2018 16:02: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":["ed431868-b455-4c7c-8507-d400f421e4ba"],"updated_at":"2018-07-22T16:02:00Z","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}]} 2018-07-22 16:02:03,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net used request id req-09e2b044-6254-4c20-baa2-22cab17d01ba 2018-07-22 16:02:03,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:02:03,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:02:03,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb951f64ae3d1be480cc87838ab907b066ee2636" 2018-07-22 16:02:03,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895a622f-aa05-418e-9e22-7d905f51249e Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}} 2018-07-22 16:02:04,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 used request id req-895a622f-aa05-418e-9e22-7d905f51249e 2018-07-22 16:02:04,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:04,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d21255b3-d25c-4385-bfd1-e4fe1215e965 Date: Sun, 22 Jul 2018 16:02:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:04,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-d21255b3-d25c-4385-bfd1-e4fe1215e965 2018-07-22 16:02:04,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:04,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0df2e1cd-5005-4119-a4ac-ec387b7a24af Date: Sun, 22 Jul 2018 16:02:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:04,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet used request id req-0df2e1cd-5005-4119-a4ac-ec387b7a24af 2018-07-22 16:02:04,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:04,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b2f3276e-74dc-44aa-ba2d-a9d7e7b364a1 Date: Sun, 22 Jul 2018 16:02:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:04,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet used request id req-b2f3276e-74dc-44aa-ba2d-a9d7e7b364a1 2018-07-22 16:02:04,385 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net 2018-07-22 16:02:04,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" -d '{"port": {"network_id": "a392c68d-1179-4108-825d-418ade36e52e", "fixed_ips": [{"subnet_id": "ed431868-b455-4c7c-8507-d400f421e4ba", "ip_address": "10.55.0.101"}, {"subnet_id": "ed431868-b455-4c7c-8507-d400f421e4ba", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1", "admin_state_up": true}}' 2018-07-22 16:02:05,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-f0aa346b-3736-4de1-859d-4a0fdc3ed689 Date: Sun, 22 Jul 2018 16:02:05 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:02:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:02:04Z","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:eb:38:cb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"a04e8a6a881d42cbb424dac126fad652","fixed_ips":[{"subnet_id":"ed431868-b455-4c7c-8507-d400f421e4ba","ip_address":"10.55.0.101"},{"subnet_id":"ed431868-b455-4c7c-8507-d400f421e4ba","ip_address":"10.55.0.102"}],"id":"2be6cf6a-bccc-47f3-af54-5c927d75a888","security_groups":["75c0c3f7-e49b-4df8-925b-2dc4a0fa09de"],"device_id":""}} 2018-07-22 16:02:05,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-f0aa346b-3736-4de1-859d-4a0fdc3ed689 2018-07-22 16:02:05,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-18df1275-085e-4bb9-8402-fe4a14e31c4a Date: Sun, 22 Jul 2018 16:02: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":["ed431868-b455-4c7c-8507-d400f421e4ba"],"updated_at":"2018-07-22T16:02:00Z","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}]} 2018-07-22 16:02:05,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net used request id req-18df1275-085e-4bb9-8402-fe4a14e31c4a 2018-07-22 16:02:05,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038ed9a7-03b8-4746-8e7c-016977558d29 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}} 2018-07-22 16:02:05,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 used request id req-038ed9a7-03b8-4746-8e7c-016977558d29 2018-07-22 16:02:05,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7c5deecc-04b6-44e2-b7a2-a4c879cb17c7 Date: Sun, 22 Jul 2018 16:02:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:05,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-7c5deecc-04b6-44e2-b7a2-a4c879cb17c7 2018-07-22 16:02:05,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-3b441ca3-de19-44b6-9c80-f567099bda91 Date: Sun, 22 Jul 2018 16:02:05 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:04Z","admin_state_up":true,"updated_at":"2018-07-22T16:02:04Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:eb:38:cb","id":"2be6cf6a-bccc-47f3-af54-5c927d75a888","port_security_enabled":true,"project_id":"a04e8a6a881d42cbb424dac126fad652","fixed_ips":[{"subnet_id":"ed431868-b455-4c7c-8507-d400f421e4ba","ip_address":"10.55.0.101"},{"subnet_id":"ed431868-b455-4c7c-8507-d400f421e4ba","ip_address":"10.55.0.102"}],"extra_dhcp_opts":[],"security_groups":["75c0c3f7-e49b-4df8-925b-2dc4a0fa09de"],"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1"}]} 2018-07-22 16:02:05,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a392c68d-1179-4108-825d-418ade36e52e&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1&admin_state_up=True used request id req-3b441ca3-de19-44b6-9c80-f567099bda91 2018-07-22 16:02:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8853b156-2100-4730-80ce-67444ea467ca Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}} 2018-07-22 16:02:05,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 used request id req-8853b156-2100-4730-80ce-67444ea467ca 2018-07-22 16:02:05,652 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst 2018-07-22 16:02:05,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-aa29fc32-1c88-4c15-8dfc-b3270aa07513 x-compute-request-id: req-aa29fc32-1c88-4c15-8dfc-b3270aa07513 Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "bd38b774-88d4-42c9-a2a4-ae833873a4e6", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-flavor-name"}]} 2018-07-22 16:02:05,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aa29fc32-1c88-4c15-8dfc-b3270aa07513 2018-07-22 16:02:05,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-5862454c-7203-4868-9aba-7343a271f360 x-compute-request-id: req-5862454c-7203-4868-9aba-7343a271f360 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "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": "bd38b774-88d4-42c9-a2a4-ae833873a4e6"}} 2018-07-22 16:02:05,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6 used request id req-5862454c-7203-4868-9aba-7343a271f360 2018-07-22 16:02:05,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-814ecbb5-4387-410b-9bb9-c9c17aa2ee76 Date: Sun, 22 Jul 2018 16:02:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:01:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:01:58Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/snap", "metadata": {}}], "self": "/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "min_disk": 0, "protected": false, "id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "file": "/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a04e8a6a881d42cbb424dac126fad652", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/96aa00dd-00af-4a40-a6a5-adf84fa04193/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image"} 2018-07-22 16:02:05,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image used request id req-814ecbb5-4387-410b-9bb9-c9c17aa2ee76 2018-07-22 16:02:05,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:05,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f0eef88d-2bb7-4599-baa2-cc4448a0f0aa Date: Sun, 22 Jul 2018 16:02: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-07-22 16:02:05,894 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f0eef88d-2bb7-4599-baa2-cc4448a0f0aa 2018-07-22 16:02:05,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" -d '{"server": {"name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst", "imageRef": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "flavorRef": "bd38b774-88d4-42c9-a2a4-ae833873a4e6", "max_count": 1, "min_count": 1, "networks": [{"port": "2be6cf6a-bccc-47f3-af54-5c927d75a888"}]}}' 2018-07-22 16:02:07,010 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-b7dcd81b-5ee8-4496-aeb9-70efadb8ff64 x-compute-request-id: req-b7dcd81b-5ee8-4496-aeb9-70efadb8ff64 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "bookmark"}], "adminPass": "JHiY5CwKqpmm"}} 2018-07-22 16:02:07,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b7dcd81b-5ee8-4496-aeb9-70efadb8ff64 2018-07-22 16:02:07,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:07,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21ce71c3-4ff5-4c31-925a-8d94eec4f4ec x-compute-request-id: req-21ce71c3-4ff5-4c31-925a-8d94eec4f4ec Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "bookmark"}], "image": {"id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "links": [{"href": "http://172.30.9.28:8774/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd38b774-88d4-42c9-a2a4-ae833873a4e6", "links": [{"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "bookmark"}]}, "id": "2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "user_id": "08f376c25ad341688944a36e51cc4811", "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-07-22T16:02:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst", "created": "2018-07-22T16:02:06Z", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:07,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b used request id req-21ce71c3-4ff5-4c31-925a-8d94eec4f4ec 2018-07-22 16:02:07,276 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst 2018-07-22 16:02:07,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:07,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17203fe0-0973-4c48-9051-6be196ef9112 x-compute-request-id: req-17203fe0-0973-4c48-9051-6be196ef9112 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "bookmark"}], "image": {"id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "links": [{"href": "http://172.30.9.28:8774/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd38b774-88d4-42c9-a2a4-ae833873a4e6", "links": [{"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "bookmark"}]}, "id": "2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "user_id": "08f376c25ad341688944a36e51cc4811", "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-07-22T16:02:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst", "created": "2018-07-22T16:02:06Z", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:07,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b used request id req-17203fe0-0973-4c48-9051-6be196ef9112 2018-07-22 16:02:07,715 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst] is - BUILD 2018-07-22 16:02:07,715 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:02:10,718 - create_instance - DEBUG - VM status query timeout in 896.558264017 2018-07-22 16:02:10,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:10,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60a3540e-1723-49f5-a8e0-2067e7aadac4 x-compute-request-id: req-60a3540e-1723-49f5-a8e0-2067e7aadac4 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "bookmark"}], "image": {"id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "links": [{"href": "http://172.30.9.28:8774/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd38b774-88d4-42c9-a2a4-ae833873a4e6", "links": [{"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "bookmark"}]}, "id": "2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "security_groups": [{"name": "default"}], "user_id": "08f376c25ad341688944a36e51cc4811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:02:07Z", "hostId": "d6e575b90741c16a000b3d688747fb8eb16aa849c0f788de63ca82f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst", "created": "2018-07-22T16:02:06Z", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:10,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b used request id req-60a3540e-1723-49f5-a8e0-2067e7aadac4 2018-07-22 16:02:10,987 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst] is - BUILD 2018-07-22 16:02:10,988 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:02:13,991 - create_instance - DEBUG - VM status query timeout in 893.285921097 2018-07-22 16:02:13,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:14,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5e5e810-f4e0-41de-9b01-197be6706d02 x-compute-request-id: req-d5e5e810-f4e0-41de-9b01-197be6706d02 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:38:cb", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:38:cb", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "bookmark"}], "image": {"id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "links": [{"href": "http://172.30.9.28:8774/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:02:11.000000", "flavor": {"id": "bd38b774-88d4-42c9-a2a4-ae833873a4e6", "links": [{"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "bookmark"}]}, "id": "2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "security_groups": [{"name": "default"}], "user_id": "08f376c25ad341688944a36e51cc4811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:02:11Z", "hostId": "d6e575b90741c16a000b3d688747fb8eb16aa849c0f788de63ca82f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst", "created": "2018-07-22T16:02:06Z", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:14,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b used request id req-d5e5e810-f4e0-41de-9b01-197be6706d02 2018-07-22 16:02:14,178 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst] is - ACTIVE 2018-07-22 16:02:14,178 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:02:14,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:14,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0038e303-fc02-4bf7-8b4e-76fe7f88b443 x-compute-request-id: req-0038e303-fc02-4bf7-8b4e-76fe7f88b443 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:38:cb", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:38:cb", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "bookmark"}], "image": {"id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "links": [{"href": "http://172.30.9.28:8774/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:02:11.000000", "flavor": {"id": "bd38b774-88d4-42c9-a2a4-ae833873a4e6", "links": [{"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "bookmark"}]}, "id": "2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "security_groups": [{"name": "default"}], "user_id": "08f376c25ad341688944a36e51cc4811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:02:11Z", "hostId": "d6e575b90741c16a000b3d688747fb8eb16aa849c0f788de63ca82f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst", "created": "2018-07-22T16:02:06Z", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:14,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b used request id req-0038e303-fc02-4bf7-8b4e-76fe7f88b443 2018-07-22 16:02:14,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:14,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-56614a33-255e-4280-8199-37ca50f42ba5 Date: Sun, 22 Jul 2018 16:02: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":["ed431868-b455-4c7c-8507-d400f421e4ba"],"updated_at":"2018-07-22T16:02:00Z","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:01:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","id":"a392c68d-1179-4108-825d-418ade36e52e","name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net"}]} 2018-07-22 16:02:14,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net used request id req-56614a33-255e-4280-8199-37ca50f42ba5 2018-07-22 16:02:14,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:14,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8131665e-998c-42f2-8792-88fdab4326d9 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}} 2018-07-22 16:02:14,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 used request id req-8131665e-998c-42f2-8792-88fdab4326d9 2018-07-22 16:02:14,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:14,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-667a2ac4-d479-4074-a50e-a6c280727282 Date: Sun, 22 Jul 2018 16:02:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a04e8a6a881d42cbb424dac126fad652","id":"ed431868-b455-4c7c-8507-d400f421e4ba","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet"}]} 2018-07-22 16:02:14,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-667a2ac4-d479-4074-a50e-a6c280727282 2018-07-22 16:02:14,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:14,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1644 X-Openstack-Request-Id: req-a0f555f7-9b51-42b4-91d1-443781545cba Date: Sun, 22 Jul 2018 16:02:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:04Z","admin_state_up":true,"updated_at":"2018-07-22T16:02:11Z","binding:vnic_type":"normal","device_id":"2b0dc41b-eb5f-44ed-b9fa-10d02047241b","device_owner":"compute:nova","revision_number":11,"mac_address":"fa:16:3e:eb:38:cb","id":"2be6cf6a-bccc-47f3-af54-5c927d75a888","port_security_enabled":true,"project_id":"a04e8a6a881d42cbb424dac126fad652","fixed_ips":[{"subnet_id":"ed431868-b455-4c7c-8507-d400f421e4ba","ip_address":"10.55.0.101"},{"subnet_id":"ed431868-b455-4c7c-8507-d400f421e4ba","ip_address":"10.55.0.102"}],"extra_dhcp_opts":[],"security_groups":["75c0c3f7-e49b-4df8-925b-2dc4a0fa09de"],"name":"CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a392c68d-1179-4108-825d-418ade36e52e","tenant_id":"a04e8a6a881d42cbb424dac126fad652","created_at":"2018-07-22T16:02:00Z","admin_state_up":true,"updated_at":"2018-07-22T16:02:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a392c68d-1179-4108-825d-418ade36e52e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:38:c7:d4","id":"9f71137e-ecea-4cfc-9e22-563cbdf31d4d","port_security_enabled":false,"project_id":"a04e8a6a881d42cbb424dac126fad652","fixed_ips":[{"subnet_id":"ed431868-b455-4c7c-8507-d400f421e4ba","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:02:14,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a392c68d-1179-4108-825d-418ade36e52e used request id req-a0f555f7-9b51-42b4-91d1-443781545cba 2018-07-22 16:02:14,849 - create_instance - INFO - Deleting Port with ID - 2be6cf6a-bccc-47f3-af54-5c927d75a888 2018-07-22 16:02:14,850 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298port-1 2018-07-22 16:02:14,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/2be6cf6a-bccc-47f3-af54-5c927d75a888 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:15,605 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea26e73a-345f-4e38-b3cb-1c56095cad9b Date: Sun, 22 Jul 2018 16:02:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:15,605 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/2be6cf6a-bccc-47f3-af54-5c927d75a888 used request id req-ea26e73a-345f-4e38-b3cb-1c56095cad9b 2018-07-22 16:02:15,606 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst 2018-07-22 16:02:15,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:15,731 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:02:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aaf9d89f-5814-4c3f-a334-360d04bf4686 x-compute-request-id: req-aaf9d89f-5814-4c3f-a334-360d04bf4686 Content-Type: application/json 2018-07-22 16:02:15,731 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b used request id req-aaf9d89f-5814-4c3f-a334-360d04bf4686 2018-07-22 16:02:15,731 - create_instance - INFO - Checking deletion status 2018-07-22 16:02:15,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:16,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b2c76ad-64fb-4fac-8260-00e8a546619d x-compute-request-id: req-6b2c76ad-64fb-4fac-8260-00e8a546619d 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.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "rel": "bookmark"}], "image": {"id": "96aa00dd-00af-4a40-a6a5-adf84fa04193", "links": [{"href": "http://172.30.9.28:8774/images/96aa00dd-00af-4a40-a6a5-adf84fa04193", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:02:11.000000", "flavor": {"id": "bd38b774-88d4-42c9-a2a4-ae833873a4e6", "links": [{"href": "http://172.30.9.28:8774/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6", "rel": "bookmark"}]}, "id": "2b0dc41b-eb5f-44ed-b9fa-10d02047241b", "user_id": "08f376c25ad341688944a36e51cc4811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:02:15Z", "hostId": "d6e575b90741c16a000b3d688747fb8eb16aa849c0f788de63ca82f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst", "created": "2018-07-22T16:02:06Z", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:16,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b used request id req-6b2c76ad-64fb-4fac-8260-00e8a546619d 2018-07-22 16:02:16,012 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst] is - ACTIVE 2018-07-22 16:02:16,012 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:02:19,016 - create_instance - DEBUG - VM status query timeout in 296.715846062 2018-07-22 16:02:19,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e1d5b58e86762274054bb086cf4c0f9f95323a" 2018-07-22 16:02:19,063 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:02:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f96fb66-290b-44e1-90f8-e0adefee1656 x-compute-request-id: req-1f96fb66-290b-44e1-90f8-e0adefee1656 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2b0dc41b-eb5f-44ed-b9fa-10d02047241b could not be found.", "code": 404}} 2018-07-22 16:02:19,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2b0dc41b-eb5f-44ed-b9fa-10d02047241b used request id req-1f96fb66-290b-44e1-90f8-e0adefee1656 2018-07-22 16:02:19,064 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2b0dc41b-eb5f-44ed-b9fa-10d02047241b could not be found. (HTTP 404) (Request-ID: req-1f96fb66-290b-44e1-90f8-e0adefee1656) 2018-07-22 16:02:19,064 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-inst 2018-07-22 16:02:19,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a959b1469845755acc6aaf3a54bc872251594c24" 2018-07-22 16:02:19,107 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:02:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31daf4a2-c698-47ed-95e9-542dcabaa8f5 x-compute-request-id: req-31daf4a2-c698-47ed-95e9-542dcabaa8f5 Content-Length: 0 Content-Type: application/json 2018-07-22 16:02:19,107 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bd38b774-88d4-42c9-a2a4-ae833873a4e6 used request id req-31daf4a2-c698-47ed-95e9-542dcabaa8f5 2018-07-22 16:02:19,108 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet 2018-07-22 16:02:19,108 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-subnet 2018-07-22 16:02:19,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/ed431868-b455-4c7c-8507-d400f421e4ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" 2018-07-22 16:02:20,245 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bfc89da0-171b-42b5-a771-6a5c57d36c71 Date: Sun, 22 Jul 2018 16:02:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:20,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ed431868-b455-4c7c-8507-d400f421e4ba used request id req-bfc89da0-171b-42b5-a771-6a5c57d36c71 2018-07-22 16:02:20,245 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-pub-net 2018-07-22 16:02:20,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/a392c68d-1179-4108-825d-418ade36e52e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d1f7d6953a12d434741b8b16a3f7e34ae966f8" 2018-07-22 16:02:21,333 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42abf3a7-850f-47ef-84f9-dd718b086acc Date: Sun, 22 Jul 2018 16:02:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:21,334 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a392c68d-1179-4108-825d-418ade36e52e used request id req-42abf3a7-850f-47ef-84f9-dd718b086acc 2018-07-22 16:02:21,334 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a6586c24-092d-4284-82ec-2785a2e96298-image 2018-07-22 16:02:21,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be0fa33ef6647f88b675679217b701619d8f4b23" 2018-07-22 16:02:21,743 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-61e67aae-f3a2-4e50-915a-760a73b05a77 Date: Sun, 22 Jul 2018 16:02:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:02:21,744 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/96aa00dd-00af-4a40-a6a5-adf84fa04193 used request id req-61e67aae-f3a2-4e50-915a-760a73b05a77 2018-07-22 16:02:21,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:21,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-72b029e0-bc9b-4148-9a8e-953de6a0f3f5 Date: Sun, 22 Jul 2018 16:02:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "created_at": "2018-07-22T16:01:59Z", "updated_at": "2018-07-22T16:01:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:59Z", "revision_number": 0, "id": "5ef2f2f9-f179-4043-a167-95b48c0efd82", "remote_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:59Z", "security_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "port_range_min": null, "ethertype": "IPv4", "project_id": "a04e8a6a881d42cbb424dac126fad652"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:59Z", "revision_number": 0, "id": "b50aae64-0fdc-45f5-aa85-20bd3be81096", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:59Z", "security_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "port_range_min": null, "ethertype": "IPv6", "project_id": "a04e8a6a881d42cbb424dac126fad652"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:59Z", "revision_number": 0, "id": "c38b09f3-caef-48a2-a410-4601d6c359d0", "remote_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:59Z", "security_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "port_range_min": null, "ethertype": "IPv6", "project_id": "a04e8a6a881d42cbb424dac126fad652"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:01:59Z", "revision_number": 0, "id": "f7d6b344-426a-4ae7-bc35-7a62a7019c7a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:01:59Z", "security_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "port_range_min": null, "ethertype": "IPv4", "project_id": "a04e8a6a881d42cbb424dac126fad652"}], "revision_number": 4, "project_id": "a04e8a6a881d42cbb424dac126fad652", "id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:02:21,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-72b029e0-bc9b-4148-9a8e-953de6a0f3f5 2018-07-22 16:02:21,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:22,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b4318f-dbb4-46d5-ab67-3b6b9f9d4bb9 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:02:22,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-01b4318f-dbb4-46d5-ab67-3b6b9f9d4bb9 2018-07-22 16:02:22,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:22,159 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:02:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e281cdd-03a5-48cf-8762-5f365b2ae5ed Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:02:22,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-2e281cdd-03a5-48cf-8762-5f365b2ae5ed 2018-07-22 16:02:22,159 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:02:22,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:22,241 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:02:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caccc7eb-ead9-486c-84c9-ba1e5a667f6b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:02:22,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-caccc7eb-ead9-486c-84c9-ba1e5a667f6b 2018-07-22 16:02:22,241 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:02:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:22,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa37cb9f-b983-4a90-8dc5-cf7cf67acd7b Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a04e8a6a881d42cbb424dac126fad652", "name": "CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj"}} 2018-07-22 16:02:22,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 used request id req-fa37cb9f-b983-4a90-8dc5-cf7cf67acd7b 2018-07-22 16:02:22,336 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 75c0c3f7-e49b-4df8-925b-2dc4a0fa09de 2018-07-22 16:02:22,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=75c0c3f7-e49b-4df8-925b-2dc4a0fa09de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:22,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-22b76f58-6118-4895-9ca9-00d5d5a8a269 Date: Sun, 22 Jul 2018 16:02:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:59Z", "security_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "port_range_min": null, "revision_number": 0, "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "created_at": "2018-07-22T16:01:59Z", "project_id": "a04e8a6a881d42cbb424dac126fad652", "id": "5ef2f2f9-f179-4043-a167-95b48c0efd82"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:59Z", "security_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "port_range_min": null, "revision_number": 0, "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "created_at": "2018-07-22T16:01:59Z", "project_id": "a04e8a6a881d42cbb424dac126fad652", "id": "b50aae64-0fdc-45f5-aa85-20bd3be81096"}, {"remote_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:59Z", "security_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "port_range_min": null, "revision_number": 0, "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "created_at": "2018-07-22T16:01:59Z", "project_id": "a04e8a6a881d42cbb424dac126fad652", "id": "c38b09f3-caef-48a2-a410-4601d6c359d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:01:59Z", "security_group_id": "75c0c3f7-e49b-4df8-925b-2dc4a0fa09de", "port_range_min": null, "revision_number": 0, "tenant_id": "a04e8a6a881d42cbb424dac126fad652", "created_at": "2018-07-22T16:01:59Z", "project_id": "a04e8a6a881d42cbb424dac126fad652", "id": "f7d6b344-426a-4ae7-bc35-7a62a7019c7a"}]} 2018-07-22 16:02:22,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=75c0c3f7-e49b-4df8-925b-2dc4a0fa09de used request id req-22b76f58-6118-4895-9ca9-00d5d5a8a269 2018-07-22 16:02:22,362 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:02:22,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/75c0c3f7-e49b-4df8-925b-2dc4a0fa09de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:22,785 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b947d474-bfcc-4d77-8f4c-29826c77e8a3 Content-Length: 0 Date: Sun, 22 Jul 2018 16:02:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:22,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/75c0c3f7-e49b-4df8-925b-2dc4a0fa09de used request id req-b947d474-bfcc-4d77-8f4c-29826c77e8a3 2018-07-22 16:02:22,786 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj 2018-07-22 16:02:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:23,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:02:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcd18fc9-3d21-45fa-983e-3d9894f64264 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:02:23,031 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a04e8a6a881d42cbb424dac126fad652 used request id req-bcd18fc9-3d21-45fa-983e-3d9894f64264 2018-07-22 16:02:23,031 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2eb45b87-539c-40b-proj-role 2018-07-22 16:02:23,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c67b2cf574ee48fa83619a643b27f8fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:23,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:02:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fea07e8-f46f-45a3-aa75-3d1b1ae47650 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:02:23,138 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c67b2cf574ee48fa83619a643b27f8fd used request id req-0fea07e8-f46f-45a3-aa75-3d1b1ae47650 2018-07-22 16:02:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fc81811987db837662b403144d1d74bb1a97ccb" 2018-07-22 16:02:23,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc1a561-9373-46ad-81bd-5457733d2fdd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:02:23,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cbc1a561-9373-46ad-81bd-5457733d2fdd 2018-07-22 16:02:23,225 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2eb45b87-539c-40b-user 2018-07-22 16:02:23,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/08f376c25ad341688944a36e51cc4811 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1e8f53ea8d4242a8b7e6f68b040d64d4e70744d" 2018-07-22 16:02:23,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:02:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-120d8e1a-33da-42f8-a04d-e1ea36f6d212 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:02:23,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/08f376c25ad341688944a36e51cc4811 used request id req-120d8e1a-33da-42f8-a04d-e1ea36f6d212 2018-07-22 16:02:23,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:23,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:02:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["i7PdcwG3TNaNIWkXQsQFQg"], "issued_at": "2018-07-22T16:02:23.000000Z"}} 2018-07-22 16:02:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3d13d25ef75145fa62e119747bcf18786d24757" 2018-07-22 16:02:23,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e61803b-ef97-4679-9628-77bbdfdc83dc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:23,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0e61803b-ef97-4679-9628-77bbdfdc83dc 2018-07-22 16:02:23,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:23,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:24,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:02:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["mvjtjhlxReaPvZ1Ci8_SzA"], "issued_at": "2018-07-22T16:02:24.000000Z"}} 2018-07-22 16:02:24,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:24,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e2ed89-5adf-4768-aed3-63c4923c428c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:24,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a4e2ed89-5adf-4768-aed3-63c4923c428c 2018-07-22 16:02:24,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:02:24,395 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:02:24,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:24,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f869ac8c-12c2-44bf-89d0-5f45b51253d9 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:02:24,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj used request id req-f869ac8c-12c2-44bf-89d0-5f45b51253d9 2018-07-22 16:02:24,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:24,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-607ad664-06d7-4609-ac04-a0b5709bc763 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:02:24,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-607ad664-06d7-4609-ac04-a0b5709bc763 2018-07-22 16:02:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}}' 2018-07-22 16:02:24,559 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9f7fe1d-db52-496a-af8b-b3ba7211c45f Content-Length: 332 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "id": "7044138968a5425fa6e30862730cba0e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}} 2018-07-22 16:02:24,559 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e9f7fe1d-db52-496a-af8b-b3ba7211c45f 2018-07-22 16:02:24,559 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj 2018-07-22 16:02:24,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:24,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:24,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:02:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["XT5qa2J5RtqqLV-DKc6JEQ"], "issued_at": "2018-07-22T16:02:24.000000Z"}} 2018-07-22 16:02:24,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f889f40f9216fa27b91d42658a30eb8445e12fc8" 2018-07-22 16:02:25,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39275889-f0ec-4515-86ab-54ff7c83a1ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:25,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-39275889-f0ec-4515-86ab-54ff7c83a1ae 2018-07-22 16:02:25,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:02:25,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:02:25,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f889f40f9216fa27b91d42658a30eb8445e12fc8" 2018-07-22 16:02:25,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aa546fc-5020-4775-aa9a-458577c2fa30 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:02:25,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0aa546fc-5020-4775-aa9a-458577c2fa30 2018-07-22 16:02:25,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f889f40f9216fa27b91d42658a30eb8445e12fc8" 2018-07-22 16:02:25,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d29fed08-2411-42af-aaeb-e7841e655ac1 Content-Encoding: gzip Content-Length: 268 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "id": "7044138968a5425fa6e30862730cba0e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}]} 2018-07-22 16:02:25,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj used request id req-d29fed08-2411-42af-aaeb-e7841e655ac1 2018-07-22 16:02:25,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f889f40f9216fa27b91d42658a30eb8445e12fc8" 2018-07-22 16:02:25,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ec937e9-195d-4fc3-b635-b18036f0c1a1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:02:25,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4ec937e9-195d-4fc3-b635-b18036f0c1a1 2018-07-22 16:02:25,684 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-8449e81c-1b6e-44c-user 2018-07-22 16:02:25,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:25,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:25,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df56455e-a471-4b53-8799-9bf77c54cd3f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:02:25,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-df56455e-a471-4b53-8799-9bf77c54cd3f 2018-07-22 16:02:25,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" -d '{"role": {"name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role"}}' 2018-07-22 16:02:25,876 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b1a1820-4770-4d05-b816-c5ebb6e2f8ae Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ee1cfd58746c4afd9a79cb92dc7fa096", "links": {"self": "http://172.30.9.28:5000/v3/roles/ee1cfd58746c4afd9a79cb92dc7fa096"}, "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role"}} 2018-07-22 16:02:25,877 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-6b1a1820-4770-4d05-b816-c5ebb6e2f8ae 2018-07-22 16:02:25,877 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role 2018-07-22 16:02:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ee1cfd58746c4afd9a79cb92dc7fa096 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:25,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b12a301-901f-4556-8c12-93b4ffe36fbe Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ee1cfd58746c4afd9a79cb92dc7fa096", "links": {"self": "http://172.30.9.28:5000/v3/roles/ee1cfd58746c4afd9a79cb92dc7fa096"}, "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role"}} 2018-07-22 16:02:25,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ee1cfd58746c4afd9a79cb92dc7fa096 used request id req-1b12a301-901f-4556-8c12-93b4ffe36fbe 2018-07-22 16:02:25,965 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role to project CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj 2018-07-22 16:02:25,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e/users/f4f5864e3ef6401eb2c8c29c7c181ff7/roles/ee1cfd58746c4afd9a79cb92dc7fa096 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:26,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcfc44f4-748a-4461-a543-c248df20aca4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:02:26,087 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e/users/f4f5864e3ef6401eb2c8c29c7c181ff7/roles/ee1cfd58746c4afd9a79cb92dc7fa096 used request id req-bcfc44f4-748a-4461-a543-c248df20aca4 2018-07-22 16:02:26,087 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:02:26,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:26,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:26,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee1cfd58746c4afd9a79cb92dc7fa096", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role"}], "expires_at": "2018-07-22T17:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-user", "id": "f4f5864e3ef6401eb2c8c29c7c181ff7"}, "audit_ids": ["ujaB932VQsWJ4OMbJdw1UQ"], "issued_at": "2018-07-22T16:02:26.000000Z"}} 2018-07-22 16:02:26,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" 2018-07-22 16:02:26,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5941a1f-2ded-46d1-91b0-85882cd02daa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:26,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a5941a1f-2ded-46d1-91b0-85882cd02daa 2018-07-22 16:02:26,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" 2018-07-22 16:02:26,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-1e5709e9-7fc0-460b-8480-18bbf9a12d29 Date: Sun, 22 Jul 2018 16:02:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image"} 2018-07-22 16:02:26,744 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image used request id req-1e5709e9-7fc0-460b-8480-18bbf9a12d29 2018-07-22 16:02:26,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" 2018-07-22 16:02:26,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f7fb9451-673b-4d52-8306-817359b3bb34 Date: Sun, 22 Jul 2018 16:02: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-07-22 16:02:26,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f7fb9451-673b-4d52-8306-817359b3bb34 2018-07-22 16:02:26,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image"}' 2018-07-22 16:02:26,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5feb0493-14a8-46b8-a3be-e98abdcbbd2a Date: Sun, 22 Jul 2018 16:02:26 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:02:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:02:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "min_disk": 0, "protected": false, "id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "file": "/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2/file", "checksum": null, "owner": "7044138968a5425fa6e30862730cba0e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:02:26,825 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-5feb0493-14a8-46b8-a3be-e98abdcbbd2a 2018-07-22 16:02:26,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" -d '' 2018-07-22 16:02:27,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc7fc746-3a12-4231-91fa-d456e4ea5771 Date: Sun, 22 Jul 2018 16:02:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:02:27,279 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2/file used request id req-fc7fc746-3a12-4231-91fa-d456e4ea5771 2018-07-22 16:02:27,279 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:02:27,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" 2018-07-22 16:02:27,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3813c5e3-1bd1-4e00-a311-72448afcd090 Date: Sun, 22 Jul 2018 16:02:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:02:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:02:27Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/9adbe725-72c0-4215-844c-92539f0e9bd2/snap", "metadata": {}}], "self": "/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "min_disk": 0, "protected": false, "id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "file": "/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7044138968a5425fa6e30862730cba0e", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/9adbe725-72c0-4215-844c-92539f0e9bd2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:02:27,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2 used request id req-3813c5e3-1bd1-4e00-a311-72448afcd090 2018-07-22 16:02:27,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" 2018-07-22 16:02:27,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-612196dd-2860-4317-9845-7cab6cab8562 Date: Sun, 22 Jul 2018 16:02: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-07-22 16:02:27,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-612196dd-2860-4317-9845-7cab6cab8562 2018-07-22 16:02:27,311 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image 2018-07-22 16:02:27,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" 2018-07-22 16:02:27,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f8526619-747f-4bf9-ad65-6375e831bc28 Date: Sun, 22 Jul 2018 16:02:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:02:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:02:27Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/9adbe725-72c0-4215-844c-92539f0e9bd2/snap", "metadata": {}}], "self": "/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "min_disk": 0, "protected": false, "id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "file": "/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7044138968a5425fa6e30862730cba0e", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/9adbe725-72c0-4215-844c-92539f0e9bd2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:02:27,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2 used request id req-f8526619-747f-4bf9-ad65-6375e831bc28 2018-07-22 16:02:27,329 - create_image - DEBUG - Instance status is - active 2018-07-22 16:02:27,329 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image 2018-07-22 16:02:27,329 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image 2018-07-22 16:02:27,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:27,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:27,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee1cfd58746c4afd9a79cb92dc7fa096", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role"}], "expires_at": "2018-07-22T17:02:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-user", "id": "f4f5864e3ef6401eb2c8c29c7c181ff7"}, "audit_ids": ["k1n-5k3yT4e945dUaRJzkw"], "issued_at": "2018-07-22T16:02:27.000000Z"}} 2018-07-22 16:02:27,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" 2018-07-22 16:02:27,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-745fcfe4-febf-4d27-892f-d8f9aa40736f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:27,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-745fcfe4-febf-4d27-892f-d8f9aa40736f 2018-07-22 16:02:27,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" 2018-07-22 16:02:27,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6b6bb047-adbb-42b2-bb09-fe62125d320d Date: Sun, 22 Jul 2018 16:02:27 GMT RESP BODY: {"networks":[]} 2018-07-22 16:02:27,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-net used request id req-6b6bb047-adbb-42b2-bb09-fe62125d320d 2018-07-22 16:02:27,917 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-net 2018-07-22 16:02:27,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" -d '{"network": {"name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-net", "admin_state_up": true}}' 2018-07-22 16:02:28,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-63d45161-2d67-4bb6-8ede-da44221a733f Date: Sun, 22 Jul 2018 16:02:28 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:02:28Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"7044138968a5425fa6e30862730cba0e","id":"da537c61-64d4-4d36-b280-89ad84234937","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-net"}} 2018-07-22 16:02:28,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-63d45161-2d67-4bb6-8ede-da44221a733f 2018-07-22 16:02:28,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da537c61-64d4-4d36-b280-89ad84234937 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" 2018-07-22 16:02:28,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 601 X-Openstack-Request-Id: req-2d698138-2032-46ba-bf13-b2f1f3df5c0d Date: Sun, 22 Jul 2018 16:02:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T16:02:28Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"da537c61-64d4-4d36-b280-89ad84234937","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-net"}]} 2018-07-22 16:02:28,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da537c61-64d4-4d36-b280-89ad84234937 used request id req-2d698138-2032-46ba-bf13-b2f1f3df5c0d 2018-07-22 16:02:28,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da537c61-64d4-4d36-b280-89ad84234937 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" 2018-07-22 16:02:28,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b3676c1e-d6a2-44f0-9523-d3309e1de852 Date: Sun, 22 Jul 2018 16:02:28 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:02:28,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da537c61-64d4-4d36-b280-89ad84234937 used request id req-b3676c1e-d6a2-44f0-9523-d3309e1de852 2018-07-22 16:02:28,690 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-subnet 2018-07-22 16:02:28,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" -d '{"subnets": [{"ip_version": 4, "network_id": "da537c61-64d4-4d36-b280-89ad84234937", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-subnet"}]}' 2018-07-22 16:02:29,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-02444522-a0dd-4df1-a229-132501549349 Date: Sun, 22 Jul 2018 16:02:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da537c61-64d4-4d36-b280-89ad84234937","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:28Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"6d58ade9-1970-45c1-9747-785800e9e833","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-subnet"}]} 2018-07-22 16:02:29,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-02444522-a0dd-4df1-a229-132501549349 2018-07-22 16:02:29,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da537c61-64d4-4d36-b280-89ad84234937 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" 2018-07-22 16:02:29,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6eb0be75-da33-4bb2-8976-5eadc9dd280d Date: Sun, 22 Jul 2018 16:02:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d58ade9-1970-45c1-9747-785800e9e833"],"updated_at":"2018-07-22T16:02:28Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"da537c61-64d4-4d36-b280-89ad84234937","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-net"}]} 2018-07-22 16:02:29,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da537c61-64d4-4d36-b280-89ad84234937 used request id req-6eb0be75-da33-4bb2-8976-5eadc9dd280d 2018-07-22 16:02:29,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da537c61-64d4-4d36-b280-89ad84234937 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" 2018-07-22 16:02:29,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-41e52d4b-8f6f-44a4-83db-9dccb66c9992 Date: Sun, 22 Jul 2018 16:02:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da537c61-64d4-4d36-b280-89ad84234937","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:28Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"6d58ade9-1970-45c1-9747-785800e9e833","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-subnet"}]} 2018-07-22 16:02:29,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da537c61-64d4-4d36-b280-89ad84234937 used request id req-41e52d4b-8f6f-44a4-83db-9dccb66c9992 2018-07-22 16:02:29,496 - OpenStackNetwork - DEBUG - Network [da537c61-64d4-4d36-b280-89ad84234937] created successfully 2018-07-22 16:02:29,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:29,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:29,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["BaKUJzoPR_upx9pCJywDjg"], "issued_at": "2018-07-22T16:02:29.000000Z"}} 2018-07-22 16:02:29,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a45eb5c311b5c836a844099be7350806eb1fa20" 2018-07-22 16:02:30,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dea50e8b-0db0-40d0-8a0f-8e70a4c000d1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:30,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dea50e8b-0db0-40d0-8a0f-8e70a4c000d1 2018-07-22 16:02:30,026 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:02:30,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a45eb5c311b5c836a844099be7350806eb1fa20" 2018-07-22 16:02:30,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f8684e-2b33-4e57-a9e5-20d4d6293c2d x-compute-request-id: req-45f8684e-2b33-4e57-a9e5-20d4d6293c2d Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:02:30,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-45f8684e-2b33-4e57-a9e5-20d4d6293c2d 2018-07-22 16:02:30,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a45eb5c311b5c836a844099be7350806eb1fa20" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-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-07-22 16:02:30,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84f42a15-9dba-484c-af01-7a0e5227bdd0 x-compute-request-id: req-84f42a15-9dba-484c-af01-7a0e5227bdd0 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "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": "67c75800-b963-4a86-9c1e-4cc9584f4144"}} 2018-07-22 16:02:30,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-84f42a15-9dba-484c-af01-7a0e5227bdd0 2018-07-22 16:02:30,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:30,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:30,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee1cfd58746c4afd9a79cb92dc7fa096", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role"}], "expires_at": "2018-07-22T17:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-user", "id": "f4f5864e3ef6401eb2c8c29c7c181ff7"}, "audit_ids": ["SzQuYyzgSKuKOy3JA7NpNg"], "issued_at": "2018-07-22T16:02:30.000000Z"}} 2018-07-22 16:02:30,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:30,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7524bd0-54d3-49c0-ad81-52bd23bf4068 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:30,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d7524bd0-54d3-49c0-ad81-52bd23bf4068 2018-07-22 16:02:30,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:30,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ce2aff5b-a01c-490c-bcbf-d34416260e79 Date: Sun, 22 Jul 2018 16:02:30 GMT RESP BODY: {"networks":[]} 2018-07-22 16:02:30,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 used request id req-ce2aff5b-a01c-490c-bcbf-d34416260e79 2018-07-22 16:02:30,857 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 2018-07-22 16:02:30,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" -d '{"network": {"name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2", "admin_state_up": true}}' 2018-07-22 16:02:31,100 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-7b5388d6-0172-44d8-91b1-1d11efeb8234 Date: Sun, 22 Jul 2018 16:02:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:02:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}} 2018-07-22 16:02:31,100 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-7b5388d6-0172-44d8-91b1-1d11efeb8234 2018-07-22 16:02:31,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:31,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 597 X-Openstack-Request-Id: req-589e9d07-bf97-40cb-ba56-3052a3c52ca3 Date: Sun, 22 Jul 2018 16:02: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-07-22T16:02:30Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}]} 2018-07-22 16:02:31,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-589e9d07-bf97-40cb-ba56-3052a3c52ca3 2018-07-22 16:02:31,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:31,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d66ae13b-8f01-4988-823d-726e5df474b4 Date: Sun, 22 Jul 2018 16:02:31 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:02:31,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-d66ae13b-8f01-4988-823d-726e5df474b4 2018-07-22 16:02:31,397 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1 2018-07-22 16:02:31,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" -d '{"subnets": [{"ip_version": 4, "network_id": "1c04f439-4b5e-4e5a-bd74-38e070175269", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]}' 2018-07-22 16:02:31,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-924d8f0a-726f-41fe-891e-4fac092a8aaf Date: Sun, 22 Jul 2018 16:02:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:31,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-924d8f0a-726f-41fe-891e-4fac092a8aaf 2018-07-22 16:02:31,928 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2 2018-07-22 16:02:31,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" -d '{"subnets": [{"ip_version": 4, "network_id": "1c04f439-4b5e-4e5a-bd74-38e070175269", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"}]}' 2018-07-22 16:02:32,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ea0c7264-9ad5-40cc-97af-5337760444ed Date: Sun, 22 Jul 2018 16:02:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"}]} 2018-07-22 16:02:32,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ea0c7264-9ad5-40cc-97af-5337760444ed 2018-07-22 16:02:32,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:32,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9ccdf40f-c128-494c-80b0-078a3789d293 Date: Sun, 22 Jul 2018 16:02:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6684f6d-dfba-41cc-869e-dd321bf26801","ca8adc08-6905-4049-8fbc-97bf4b909938"],"updated_at":"2018-07-22T16:02:32Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}]} 2018-07-22 16:02:32,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-9ccdf40f-c128-494c-80b0-078a3789d293 2018-07-22 16:02:32,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:32,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-8331afd3-1e77-44ee-8281-e265f67d8656 Date: Sun, 22 Jul 2018 16:02:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:32,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-8331afd3-1e77-44ee-8281-e265f67d8656 2018-07-22 16:02:32,671 - OpenStackNetwork - DEBUG - Network [1c04f439-4b5e-4e5a-bd74-38e070175269] created successfully 2018-07-22 16:02:32,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:32,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:33,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee1cfd58746c4afd9a79cb92dc7fa096", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role"}], "expires_at": "2018-07-22T17:02:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-user", "id": "f4f5864e3ef6401eb2c8c29c7c181ff7"}, "audit_ids": ["YzT21KnuTPWrrCN_pz22ug"], "issued_at": "2018-07-22T16:02:33.000000Z"}} 2018-07-22 16:02:33,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:33,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3f09d54-10ee-4f49-9f6a-d0e5e4e67b0f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:33,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a3f09d54-10ee-4f49-9f6a-d0e5e4e67b0f 2018-07-22 16:02:33,131 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:02:33,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:33,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c842d3b4-521c-4e45-97ff-a8a97b2edb4a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:33,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c842d3b4-521c-4e45-97ff-a8a97b2edb4a 2018-07-22 16:02:33,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:33,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7cdc3ba7-9d0d-4783-acfe-0957f87ca24f Date: Sun, 22 Jul 2018 16:02:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ca8adc08-6905-4049-8fbc-97bf4b909938","b6684f6d-dfba-41cc-869e-dd321bf26801"],"updated_at":"2018-07-22T16:02:32Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}]} 2018-07-22 16:02:33,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 used request id req-7cdc3ba7-9d0d-4783-acfe-0957f87ca24f 2018-07-22 16:02:33,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:02:33,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:02:33,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:33,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc21f6c-f2b5-47cf-b599-07ee7788840e Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}} 2018-07-22 16:02:33,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e used request id req-efc21f6c-f2b5-47cf-b599-07ee7788840e 2018-07-22 16:02:33,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:33,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-fae776f0-f1f4-421c-b5bb-3b5dd5278812 Date: Sun, 22 Jul 2018 16:02:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:33,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-fae776f0-f1f4-421c-b5bb-3b5dd5278812 2018-07-22 16:02:33,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:33,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c1fc5298-b334-40f0-b79c-0dec2f6e710d Date: Sun, 22 Jul 2018 16:02:33 GMT RESP BODY: {"ports":[]} 2018-07-22 16:02:33,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1&admin_state_up=True used request id req-c1fc5298-b334-40f0-b79c-0dec2f6e710d 2018-07-22 16:02:33,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:34,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f455539-f1f5-490a-bdd6-1f6dcb4e39d4 x-compute-request-id: req-0f455539-f1f5-490a-bdd6-1f6dcb4e39d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:02:34,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst used request id req-0f455539-f1f5-490a-bdd6-1f6dcb4e39d4 2018-07-22 16:02:34,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:34,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-228c8572-b163-4903-a84f-193021ceed32 Date: Sun, 22 Jul 2018 16:02: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":["ca8adc08-6905-4049-8fbc-97bf4b909938","b6684f6d-dfba-41cc-869e-dd321bf26801"],"updated_at":"2018-07-22T16:02:32Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}]} 2018-07-22 16:02:34,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 used request id req-228c8572-b163-4903-a84f-193021ceed32 2018-07-22 16:02:34,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:34,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99236ba0-b429-4917-b4d7-197311e2f66c Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}} 2018-07-22 16:02:34,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e used request id req-99236ba0-b429-4917-b4d7-197311e2f66c 2018-07-22 16:02:34,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:34,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-4b745a5c-c83a-4046-895f-49dbc3c18caf Date: Sun, 22 Jul 2018 16:02:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:34,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-4b745a5c-c83a-4046-895f-49dbc3c18caf 2018-07-22 16:02:34,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:34,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9aaad81b-e0c6-4c5a-b7f2-108c354852b9 Date: Sun, 22 Jul 2018 16:02:34 GMT RESP BODY: {"ports":[]} 2018-07-22 16:02:34,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1&admin_state_up=True used request id req-9aaad81b-e0c6-4c5a-b7f2-108c354852b9 2018-07-22 16:02:34,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:34,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:34,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee1cfd58746c4afd9a79cb92dc7fa096", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role"}], "expires_at": "2018-07-22T17:02:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_7044138968a5425fa6e30862730cba0e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-user", "id": "f4f5864e3ef6401eb2c8c29c7c181ff7"}, "audit_ids": ["JyupIIPdSlCdEaj8jdGbgQ"], "issued_at": "2018-07-22T16:02:34.000000Z"}} 2018-07-22 16:02:34,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d14683128ba03961392f7b0b410ca789fc1732" 2018-07-22 16:02:34,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61be389c-6949-4c10-9655-7862618120df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:34,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-61be389c-6949-4c10-9655-7862618120df 2018-07-22 16:02:34,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:35,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-4bfeaf07-7a68-4bd4-adc6-a75367cee559 Date: Sun, 22 Jul 2018 16:02:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ca8adc08-6905-4049-8fbc-97bf4b909938","b6684f6d-dfba-41cc-869e-dd321bf26801"],"updated_at":"2018-07-22T16:02:32Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}]} 2018-07-22 16:02:35,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 used request id req-4bfeaf07-7a68-4bd4-adc6-a75367cee559 2018-07-22 16:02:35,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:35,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-d18bc818-427f-4661-b949-6e73bbda3025 Date: Sun, 22 Jul 2018 16:02:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:35,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-d18bc818-427f-4661-b949-6e73bbda3025 2018-07-22 16:02:35,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:35,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-63459a8e-ec54-4216-aba4-93cd6ab284e0 Date: Sun, 22 Jul 2018 16:02:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ca8adc08-6905-4049-8fbc-97bf4b909938","b6684f6d-dfba-41cc-869e-dd321bf26801"],"updated_at":"2018-07-22T16:02:32Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}]} 2018-07-22 16:02:35,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 used request id req-63459a8e-ec54-4216-aba4-93cd6ab284e0 2018-07-22 16:02:35,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:02:35,212 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:02:35,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d14683128ba03961392f7b0b410ca789fc1732" 2018-07-22 16:02:35,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aa6c4a8-b350-48a4-867e-3251966ad090 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}} 2018-07-22 16:02:35,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e used request id req-5aa6c4a8-b350-48a4-867e-3251966ad090 2018-07-22 16:02:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:35,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-bedfed6d-4056-43f2-a7cf-e728be6c3464 Date: Sun, 22 Jul 2018 16:02:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:35,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-bedfed6d-4056-43f2-a7cf-e728be6c3464 2018-07-22 16:02:35,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:35,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a8632598-fbea-4f28-b669-2d5dbf34e2af Date: Sun, 22 Jul 2018 16:02:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:35,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1 used request id req-a8632598-fbea-4f28-b669-2d5dbf34e2af 2018-07-22 16:02:35,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:35,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bc102d59-fdd7-4244-8fe0-40d84340b93e Date: Sun, 22 Jul 2018 16:02:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"}]} 2018-07-22 16:02:35,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2 used request id req-bc102d59-fdd7-4244-8fe0-40d84340b93e 2018-07-22 16:02:35,455 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 2018-07-22 16:02:35,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" -d '{"port": {"network_id": "1c04f439-4b5e-4e5a-bd74-38e070175269", "fixed_ips": [{"subnet_id": "ca8adc08-6905-4049-8fbc-97bf4b909938", "ip_address": "10.55.0.101"}, {"subnet_id": "b6684f6d-dfba-41cc-869e-dd321bf26801", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1", "admin_state_up": true}}' 2018-07-22 16:02:36,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-ec824863-3671-4802-9a5b-418729bf8559 Date: Sun, 22 Jul 2018 16:02:36 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:02:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:02:35Z","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:2f:db:16","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"7044138968a5425fa6e30862730cba0e","fixed_ips":[{"subnet_id":"ca8adc08-6905-4049-8fbc-97bf4b909938","ip_address":"10.55.0.101"},{"subnet_id":"b6684f6d-dfba-41cc-869e-dd321bf26801","ip_address":"10.65.0.101"}],"id":"fa132ca4-2709-4612-9066-400802a37fe2","security_groups":["0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c"],"device_id":""}} 2018-07-22 16:02:36,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-ec824863-3671-4802-9a5b-418729bf8559 2018-07-22 16:02:36,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:36,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0857f7f4-e279-43a1-b15e-72120316359f Date: Sun, 22 Jul 2018 16:02: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":["ca8adc08-6905-4049-8fbc-97bf4b909938","b6684f6d-dfba-41cc-869e-dd321bf26801"],"updated_at":"2018-07-22T16:02:32Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}]} 2018-07-22 16:02:36,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 used request id req-0857f7f4-e279-43a1-b15e-72120316359f 2018-07-22 16:02:36,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:36,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81fea46e-4ff6-4864-b1e4-731f187cdb3d Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}} 2018-07-22 16:02:36,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e used request id req-81fea46e-4ff6-4864-b1e4-731f187cdb3d 2018-07-22 16:02:36,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:36,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-c9b4e897-4c71-43bb-a7ae-513ac3a73ab2 Date: Sun, 22 Jul 2018 16:02:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:36,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-c9b4e897-4c71-43bb-a7ae-513ac3a73ab2 2018-07-22 16:02:36,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:36,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-b42f7bb2-33ff-4966-a3ed-8689b825e098 Date: Sun, 22 Jul 2018 16:02:36 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:02:35Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":7,"mac_address":"fa:16:3e:2f:db:16","id":"fa132ca4-2709-4612-9066-400802a37fe2","port_security_enabled":true,"project_id":"7044138968a5425fa6e30862730cba0e","fixed_ips":[{"subnet_id":"ca8adc08-6905-4049-8fbc-97bf4b909938","ip_address":"10.55.0.101"},{"subnet_id":"b6684f6d-dfba-41cc-869e-dd321bf26801","ip_address":"10.65.0.101"}],"extra_dhcp_opts":[],"security_groups":["0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c"],"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1"}]} 2018-07-22 16:02:36,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1&admin_state_up=True used request id req-b42f7bb2-33ff-4966-a3ed-8689b825e098 2018-07-22 16:02:36,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:36,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d70671-7aa8-4f85-b2c9-a1860eac72a8 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}} 2018-07-22 16:02:36,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e used request id req-c7d70671-7aa8-4f85-b2c9-a1860eac72a8 2018-07-22 16:02:36,877 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst 2018-07-22 16:02:36,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:36,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9527f2da-4c92-4c21-b8a5-c03dfe002aeb x-compute-request-id: req-9527f2da-4c92-4c21-b8a5-c03dfe002aeb Content-Encoding: gzip Content-Length: 291 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "67c75800-b963-4a86-9c1e-4cc9584f4144", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-flavor-name"}]} 2018-07-22 16:02:36,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9527f2da-4c92-4c21-b8a5-c03dfe002aeb 2018-07-22 16:02:36,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:36,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0119308-0eb5-43f0-ab71-bd84c2953388 x-compute-request-id: req-c0119308-0eb5-43f0-ab71-bd84c2953388 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "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": "67c75800-b963-4a86-9c1e-4cc9584f4144"}} 2018-07-22 16:02:36,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144 used request id req-c0119308-0eb5-43f0-ab71-bd84c2953388 2018-07-22 16:02:36,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:37,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-ea634c3f-3288-4a98-b4ab-7efa7f0ddfc6 Date: Sun, 22 Jul 2018 16:02:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:02:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:02:27Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/9adbe725-72c0-4215-844c-92539f0e9bd2/snap", "metadata": {}}], "self": "/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "min_disk": 0, "protected": false, "id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "file": "/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7044138968a5425fa6e30862730cba0e", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/9adbe725-72c0-4215-844c-92539f0e9bd2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image"} 2018-07-22 16:02:37,113 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image used request id req-ea634c3f-3288-4a98-b4ab-7efa7f0ddfc6 2018-07-22 16:02:37,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:37,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-604a0bca-49fc-49b6-8408-7305a07706b3 Date: Sun, 22 Jul 2018 16:02:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:02:37,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-604a0bca-49fc-49b6-8408-7305a07706b3 2018-07-22 16:02:37,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" -d '{"server": {"name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst", "imageRef": "9adbe725-72c0-4215-844c-92539f0e9bd2", "flavorRef": "67c75800-b963-4a86-9c1e-4cc9584f4144", "max_count": 1, "min_count": 1, "networks": [{"port": "fa132ca4-2709-4612-9066-400802a37fe2"}]}}' 2018-07-22 16:02:38,010 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:02:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b49319d9-a6a6-477f-a7a2-32720726ee28 x-compute-request-id: req-b49319d9-a6a6-477f-a7a2-32720726ee28 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b5ffe498-f982-473a-a544-5b43213c57e1", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "bookmark"}], "adminPass": "Dey7nrhgQk8B"}} 2018-07-22 16:02:38,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b49319d9-a6a6-477f-a7a2-32720726ee28 2018-07-22 16:02:38,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:38,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-29ccc475-427f-49f5-a4c7-4f44afce6ea3 x-compute-request-id: req-29ccc475-427f-49f5-a4c7-4f44afce6ea3 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "bookmark"}], "image": {"id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "links": [{"href": "http://172.30.9.28:8774/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "67c75800-b963-4a86-9c1e-4cc9584f4144", "links": [{"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "bookmark"}]}, "id": "b5ffe498-f982-473a-a544-5b43213c57e1", "user_id": "f4f5864e3ef6401eb2c8c29c7c181ff7", "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-07-22T16:02:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst", "created": "2018-07-22T16:02:37Z", "tenant_id": "7044138968a5425fa6e30862730cba0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:38,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 used request id req-29ccc475-427f-49f5-a4c7-4f44afce6ea3 2018-07-22 16:02:38,503 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst 2018-07-22 16:02:38,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:38,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-a9120149-0ac0-4d7f-be24-f040e092dfe0 x-compute-request-id: req-a9120149-0ac0-4d7f-be24-f040e092dfe0 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "bookmark"}], "image": {"id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "links": [{"href": "http://172.30.9.28:8774/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "67c75800-b963-4a86-9c1e-4cc9584f4144", "links": [{"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "bookmark"}]}, "id": "b5ffe498-f982-473a-a544-5b43213c57e1", "user_id": "f4f5864e3ef6401eb2c8c29c7c181ff7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:02:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst", "created": "2018-07-22T16:02:37Z", "tenant_id": "7044138968a5425fa6e30862730cba0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:38,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 used request id req-a9120149-0ac0-4d7f-be24-f040e092dfe0 2018-07-22 16:02:38,842 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst] is - BUILD 2018-07-22 16:02:38,842 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:02:41,845 - create_instance - DEBUG - VM status query timeout in 896.65790987 2018-07-22 16:02:41,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:42,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-158d9fb3-115b-45e6-8990-98138610d5db x-compute-request-id: req-158d9fb3-115b-45e6-8990-98138610d5db Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "bookmark"}], "image": {"id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "links": [{"href": "http://172.30.9.28:8774/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "67c75800-b963-4a86-9c1e-4cc9584f4144", "links": [{"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "bookmark"}]}, "id": "b5ffe498-f982-473a-a544-5b43213c57e1", "security_groups": [{"name": "default"}], "user_id": "f4f5864e3ef6401eb2c8c29c7c181ff7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:02:38Z", "hostId": "2f13ee88b27955f182ab54a71658c855abcfe943eee535b729763323", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst", "created": "2018-07-22T16:02:37Z", "tenant_id": "7044138968a5425fa6e30862730cba0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:42,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 used request id req-158d9fb3-115b-45e6-8990-98138610d5db 2018-07-22 16:02:42,312 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst] is - BUILD 2018-07-22 16:02:42,312 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:02:45,315 - create_instance - DEBUG - VM status query timeout in 893.187968016 2018-07-22 16:02:45,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:45,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0ddb7f0-3e9a-45e4-a613-be46aa53897f x-compute-request-id: req-f0ddb7f0-3e9a-45e4-a613-be46aa53897f Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:db:16", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:db:16", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "bookmark"}], "image": {"id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "links": [{"href": "http://172.30.9.28:8774/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:02:42.000000", "flavor": {"id": "67c75800-b963-4a86-9c1e-4cc9584f4144", "links": [{"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "bookmark"}]}, "id": "b5ffe498-f982-473a-a544-5b43213c57e1", "security_groups": [{"name": "default"}], "user_id": "f4f5864e3ef6401eb2c8c29c7c181ff7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:02:42Z", "hostId": "2f13ee88b27955f182ab54a71658c855abcfe943eee535b729763323", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst", "created": "2018-07-22T16:02:37Z", "tenant_id": "7044138968a5425fa6e30862730cba0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:45,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 used request id req-f0ddb7f0-3e9a-45e4-a613-be46aa53897f 2018-07-22 16:02:45,512 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst] is - ACTIVE 2018-07-22 16:02:45,512 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:02:45,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:45,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f9a9714-a451-4cd6-93df-c5020ba08b4e x-compute-request-id: req-5f9a9714-a451-4cd6-93df-c5020ba08b4e Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:db:16", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:db:16", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "bookmark"}], "image": {"id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "links": [{"href": "http://172.30.9.28:8774/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:02:42.000000", "flavor": {"id": "67c75800-b963-4a86-9c1e-4cc9584f4144", "links": [{"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "bookmark"}]}, "id": "b5ffe498-f982-473a-a544-5b43213c57e1", "security_groups": [{"name": "default"}], "user_id": "f4f5864e3ef6401eb2c8c29c7c181ff7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:02:42Z", "hostId": "2f13ee88b27955f182ab54a71658c855abcfe943eee535b729763323", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst", "created": "2018-07-22T16:02:37Z", "tenant_id": "7044138968a5425fa6e30862730cba0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:45,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 used request id req-5f9a9714-a451-4cd6-93df-c5020ba08b4e 2018-07-22 16:02:45,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:45,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f5579c8c-166d-4380-a9e0-abf2d436351f Date: Sun, 22 Jul 2018 16:02: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":["ca8adc08-6905-4049-8fbc-97bf4b909938","b6684f6d-dfba-41cc-869e-dd321bf26801"],"updated_at":"2018-07-22T16:02:32Z","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7044138968a5425fa6e30862730cba0e","id":"1c04f439-4b5e-4e5a-bd74-38e070175269","name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2"}]} 2018-07-22 16:02:45,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 used request id req-f5579c8c-166d-4380-a9e0-abf2d436351f 2018-07-22 16:02:45,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:45,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de55976-33e2-4e09-83ca-cf3e777c2f34 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}} 2018-07-22 16:02:45,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e used request id req-4de55976-33e2-4e09-83ca-cf3e777c2f34 2018-07-22 16:02:45,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:45,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-dfc5d63d-02e1-4803-9435-527476b93dcb Date: Sun, 22 Jul 2018 16:02:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02:32Z","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":"7044138968a5425fa6e30862730cba0e","id":"b6684f6d-dfba-41cc-869e-dd321bf26801","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:02: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":"7044138968a5425fa6e30862730cba0e","id":"ca8adc08-6905-4049-8fbc-97bf4b909938","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1"}]} 2018-07-22 16:02:45,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-dfc5d63d-02e1-4803-9435-527476b93dcb 2018-07-22 16:02:45,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:46,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1722 X-Openstack-Request-Id: req-d36e137f-5dc6-4c2f-ab77-99ab07da2b38 Date: Sun, 22 Jul 2018 16:02:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:32Z","admin_state_up":true,"updated_at":"2018-07-22T16:02:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1c04f439-4b5e-4e5a-bd74-38e070175269","device_owner":"network:dhcp","revision_number":9,"mac_address":"fa:16:3e:f9:6e:6c","id":"974f163f-ad81-4297-b344-890f61626985","port_security_enabled":false,"project_id":"7044138968a5425fa6e30862730cba0e","fixed_ips":[{"subnet_id":"ca8adc08-6905-4049-8fbc-97bf4b909938","ip_address":"10.55.0.2"},{"subnet_id":"b6684f6d-dfba-41cc-869e-dd321bf26801","ip_address":"10.65.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1c04f439-4b5e-4e5a-bd74-38e070175269","tenant_id":"7044138968a5425fa6e30862730cba0e","created_at":"2018-07-22T16:02:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:02:42Z","binding:vnic_type":"normal","device_id":"b5ffe498-f982-473a-a544-5b43213c57e1","device_owner":"compute:nova","revision_number":11,"mac_address":"fa:16:3e:2f:db:16","id":"fa132ca4-2709-4612-9066-400802a37fe2","port_security_enabled":true,"project_id":"7044138968a5425fa6e30862730cba0e","fixed_ips":[{"subnet_id":"ca8adc08-6905-4049-8fbc-97bf4b909938","ip_address":"10.55.0.101"},{"subnet_id":"b6684f6d-dfba-41cc-869e-dd321bf26801","ip_address":"10.65.0.101"}],"extra_dhcp_opts":[],"security_groups":["0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c"],"name":"CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1"}]} 2018-07-22 16:02:46,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-d36e137f-5dc6-4c2f-ab77-99ab07da2b38 2018-07-22 16:02:46,021 - create_instance - INFO - Deleting Port with ID - fa132ca4-2709-4612-9066-400802a37fe2 2018-07-22 16:02:46,021 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2port-1 2018-07-22 16:02:46,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/fa132ca4-2709-4612-9066-400802a37fe2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:46,518 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-083602a0-f7bb-4572-952d-19e56e30e03f Date: Sun, 22 Jul 2018 16:02:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:46,518 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/fa132ca4-2709-4612-9066-400802a37fe2 used request id req-083602a0-f7bb-4572-952d-19e56e30e03f 2018-07-22 16:02:46,519 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst 2018-07-22 16:02:46,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:46,691 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-ac44ed79-dcb4-4853-9bc4-0e735be55f44 x-compute-request-id: req-ac44ed79-dcb4-4853-9bc4-0e735be55f44 Content-Type: application/json 2018-07-22 16:02:46,691 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 used request id req-ac44ed79-dcb4-4853-9bc4-0e735be55f44 2018-07-22 16:02:46,691 - create_instance - INFO - Checking deletion status 2018-07-22 16:02:46,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:47,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-e61cb61a-ac82-4043-83ed-658e41172b29 x-compute-request-id: req-e61cb61a-ac82-4043-83ed-658e41172b29 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b5ffe498-f982-473a-a544-5b43213c57e1", "rel": "bookmark"}], "image": {"id": "9adbe725-72c0-4215-844c-92539f0e9bd2", "links": [{"href": "http://172.30.9.28:8774/images/9adbe725-72c0-4215-844c-92539f0e9bd2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:02:42.000000", "flavor": {"id": "67c75800-b963-4a86-9c1e-4cc9584f4144", "links": [{"href": "http://172.30.9.28:8774/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144", "rel": "bookmark"}]}, "id": "b5ffe498-f982-473a-a544-5b43213c57e1", "user_id": "f4f5864e3ef6401eb2c8c29c7c181ff7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:02:46Z", "hostId": "2f13ee88b27955f182ab54a71658c855abcfe943eee535b729763323", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst", "created": "2018-07-22T16:02:37Z", "tenant_id": "7044138968a5425fa6e30862730cba0e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:02:47,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 used request id req-e61cb61a-ac82-4043-83ed-658e41172b29 2018-07-22 16:02:47,139 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst] is - ACTIVE 2018-07-22 16:02:47,139 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:02:50,142 - create_instance - DEBUG - VM status query timeout in 296.549171925 2018-07-22 16:02:50,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cfc25febee71a5374b58d9177e70c9f9bb6365b" 2018-07-22 16:02:50,197 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1dd3995-b439-4cbc-91bb-37f88048174c x-compute-request-id: req-a1dd3995-b439-4cbc-91bb-37f88048174c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b5ffe498-f982-473a-a544-5b43213c57e1 could not be found.", "code": 404}} 2018-07-22 16:02:50,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b5ffe498-f982-473a-a544-5b43213c57e1 used request id req-a1dd3995-b439-4cbc-91bb-37f88048174c 2018-07-22 16:02:50,198 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b5ffe498-f982-473a-a544-5b43213c57e1 could not be found. (HTTP 404) (Request-ID: req-a1dd3995-b439-4cbc-91bb-37f88048174c) 2018-07-22 16:02:50,198 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-inst 2018-07-22 16:02:50,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a45eb5c311b5c836a844099be7350806eb1fa20" 2018-07-22 16:02:50,245 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-899354f5-179f-4174-ac31-cec275de1d6a x-compute-request-id: req-899354f5-179f-4174-ac31-cec275de1d6a Content-Length: 0 Content-Type: application/json 2018-07-22 16:02:50,246 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/67c75800-b963-4a86-9c1e-4cc9584f4144 used request id req-899354f5-179f-4174-ac31-cec275de1d6a 2018-07-22 16:02:50,247 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-subnet 2018-07-22 16:02:50,247 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-subnet 2018-07-22 16:02:50,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6d58ade9-1970-45c1-9747-785800e9e833 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" 2018-07-22 16:02:51,526 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aff6c557-18b0-43b2-a252-ee88d76c4972 Date: Sun, 22 Jul 2018 16:02:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:51,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6d58ade9-1970-45c1-9747-785800e9e833 used request id req-aff6c557-18b0-43b2-a252-ee88d76c4972 2018-07-22 16:02:51,527 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-pub-net 2018-07-22 16:02:51,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/da537c61-64d4-4d36-b280-89ad84234937 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee96c1af6b5cdc13a1379d4894db4452a5ef7809" 2018-07-22 16:02:53,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3b44b66-06ba-4b1c-8360-f6e7a87945a8 Date: Sun, 22 Jul 2018 16:02:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:53,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/da537c61-64d4-4d36-b280-89ad84234937 used request id req-a3b44b66-06ba-4b1c-8360-f6e7a87945a8 2018-07-22 16:02:53,162 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2 2018-07-22 16:02:53,162 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet2 2018-07-22 16:02:53,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b6684f6d-dfba-41cc-869e-dd321bf26801 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:54,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf3f6c61-8003-4d23-adf4-6a598d4e2fcc Date: Sun, 22 Jul 2018 16:02:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:54,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b6684f6d-dfba-41cc-869e-dd321bf26801 used request id req-cf3f6c61-8003-4d23-adf4-6a598d4e2fcc 2018-07-22 16:02:54,271 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1 2018-07-22 16:02:54,271 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-subnet1 2018-07-22 16:02:54,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/ca8adc08-6905-4049-8fbc-97bf4b909938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:55,319 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e325c82-ee5d-4840-85ca-7b2cc162f77f Date: Sun, 22 Jul 2018 16:02:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:55,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ca8adc08-6905-4049-8fbc-97bf4b909938 used request id req-1e325c82-ee5d-4840-85ca-7b2cc162f77f 2018-07-22 16:02:55,320 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2net2 2018-07-22 16:02:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/1c04f439-4b5e-4e5a-bd74-38e070175269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3edc58845db3dc278ff73c75a9d33d898156a3" 2018-07-22 16:02:56,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa2517e1-28f7-43d1-b68d-6b81327b363d Date: Sun, 22 Jul 2018 16:02:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:56,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1c04f439-4b5e-4e5a-bd74-38e070175269 used request id req-aa2517e1-28f7-43d1-b68d-6b81327b363d 2018-07-22 16:02:56,693 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-92502c88-5dc1-4cd1-8c1c-61ee4c507fa2-image 2018-07-22 16:02:56,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7c5043ca1b81e2f2d1cff42ff6701c4a9d82a60" 2018-07-22 16:02:57,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a9c09462-e4dd-4756-a288-b3c7a29faba0 Date: Sun, 22 Jul 2018 16:02:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:02:57,171 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9adbe725-72c0-4215-844c-92539f0e9bd2 used request id req-a9c09462-e4dd-4756-a288-b3c7a29faba0 2018-07-22 16:02:57,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:57,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-d400f391-ffff-4ec0-9c20-da6121df9a3f Date: Sun, 22 Jul 2018 16:02:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7044138968a5425fa6e30862730cba0e", "created_at": "2018-07-22T16:02:27Z", "updated_at": "2018-07-22T16:02:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:02:28Z", "revision_number": 0, "id": "186ea5ea-65d5-4d72-80b4-59b2d97d95d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:02:28Z", "security_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "tenant_id": "7044138968a5425fa6e30862730cba0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7044138968a5425fa6e30862730cba0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:02:28Z", "revision_number": 0, "id": "1e10df85-0eb7-4ebe-a3a3-57524dd78d65", "remote_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "remote_ip_prefix": null, "created_at": "2018-07-22T16:02:28Z", "security_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "tenant_id": "7044138968a5425fa6e30862730cba0e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7044138968a5425fa6e30862730cba0e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:02:28Z", "revision_number": 0, "id": "26a7c1f4-92ba-4cf2-8263-f7a68b0e4485", "remote_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "remote_ip_prefix": null, "created_at": "2018-07-22T16:02:28Z", "security_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "tenant_id": "7044138968a5425fa6e30862730cba0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7044138968a5425fa6e30862730cba0e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:02:28Z", "revision_number": 0, "id": "b9096ec2-7367-410d-8aca-661a9f6949a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:02:28Z", "security_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "tenant_id": "7044138968a5425fa6e30862730cba0e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7044138968a5425fa6e30862730cba0e"}], "revision_number": 4, "project_id": "7044138968a5425fa6e30862730cba0e", "id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:02:57,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d400f391-ffff-4ec0-9c20-da6121df9a3f 2018-07-22 16:02:57,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:57,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d4dfab1-987f-4499-8250-b771cae6e07c Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "7044138968a5425fa6e30862730cba0e", "name": "CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj"}} 2018-07-22 16:02:57,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e used request id req-7d4dfab1-987f-4499-8250-b771cae6e07c 2018-07-22 16:02:57,499 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c 2018-07-22 16:02:57,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:57,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3b673d56-4e65-4158-a520-033e2c6c2bc0 Date: Sun, 22 Jul 2018 16:02:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:02:28Z", "security_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "port_range_min": null, "revision_number": 0, "tenant_id": "7044138968a5425fa6e30862730cba0e", "created_at": "2018-07-22T16:02:28Z", "project_id": "7044138968a5425fa6e30862730cba0e", "id": "186ea5ea-65d5-4d72-80b4-59b2d97d95d4"}, {"remote_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:02:28Z", "security_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "port_range_min": null, "revision_number": 0, "tenant_id": "7044138968a5425fa6e30862730cba0e", "created_at": "2018-07-22T16:02:28Z", "project_id": "7044138968a5425fa6e30862730cba0e", "id": "1e10df85-0eb7-4ebe-a3a3-57524dd78d65"}, {"remote_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:02:28Z", "security_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "port_range_min": null, "revision_number": 0, "tenant_id": "7044138968a5425fa6e30862730cba0e", "created_at": "2018-07-22T16:02:28Z", "project_id": "7044138968a5425fa6e30862730cba0e", "id": "26a7c1f4-92ba-4cf2-8263-f7a68b0e4485"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:02:28Z", "security_group_id": "0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c", "port_range_min": null, "revision_number": 0, "tenant_id": "7044138968a5425fa6e30862730cba0e", "created_at": "2018-07-22T16:02:28Z", "project_id": "7044138968a5425fa6e30862730cba0e", "id": "b9096ec2-7367-410d-8aca-661a9f6949a0"}]} 2018-07-22 16:02:57,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c used request id req-3b673d56-4e65-4158-a520-033e2c6c2bc0 2018-07-22 16:02:57,526 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:02:57,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:57,757 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08d61a44-dbe3-4d26-9a70-af410afca3c3 Content-Length: 0 Date: Sun, 22 Jul 2018 16:02:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:02:57,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0bacdd93-1cbc-42fd-ae0f-8b91ddf8a92c used request id req-08d61a44-dbe3-4d26-9a70-af410afca3c3 2018-07-22 16:02:57,758 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj 2018-07-22 16:02:57,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:57,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:02:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a2c0004-ee7a-45e7-8b1d-bc0c6e3059d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:02:57,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/7044138968a5425fa6e30862730cba0e used request id req-1a2c0004-ee7a-45e7-8b1d-bc0c6e3059d3 2018-07-22 16:02:57,974 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-8449e81c-1b6e-44c-proj-role 2018-07-22 16:02:57,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ee1cfd58746c4afd9a79cb92dc7fa096 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:58,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:02:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-797789e5-d761-4854-a85e-b36c4c4e2102 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:02:58,081 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ee1cfd58746c4afd9a79cb92dc7fa096 used request id req-797789e5-d761-4854-a85e-b36c4c4e2102 2018-07-22 16:02:58,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f5491390e9758dd540d43eb4266bce7d7784363" 2018-07-22 16:02:58,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e13e48-aee8-44e9-a294-d1fa09d0c2ed Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:02:58,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c0e13e48-aee8-44e9-a294-d1fa09d0c2ed 2018-07-22 16:02:58,169 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-8449e81c-1b6e-44c-user 2018-07-22 16:02:58,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f4f5864e3ef6401eb2c8c29c7c181ff7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f889f40f9216fa27b91d42658a30eb8445e12fc8" 2018-07-22 16:02:58,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46ba5166-c130-44ea-b24a-be9d2d4c969a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:02:58,369 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f4f5864e3ef6401eb2c8c29c7c181ff7 used request id req-46ba5166-c130-44ea-b24a-be9d2d4c969a 2018-07-22 16:02:58,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:58,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:02:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["KJgMwnBjQ_-mlLNNGcs6Hg"], "issued_at": "2018-07-22T16:02:58.000000Z"}} 2018-07-22 16:02:58,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}987096d6bd3ac7f9c39ab69bb4bc3aa67ffa16e1" 2018-07-22 16:02:58,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6830899-bb45-4185-b44f-83839ebcd6c8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:58,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d6830899-bb45-4185-b44f-83839ebcd6c8 2018-07-22 16:02:58,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:58,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:02:59,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:02:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["-YwbwrToQmyrK-ie0RUbUg"], "issued_at": "2018-07-22T16:02:59.000000Z"}} 2018-07-22 16:02:59,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:02:59,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6433e23b-011d-4af4-a666-a65be32ca298 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:02:59,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6433e23b-011d-4af4-a666-a65be32ca298 2018-07-22 16:02:59,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:02:59,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:02:59,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5319ba8f-6137-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:02:59,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33ae3270-35cc-4322-8012-6239b37fb286 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5319ba8f-6137-401-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:02:59,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5319ba8f-6137-401-proj used request id req-33ae3270-35cc-4322-8012-6239b37fb286 2018-07-22 16:02:59,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:02:59,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa06e9d-1050-4ffd-9076-af05a77a03ec Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:02:59,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4aa06e9d-1050-4ffd-9076-af05a77a03ec 2018-07-22 16:02:59,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}}' 2018-07-22 16:02:59,621 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:02:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbc2f4e2-0c2d-4cdb-8daa-0f2d1023c982 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "id": "83419fb167cd4acea6ca2bcd29911621", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:02:59,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cbc2f4e2-0c2d-4cdb-8daa-0f2d1023c982 2018-07-22 16:02:59,621 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-5319ba8f-6137-401-proj 2018-07-22 16:02:59,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:02:59,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:00,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:03:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MAlLX1_hTlSv_nspjbgeSg"], "issued_at": "2018-07-22T16:03:00.000000Z"}} 2018-07-22 16:03:00,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89fb7dbb0717d9f99594d4bd6fc563958085b0c9" 2018-07-22 16:03:00,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05cd8c44-17af-4959-9f6d-6ea62c8f6b52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:00,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-05cd8c44-17af-4959-9f6d-6ea62c8f6b52 2018-07-22 16:03:00,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:03:00,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:03:00,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89fb7dbb0717d9f99594d4bd6fc563958085b0c9" 2018-07-22 16:03:00,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4274a46b-3a07-470b-89fd-7e7a35840eba Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:03:00,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4274a46b-3a07-470b-89fd-7e7a35840eba 2018-07-22 16:03:00,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-5319ba8f-6137-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89fb7dbb0717d9f99594d4bd6fc563958085b0c9" 2018-07-22 16:03:00,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd71982-48b3-4b29-9859-83f67aeeed52 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-5319ba8f-6137-401-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "id": "83419fb167cd4acea6ca2bcd29911621", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}]} 2018-07-22 16:03:00,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-5319ba8f-6137-401-proj used request id req-5fd71982-48b3-4b29-9859-83f67aeeed52 2018-07-22 16:03:00,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89fb7dbb0717d9f99594d4bd6fc563958085b0c9" 2018-07-22 16:03:00,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b935a8a-e7b2-41eb-a2f7-c7121a9ea35c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:03:00,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4b935a8a-e7b2-41eb-a2f7-c7121a9ea35c 2018-07-22 16:03:00,621 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-5319ba8f-6137-401-user 2018-07-22 16:03:00,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:00,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2e62df-5776-4e8d-8c4d-8a3d2a73983d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:03:00,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ef2e62df-5776-4e8d-8c4d-8a3d2a73983d 2018-07-22 16:03:00,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" -d '{"role": {"name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}}' 2018-07-22 16:03:00,813 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5fc2c98-6a04-4d00-ba3e-969e7cebb851 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e8932dba684240a2989c91425d5d0755", "links": {"self": "http://172.30.9.28:5000/v3/roles/e8932dba684240a2989c91425d5d0755"}, "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}} 2018-07-22 16:03:00,813 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c5fc2c98-6a04-4d00-ba3e-969e7cebb851 2018-07-22 16:03:00,814 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role 2018-07-22 16:03:00,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e8932dba684240a2989c91425d5d0755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:00,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43289330-5818-46a8-b5e2-692d3f78e4f0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e8932dba684240a2989c91425d5d0755", "links": {"self": "http://172.30.9.28:5000/v3/roles/e8932dba684240a2989c91425d5d0755"}, "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}} 2018-07-22 16:03:00,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e8932dba684240a2989c91425d5d0755 used request id req-43289330-5818-46a8-b5e2-692d3f78e4f0 2018-07-22 16:03:00,901 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role to project InstanceSecurityGroupTests-5319ba8f-6137-401-proj 2018-07-22 16:03:00,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621/users/bbc195a9bfcf453ca5a896febc16e901/roles/e8932dba684240a2989c91425d5d0755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:01,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c860dd2-1763-4039-abfc-f4a17f9204fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:03:01,080 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621/users/bbc195a9bfcf453ca5a896febc16e901/roles/e8932dba684240a2989c91425d5d0755 used request id req-1c860dd2-1763-4039-abfc-f4a17f9204fb 2018-07-22 16:03:01,080 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:03:01,082 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:03:01,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:01,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:01,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8932dba684240a2989c91425d5d0755", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}], "expires_at": "2018-07-22T17:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-user", "id": "bbc195a9bfcf453ca5a896febc16e901"}, "audit_ids": ["i6HyfrHVQDO6oAnt1QJ_JA"], "issued_at": "2018-07-22T16:03:01.000000Z"}} 2018-07-22 16:03:01,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" 2018-07-22 16:03:01,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7784cb60-d174-433b-aa74-7f4d9bc9a764 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:01,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7784cb60-d174-433b-aa74-7f4d9bc9a764 2018-07-22 16:03:01,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" 2018-07-22 16:03:01,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-1b35be5b-fc88-409b-a7a8-ba72b9585494 Date: Sun, 22 Jul 2018 16:03:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image"} 2018-07-22 16:03:01,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image used request id req-1b35be5b-fc88-409b-a7a8-ba72b9585494 2018-07-22 16:03:01,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" 2018-07-22 16:03:01,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-156780d2-8393-4672-a2af-c1cc7e84bdcd Date: Sun, 22 Jul 2018 16:03: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-07-22 16:03:01,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-156780d2-8393-4672-a2af-c1cc7e84bdcd 2018-07-22 16:03:01,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image"}' 2018-07-22 16:03:01,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cc2e44cc-22ee-4f94-a576-2cfdf8358d92 Date: Sun, 22 Jul 2018 16:03:01 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:03:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:03:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "min_disk": 0, "protected": false, "id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "file": "/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/file", "checksum": null, "owner": "83419fb167cd4acea6ca2bcd29911621", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:03:01,821 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-cc2e44cc-22ee-4f94-a576-2cfdf8358d92 2018-07-22 16:03:01,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" -d '' 2018-07-22 16:03:03,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d51fd3fe-3496-48b8-b217-5d8f560e82da Date: Sun, 22 Jul 2018 16:03:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:03:03,050 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/file used request id req-d51fd3fe-3496-48b8-b217-5d8f560e82da 2018-07-22 16:03:03,051 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:03:03,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" 2018-07-22 16:03:03,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-693ae173-e660-4003-b2c7-598ec403dba4 Date: Sun, 22 Jul 2018 16:03:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:03:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:03:03Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/snap", "metadata": {}}], "self": "/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "min_disk": 0, "protected": false, "id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "file": "/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "83419fb167cd4acea6ca2bcd29911621", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:03:03,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c used request id req-693ae173-e660-4003-b2c7-598ec403dba4 2018-07-22 16:03:03,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" 2018-07-22 16:03:03,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-086e609f-a6e0-4102-b9ad-c8344a2a2f1c Date: Sun, 22 Jul 2018 16:03: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-07-22 16:03:03,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-086e609f-a6e0-4102-b9ad-c8344a2a2f1c 2018-07-22 16:03:03,085 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image 2018-07-22 16:03:03,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" 2018-07-22 16:03:03,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a45631b2-1310-4879-ab43-8d9b0424039a Date: Sun, 22 Jul 2018 16:03:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:03:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:03:03Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/snap", "metadata": {}}], "self": "/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "min_disk": 0, "protected": false, "id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "file": "/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "83419fb167cd4acea6ca2bcd29911621", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:03:03,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c used request id req-a45631b2-1310-4879-ab43-8d9b0424039a 2018-07-22 16:03:03,113 - create_image - DEBUG - Instance status is - active 2018-07-22 16:03:03,113 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image 2018-07-22 16:03:03,113 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image 2018-07-22 16:03:03,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:03,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:03,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8932dba684240a2989c91425d5d0755", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}], "expires_at": "2018-07-22T17:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-user", "id": "bbc195a9bfcf453ca5a896febc16e901"}, "audit_ids": ["StakcFiHTjqbQHsE0T-Mmw"], "issued_at": "2018-07-22T16:03:03.000000Z"}} 2018-07-22 16:03:03,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" 2018-07-22 16:03:03,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe39778-f22c-44f9-b4f7-293838fb6bef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:03,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0fe39778-f22c-44f9-b4f7-293838fb6bef 2018-07-22 16:03:03,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" 2018-07-22 16:03:03,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bb16bda5-0fd5-44a5-a4de-687fd6003642 Date: Sun, 22 Jul 2018 16:03:03 GMT RESP BODY: {"networks":[]} 2018-07-22 16:03:03,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-bb16bda5-0fd5-44a5-a4de-687fd6003642 2018-07-22 16:03:03,733 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net 2018-07-22 16:03:03,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" -d '{"network": {"name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net", "admin_state_up": true}}' 2018-07-22 16:03:04,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-3f41f7cc-a79a-4343-9051-130cc4db976b Date: Sun, 22 Jul 2018 16:03:04 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:03:03Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}} 2018-07-22 16:03:04,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3f41f7cc-a79a-4343-9051-130cc4db976b 2018-07-22 16:03:04,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" 2018-07-22 16:03:04,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-035cf4c4-0e8b-4c26-a41a-d4b3a7f5f16c Date: Sun, 22 Jul 2018 16:03:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T16:03:03Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:04,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-035cf4c4-0e8b-4c26-a41a-d4b3a7f5f16c 2018-07-22 16:03:04,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" 2018-07-22 16:03:04,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ccdc6c66-142c-4ee5-95af-bebdcf44d3ba Date: Sun, 22 Jul 2018 16:03:04 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:03:04,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-ccdc6c66-142c-4ee5-95af-bebdcf44d3ba 2018-07-22 16:03:04,470 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet 2018-07-22 16:03:04,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" -d '{"subnets": [{"ip_version": 4, "network_id": "3f00cb8c-df7b-4117-8dc0-5d7966f6067e", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]}' 2018-07-22 16:03:05,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2acb71b0-e9d5-434c-b131-ceb2cd461e5e Date: Sun, 22 Jul 2018 16:03:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:05,039 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-2acb71b0-e9d5-434c-b131-ceb2cd461e5e 2018-07-22 16:03:05,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" 2018-07-22 16:03:05,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-6ec5c040-d6f3-474f-8452-0f594361dbaf Date: Sun, 22 Jul 2018 16:03:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:05,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-6ec5c040-d6f3-474f-8452-0f594361dbaf 2018-07-22 16:03:05,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" 2018-07-22 16:03:05,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d0803e16-91ef-4178-a445-0357d22aea3a Date: Sun, 22 Jul 2018 16:03:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:05,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-d0803e16-91ef-4178-a445-0357d22aea3a 2018-07-22 16:03:05,399 - OpenStackNetwork - DEBUG - Network [3f00cb8c-df7b-4117-8dc0-5d7966f6067e] created successfully 2018-07-22 16:03:05,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:05,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:05,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:03:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["qlDtkPOvRX6-w5L9PpQZiA"], "issued_at": "2018-07-22T16:03:05.000000Z"}} 2018-07-22 16:03:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d99ae071d14f99c5df6332377e3e7e1be2ef559" 2018-07-22 16:03:05,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-729e6e68-6f87-43a9-8f57-faf54d412574 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:05,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-729e6e68-6f87-43a9-8f57-faf54d412574 2018-07-22 16:03:05,864 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:03:05,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d99ae071d14f99c5df6332377e3e7e1be2ef559" 2018-07-22 16:03:06,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-5824d3ad-c4b2-41d8-9f9a-b575d1bb0b98 x-compute-request-id: req-5824d3ad-c4b2-41d8-9f9a-b575d1bb0b98 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:03:06,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5824d3ad-c4b2-41d8-9f9a-b575d1bb0b98 2018-07-22 16:03:06,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d99ae071d14f99c5df6332377e3e7e1be2ef559" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-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-07-22 16:03:06,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d04de3d0-df2f-4a46-a822-08165cca9875 x-compute-request-id: req-d04de3d0-df2f-4a46-a822-08165cca9875 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "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": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3"}} 2018-07-22 16:03:06,308 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d04de3d0-df2f-4a46-a822-08165cca9875 2018-07-22 16:03:06,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:06,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:06,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8932dba684240a2989c91425d5d0755", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}], "expires_at": "2018-07-22T17:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-user", "id": "bbc195a9bfcf453ca5a896febc16e901"}, "audit_ids": ["mQBQgBkoRz-rJ6hOOpMd_Q"], "issued_at": "2018-07-22T16:03:06.000000Z"}} 2018-07-22 16:03:06,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:06,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af5a9fc4-0f27-4e81-a141-4db0cbb70f50 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:06,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-af5a9fc4-0f27-4e81-a141-4db0cbb70f50 2018-07-22 16:03:06,768 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:03:06,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:06,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420a42d7-ef02-4352-91a4-7b716281f706 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:06,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-420a42d7-ef02-4352-91a4-7b716281f706 2018-07-22 16:03:06,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-c8d8e1eb-94c1-4e11-8356-d06725b0394e Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:07,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-c8d8e1eb-94c1-4e11-8356-d06725b0394e 2018-07-22 16:03:07,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:03:07,138 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:03:07,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb2b6176-9d4e-4aa8-ae86-d01efcf2eee2 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:07,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-eb2b6176-9d4e-4aa8-ae86-d01efcf2eee2 2018-07-22 16:03:07,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d6d30b29-bc85-46f4-9eaf-061b26173c0d Date: Sun, 22 Jul 2018 16:03:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:07,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-d6d30b29-bc85-46f4-9eaf-061b26173c0d 2018-07-22 16:03:07,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1fa03aad-f87f-4ce6-92bf-b0816c715f2e Date: Sun, 22 Jul 2018 16:03:07 GMT RESP BODY: {"ports":[]} 2018-07-22 16:03:07,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port&admin_state_up=True used request id req-1fa03aad-f87f-4ce6-92bf-b0816c715f2e 2018-07-22 16:03:07,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-477d6170-4cb1-4696-ba35-f81b0973c84f x-compute-request-id: req-477d6170-4cb1-4696-ba35-f81b0973c84f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:03:07,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst used request id req-477d6170-4cb1-4696-ba35-f81b0973c84f 2018-07-22 16:03:07,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-c043defc-924a-442c-88d0-8862607f2f27 Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:07,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-c043defc-924a-442c-88d0-8862607f2f27 2018-07-22 16:03:07,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba7a206-b4af-4ec6-997d-5e1678ff77ff Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:07,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-cba7a206-b4af-4ec6-997d-5e1678ff77ff 2018-07-22 16:03:07,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-15ad57a6-1655-4809-9bc0-9fc25137cf08 Date: Sun, 22 Jul 2018 16:03:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:07,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-15ad57a6-1655-4809-9bc0-9fc25137cf08 2018-07-22 16:03:07,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:07,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-860918e0-9dfe-4774-abe3-fdff0faa059e Date: Sun, 22 Jul 2018 16:03:07 GMT RESP BODY: {"ports":[]} 2018-07-22 16:03:07,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port&admin_state_up=True used request id req-860918e0-9dfe-4774-abe3-fdff0faa059e 2018-07-22 16:03:07,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:07,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:08,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8932dba684240a2989c91425d5d0755", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}], "expires_at": "2018-07-22T17:03:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-user", "id": "bbc195a9bfcf453ca5a896febc16e901"}, "audit_ids": ["_KL-fQeZRTi5hIBqw7cMrQ"], "issued_at": "2018-07-22T16:03:08.000000Z"}} 2018-07-22 16:03:08,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ef284bc1f3cca59db25ef77aec05e439984140" 2018-07-22 16:03:08,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0693cc-ef1e-4828-9683-2c735a2fc863 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:08,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7e0693cc-ef1e-4828-9683-2c735a2fc863 2018-07-22 16:03:08,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:08,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7d8349ab-dbf3-44e8-a5f8-ce59703c0e5a Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:08,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-7d8349ab-dbf3-44e8-a5f8-ce59703c0e5a 2018-07-22 16:03:08,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:08,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0bad58a8-d71d-41e5-be06-701568640323 Date: Sun, 22 Jul 2018 16:03:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:08,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-0bad58a8-d71d-41e5-be06-701568640323 2018-07-22 16:03:08,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:08,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1d87d574-fb95-43b1-9ac7-24333d34cd6f Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:08,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-1d87d574-fb95-43b1-9ac7-24333d34cd6f 2018-07-22 16:03:08,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:03:08,688 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:03:08,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ef284bc1f3cca59db25ef77aec05e439984140" 2018-07-22 16:03:08,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda44a35-4285-48ee-a100-d890b19d34ca Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:08,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-fda44a35-4285-48ee-a100-d890b19d34ca 2018-07-22 16:03:08,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:08,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5a23cbb8-9d5d-44ce-8248-561b5595d023 Date: Sun, 22 Jul 2018 16:03:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:08,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-5a23cbb8-9d5d-44ce-8248-561b5595d023 2018-07-22 16:03:08,820 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net 2018-07-22 16:03:08,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" -d '{"port": {"network_id": "3f00cb8c-df7b-4117-8dc0-5d7966f6067e", "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port", "admin_state_up": true}}' 2018-07-22 16:03:09,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-d51f2f24-05e6-41f6-af62-0631427b0863 Date: Sun, 22 Jul 2018 16:03:09 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:03:09Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:03:09Z","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:9c:fd:cc","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.12"}],"id":"fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb","security_groups":["cff6565f-e07b-4f03-b01b-b8788080a01c"],"device_id":""}} 2018-07-22 16:03:09,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-d51f2f24-05e6-41f6-af62-0631427b0863 2018-07-22 16:03:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:09,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7d90055a-dd12-4a05-a9a4-4e1389a5e573 Date: Sun, 22 Jul 2018 16:03:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:09,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-7d90055a-dd12-4a05-a9a4-4e1389a5e573 2018-07-22 16:03:09,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:09,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bab4d5b3-6a5a-4dab-ad3c-c685a3fcd22b Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:09,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-bab4d5b3-6a5a-4dab-ad3c-c685a3fcd22b 2018-07-22 16:03:09,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:09,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f841c670-e004-4992-9909-93562b51cabf Date: Sun, 22 Jul 2018 16:03:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:09,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-f841c670-e004-4992-9909-93562b51cabf 2018-07-22 16:03:09,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:09,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-a23863c1-12b2-491d-99be-8ab6cad0a287 Date: Sun, 22 Jul 2018 16:03:09 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:09Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:09Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:9c:fd:cc","id":"fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb","port_security_enabled":true,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["cff6565f-e07b-4f03-b01b-b8788080a01c"],"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port"}]} 2018-07-22 16:03:09,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port&admin_state_up=True used request id req-a23863c1-12b2-491d-99be-8ab6cad0a287 2018-07-22 16:03:09,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:09,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b45970f-1897-4ede-a52c-a3ae6025bc54 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:09,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-8b45970f-1897-4ede-a52c-a3ae6025bc54 2018-07-22 16:03:09,978 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst 2018-07-22 16:03:09,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:10,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-704594e6-7d83-4828-af93-aa33e6569fb3 x-compute-request-id: req-704594e6-7d83-4828-af93-aa33e6569fb3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-flavor-name"}]} 2018-07-22 16:03:10,003 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-704594e6-7d83-4828-af93-aa33e6569fb3 2018-07-22 16:03:10,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:10,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3d30c49-dc9f-4fbb-a1b8-b28511259f6f x-compute-request-id: req-f3d30c49-dc9f-4fbb-a1b8-b28511259f6f Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "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": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3"}} 2018-07-22 16:03:10,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3 used request id req-f3d30c49-dc9f-4fbb-a1b8-b28511259f6f 2018-07-22 16:03:10,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:10,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-8fec5f1a-109b-4eb4-9828-94ccb8bb9fd4 Date: Sun, 22 Jul 2018 16:03:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:03:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:03:03Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/snap", "metadata": {}}], "self": "/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "min_disk": 0, "protected": false, "id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "file": "/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "83419fb167cd4acea6ca2bcd29911621", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/334f282f-59f4-4d29-a6fe-6580f04cad7c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image"} 2018-07-22 16:03:10,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image used request id req-8fec5f1a-109b-4eb4-9828-94ccb8bb9fd4 2018-07-22 16:03:10,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:10,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-28087d85-b4a4-47a0-bdf7-0cf7756dbcec Date: Sun, 22 Jul 2018 16:03: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-07-22 16:03:10,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-28087d85-b4a4-47a0-bdf7-0cf7756dbcec 2018-07-22 16:03:10,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" -d '{"server": {"name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "imageRef": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "flavorRef": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "max_count": 1, "min_count": 1, "networks": [{"port": "fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb"}]}}' 2018-07-22 16:03:11,242 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:03:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae9a5db9-2609-4c6d-80f7-a2fc3f422d70 x-compute-request-id: req-ae9a5db9-2609-4c6d-80f7-a2fc3f422d70 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "adminPass": "Vqg2NE7ruCiK"}} 2018-07-22 16:03:11,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ae9a5db9-2609-4c6d-80f7-a2fc3f422d70 2018-07-22 16:03:11,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:11,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca8fe060-eec8-4378-b8bf-e118477f5f93 x-compute-request-id: req-ca8fe060-eec8-4378-b8bf-e118477f5f93 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "user_id": "bbc195a9bfcf453ca5a896febc16e901", "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-07-22T16:03:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:11,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-ca8fe060-eec8-4378-b8bf-e118477f5f93 2018-07-22 16:03:11,504 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst 2018-07-22 16:03:11,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:11,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03a3db13-5770-463f-9c76-481bf3c3b539 x-compute-request-id: req-03a3db13-5770-463f-9c76-481bf3c3b539 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "user_id": "bbc195a9bfcf453ca5a896febc16e901", "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-07-22T16:03:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:11,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-03a3db13-5770-463f-9c76-481bf3c3b539 2018-07-22 16:03:11,773 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst] is - BUILD 2018-07-22 16:03:11,773 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:03:14,776 - create_instance - DEBUG - VM status query timeout in 896.72812295 2018-07-22 16:03:14,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:15,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89d8a8a9-cd3f-4762-a053-7a20d4c5b64a x-compute-request-id: req-89d8a8a9-cd3f-4762-a053-7a20d4c5b64a Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:03:12Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:15,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-89d8a8a9-cd3f-4762-a053-7a20d4c5b64a 2018-07-22 16:03:15,248 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst] is - BUILD 2018-07-22 16:03:15,248 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:03:18,252 - create_instance - DEBUG - VM status query timeout in 893.252620935 2018-07-22 16:03:18,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:18,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f75b385e-777f-4183-bf0b-d6aa07cfeeaa x-compute-request-id: req-f75b385e-777f-4183-bf0b-d6aa07cfeeaa Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:18,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-f75b385e-777f-4183-bf0b-d6aa07cfeeaa 2018-07-22 16:03:18,434 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst] is - ACTIVE 2018-07-22 16:03:18,434 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:03:18,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:18,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-759db04d-8135-45b0-a9b7-695930095718 x-compute-request-id: req-759db04d-8135-45b0-a9b7-695930095718 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:18,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-759db04d-8135-45b0-a9b7-695930095718 2018-07-22 16:03:18,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:18,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ab328771-d20c-41f4-b40b-833537a87347 Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:18,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-ab328771-d20c-41f4-b40b-833537a87347 2018-07-22 16:03:18,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:18,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9bab186-a9f5-41bf-9a86-7032dee82647 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:18,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-f9bab186-a9f5-41bf-9a86-7032dee82647 2018-07-22 16:03:18,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:18,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-69bb6e2f-e11c-431a-8586-b0591baf2bc4 Date: Sun, 22 Jul 2018 16:03:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:18,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-69bb6e2f-e11c-431a-8586-b0591baf2bc4 2018-07-22 16:03:18,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:18,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-2510b141-705c-4530-9046-2dbfa805235e Date: Sun, 22 Jul 2018 16:03:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:05Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3f00cb8c-df7b-4117-8dc0-5d7966f6067e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:68:43:45","id":"2c033d03-2467-4867-bee5-35ba2c2ecf77","port_security_enabled":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:09Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:16Z","binding:vnic_type":"normal","device_id":"370fbac0-8247-4ca6-ba26-0d38b7b5493b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9c:fd:cc","id":"fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb","port_security_enabled":true,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["cff6565f-e07b-4f03-b01b-b8788080a01c"],"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port"}]} 2018-07-22 16:03:18,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-2510b141-705c-4530-9046-2dbfa805235e 2018-07-22 16:03:18,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:18,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:19,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8932dba684240a2989c91425d5d0755", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}], "expires_at": "2018-07-22T17:03:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-user", "id": "bbc195a9bfcf453ca5a896febc16e901"}, "audit_ids": ["7rDukxrfTQKVeJbaZIaSYg"], "issued_at": "2018-07-22T16:03:19.000000Z"}} 2018-07-22 16:03:19,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:19,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf93fa30-f117-4687-bc51-352f3b842149 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:19,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-cf93fa30-f117-4687-bc51-352f3b842149 2018-07-22 16:03:19,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:19,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1162335a-7c0d-432c-a2a1-f0f4a5c57c3d Date: Sun, 22 Jul 2018 16:03:19 GMT RESP BODY: {"security_groups": []} 2018-07-22 16:03:19,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name&description=hello+group used request id req-1162335a-7c0d-432c-a2a1-f0f4a5c57c3d 2018-07-22 16:03:19,591 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name... 2018-07-22 16:03:19,591 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name 2018-07-22 16:03:19,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" -d '{"security_group": {"name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name", "description": "hello group"}}' 2018-07-22 16:03:19,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ce4655fe-01c8-442e-a69e-f318b5209ac1 Date: Sun, 22 Jul 2018 16:03:19 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "updated_at": "2018-07-22T16:03:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "revision_number": 0, "id": "5902acf8-a170-43ca-9d98-e03420c40ada", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv6", "project_id": "83419fb167cd4acea6ca2bcd29911621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "revision_number": 0, "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv4", "project_id": "83419fb167cd4acea6ca2bcd29911621"}], "revision_number": 2, "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name"}} 2018-07-22 16:03:19,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-ce4655fe-01c8-442e-a69e-f318b5209ac1 2018-07-22 16:03:19,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cee48791-c39d-4d18-bd0c-0a5c46502b0e 2018-07-22 16:03:19,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:19,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-18f2689b-f000-42a3-b9e0-6c699c3a8787 Date: Sun, 22 Jul 2018 16:03:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "5902acf8-a170-43ca-9d98-e03420c40ada"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766"}]} 2018-07-22 16:03:19,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-18f2689b-f000-42a3-b9e0-6c699c3a8787 2018-07-22 16:03:19,900 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cee48791-c39d-4d18-bd0c-0a5c46502b0e 2018-07-22 16:03:19,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:19,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1e27c662-b023-44dc-9a98-d2f19253733a Date: Sun, 22 Jul 2018 16:03:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "5902acf8-a170-43ca-9d98-e03420c40ada"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766"}]} 2018-07-22 16:03:19,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-1e27c662-b023-44dc-9a98-d2f19253733a 2018-07-22 16:03:19,938 - neutron_utils - INFO - Retrieving security group with ID - cee48791-c39d-4d18-bd0c-0a5c46502b0e 2018-07-22 16:03:19,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7a7e28f9-6d7b-45e4-850c-325c6bd2a27e Date: Sun, 22 Jul 2018 16:03:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "updated_at": "2018-07-22T16:03:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "revision_number": 0, "id": "5902acf8-a170-43ca-9d98-e03420c40ada", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv6", "project_id": "83419fb167cd4acea6ca2bcd29911621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "revision_number": 0, "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv4", "project_id": "83419fb167cd4acea6ca2bcd29911621"}], "revision_number": 2, "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name"}]} 2018-07-22 16:03:20,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-7a7e28f9-6d7b-45e4-850c-325c6bd2a27e 2018-07-22 16:03:20,026 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cee48791-c39d-4d18-bd0c-0a5c46502b0e 2018-07-22 16:03:20,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7493a36-c740-4119-88c8-7a8c3a5208d7 Date: Sun, 22 Jul 2018 16:03: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-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "5902acf8-a170-43ca-9d98-e03420c40ada"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766"}]} 2018-07-22 16:03:20,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-a7493a36-c740-4119-88c8-7a8c3a5208d7 2018-07-22 16:03:20,054 - neutron_utils - INFO - Retrieving security group with ID - cee48791-c39d-4d18-bd0c-0a5c46502b0e 2018-07-22 16:03:20,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d2056c20-3220-40d3-ab8b-43e7785288bd Date: Sun, 22 Jul 2018 16:03:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "updated_at": "2018-07-22T16:03:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "revision_number": 0, "id": "5902acf8-a170-43ca-9d98-e03420c40ada", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv6", "project_id": "83419fb167cd4acea6ca2bcd29911621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "revision_number": 0, "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv4", "project_id": "83419fb167cd4acea6ca2bcd29911621"}], "revision_number": 2, "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name"}]} 2018-07-22 16:03:20,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-d2056c20-3220-40d3-ab8b-43e7785288bd 2018-07-22 16:03:20,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cee48791-c39d-4d18-bd0c-0a5c46502b0e 2018-07-22 16:03:20,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-67030e6d-698c-4d66-b55a-0509e1d9d063 Date: Sun, 22 Jul 2018 16:03: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-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "5902acf8-a170-43ca-9d98-e03420c40ada"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766"}]} 2018-07-22 16:03:20,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-67030e6d-698c-4d66-b55a-0509e1d9d063 2018-07-22 16:03:20,131 - neutron_utils - INFO - Retrieving security group with ID - cee48791-c39d-4d18-bd0c-0a5c46502b0e 2018-07-22 16:03:20,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-eb5cad61-41f6-4237-896f-a5db25f487e9 Date: Sun, 22 Jul 2018 16:03:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "updated_at": "2018-07-22T16:03:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "revision_number": 0, "id": "5902acf8-a170-43ca-9d98-e03420c40ada", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv6", "project_id": "83419fb167cd4acea6ca2bcd29911621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "revision_number": 0, "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv4", "project_id": "83419fb167cd4acea6ca2bcd29911621"}], "revision_number": 2, "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name"}]} 2018-07-22 16:03:20,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-eb5cad61-41f6-4237-896f-a5db25f487e9 2018-07-22 16:03:20,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cee48791-c39d-4d18-bd0c-0a5c46502b0e 2018-07-22 16:03:20,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-292b5b33-0dec-4589-8d92-3fa102ec2ed1 Date: Sun, 22 Jul 2018 16:03: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-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "5902acf8-a170-43ca-9d98-e03420c40ada"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:19Z", "security_group_id": "cee48791-c39d-4d18-bd0c-0a5c46502b0e", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:19Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "b7d341fe-bf54-41b5-add6-0a76c7cce766"}]} 2018-07-22 16:03:20,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-292b5b33-0dec-4589-8d92-3fa102ec2ed1 2018-07-22 16:03:20,204 - neutron_utils - INFO - Deleting security group rule with ID - b7d341fe-bf54-41b5-add6-0a76c7cce766 2018-07-22 16:03:20,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/b7d341fe-bf54-41b5-add6-0a76c7cce766 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,308 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec4ea806-69a2-44d1-84ed-80acce847b2f Content-Length: 0 Date: Sun, 22 Jul 2018 16:03:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:03:20,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/b7d341fe-bf54-41b5-add6-0a76c7cce766 used request id req-ec4ea806-69a2-44d1-84ed-80acce847b2f 2018-07-22 16:03:20,309 - neutron_utils - INFO - Deleting security group rule with ID - 5902acf8-a170-43ca-9d98-e03420c40ada 2018-07-22 16:03:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/5902acf8-a170-43ca-9d98-e03420c40ada -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,402 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2e283dd-b63c-4102-afaf-353b93f18a47 Content-Length: 0 Date: Sun, 22 Jul 2018 16:03:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:03:20,402 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/5902acf8-a170-43ca-9d98-e03420c40ada used request id req-b2e283dd-b63c-4102-afaf-353b93f18a47 2018-07-22 16:03:20,402 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name 2018-07-22 16:03:20,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cee48791-c39d-4d18-bd0c-0a5c46502b0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec66688e8f88397cec1588c5b369d1985722320d" 2018-07-22 16:03:20,535 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ecfba329-3842-4d76-92ee-fa58498d1b76 Content-Length: 0 Date: Sun, 22 Jul 2018 16:03:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:03:20,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cee48791-c39d-4d18-bd0c-0a5c46502b0e used request id req-ecfba329-3842-4d76-92ee-fa58498d1b76 2018-07-22 16:03:20,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:20,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-3f4396b7-d8e3-4ca0-8be2-4f0544993b19 x-compute-request-id: req-3f4396b7-d8e3-4ca0-8be2-4f0544993b19 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:20,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-3f4396b7-d8e3-4ca0-8be2-4f0544993b19 2018-07-22 16:03:20,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:20,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-8fa8d010-cf83-4365-9795-5eed1842da30 Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:20,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-8fa8d010-cf83-4365-9795-5eed1842da30 2018-07-22 16:03:20,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:21,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39a987c6-5fa2-4017-8590-2d0efe17708b Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:21,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-39a987c6-5fa2-4017-8590-2d0efe17708b 2018-07-22 16:03:21,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:21,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f1982b87-b90f-4f2a-8aec-e129d6d9dec9 Date: Sun, 22 Jul 2018 16:03:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:21,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-f1982b87-b90f-4f2a-8aec-e129d6d9dec9 2018-07-22 16:03:21,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:21,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-64bbaca3-52fe-4751-8cb7-c774a0f8ee7a Date: Sun, 22 Jul 2018 16:03:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:05Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3f00cb8c-df7b-4117-8dc0-5d7966f6067e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:68:43:45","id":"2c033d03-2467-4867-bee5-35ba2c2ecf77","port_security_enabled":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:09Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:16Z","binding:vnic_type":"normal","device_id":"370fbac0-8247-4ca6-ba26-0d38b7b5493b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9c:fd:cc","id":"fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb","port_security_enabled":true,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["cff6565f-e07b-4f03-b01b-b8788080a01c"],"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port"}]} 2018-07-22 16:03:21,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-64bbaca3-52fe-4751-8cb7-c774a0f8ee7a 2018-07-22 16:03:21,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:21,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8932dba684240a2989c91425d5d0755", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role"}], "expires_at": "2018-07-22T17:03:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83419fb167cd4acea6ca2bcd29911621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-user", "id": "bbc195a9bfcf453ca5a896febc16e901"}, "audit_ids": ["42sU4zoRSMu4mzfCHNkEZA"], "issued_at": "2018-07-22T16:03:21.000000Z"}} 2018-07-22 16:03:21,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfa7ef78752236d82a8688d9d747ecbb92b88707" 2018-07-22 16:03:22,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-146438aa-320b-4c74-90d5-07312d355c9e x-compute-request-id: req-146438aa-320b-4c74-90d5-07312d355c9e Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:22,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-146438aa-320b-4c74-90d5-07312d355c9e 2018-07-22 16:03:22,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:22,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3e0a972-64b5-4907-9920-19822ecfe925 x-compute-request-id: req-b3e0a972-64b5-4907-9920-19822ecfe925 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:22,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-b3e0a972-64b5-4907-9920-19822ecfe925 2018-07-22 16:03:22,394 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst] is - ACTIVE 2018-07-22 16:03:22,395 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:03:22,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:22,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cc8159b-8e88-4cd2-baa7-342149072b79 x-compute-request-id: req-3cc8159b-8e88-4cd2-baa7-342149072b79 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:22,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-3cc8159b-8e88-4cd2-baa7-342149072b79 2018-07-22 16:03:22,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:22,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e4dca7f0-beb4-4bd5-88a1-260104a5f487 Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:22,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-e4dca7f0-beb4-4bd5-88a1-260104a5f487 2018-07-22 16:03:22,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:22,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83be8251-4327-4e02-88dd-01689746ea4a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:22,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-83be8251-4327-4e02-88dd-01689746ea4a 2018-07-22 16:03:22,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:22,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e4f25072-47c8-4dd3-9ee8-6a4d6ed6f905 Date: Sun, 22 Jul 2018 16:03:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:22,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-e4f25072-47c8-4dd3-9ee8-6a4d6ed6f905 2018-07-22 16:03:22,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:23,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-d7f36fde-850a-46df-b403-777fb2353d87 Date: Sun, 22 Jul 2018 16:03:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:05Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3f00cb8c-df7b-4117-8dc0-5d7966f6067e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:68:43:45","id":"2c033d03-2467-4867-bee5-35ba2c2ecf77","port_security_enabled":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:09Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:16Z","binding:vnic_type":"normal","device_id":"370fbac0-8247-4ca6-ba26-0d38b7b5493b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9c:fd:cc","id":"fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb","port_security_enabled":true,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["cff6565f-e07b-4f03-b01b-b8788080a01c"],"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port"}]} 2018-07-22 16:03:23,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-d7f36fde-850a-46df-b403-777fb2353d87 2018-07-22 16:03:23,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:23,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-f5d94499-e528-4f8f-9c3d-529c50e18495 x-compute-request-id: req-f5d94499-e528-4f8f-9c3d-529c50e18495 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:23,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-f5d94499-e528-4f8f-9c3d-529c50e18495 2018-07-22 16:03:23,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:23,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-ba0d2cf8-78df-466d-bd99-3b6014e908ab Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:23,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-ba0d2cf8-78df-466d-bd99-3b6014e908ab 2018-07-22 16:03:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:23,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8065d9bf-719f-4698-b433-6a610b985d5c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:23,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-8065d9bf-719f-4698-b433-6a610b985d5c 2018-07-22 16:03:23,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:23,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a687b6c3-d112-4ca7-95ad-1ced32639873 Date: Sun, 22 Jul 2018 16:03:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:23,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-a687b6c3-d112-4ca7-95ad-1ced32639873 2018-07-22 16:03:23,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:23,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-4ac4dc62-5848-46d3-a000-08414f3211cb Date: Sun, 22 Jul 2018 16:03:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:05Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3f00cb8c-df7b-4117-8dc0-5d7966f6067e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:68:43:45","id":"2c033d03-2467-4867-bee5-35ba2c2ecf77","port_security_enabled":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:09Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:16Z","binding:vnic_type":"normal","device_id":"370fbac0-8247-4ca6-ba26-0d38b7b5493b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9c:fd:cc","id":"fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb","port_security_enabled":true,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["cff6565f-e07b-4f03-b01b-b8788080a01c"],"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port"}]} 2018-07-22 16:03:23,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-4ac4dc62-5848-46d3-a000-08414f3211cb 2018-07-22 16:03:23,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name"}}' 2018-07-22 16:03:23,566 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-9584140b-76f3-4028-b881-311d4a38ce73 x-compute-request-id: req-9584140b-76f3-4028-b881-311d4a38ce73 Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name is not found for project 83419fb167cd4acea6ca2bcd29911621", "code": 404}} 2018-07-22 16:03:23,566 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b/action used request id req-9584140b-76f3-4028-b881-311d4a38ce73 2018-07-22 16:03:23,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:24,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-95a7ba5f-fc33-4e3f-9252-955738691fef x-compute-request-id: req-95a7ba5f-fc33-4e3f-9252-955738691fef Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:24,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-95a7ba5f-fc33-4e3f-9252-955738691fef 2018-07-22 16:03:24,124 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name] - Security group InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name is not found for project 83419fb167cd4acea6ca2bcd29911621 (HTTP 404) (Request-ID: req-9584140b-76f3-4028-b881-311d4a38ce73) 2018-07-22 16:03:24,124 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-name is not found for project 83419fb167cd4acea6ca2bcd29911621 (HTTP 404) (Request-ID: req-9584140b-76f3-4028-b881-311d4a38ce73) 2018-07-22 16:03:24,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:24,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d3a4bce-2276-4ebd-9b26-e66fd5ff270b x-compute-request-id: req-1d3a4bce-2276-4ebd-9b26-e66fd5ff270b Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:24,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-1d3a4bce-2276-4ebd-9b26-e66fd5ff270b 2018-07-22 16:03:24,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:24,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-aa8abf40-bbe7-4222-85f4-1377bb12888d Date: Sun, 22 Jul 2018 16:03: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":["27399cf7-1da3-42e3-b424-89031bd7c18b"],"updated_at":"2018-07-22T16:03:04Z","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net"}]} 2018-07-22 16:03:24,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net used request id req-aa8abf40-bbe7-4222-85f4-1377bb12888d 2018-07-22 16:03:24,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:24,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2180a2bd-52ba-44a2-8002-a94e78f6aff0 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:24,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-2180a2bd-52ba-44a2-8002-a94e78f6aff0 2018-07-22 16:03:24,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:24,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3ae17384-46a6-4a04-a227-d04af42d1a8d Date: Sun, 22 Jul 2018 16:03:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:04Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03: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":"83419fb167cd4acea6ca2bcd29911621","id":"27399cf7-1da3-42e3-b424-89031bd7c18b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet"}]} 2018-07-22 16:03:24,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-3ae17384-46a6-4a04-a227-d04af42d1a8d 2018-07-22 16:03:24,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:24,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-d12b3542-91be-4faf-b7f4-56fcb8316b2d Date: Sun, 22 Jul 2018 16:03:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:05Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3f00cb8c-df7b-4117-8dc0-5d7966f6067e","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:68:43:45","id":"2c033d03-2467-4867-bee5-35ba2c2ecf77","port_security_enabled":false,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f00cb8c-df7b-4117-8dc0-5d7966f6067e","tenant_id":"83419fb167cd4acea6ca2bcd29911621","created_at":"2018-07-22T16:03:09Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:16Z","binding:vnic_type":"normal","device_id":"370fbac0-8247-4ca6-ba26-0d38b7b5493b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9c:fd:cc","id":"fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb","port_security_enabled":true,"project_id":"83419fb167cd4acea6ca2bcd29911621","fixed_ips":[{"subnet_id":"27399cf7-1da3-42e3-b424-89031bd7c18b","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["cff6565f-e07b-4f03-b01b-b8788080a01c"],"name":"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port"}]} 2018-07-22 16:03:24,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-d12b3542-91be-4faf-b7f4-56fcb8316b2d 2018-07-22 16:03:24,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfa7ef78752236d82a8688d9d747ecbb92b88707" 2018-07-22 16:03:25,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d0e90d1-4bce-43dd-9b40-d904f5023a66 x-compute-request-id: req-3d0e90d1-4bce-43dd-9b40-d904f5023a66 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fd:cc", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "security_groups": [{"name": "default"}], "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:16Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:25,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-3d0e90d1-4bce-43dd-9b40-d904f5023a66 2018-07-22 16:03:25,154 - create_instance - INFO - Deleting Port with ID - fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb 2018-07-22 16:03:25,155 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-port 2018-07-22 16:03:25,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:25,622 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19d2dd58-4c4e-426c-a560-3e360d4e1a76 Date: Sun, 22 Jul 2018 16:03:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:03:25,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/fee8b9ff-7e4f-4dc2-8c13-779c2ba7cfeb used request id req-19d2dd58-4c4e-426c-a560-3e360d4e1a76 2018-07-22 16:03:25,622 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst 2018-07-22 16:03:25,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:25,787 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-473946c4-21c3-4e0d-b895-5cc1d1a01b38 x-compute-request-id: req-473946c4-21c3-4e0d-b895-5cc1d1a01b38 Content-Type: application/json 2018-07-22 16:03:25,787 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-473946c4-21c3-4e0d-b895-5cc1d1a01b38 2018-07-22 16:03:25,787 - create_instance - INFO - Checking deletion status 2018-07-22 16:03:25,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:25,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6faee7d-802e-430b-bd81-6a4cccdd6c50 x-compute-request-id: req-e6faee7d-802e-430b-bd81-6a4cccdd6c50 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b", "rel": "bookmark"}], "image": {"id": "334f282f-59f4-4d29-a6fe-6580f04cad7c", "links": [{"href": "http://172.30.9.28:8774/images/334f282f-59f4-4d29-a6fe-6580f04cad7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:16.000000", "flavor": {"id": "5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "links": [{"href": "http://172.30.9.28:8774/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3", "rel": "bookmark"}]}, "id": "370fbac0-8247-4ca6-ba26-0d38b7b5493b", "user_id": "bbc195a9bfcf453ca5a896febc16e901", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:25Z", "hostId": "bf7fd4ab87f93a58e406e5f5b61778b11493a554b2261aa87c5b0646", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst", "created": "2018-07-22T16:03:11Z", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:25,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-e6faee7d-802e-430b-bd81-6a4cccdd6c50 2018-07-22 16:03:25,889 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst] is - ACTIVE 2018-07-22 16:03:25,889 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:03:28,892 - create_instance - DEBUG - VM status query timeout in 296.895138979 2018-07-22 16:03:28,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66224c98b29d260e4630d951d8b90f79edc535e" 2018-07-22 16:03:28,947 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16: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-5c0c5e2d-6851-4b76-b5a4-66bc3fad75f2 x-compute-request-id: req-5c0c5e2d-6851-4b76-b5a4-66bc3fad75f2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 370fbac0-8247-4ca6-ba26-0d38b7b5493b could not be found.", "code": 404}} 2018-07-22 16:03:28,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370fbac0-8247-4ca6-ba26-0d38b7b5493b used request id req-5c0c5e2d-6851-4b76-b5a4-66bc3fad75f2 2018-07-22 16:03:28,947 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 370fbac0-8247-4ca6-ba26-0d38b7b5493b could not be found. (HTTP 404) (Request-ID: req-5c0c5e2d-6851-4b76-b5a4-66bc3fad75f2) 2018-07-22 16:03:28,947 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-inst 2018-07-22 16:03:28,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d99ae071d14f99c5df6332377e3e7e1be2ef559" 2018-07-22 16:03:28,992 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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-a0cdd2df-df6b-4bbe-9a50-d94d1c61db42 x-compute-request-id: req-a0cdd2df-df6b-4bbe-9a50-d94d1c61db42 Content-Length: 0 Content-Type: application/json 2018-07-22 16:03:28,992 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5c1e3fa9-b3d2-4b8c-9f91-54255b4ea5e3 used request id req-a0cdd2df-df6b-4bbe-9a50-d94d1c61db42 2018-07-22 16:03:28,993 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet 2018-07-22 16:03:28,993 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-subnet 2018-07-22 16:03:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/27399cf7-1da3-42e3-b424-89031bd7c18b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" 2018-07-22 16:03:30,261 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac1bfd0a-a158-42f0-bdea-0b7508d794e0 Date: Sun, 22 Jul 2018 16:03:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:03:30,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/27399cf7-1da3-42e3-b424-89031bd7c18b used request id req-ac1bfd0a-a158-42f0-bdea-0b7508d794e0 2018-07-22 16:03:30,262 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-pub-net 2018-07-22 16:03:30,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/3f00cb8c-df7b-4117-8dc0-5d7966f6067e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06cc29b752378f8ddd42a9c17c19473f74c3c646" 2018-07-22 16:03:31,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0cc955fb-a63d-438e-955a-e3fc8e19bb8e Date: Sun, 22 Jul 2018 16:03:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:03:31,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/3f00cb8c-df7b-4117-8dc0-5d7966f6067e used request id req-0cc955fb-a63d-438e-955a-e3fc8e19bb8e 2018-07-22 16:03:31,568 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-80317467-4c2e-4d10-b864-1d3b724915c2-image 2018-07-22 16:03:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aede08f129ca791b2f23a1b76bcbe695c7ed507" 2018-07-22 16:03:32,077 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c0874d5a-004c-4b1a-b709-dd30b8571e60 Date: Sun, 22 Jul 2018 16:03:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:03:32,077 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/334f282f-59f4-4d29-a6fe-6580f04cad7c used request id req-c0874d5a-004c-4b1a-b709-dd30b8571e60 2018-07-22 16:03:32,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-7d0a53e8-b4e5-4fb2-8161-39491ec00ce8 Date: Sun, 22 Jul 2018 16:03:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:03Z", "updated_at": "2018-07-22T16:03:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:03Z", "revision_number": 0, "id": "a7655e5d-6839-43b6-b044-988afc784066", "remote_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:03Z", "security_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv6", "project_id": "83419fb167cd4acea6ca2bcd29911621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:03Z", "revision_number": 0, "id": "d6244f58-16a0-48b1-a475-5771c9b43169", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:03Z", "security_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv4", "project_id": "83419fb167cd4acea6ca2bcd29911621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:03Z", "revision_number": 0, "id": "f0ff74cc-6b5a-4330-91b3-e24984ef5921", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:03Z", "security_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv6", "project_id": "83419fb167cd4acea6ca2bcd29911621"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:03Z", "revision_number": 0, "id": "f21a2a6b-377b-4e8d-a7f7-780b9b58925b", "remote_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:03Z", "security_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "port_range_min": null, "ethertype": "IPv4", "project_id": "83419fb167cd4acea6ca2bcd29911621"}], "revision_number": 4, "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:03:32,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-7d0a53e8-b4e5-4fb2-8161-39491ec00ce8 2018-07-22 16:03:32,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087ab142-1b7c-4166-b534-ca25f6ca256b 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:03:32,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-087ab142-1b7c-4166-b534-ca25f6ca256b 2018-07-22 16:03:32,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,487 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2763c692-96d0-4303-98a9-0a7c378948c3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:03:32,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-2763c692-96d0-4303-98a9-0a7c378948c3 2018-07-22 16:03:32,487 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:03:32,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,571 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49c10bda-6d25-413a-9d66-c6c789ffceb5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:03:32,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-49c10bda-6d25-413a-9d66-c6c789ffceb5 2018-07-22 16:03:32,571 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:03:32,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,652 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3435f4b-1d3c-4e86-a0e7-5b613d133562 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:03:32,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-b3435f4b-1d3c-4e86-a0e7-5b613d133562 2018-07-22 16:03:32,652 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:03:32,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cadc92b0-773c-4e4c-8d4f-63fccade744e 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:03:32,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-cadc92b0-773c-4e4c-8d4f-63fccade744e 2018-07-22 16:03:32,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,826 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cde031b0-282e-4a04-b3e0-84730f8cf99d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:03:32,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-cde031b0-282e-4a04-b3e0-84730f8cf99d 2018-07-22 16:03:32,826 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:03:32,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4116561b-d151-4e3d-a37a-4991c2921d0e Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83419fb167cd4acea6ca2bcd29911621", "name": "InstanceSecurityGroupTests-5319ba8f-6137-401-proj"}} 2018-07-22 16:03:32,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-4116561b-d151-4e3d-a37a-4991c2921d0e 2018-07-22 16:03:32,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cff6565f-e07b-4f03-b01b-b8788080a01c 2018-07-22 16:03:32,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cff6565f-e07b-4f03-b01b-b8788080a01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:32,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-53838118-665a-4a70-98f7-8fe2f133ad58 Date: Sun, 22 Jul 2018 16:03:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:03Z", "security_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:03Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "a7655e5d-6839-43b6-b044-988afc784066"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:03Z", "security_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:03Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "d6244f58-16a0-48b1-a475-5771c9b43169"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:03Z", "security_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:03Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "f0ff74cc-6b5a-4330-91b3-e24984ef5921"}, {"remote_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:03Z", "security_group_id": "cff6565f-e07b-4f03-b01b-b8788080a01c", "port_range_min": null, "revision_number": 0, "tenant_id": "83419fb167cd4acea6ca2bcd29911621", "created_at": "2018-07-22T16:03:03Z", "project_id": "83419fb167cd4acea6ca2bcd29911621", "id": "f21a2a6b-377b-4e8d-a7f7-780b9b58925b"}]} 2018-07-22 16:03:32,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cff6565f-e07b-4f03-b01b-b8788080a01c used request id req-53838118-665a-4a70-98f7-8fe2f133ad58 2018-07-22 16:03:32,945 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:03:32,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cff6565f-e07b-4f03-b01b-b8788080a01c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:33,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38c6ade1-094d-4011-8355-43593a1c8420 Content-Length: 0 Date: Sun, 22 Jul 2018 16:03:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:03:33,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cff6565f-e07b-4f03-b01b-b8788080a01c used request id req-38c6ade1-094d-4011-8355-43593a1c8420 2018-07-22 16:03:33,127 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-5319ba8f-6137-401-proj 2018-07-22 16:03:33,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:33,396 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4707c3ff-8bff-49bb-96dd-0bc247d7f77d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:03:33,396 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/83419fb167cd4acea6ca2bcd29911621 used request id req-4707c3ff-8bff-49bb-96dd-0bc247d7f77d 2018-07-22 16:03:33,396 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-5319ba8f-6137-401-proj-role 2018-07-22 16:03:33,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e8932dba684240a2989c91425d5d0755 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:33,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdf95fd3-0a10-4a51-b196-8b11c3eed629 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:03:33,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e8932dba684240a2989c91425d5d0755 used request id req-cdf95fd3-0a10-4a51-b196-8b11c3eed629 2018-07-22 16:03:33,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c6dbc4fa0599ceb8f4b83964d0b93d76459c1f5" 2018-07-22 16:03:33,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7adbbce0-9dec-4e2d-96ca-26ff6178ee1b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:03:33,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7adbbce0-9dec-4e2d-96ca-26ff6178ee1b 2018-07-22 16:03:33,603 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-5319ba8f-6137-401-user 2018-07-22 16:03:33,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/bbc195a9bfcf453ca5a896febc16e901 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89fb7dbb0717d9f99594d4bd6fc563958085b0c9" 2018-07-22 16:03:33,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcd90a90-5934-452c-b574-f3df40bfdd63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:03:33,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/bbc195a9bfcf453ca5a896febc16e901 used request id req-dcd90a90-5934-452c-b574-f3df40bfdd63 2018-07-22 16:03:33,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:34,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:03:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["RJNRJi-sTNaOEHLX-4opWA"], "issued_at": "2018-07-22T16:03:34.000000Z"}} 2018-07-22 16:03:34,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a079a101bca093c5a4f3b553170a350b9443ba22" 2018-07-22 16:03:34,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2ca5c9-25bb-4b8b-9a82-4176f84c67ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:34,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8e2ca5c9-25bb-4b8b-9a82-4176f84c67ed 2018-07-22 16:03:34,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:34,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:34,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:03:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["SeNcPWcdQjiERAt5K0HAnA"], "issued_at": "2018-07-22T16:03:34.000000Z"}} 2018-07-22 16:03:34,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:03:34,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e8ad8d6-c18b-4dde-8c75-c82d673cb038 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:34,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6e8ad8d6-c18b-4dde-8c75-c82d673cb038 2018-07-22 16:03:34,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:03:34,732 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:03:34,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:03:34,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12126c21-0d8f-4b2b-b933-bad4a12400bc Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:03:34,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj used request id req-12126c21-0d8f-4b2b-b933-bad4a12400bc 2018-07-22 16:03:34,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:03:34,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02a4e034-a5cd-48ef-896f-b27f0e68bf9e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:03:34,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-02a4e034-a5cd-48ef-896f-b27f0e68bf9e 2018-07-22 16:03:34,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}}' 2018-07-22 16:03:34,960 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:03:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd7d710f-fad9-4505-8c63-7eface36f1af Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "id": "da5972693cea4a7ba5092e4cf5b4041b", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:34,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-bd7d710f-fad9-4505-8c63-7eface36f1af 2018-07-22 16:03:34,960 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj 2018-07-22 16:03:34,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:34,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:35,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:03:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["--Gv9n4-RA6tQbYKNdVXTg"], "issued_at": "2018-07-22T16:03:35.000000Z"}} 2018-07-22 16:03:35,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d06306659c5cb3fbe604d4b98b23b41c1218cea" 2018-07-22 16:03:35,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e1ccd4b-ad12-4069-b91d-e82a7b580090 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:35,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1e1ccd4b-ad12-4069-b91d-e82a7b580090 2018-07-22 16:03:35,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:03:35,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:03:35,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d06306659c5cb3fbe604d4b98b23b41c1218cea" 2018-07-22 16:03:35,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a5e454b-9867-40ac-b146-fc51974c8f7c Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:03:35,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2a5e454b-9867-40ac-b146-fc51974c8f7c 2018-07-22 16:03:35,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d06306659c5cb3fbe604d4b98b23b41c1218cea" 2018-07-22 16:03:35,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f876701-5a90-497f-b299-38b768f37896 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "id": "da5972693cea4a7ba5092e4cf5b4041b", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}]} 2018-07-22 16:03:35,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj used request id req-2f876701-5a90-497f-b299-38b768f37896 2018-07-22 16:03:35,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d06306659c5cb3fbe604d4b98b23b41c1218cea" 2018-07-22 16:03:35,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6215021c-1037-46bb-bc0c-636c65c7f82e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:03:35,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6215021c-1037-46bb-bc0c-636c65c7f82e 2018-07-22 16:03:35,941 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-0a0e09fa-2958-49b-user 2018-07-22 16:03:35,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:35,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:03:36,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d1b611-8558-46e4-843c-22ee6765a395 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:03:36,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d9d1b611-8558-46e4-843c-22ee6765a395 2018-07-22 16:03:36,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" -d '{"role": {"name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}}' 2018-07-22 16:03:36,144 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:03:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cc8eb91-de4c-4dd5-820c-e8c7dc5fd988 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb25cde585e44539aabe6e6770ee8a8f", "links": {"self": "http://172.30.9.28:5000/v3/roles/eb25cde585e44539aabe6e6770ee8a8f"}, "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}} 2018-07-22 16:03:36,144 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4cc8eb91-de4c-4dd5-820c-e8c7dc5fd988 2018-07-22 16:03:36,144 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role 2018-07-22 16:03:36,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/eb25cde585e44539aabe6e6770ee8a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:03:36,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cc8154f-42a4-4356-8bb4-a141bf64c416 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb25cde585e44539aabe6e6770ee8a8f", "links": {"self": "http://172.30.9.28:5000/v3/roles/eb25cde585e44539aabe6e6770ee8a8f"}, "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}} 2018-07-22 16:03:36,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/eb25cde585e44539aabe6e6770ee8a8f used request id req-5cc8154f-42a4-4356-8bb4-a141bf64c416 2018-07-22 16:03:36,230 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role to project InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj 2018-07-22 16:03:36,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b/users/88c03dcad39f4bd7a90b8c5cfed496ec/roles/eb25cde585e44539aabe6e6770ee8a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:03:36,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:03:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09a09934-29bb-4370-aac2-f92f0f06b63e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:03:36,344 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b/users/88c03dcad39f4bd7a90b8c5cfed496ec/roles/eb25cde585e44539aabe6e6770ee8a8f used request id req-09a09934-29bb-4370-aac2-f92f0f06b63e 2018-07-22 16:03:36,344 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:03:36,346 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:03:36,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:36,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:36,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb25cde585e44539aabe6e6770ee8a8f", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}], "expires_at": "2018-07-22T17:03:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-user", "id": "88c03dcad39f4bd7a90b8c5cfed496ec"}, "audit_ids": ["qMt1nLk-SMOlJ1maxhyKiw"], "issued_at": "2018-07-22T16:03:36.000000Z"}} 2018-07-22 16:03:36,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" 2018-07-22 16:03:36,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b1b16c3-c6f9-4b68-97c9-a98e6aaffd80 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:36,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9b1b16c3-c6f9-4b68-97c9-a98e6aaffd80 2018-07-22 16:03:36,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" 2018-07-22 16:03:37,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-713df5bf-790c-4193-ad6e-a34963c552d5 Date: Sun, 22 Jul 2018 16:03:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image"} 2018-07-22 16:03:37,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image used request id req-713df5bf-790c-4193-ad6e-a34963c552d5 2018-07-22 16:03:37,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" 2018-07-22 16:03:37,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-341dc06c-21fb-4a15-8e82-9909e2882855 Date: Sun, 22 Jul 2018 16:03: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-07-22 16:03:37,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-341dc06c-21fb-4a15-8e82-9909e2882855 2018-07-22 16:03:37,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image"}' 2018-07-22 16:03:37,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-242a8efd-3f38-4f8b-a79c-a058963a4001 Date: Sun, 22 Jul 2018 16:03:37 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:03:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:03:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "min_disk": 0, "protected": false, "id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "file": "/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/file", "checksum": null, "owner": "da5972693cea4a7ba5092e4cf5b4041b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:03:37,081 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-242a8efd-3f38-4f8b-a79c-a058963a4001 2018-07-22 16:03:37,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" -d '' 2018-07-22 16:03:37,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf6ef12a-14db-4ec0-88ea-6e75d92d9973 Date: Sun, 22 Jul 2018 16:03:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:03:37,453 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/file used request id req-bf6ef12a-14db-4ec0-88ea-6e75d92d9973 2018-07-22 16:03:37,454 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:03:37,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" 2018-07-22 16:03:37,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6e91d178-361f-4e1a-8b19-6b09f297c567 Date: Sun, 22 Jul 2018 16:03:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:03:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:03:37Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/snap", "metadata": {}}], "self": "/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "min_disk": 0, "protected": false, "id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "file": "/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da5972693cea4a7ba5092e4cf5b4041b", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:03:37,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a used request id req-6e91d178-361f-4e1a-8b19-6b09f297c567 2018-07-22 16:03:37,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" 2018-07-22 16:03:37,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-8cc464e3-9d56-4682-97ff-1782b3bb6e55 Date: Sun, 22 Jul 2018 16:03: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-07-22 16:03:37,483 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8cc464e3-9d56-4682-97ff-1782b3bb6e55 2018-07-22 16:03:37,486 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image 2018-07-22 16:03:37,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" 2018-07-22 16:03:37,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-20ae266d-03da-429f-90bb-685c225d3954 Date: Sun, 22 Jul 2018 16:03:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:03:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:03:37Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/snap", "metadata": {}}], "self": "/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "min_disk": 0, "protected": false, "id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "file": "/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da5972693cea4a7ba5092e4cf5b4041b", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:03:37,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a used request id req-20ae266d-03da-429f-90bb-685c225d3954 2018-07-22 16:03:37,506 - create_image - DEBUG - Instance status is - active 2018-07-22 16:03:37,506 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image 2018-07-22 16:03:37,506 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image 2018-07-22 16:03:37,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:37,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:37,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb25cde585e44539aabe6e6770ee8a8f", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}], "expires_at": "2018-07-22T17:03:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-user", "id": "88c03dcad39f4bd7a90b8c5cfed496ec"}, "audit_ids": ["3ymorRrBT76COgziXsu_Ug"], "issued_at": "2018-07-22T16:03:37.000000Z"}} 2018-07-22 16:03:37,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" 2018-07-22 16:03:37,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7026bf8-6703-45f6-b69b-de5bfc889df0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:37,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b7026bf8-6703-45f6-b69b-de5bfc889df0 2018-07-22 16:03:37,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" 2018-07-22 16:03:38,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d2059fb5-feed-4a9b-84cb-c71ff27d4883 Date: Sun, 22 Jul 2018 16:03:38 GMT RESP BODY: {"networks":[]} 2018-07-22 16:03:38,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-d2059fb5-feed-4a9b-84cb-c71ff27d4883 2018-07-22 16:03:38,164 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net 2018-07-22 16:03:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" -d '{"network": {"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net", "admin_state_up": true}}' 2018-07-22 16:03:38,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-3ad04717-29f3-4f03-8631-78fda76f8b11 Date: Sun, 22 Jul 2018 16:03:38 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:03:38Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}} 2018-07-22 16:03:38,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3ad04717-29f3-4f03-8631-78fda76f8b11 2018-07-22 16:03:38,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" 2018-07-22 16:03:39,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-4caadaad-175b-4b4d-836b-c79e388db501 Date: Sun, 22 Jul 2018 16:03:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T16:03:38Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:39,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-4caadaad-175b-4b4d-836b-c79e388db501 2018-07-22 16:03:39,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" 2018-07-22 16:03:39,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-354a59aa-6a97-4b87-aa25-8385d45f5aff Date: Sun, 22 Jul 2018 16:03:39 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:03:39,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-354a59aa-6a97-4b87-aa25-8385d45f5aff 2018-07-22 16:03:39,096 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet 2018-07-22 16:03:39,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" -d '{"subnets": [{"ip_version": 4, "network_id": "00c82758-c3a4-468f-8dea-cc16fd1aac2a", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]}' 2018-07-22 16:03:39,621 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-db400918-d40b-4a1a-aef7-19bbe8094023 Date: Sun, 22 Jul 2018 16:03:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:39,621 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-db400918-d40b-4a1a-aef7-19bbe8094023 2018-07-22 16:03:39,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" 2018-07-22 16:03:39,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-07e8cc51-bad8-4910-a5ed-d03b60a90785 Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:39,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-07e8cc51-bad8-4910-a5ed-d03b60a90785 2018-07-22 16:03:39,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" 2018-07-22 16:03:39,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0d5ca2e0-70fd-46e4-87ae-11d1480d6a48 Date: Sun, 22 Jul 2018 16:03:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:39,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-0d5ca2e0-70fd-46e4-87ae-11d1480d6a48 2018-07-22 16:03:39,845 - OpenStackNetwork - DEBUG - Network [00c82758-c3a4-468f-8dea-cc16fd1aac2a] created successfully 2018-07-22 16:03:39,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:39,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:40,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:03:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["x8Q5t26nTYKNQqaBFU-P1Q"], "issued_at": "2018-07-22T16:03:40.000000Z"}} 2018-07-22 16:03:40,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f042f97e56005826d4791e9c085c7d070c763bb7" 2018-07-22 16:03:40,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa98648-4032-41a3-9ad6-4356c8f9de05 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:40,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9aa98648-4032-41a3-9ad6-4356c8f9de05 2018-07-22 16:03:40,317 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:03:40,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f042f97e56005826d4791e9c085c7d070c763bb7" 2018-07-22 16:03:40,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2fa056b6-0d5f-4e62-92b9-107d4e5820ea x-compute-request-id: req-2fa056b6-0d5f-4e62-92b9-107d4e5820ea Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:03:40,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2fa056b6-0d5f-4e62-92b9-107d4e5820ea 2018-07-22 16:03:40,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f042f97e56005826d4791e9c085c7d070c763bb7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-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-07-22 16:03:40,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-851883c5-4116-4c7e-8d94-3a467b9f8833 x-compute-request-id: req-851883c5-4116-4c7e-8d94-3a467b9f8833 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "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": "c742c5ec-245d-4188-aef7-6786539be510"}} 2018-07-22 16:03:40,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-851883c5-4116-4c7e-8d94-3a467b9f8833 2018-07-22 16:03:40,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:40,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:40,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb25cde585e44539aabe6e6770ee8a8f", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}], "expires_at": "2018-07-22T17:03:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-user", "id": "88c03dcad39f4bd7a90b8c5cfed496ec"}, "audit_ids": ["ZqeCCqVARlWuPE3H5Zc-6w"], "issued_at": "2018-07-22T16:03:40.000000Z"}} 2018-07-22 16:03:40,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:41,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cffdea2-5114-4832-a805-88b7e2023aca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:41,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4cffdea2-5114-4832-a805-88b7e2023aca 2018-07-22 16:03:41,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:41,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-541f7a14-7a1c-4d54-81e9-42b7cf4d686d Date: Sun, 22 Jul 2018 16:03:41 GMT RESP BODY: {"security_groups": []} 2018-07-22 16:03:41,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name&description=hello+group used request id req-541f7a14-7a1c-4d54-81e9-42b7cf4d686d 2018-07-22 16:03:41,232 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name... 2018-07-22 16:03:41,232 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name 2018-07-22 16:03:41,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" -d '{"security_group": {"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name", "description": "hello group"}}' 2018-07-22 16:03:41,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-80a39a85-08b7-4229-b519-0eb11238d8c5 Date: Sun, 22 Jul 2018 16:03:41 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "updated_at": "2018-07-22T16:03:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "revision_number": 0, "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "revision_number": 0, "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}], "revision_number": 2, "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}} 2018-07-22 16:03:41,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-80a39a85-08b7-4229-b519-0eb11238d8c5 2018-07-22 16:03:41,513 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4beb41a9-90bb-4929-8852-0a7992c1716e 2018-07-22 16:03:41,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:41,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2e610f18-83c4-47d2-a979-bc518b5211cb Date: Sun, 22 Jul 2018 16:03:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08"}]} 2018-07-22 16:03:41,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-2e610f18-83c4-47d2-a979-bc518b5211cb 2018-07-22 16:03:41,576 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4beb41a9-90bb-4929-8852-0a7992c1716e 2018-07-22 16:03:41,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:41,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-86276db3-e908-4056-b9f4-6900be4818ad Date: Sun, 22 Jul 2018 16:03:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08"}]} 2018-07-22 16:03:41,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-86276db3-e908-4056-b9f4-6900be4818ad 2018-07-22 16:03:41,611 - neutron_utils - INFO - Retrieving security group with ID - 4beb41a9-90bb-4929-8852-0a7992c1716e 2018-07-22 16:03:41,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:41,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3171a286-16db-435f-9a8e-b432796b3e79 Date: Sun, 22 Jul 2018 16:03:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "updated_at": "2018-07-22T16:03:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "revision_number": 0, "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "revision_number": 0, "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}], "revision_number": 2, "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}]} 2018-07-22 16:03:41,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-3171a286-16db-435f-9a8e-b432796b3e79 2018-07-22 16:03:41,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4beb41a9-90bb-4929-8852-0a7992c1716e 2018-07-22 16:03:41,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:41,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eb52bc74-1d6c-4db0-a835-4a8249bc1e4a Date: Sun, 22 Jul 2018 16:03:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08"}]} 2018-07-22 16:03:41,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-eb52bc74-1d6c-4db0-a835-4a8249bc1e4a 2018-07-22 16:03:41,745 - neutron_utils - INFO - Retrieving security group with ID - 4beb41a9-90bb-4929-8852-0a7992c1716e 2018-07-22 16:03:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:41,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-b11fafef-8aa2-4444-8dab-33124728a713 Date: Sun, 22 Jul 2018 16:03:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "updated_at": "2018-07-22T16:03:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "revision_number": 0, "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "revision_number": 0, "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}], "revision_number": 2, "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}]} 2018-07-22 16:03:41,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-b11fafef-8aa2-4444-8dab-33124728a713 2018-07-22 16:03:41,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4beb41a9-90bb-4929-8852-0a7992c1716e 2018-07-22 16:03:41,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:41,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2a29e13e-c596-46f6-9e89-74658b11441d Date: Sun, 22 Jul 2018 16:03:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08"}]} 2018-07-22 16:03:41,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-2a29e13e-c596-46f6-9e89-74658b11441d 2018-07-22 16:03:41,824 - neutron_utils - INFO - Retrieving security group with ID - 4beb41a9-90bb-4929-8852-0a7992c1716e 2018-07-22 16:03:41,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:42,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-79d876b4-fc2a-43a6-b9af-0b150222054b Date: Sun, 22 Jul 2018 16:03:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "updated_at": "2018-07-22T16:03:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "revision_number": 0, "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "revision_number": 0, "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}], "revision_number": 2, "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}]} 2018-07-22 16:03:42,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-79d876b4-fc2a-43a6-b9af-0b150222054b 2018-07-22 16:03:42,040 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4beb41a9-90bb-4929-8852-0a7992c1716e 2018-07-22 16:03:42,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:03:42,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d1e2ab3d-149a-415d-98d9-e6bb9708d6d7 Date: Sun, 22 Jul 2018 16:03:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "ac6a9b20-f819-4e28-bbe8-60cb0060863a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:41Z", "security_group_id": "4beb41a9-90bb-4929-8852-0a7992c1716e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:41Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "d1b0d29b-e402-4a9a-bb2f-28db08772d08"}]} 2018-07-22 16:03:42,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-d1e2ab3d-149a-415d-98d9-e6bb9708d6d7 2018-07-22 16:03:42,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:42,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:42,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb25cde585e44539aabe6e6770ee8a8f", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}], "expires_at": "2018-07-22T17:03:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-user", "id": "88c03dcad39f4bd7a90b8c5cfed496ec"}, "audit_ids": ["GIOtiMcyQfi2kduLTBNk8g"], "issued_at": "2018-07-22T16:03:42.000000Z"}} 2018-07-22 16:03:42,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:42,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f6bdd85-3884-4463-9141-e8cb98837cb2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:42,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9f6bdd85-3884-4463-9141-e8cb98837cb2 2018-07-22 16:03:42,527 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:03:42,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:42,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6bda2ec-bd8a-4be1-bb83-957cad98ac28 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:42,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c6bda2ec-bd8a-4be1-bb83-957cad98ac28 2018-07-22 16:03:42,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:42,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-12a01867-6967-41a3-a5a9-13a9e7fe2e28 Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:42,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-12a01867-6967-41a3-a5a9-13a9e7fe2e28 2018-07-22 16:03:42,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:03:42,868 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:03:42,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:42,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db0668bc-37d4-45ce-8070-444e2da5b30f Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:42,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-db0668bc-37d4-45ce-8070-444e2da5b30f 2018-07-22 16:03:42,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:43,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c7703819-9048-4832-a600-57b1d4b404d8 Date: Sun, 22 Jul 2018 16:03:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:43,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-c7703819-9048-4832-a600-57b1d4b404d8 2018-07-22 16:03:43,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:43,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-246becf6-f808-46ae-8386-c6b3a5adeceb Date: Sun, 22 Jul 2018 16:03:43 GMT RESP BODY: {"ports":[]} 2018-07-22 16:03:43,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port&admin_state_up=True used request id req-246becf6-f808-46ae-8386-c6b3a5adeceb 2018-07-22 16:03:43,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:43,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08739d29-ad6b-40e8-94a3-bb0928f15b9a x-compute-request-id: req-08739d29-ad6b-40e8-94a3-bb0928f15b9a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:03:43,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst used request id req-08739d29-ad6b-40e8-94a3-bb0928f15b9a 2018-07-22 16:03:43,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:43,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-61e4a2ea-b78c-4eac-a5cc-0bad6ca4d78a Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:43,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-61e4a2ea-b78c-4eac-a5cc-0bad6ca4d78a 2018-07-22 16:03:43,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:43,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f34a2ff-bdea-4efb-8b87-3543b857cb37 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:43,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-1f34a2ff-bdea-4efb-8b87-3543b857cb37 2018-07-22 16:03:43,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:43,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d4c4ad52-1d82-4d3c-a2b4-7d2eaf389ac2 Date: Sun, 22 Jul 2018 16:03:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:43,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-d4c4ad52-1d82-4d3c-a2b4-7d2eaf389ac2 2018-07-22 16:03:43,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:43,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3f4c64f9-18a6-4837-a1b8-34d406db829b Date: Sun, 22 Jul 2018 16:03:43 GMT RESP BODY: {"ports":[]} 2018-07-22 16:03:43,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port&admin_state_up=True used request id req-3f4c64f9-18a6-4837-a1b8-34d406db829b 2018-07-22 16:03:43,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:03:43,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:44,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb25cde585e44539aabe6e6770ee8a8f", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}], "expires_at": "2018-07-22T17:03:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-user", "id": "88c03dcad39f4bd7a90b8c5cfed496ec"}, "audit_ids": ["ohayIm1pRh2btUvDC7IngQ"], "issued_at": "2018-07-22T16:03:44.000000Z"}} 2018-07-22 16:03:44,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938dbfb7cfd5e34d9b16260713bd37c9701a4c78" 2018-07-22 16:03:44,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e029ecbc-64d8-458b-a3e9-01cf0791db8e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:03:44,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e029ecbc-64d8-458b-a3e9-01cf0791db8e 2018-07-22 16:03:44,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:44,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7f0d8925-643b-4fa1-9cd3-fa71bf2b9965 Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:44,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-7f0d8925-643b-4fa1-9cd3-fa71bf2b9965 2018-07-22 16:03:44,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:44,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-dcd49f8a-da8d-4e14-aaa6-9ea97213a50b Date: Sun, 22 Jul 2018 16:03:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:44,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-dcd49f8a-da8d-4e14-aaa6-9ea97213a50b 2018-07-22 16:03:44,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:44,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e7eda060-e42e-43bb-98d3-34f783059f8e Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:44,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-e7eda060-e42e-43bb-98d3-34f783059f8e 2018-07-22 16:03:44,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:03:44,423 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:03:44,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938dbfb7cfd5e34d9b16260713bd37c9701a4c78" 2018-07-22 16:03:44,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca41d1e7-fd5f-478f-ab2b-3f75a96183ec Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:44,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-ca41d1e7-fd5f-478f-ab2b-3f75a96183ec 2018-07-22 16:03:44,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:44,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-170f0a4c-db49-4767-8fe0-f93735fd5f8d Date: Sun, 22 Jul 2018 16:03:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:44,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-170f0a4c-db49-4767-8fe0-f93735fd5f8d 2018-07-22 16:03:44,492 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net 2018-07-22 16:03:44,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" -d '{"port": {"network_id": "00c82758-c3a4-468f-8dea-cc16fd1aac2a", "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port", "admin_state_up": true}}' 2018-07-22 16:03:45,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-b118ca66-1030-49a5-b8d7-3b3fcf0427e2 Date: Sun, 22 Jul 2018 16:03:45 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:03:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:03:45Z","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c6:7d:18","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.6"}],"id":"b26ffa31-b82c-4cc2-9b28-12d2412408eb","security_groups":["a8d60b45-d62a-4b45-a126-db96cb93791e"],"device_id":""}} 2018-07-22 16:03:45,265 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-b118ca66-1030-49a5-b8d7-3b3fcf0427e2 2018-07-22 16:03:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a606a707-35e7-4a65-8669-cfd48de4b674 Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:45,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-a606a707-35e7-4a65-8669-cfd48de4b674 2018-07-22 16:03:45,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-857d01e7-ea1e-483d-b362-e650059130ae Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:45,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-857d01e7-ea1e-483d-b362-e650059130ae 2018-07-22 16:03:45,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-771be94e-bcc4-4a6b-92b2-8c3285399349 Date: Sun, 22 Jul 2018 16:03:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:45,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-771be94e-bcc4-4a6b-92b2-8c3285399349 2018-07-22 16:03:45,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-9e905afe-b86b-4b67-ac2a-b579e85778bc Date: Sun, 22 Jul 2018 16:03:45 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:44Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:45Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:c6:7d:18","id":"b26ffa31-b82c-4cc2-9b28-12d2412408eb","port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["a8d60b45-d62a-4b45-a126-db96cb93791e"],"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port"}]} 2018-07-22 16:03:45,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port&admin_state_up=True used request id req-9e905afe-b86b-4b67-ac2a-b579e85778bc 2018-07-22 16:03:45,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76ad7329-2d98-4d95-ba8f-de989e9cc5e9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:45,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-76ad7329-2d98-4d95-ba8f-de989e9cc5e9 2018-07-22 16:03:45,633 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst 2018-07-22 16:03:45,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-0980a601-bb02-422d-abb7-e3efcba7bc11 x-compute-request-id: req-0980a601-bb02-422d-abb7-e3efcba7bc11 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-flavor-name"}]} 2018-07-22 16:03:45,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0980a601-bb02-422d-abb7-e3efcba7bc11 2018-07-22 16:03:45,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/c742c5ec-245d-4188-aef7-6786539be510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-eaf5a264-8365-47bc-8d2e-3e796fd9cc93 x-compute-request-id: req-eaf5a264-8365-47bc-8d2e-3e796fd9cc93 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "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": "c742c5ec-245d-4188-aef7-6786539be510"}} 2018-07-22 16:03:45,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/c742c5ec-245d-4188-aef7-6786539be510 used request id req-eaf5a264-8365-47bc-8d2e-3e796fd9cc93 2018-07-22 16:03:45,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-5280d3b8-a45a-4e14-865a-f0e7e3d1b64e Date: Sun, 22 Jul 2018 16:03:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:03:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:03:37Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/snap", "metadata": {}}], "self": "/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "min_disk": 0, "protected": false, "id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "file": "/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da5972693cea4a7ba5092e4cf5b4041b", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image"} 2018-07-22 16:03:45,870 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image used request id req-5280d3b8-a45a-4e14-865a-f0e7e3d1b64e 2018-07-22 16:03:45,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:45,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ed8276ae-53e8-4e37-a984-9727602736f2 Date: Sun, 22 Jul 2018 16:03:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:03:45,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ed8276ae-53e8-4e37-a984-9727602736f2 2018-07-22 16:03:45,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" -d '{"server": {"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "imageRef": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "flavorRef": "c742c5ec-245d-4188-aef7-6786539be510", "max_count": 1, "min_count": 1, "networks": [{"port": "b26ffa31-b82c-4cc2-9b28-12d2412408eb"}], "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}]}}' 2018-07-22 16:03:46,692 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-067c48d0-c6fd-4c58-80dd-84b39361205a x-compute-request-id: req-067c48d0-c6fd-4c58-80dd-84b39361205a Content-Length: 435 location: http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "adminPass": "m6YMJQALJsD3"}} 2018-07-22 16:03:46,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-067c48d0-c6fd-4c58-80dd-84b39361205a 2018-07-22 16:03:46,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:47,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-011cbba9-3d48-4f31-8da0-280182b89266 x-compute-request-id: req-011cbba9-3d48-4f31-8da0-280182b89266 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "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-07-22T16:03:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:47,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-011cbba9-3d48-4f31-8da0-280182b89266 2018-07-22 16:03:47,050 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst 2018-07-22 16:03:47,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:47,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f34730e9-d8d8-4b8b-befd-b076e34191dd x-compute-request-id: req-f34730e9-d8d8-4b8b-befd-b076e34191dd Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:03:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:47,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-f34730e9-d8d8-4b8b-befd-b076e34191dd 2018-07-22 16:03:47,171 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst] is - BUILD 2018-07-22 16:03:47,171 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:03:50,175 - create_instance - DEBUG - VM status query timeout in 896.87518692 2018-07-22 16:03:50,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:50,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a961ef4-ac76-440e-a7d2-caa39a9d6af4 x-compute-request-id: req-0a961ef4-ac76-440e-a7d2-caa39a9d6af4 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:03:47Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:50,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-0a961ef4-ac76-440e-a7d2-caa39a9d6af4 2018-07-22 16:03:50,345 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst] is - BUILD 2018-07-22 16:03:50,345 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:03:53,348 - create_instance - DEBUG - VM status query timeout in 893.702033043 2018-07-22 16:03:53,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:53,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6757145e-0351-4581-a63e-22ff5cda1c6c x-compute-request-id: req-6757145e-0351-4581-a63e-22ff5cda1c6c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:53,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-6757145e-0351-4581-a63e-22ff5cda1c6c 2018-07-22 16:03:53,681 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst] is - ACTIVE 2018-07-22 16:03:53,681 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:03:53,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:53,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-385711d0-5620-413b-8d03-2cba68102786 x-compute-request-id: req-385711d0-5620-413b-8d03-2cba68102786 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:53,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-385711d0-5620-413b-8d03-2cba68102786 2018-07-22 16:03:53,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:54,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-23febfd3-f869-470a-8ac0-884b98de5eed Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:54,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-23febfd3-f869-470a-8ac0-884b98de5eed 2018-07-22 16:03:54,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:54,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93fbb42e-88af-45a3-b682-0fa170d900a7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:54,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-93fbb42e-88af-45a3-b682-0fa170d900a7 2018-07-22 16:03:54,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:54,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-442a9ecd-5c71-4b3b-a4ac-d034504b4cca Date: Sun, 22 Jul 2018 16:03:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:54,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-442a9ecd-5c71-4b3b-a4ac-d034504b4cca 2018-07-22 16:03:54,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:54,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-9c42eaef-b313-4cf3-938f-d31569c83b10 Date: Sun, 22 Jul 2018 16:03:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00c82758-c3a4-468f-8dea-cc16fd1aac2a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f3:81:51","id":"7bfa22c8-0c48-4d07-977f-a05cfbcf693d","port_security_enabled":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:44Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:51Z","binding:vnic_type":"normal","device_id":"b2c3bb0d-7a0e-4159-b0f1-79a282275e7e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c6:7d:18","id":"b26ffa31-b82c-4cc2-9b28-12d2412408eb","port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["a8d60b45-d62a-4b45-a126-db96cb93791e"],"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port"}]} 2018-07-22 16:03:54,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-9c42eaef-b313-4cf3-938f-d31569c83b10 2018-07-22 16:03:54,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:54,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b3364d5-da98-48ef-afd7-6d942e71c5d5 x-compute-request-id: req-4b3364d5-da98-48ef-afd7-6d942e71c5d5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:54,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-4b3364d5-da98-48ef-afd7-6d942e71c5d5 2018-07-22 16:03:54,444 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst] is - ACTIVE 2018-07-22 16:03:54,444 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:03:54,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:54,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3bbaf7a-5fd5-44cb-9e90-c76ff1862472 x-compute-request-id: req-e3bbaf7a-5fd5-44cb-9e90-c76ff1862472 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:54,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-e3bbaf7a-5fd5-44cb-9e90-c76ff1862472 2018-07-22 16:03:54,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:55,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-5b8d9dd7-692a-4875-b4ba-15b6df6db425 Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:55,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-5b8d9dd7-692a-4875-b4ba-15b6df6db425 2018-07-22 16:03:55,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:55,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f6b66f-fa37-4cc6-8ecb-2cd8632926f1 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:55,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-85f6b66f-fa37-4cc6-8ecb-2cd8632926f1 2018-07-22 16:03:55,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:55,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9207c4b9-b9a1-45ea-95e8-b795f01da146 Date: Sun, 22 Jul 2018 16:03:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:55,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-9207c4b9-b9a1-45ea-95e8-b795f01da146 2018-07-22 16:03:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:55,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-4c1cfba4-1dff-46a6-a7dd-73d228612fcd Date: Sun, 22 Jul 2018 16:03:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00c82758-c3a4-468f-8dea-cc16fd1aac2a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f3:81:51","id":"7bfa22c8-0c48-4d07-977f-a05cfbcf693d","port_security_enabled":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:44Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:51Z","binding:vnic_type":"normal","device_id":"b2c3bb0d-7a0e-4159-b0f1-79a282275e7e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:c6:7d:18","id":"b26ffa31-b82c-4cc2-9b28-12d2412408eb","port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["a8d60b45-d62a-4b45-a126-db96cb93791e"],"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port"}]} 2018-07-22 16:03:55,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-4c1cfba4-1dff-46a6-a7dd-73d228612fcd 2018-07-22 16:03:55,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}}' 2018-07-22 16:03:56,407 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:03:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de034f48-a2c0-4e8d-ad9b-db3538316e9b x-compute-request-id: req-de034f48-a2c0-4e8d-ad9b-db3538316e9b Content-Length: 0 Content-Type: application/json 2018-07-22 16:03:56,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e/action used request id req-de034f48-a2c0-4e8d-ad9b-db3538316e9b 2018-07-22 16:03:56,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:56,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-eb092dbc-597a-49b3-a1e1-44a6b54e1b64 x-compute-request-id: req-eb092dbc-597a-49b3-a1e1-44a6b54e1b64 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}, {"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:56,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-eb092dbc-597a-49b3-a1e1-44a6b54e1b64 2018-07-22 16:03:56,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:56,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-4e9438e3-1c91-493f-873a-f92cbc551ffc Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:56,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-4e9438e3-1c91-493f-873a-f92cbc551ffc 2018-07-22 16:03:56,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:56,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81717d29-1713-4b2a-ab77-51de00c534af Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:56,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-81717d29-1713-4b2a-ab77-51de00c534af 2018-07-22 16:03:56,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:56,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-da8f858b-1257-4062-996f-3fe95337f059 Date: Sun, 22 Jul 2018 16:03:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:56,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-da8f858b-1257-4062-996f-3fe95337f059 2018-07-22 16:03:56,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:56,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1591 X-Openstack-Request-Id: req-e979a716-fdc1-40fa-97b0-3ef1cedf63ce Date: Sun, 22 Jul 2018 16:03:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00c82758-c3a4-468f-8dea-cc16fd1aac2a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f3:81:51","id":"7bfa22c8-0c48-4d07-977f-a05cfbcf693d","port_security_enabled":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:44Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:56Z","binding:vnic_type":"normal","device_id":"b2c3bb0d-7a0e-4159-b0f1-79a282275e7e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:c6:7d:18","id":"b26ffa31-b82c-4cc2-9b28-12d2412408eb","port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["4beb41a9-90bb-4929-8852-0a7992c1716e","a8d60b45-d62a-4b45-a126-db96cb93791e"],"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port"}]} 2018-07-22 16:03:56,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-e979a716-fdc1-40fa-97b0-3ef1cedf63ce 2018-07-22 16:03:56,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:03:57,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb25cde585e44539aabe6e6770ee8a8f", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role"}], "expires_at": "2018-07-22T17:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_da5972693cea4a7ba5092e4cf5b4041b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-user", "id": "88c03dcad39f4bd7a90b8c5cfed496ec"}, "audit_ids": ["MLJeVmikQoaSaYGFY6Ln2g"], "issued_at": "2018-07-22T16:03:57.000000Z"}} 2018-07-22 16:03:57,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a76c580e026206284752a5059f2dda13c006d4ce" 2018-07-22 16:03:57,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fb35d6d-34b9-4588-bb28-aef6ca94117b x-compute-request-id: req-3fb35d6d-34b9-4588-bb28-aef6ca94117b Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}, {"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:57,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-3fb35d6d-34b9-4588-bb28-aef6ca94117b 2018-07-22 16:03:57,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:57,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6c48ef5-ff76-4248-ba0d-ea6e87154707 x-compute-request-id: req-d6c48ef5-ff76-4248-ba0d-ea6e87154707 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}, {"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:57,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-d6c48ef5-ff76-4248-ba0d-ea6e87154707 2018-07-22 16:03:57,935 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst] is - ACTIVE 2018-07-22 16:03:57,935 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:03:57,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:58,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-634d6d38-be81-459e-bc0b-59fd36ba7102 x-compute-request-id: req-634d6d38-be81-459e-bc0b-59fd36ba7102 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}, {"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:58,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-634d6d38-be81-459e-bc0b-59fd36ba7102 2018-07-22 16:03:58,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:58,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7dc609c1-f7cc-4dad-87a9-58d045ba0b76 Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:58,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-7dc609c1-f7cc-4dad-87a9-58d045ba0b76 2018-07-22 16:03:58,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:58,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a3ca192-260c-432d-a7da-43f2ab904ea3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:58,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-7a3ca192-260c-432d-a7da-43f2ab904ea3 2018-07-22 16:03:58,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:58,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6782b3de-d5c3-4c4c-87d4-3a986aba22e1 Date: Sun, 22 Jul 2018 16:03:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:58,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-6782b3de-d5c3-4c4c-87d4-3a986aba22e1 2018-07-22 16:03:58,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:58,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1591 X-Openstack-Request-Id: req-79d4c9f1-0d65-461a-a6b2-9ee5099581ec Date: Sun, 22 Jul 2018 16:03:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00c82758-c3a4-468f-8dea-cc16fd1aac2a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f3:81:51","id":"7bfa22c8-0c48-4d07-977f-a05cfbcf693d","port_security_enabled":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:44Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:56Z","binding:vnic_type":"normal","device_id":"b2c3bb0d-7a0e-4159-b0f1-79a282275e7e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:c6:7d:18","id":"b26ffa31-b82c-4cc2-9b28-12d2412408eb","port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["4beb41a9-90bb-4929-8852-0a7992c1716e","a8d60b45-d62a-4b45-a126-db96cb93791e"],"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port"}]} 2018-07-22 16:03:58,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-79d4c9f1-0d65-461a-a6b2-9ee5099581ec 2018-07-22 16:03:58,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:58,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03: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-d15cf34b-5671-4af3-bc48-677c7baba53c x-compute-request-id: req-d15cf34b-5671-4af3-bc48-677c7baba53c Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}, {"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:58,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-d15cf34b-5671-4af3-bc48-677c7baba53c 2018-07-22 16:03:58,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:58,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-5b94d8dc-5453-44fe-acd0-1c7e90d111d4 Date: Sun, 22 Jul 2018 16:03: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:03:58,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-5b94d8dc-5453-44fe-acd0-1c7e90d111d4 2018-07-22 16:03:58,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:59,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d94e04f1-f7d9-482b-a381-fb6b142677ec Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:03:59,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-d94e04f1-f7d9-482b-a381-fb6b142677ec 2018-07-22 16:03:59,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:59,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-eb0f0905-e57a-48ed-8852-b240005f0acd Date: Sun, 22 Jul 2018 16:03:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:03:59,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-eb0f0905-e57a-48ed-8852-b240005f0acd 2018-07-22 16:03:59,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:59,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1591 X-Openstack-Request-Id: req-1c28ce11-c90c-4c89-a1f9-1d452e363080 Date: Sun, 22 Jul 2018 16:03:59 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00c82758-c3a4-468f-8dea-cc16fd1aac2a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f3:81:51","id":"7bfa22c8-0c48-4d07-977f-a05cfbcf693d","port_security_enabled":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:44Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:56Z","binding:vnic_type":"normal","device_id":"b2c3bb0d-7a0e-4159-b0f1-79a282275e7e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:c6:7d:18","id":"b26ffa31-b82c-4cc2-9b28-12d2412408eb","port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["4beb41a9-90bb-4929-8852-0a7992c1716e","a8d60b45-d62a-4b45-a126-db96cb93791e"],"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port"}]} 2018-07-22 16:03:59,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-1c28ce11-c90c-4c89-a1f9-1d452e363080 2018-07-22 16:03:59,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}}' 2018-07-22 16:03:59,329 - novaclient.v2.client - DEBUG - RESP: [400] Date: Sun, 22 Jul 2018 16:03: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-b53b7f47-8d7f-4e86-b1d3-937b24ac244e x-compute-request-id: req-b53b7f47-8d7f-4e86-b1d3-937b24ac244e 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: '4beb41a9-90bb-4929-8852-0a7992c1716e'.\nNeutron server returns request_ids: ['req-b755e9bb-cea6-4c2f-ad2b-6c493942b39d']", "code": 400}} 2018-07-22 16:03:59,330 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e/action used request id req-b53b7f47-8d7f-4e86-b1d3-937b24ac244e 2018-07-22 16:03:59,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:59,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03: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-39dbd612-506b-4367-9894-8fbe8fbf28c5 x-compute-request-id: req-39dbd612-506b-4367-9894-8fbe8fbf28c5 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}, {"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:59,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-39dbd612-506b-4367-9894-8fbe8fbf28c5 2018-07-22 16:03:59,801 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name] already added to VM [InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst] 2018-07-22 16:03:59,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:03:59,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:03: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-4a3198ea-4892-4da9-9c90-25dfe0ce7211 x-compute-request-id: req-4a3198ea-4892-4da9-9c90-25dfe0ce7211 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}, {"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:03:59,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-4a3198ea-4892-4da9-9c90-25dfe0ce7211 2018-07-22 16:03:59,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:04:00,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f2d6ec48-79e1-430e-9a5d-50a6fed7456a Date: Sun, 22 Jul 2018 16:04: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":["97a57a9c-57e1-4d09-aa4e-802517d694e2"],"updated_at":"2018-07-22T16:03:39Z","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net"}]} 2018-07-22 16:04:00,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net used request id req-f2d6ec48-79e1-430e-9a5d-50a6fed7456a 2018-07-22 16:04:00,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:04:00,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b2a1ab-f771-4f5e-9eb5-4374aafb73fe Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:04:00,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-e3b2a1ab-f771-4f5e-9eb5-4374aafb73fe 2018-07-22 16:04:00,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:04:00,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-801e5945-c694-4ce3-8785-d136a0f7c1c4 Date: Sun, 22 Jul 2018 16:04:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","dns_nameservers":[],"updated_at":"2018-07-22T16:03:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"da5972693cea4a7ba5092e4cf5b4041b","id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet"}]} 2018-07-22 16:04:00,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-801e5945-c694-4ce3-8785-d136a0f7c1c4 2018-07-22 16:04:00,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:04:00,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1591 X-Openstack-Request-Id: req-040e5a84-786e-4bec-b0ae-dc4fd2f05d9f Date: Sun, 22 Jul 2018 16:04:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:39Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00c82758-c3a4-468f-8dea-cc16fd1aac2a","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:f3:81:51","id":"7bfa22c8-0c48-4d07-977f-a05cfbcf693d","port_security_enabled":false,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00c82758-c3a4-468f-8dea-cc16fd1aac2a","tenant_id":"da5972693cea4a7ba5092e4cf5b4041b","created_at":"2018-07-22T16:03:44Z","admin_state_up":true,"updated_at":"2018-07-22T16:03:56Z","binding:vnic_type":"normal","device_id":"b2c3bb0d-7a0e-4159-b0f1-79a282275e7e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:c6:7d:18","id":"b26ffa31-b82c-4cc2-9b28-12d2412408eb","port_security_enabled":true,"project_id":"da5972693cea4a7ba5092e4cf5b4041b","fixed_ips":[{"subnet_id":"97a57a9c-57e1-4d09-aa4e-802517d694e2","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["4beb41a9-90bb-4929-8852-0a7992c1716e","a8d60b45-d62a-4b45-a126-db96cb93791e"],"name":"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port"}]} 2018-07-22 16:04:00,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-040e5a84-786e-4bec-b0ae-dc4fd2f05d9f 2018-07-22 16:04:00,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a76c580e026206284752a5059f2dda13c006d4ce" 2018-07-22 16:04:00,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-0fa3a00b-542c-41ba-98c0-43eaf98d7551 x-compute-request-id: req-0fa3a00b-542c-41ba-98c0-43eaf98d7551 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:7d:18", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "security_groups": [{"name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name"}, {"name": "default"}], "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:03:51Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:00,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-0fa3a00b-542c-41ba-98c0-43eaf98d7551 2018-07-22 16:04:00,462 - create_instance - INFO - Deleting Port with ID - b26ffa31-b82c-4cc2-9b28-12d2412408eb 2018-07-22 16:04:00,462 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-port 2018-07-22 16:04:00,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/b26ffa31-b82c-4cc2-9b28-12d2412408eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:04:01,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cfd93893-b8ca-43b2-bf6d-621257b328ad Date: Sun, 22 Jul 2018 16:04:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:01,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/b26ffa31-b82c-4cc2-9b28-12d2412408eb used request id req-cfd93893-b8ca-43b2-bf6d-621257b328ad 2018-07-22 16:04:01,035 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst 2018-07-22 16:04:01,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:04:01,199 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04: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-9dce4565-9fa2-43f8-a89d-40ae767d61b0 x-compute-request-id: req-9dce4565-9fa2-43f8-a89d-40ae767d61b0 Content-Type: application/json 2018-07-22 16:04:01,199 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-9dce4565-9fa2-43f8-a89d-40ae767d61b0 2018-07-22 16:04:01,200 - create_instance - INFO - Checking deletion status 2018-07-22 16:04:01,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:04:01,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04: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-4050a924-41f5-4fd5-b338-8fce55034c54 x-compute-request-id: req-4050a924-41f5-4fd5-b338-8fce55034c54 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "rel": "bookmark"}], "image": {"id": "a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "links": [{"href": "http://172.30.9.28:8774/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:03:51.000000", "flavor": {"id": "c742c5ec-245d-4188-aef7-6786539be510", "links": [{"href": "http://172.30.9.28:8774/flavors/c742c5ec-245d-4188-aef7-6786539be510", "rel": "bookmark"}]}, "id": "b2c3bb0d-7a0e-4159-b0f1-79a282275e7e", "user_id": "88c03dcad39f4bd7a90b8c5cfed496ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:01Z", "hostId": "88f935909dec17653ea4e0e387510d68ff8b87efa524a5f045012dd1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst", "created": "2018-07-22T16:03:46Z", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:01,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-4050a924-41f5-4fd5-b338-8fce55034c54 2018-07-22 16:04:01,305 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst] is - ACTIVE 2018-07-22 16:04:01,305 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:04:04,308 - create_instance - DEBUG - VM status query timeout in 296.891607046 2018-07-22 16:04:04,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f0a0ac5f9615b34e66872302f07d7391e843cf" 2018-07-22 16:04:04,365 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-dd89c905-42d6-44ea-81c3-b9bc268ee119 x-compute-request-id: req-dd89c905-42d6-44ea-81c3-b9bc268ee119 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b2c3bb0d-7a0e-4159-b0f1-79a282275e7e could not be found.", "code": 404}} 2018-07-22 16:04:04,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b2c3bb0d-7a0e-4159-b0f1-79a282275e7e used request id req-dd89c905-42d6-44ea-81c3-b9bc268ee119 2018-07-22 16:04:04,366 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b2c3bb0d-7a0e-4159-b0f1-79a282275e7e could not be found. (HTTP 404) (Request-ID: req-dd89c905-42d6-44ea-81c3-b9bc268ee119) 2018-07-22 16:04:04,366 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-inst 2018-07-22 16:04:04,367 - neutron_utils - INFO - Deleting security group rule with ID - d1b0d29b-e402-4a9a-bb2f-28db08772d08 2018-07-22 16:04:04,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d1b0d29b-e402-4a9a-bb2f-28db08772d08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:04:04,654 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13f71230-0127-4358-afc3-75d7483e01a8 Content-Length: 0 Date: Sun, 22 Jul 2018 16:04:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:04,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d1b0d29b-e402-4a9a-bb2f-28db08772d08 used request id req-13f71230-0127-4358-afc3-75d7483e01a8 2018-07-22 16:04:04,654 - neutron_utils - INFO - Deleting security group rule with ID - ac6a9b20-f819-4e28-bbe8-60cb0060863a 2018-07-22 16:04:04,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/ac6a9b20-f819-4e28-bbe8-60cb0060863a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:04:04,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8fae9b57-0102-42b5-8a0c-2c7a63c27ee1 Content-Length: 0 Date: Sun, 22 Jul 2018 16:04:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:04,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/ac6a9b20-f819-4e28-bbe8-60cb0060863a used request id req-8fae9b57-0102-42b5-8a0c-2c7a63c27ee1 2018-07-22 16:04:04,769 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-name 2018-07-22 16:04:04,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4beb41a9-90bb-4929-8852-0a7992c1716e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cd341040b4e0e39b628e60d0d31205f066c63e" 2018-07-22 16:04:04,905 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e2e7bd5-ce1d-429e-aa76-73803753447d Content-Length: 0 Date: Sun, 22 Jul 2018 16:04:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:04,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4beb41a9-90bb-4929-8852-0a7992c1716e used request id req-9e2e7bd5-ce1d-429e-aa76-73803753447d 2018-07-22 16:04:04,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/c742c5ec-245d-4188-aef7-6786539be510 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f042f97e56005826d4791e9c085c7d070c763bb7" 2018-07-22 16:04:04,947 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-1df0a1fc-4fec-4f5d-b79d-8c23ce48d4fe x-compute-request-id: req-1df0a1fc-4fec-4f5d-b79d-8c23ce48d4fe Content-Length: 0 Content-Type: application/json 2018-07-22 16:04:04,947 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c742c5ec-245d-4188-aef7-6786539be510 used request id req-1df0a1fc-4fec-4f5d-b79d-8c23ce48d4fe 2018-07-22 16:04:04,948 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet 2018-07-22 16:04:04,948 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-subnet 2018-07-22 16:04:04,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/97a57a9c-57e1-4d09-aa4e-802517d694e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" 2018-07-22 16:04:06,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0716aae-f954-4e52-8d38-77ec1f14472d Date: Sun, 22 Jul 2018 16:04:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:06,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/97a57a9c-57e1-4d09-aa4e-802517d694e2 used request id req-a0716aae-f954-4e52-8d38-77ec1f14472d 2018-07-22 16:04:06,060 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-pub-net 2018-07-22 16:04:06,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/00c82758-c3a4-468f-8dea-cc16fd1aac2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b362600e08d308d4468a02d9957125e8da6f69" 2018-07-22 16:04:07,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4706ff6f-b786-4983-a644-6a632fa5a0fb Date: Sun, 22 Jul 2018 16:04:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:07,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/00c82758-c3a4-468f-8dea-cc16fd1aac2a used request id req-4706ff6f-b786-4983-a644-6a632fa5a0fb 2018-07-22 16:04:07,480 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-7edb3ddb-c9ef-45ff-a4aa-faccc1fd1c19-image 2018-07-22 16:04:07,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}037309b6f4bbd6b4333b3ef105df00091d138ea0" 2018-07-22 16:04:07,799 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15110143-b04a-4088-a201-b04f7461d419 Date: Sun, 22 Jul 2018 16:04:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:04:07,799 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a6721c1d-53f8-4fdb-b8b5-dd86660aea4a used request id req-15110143-b04a-4088-a201-b04f7461d419 2018-07-22 16:04:07,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:08,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-0ace166a-0b44-4f3d-8103-3887bbb77a50 Date: Sun, 22 Jul 2018 16:04:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:38Z", "updated_at": "2018-07-22T16:03:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:38Z", "revision_number": 0, "id": "28e60b4d-e524-43d2-b0d9-1627e941172a", "remote_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:38Z", "security_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:38Z", "revision_number": 0, "id": "9d8d2ec8-6faf-4d3a-b14e-7a8c9805d1d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:38Z", "security_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:38Z", "revision_number": 0, "id": "a49b64f1-0dc6-4478-a5fc-428acbaa854e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:38Z", "security_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:03:38Z", "revision_number": 0, "id": "c3634298-a359-4343-8d01-e0447691d627", "remote_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "remote_ip_prefix": null, "created_at": "2018-07-22T16:03:38Z", "security_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5972693cea4a7ba5092e4cf5b4041b"}], "revision_number": 4, "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:04:08,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0ace166a-0b44-4f3d-8103-3887bbb77a50 2018-07-22 16:04:08,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:08,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae52061-a8fc-49c4-bbf5-e2982da87ff9 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:04:08,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-1ae52061-a8fc-49c4-bbf5-e2982da87ff9 2018-07-22 16:04:08,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:08,243 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:04:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a2c17fc-3b12-4b7b-9b11-a7ded333e1f0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:04:08,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-5a2c17fc-3b12-4b7b-9b11-a7ded333e1f0 2018-07-22 16:04:08,244 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:04:08,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:08,328 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:04:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7f7e67c-8889-4c80-8e0b-b557daf98b1e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:04:08,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-c7f7e67c-8889-4c80-8e0b-b557daf98b1e 2018-07-22 16:04:08,329 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:04:08,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:08,415 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:04:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d3a2dd1-9c5a-454e-ad3a-d9c0375092c1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:04:08,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-8d3a2dd1-9c5a-454e-ad3a-d9c0375092c1 2018-07-22 16:04:08,416 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:04:08,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:08,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0827458-e031-4845-8bb6-63ac7f5a5866 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "da5972693cea4a7ba5092e4cf5b4041b", "name": "InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj"}} 2018-07-22 16:04:08,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-d0827458-e031-4845-8bb6-63ac7f5a5866 2018-07-22 16:04:08,506 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8d60b45-d62a-4b45-a126-db96cb93791e 2018-07-22 16:04:08,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8d60b45-d62a-4b45-a126-db96cb93791e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:08,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-41865eb7-4f82-4722-8ff4-e11f1d84b157 Date: Sun, 22 Jul 2018 16:04:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:38Z", "security_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:38Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "28e60b4d-e524-43d2-b0d9-1627e941172a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:38Z", "security_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:38Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "9d8d2ec8-6faf-4d3a-b14e-7a8c9805d1d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:38Z", "security_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:38Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "a49b64f1-0dc6-4478-a5fc-428acbaa854e"}, {"remote_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:03:38Z", "security_group_id": "a8d60b45-d62a-4b45-a126-db96cb93791e", "port_range_min": null, "revision_number": 0, "tenant_id": "da5972693cea4a7ba5092e4cf5b4041b", "created_at": "2018-07-22T16:03:38Z", "project_id": "da5972693cea4a7ba5092e4cf5b4041b", "id": "c3634298-a359-4343-8d01-e0447691d627"}]} 2018-07-22 16:04:08,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8d60b45-d62a-4b45-a126-db96cb93791e used request id req-41865eb7-4f82-4722-8ff4-e11f1d84b157 2018-07-22 16:04:08,533 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:04:08,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a8d60b45-d62a-4b45-a126-db96cb93791e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:08,843 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54934c81-b59e-4220-ae50-1c594c1a3a19 Content-Length: 0 Date: Sun, 22 Jul 2018 16:04:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:08,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a8d60b45-d62a-4b45-a126-db96cb93791e used request id req-54934c81-b59e-4220-ae50-1c594c1a3a19 2018-07-22 16:04:08,844 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj 2018-07-22 16:04:08,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:09,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b81d5602-b1df-4755-b754-8a42653e99b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:04:09,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/da5972693cea4a7ba5092e4cf5b4041b used request id req-b81d5602-b1df-4755-b754-8a42653e99b0 2018-07-22 16:04:09,183 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-0a0e09fa-2958-49b-proj-role 2018-07-22 16:04:09,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/eb25cde585e44539aabe6e6770ee8a8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:09,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-181b778a-36a0-4b06-b3b4-615fda5bfd1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:04:09,308 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/eb25cde585e44539aabe6e6770ee8a8f used request id req-181b778a-36a0-4b06-b3b4-615fda5bfd1c 2018-07-22 16:04:09,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f8bca60b681fca5631466d880437dd19c4a2f1" 2018-07-22 16:04:09,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3386f68b-59fc-4c4b-bee4-83580245d7db Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:04:09,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3386f68b-59fc-4c4b-bee4-83580245d7db 2018-07-22 16:04:09,397 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-0a0e09fa-2958-49b-user 2018-07-22 16:04:09,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/88c03dcad39f4bd7a90b8c5cfed496ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d06306659c5cb3fbe604d4b98b23b41c1218cea" 2018-07-22 16:04:09,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8986906c-ca0f-49e4-9e4f-aff3c8931f14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:04:09,566 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/88c03dcad39f4bd7a90b8c5cfed496ec used request id req-8986906c-ca0f-49e4-9e4f-aff3c8931f14 2018-07-22 16:04:09,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:09,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:04:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["VuDMxkniSE6tE6c7zxeoug"], "issued_at": "2018-07-22T16:04:09.000000Z"}} 2018-07-22 16:04:09,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}984cc10f5390ca6ea8a1906dd33c711ca14cfc94" 2018-07-22 16:04:10,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f586bb7-6a0b-4bf0-92d3-d9ae5408500e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:10,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5f586bb7-6a0b-4bf0-92d3-d9ae5408500e 2018-07-22 16:04:10,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:10,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:10,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:04:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["2h_78VYvTxaTZg9LWeJnBw"], "issued_at": "2018-07-22T16:04:10.000000Z"}} 2018-07-22 16:04:10,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:10,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d3547d4-326d-488e-b42e-4b75ab3d10bb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:10,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5d3547d4-326d-488e-b42e-4b75ab3d10bb 2018-07-22 16:04:10,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:04:10,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:04:10,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4c260326-cb7a-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:10,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b33e15c7-5b97-439c-b3d9-ad037b85a555 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4c260326-cb7a-413-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:04:10,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-4c260326-cb7a-413-proj used request id req-b33e15c7-5b97-439c-b3d9-ad037b85a555 2018-07-22 16:04:10,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:10,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70bd4d98-6ac8-4850-a06a-cbfe6341890b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:04:10,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-70bd4d98-6ac8-4850-a06a-cbfe6341890b 2018-07-22 16:04:10,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}}' 2018-07-22 16:04:10,722 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:04:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09eff62a-3c50-4290-b265-5d1ba7dee546 Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "id": "03d993e726ba41488bf004102372c0ea", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:10,722 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-09eff62a-3c50-4290-b265-5d1ba7dee546 2018-07-22 16:04:10,723 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-4c260326-cb7a-413-proj 2018-07-22 16:04:10,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:10,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:11,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:04:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["xblCXJ1kTbGRqhMihPY83Q"], "issued_at": "2018-07-22T16:04:11.000000Z"}} 2018-07-22 16:04:11,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689c34c969d8640f14bf6aaebeb0fb52e61cf507" 2018-07-22 16:04:11,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26aba996-0b25-4623-b7c9-8b187f9bc797 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:11,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-26aba996-0b25-4623-b7c9-8b187f9bc797 2018-07-22 16:04:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:04:11,196 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:04:11,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689c34c969d8640f14bf6aaebeb0fb52e61cf507" 2018-07-22 16:04:11,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82aafdf-ecd8-4d74-ad79-7e7edd21d42e Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:04:11,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c82aafdf-ecd8-4d74-ad79-7e7edd21d42e 2018-07-22 16:04:11,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-4c260326-cb7a-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689c34c969d8640f14bf6aaebeb0fb52e61cf507" 2018-07-22 16:04:11,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d30223c9-069a-4522-a2e0-43e1cb4a185b Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-4c260326-cb7a-413-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "id": "03d993e726ba41488bf004102372c0ea", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}]} 2018-07-22 16:04:11,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-4c260326-cb7a-413-proj used request id req-d30223c9-069a-4522-a2e0-43e1cb4a185b 2018-07-22 16:04:11,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689c34c969d8640f14bf6aaebeb0fb52e61cf507" 2018-07-22 16:04:11,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f25eac-f6a9-4fbd-8bec-c082507bb19f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:04:11,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b6f25eac-f6a9-4fbd-8bec-c082507bb19f 2018-07-22 16:04:11,848 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-4c260326-cb7a-413-user 2018-07-22 16:04:11,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:11,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:11,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-981f02b1-28b2-4b37-b73f-b34f743743af Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:04:11,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-981f02b1-28b2-4b37-b73f-b34f743743af 2018-07-22 16:04:11,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" -d '{"role": {"name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}}' 2018-07-22 16:04:12,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:04:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5ea4d61-cf47-4b8f-b430-cf3e3ab7a6a7 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "95726c4975f84c0394a4fb8bb1541411", "links": {"self": "http://172.30.9.28:5000/v3/roles/95726c4975f84c0394a4fb8bb1541411"}, "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}} 2018-07-22 16:04:12,040 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5ea4d61-cf47-4b8f-b430-cf3e3ab7a6a7 2018-07-22 16:04:12,041 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role 2018-07-22 16:04:12,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/95726c4975f84c0394a4fb8bb1541411 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:12,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59359da2-cf4e-48d5-86b1-9e05a40604d2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "95726c4975f84c0394a4fb8bb1541411", "links": {"self": "http://172.30.9.28:5000/v3/roles/95726c4975f84c0394a4fb8bb1541411"}, "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}} 2018-07-22 16:04:12,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/95726c4975f84c0394a4fb8bb1541411 used request id req-59359da2-cf4e-48d5-86b1-9e05a40604d2 2018-07-22 16:04:12,062 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role to project InstanceSecurityGroupTests-4c260326-cb7a-413-proj 2018-07-22 16:04:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea/users/60c3d2ed5ce84c429b4197dd04734152/roles/95726c4975f84c0394a4fb8bb1541411 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:12,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2a1928d-d7e6-4535-a030-ebfc331f0ec2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:04:12,180 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea/users/60c3d2ed5ce84c429b4197dd04734152/roles/95726c4975f84c0394a4fb8bb1541411 used request id req-f2a1928d-d7e6-4535-a030-ebfc331f0ec2 2018-07-22 16:04:12,180 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:04:12,182 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:04:12,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:12,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:12,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95726c4975f84c0394a4fb8bb1541411", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}], "expires_at": "2018-07-22T17:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-user", "id": "60c3d2ed5ce84c429b4197dd04734152"}, "audit_ids": ["17bOGokdTTGZC9xA34PP0w"], "issued_at": "2018-07-22T16:04:12.000000Z"}} 2018-07-22 16:04:12,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" 2018-07-22 16:04:12,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75dcde1b-1dc5-4437-8638-4bc4f787d63e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:12,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-75dcde1b-1dc5-4437-8638-4bc4f787d63e 2018-07-22 16:04:12,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" 2018-07-22 16:04:12,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-9cca646c-f828-49ca-80ca-319ebe4452e2 Date: Sun, 22 Jul 2018 16:04:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image"} 2018-07-22 16:04:12,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image used request id req-9cca646c-f828-49ca-80ca-319ebe4452e2 2018-07-22 16:04:12,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" 2018-07-22 16:04:12,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ba8a882d-065b-4573-a958-f58bdfefd166 Date: Sun, 22 Jul 2018 16:04:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:04:12,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ba8a882d-065b-4573-a958-f58bdfefd166 2018-07-22 16:04:12,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image"}' 2018-07-22 16:04:12,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-57ace3cc-97d5-45e0-9269-e07ac1379a33 Date: Sun, 22 Jul 2018 16:04:12 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:04:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:04:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "min_disk": 0, "protected": false, "id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "file": "/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1/file", "checksum": null, "owner": "03d993e726ba41488bf004102372c0ea", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:04:12,898 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-57ace3cc-97d5-45e0-9269-e07ac1379a33 2018-07-22 16:04:12,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" -d '' 2018-07-22 16:04:13,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d0f0de48-5b07-4a22-8908-58bdbd1e3c86 Date: Sun, 22 Jul 2018 16:04:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:04:13,360 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1/file used request id req-d0f0de48-5b07-4a22-8908-58bdbd1e3c86 2018-07-22 16:04:13,360 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:04:13,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" 2018-07-22 16:04:13,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e308f80a-20b2-4d96-b033-f7c72c78888f Date: Sun, 22 Jul 2018 16:04:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:04:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:04:13Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4f125777-c431-46ac-a8d1-f105ed222bc1/snap", "metadata": {}}], "self": "/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "min_disk": 0, "protected": false, "id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "file": "/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "03d993e726ba41488bf004102372c0ea", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4f125777-c431-46ac-a8d1-f105ed222bc1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:04:13,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1 used request id req-e308f80a-20b2-4d96-b033-f7c72c78888f 2018-07-22 16:04:13,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" 2018-07-22 16:04:13,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5dfc7d58-cad1-488e-ab24-5adb6a979497 Date: Sun, 22 Jul 2018 16:04:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:04:13,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5dfc7d58-cad1-488e-ab24-5adb6a979497 2018-07-22 16:04:13,392 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image 2018-07-22 16:04:13,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" 2018-07-22 16:04:13,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f1ef8726-afe7-4065-b37c-fd9b038b2658 Date: Sun, 22 Jul 2018 16:04:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:04:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:04:13Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4f125777-c431-46ac-a8d1-f105ed222bc1/snap", "metadata": {}}], "self": "/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "min_disk": 0, "protected": false, "id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "file": "/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "03d993e726ba41488bf004102372c0ea", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4f125777-c431-46ac-a8d1-f105ed222bc1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:04:13,415 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1 used request id req-f1ef8726-afe7-4065-b37c-fd9b038b2658 2018-07-22 16:04:13,415 - create_image - DEBUG - Instance status is - active 2018-07-22 16:04:13,415 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image 2018-07-22 16:04:13,415 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image 2018-07-22 16:04:13,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:13,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:13,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95726c4975f84c0394a4fb8bb1541411", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}], "expires_at": "2018-07-22T17:04:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-user", "id": "60c3d2ed5ce84c429b4197dd04734152"}, "audit_ids": ["UHa1Nyf0R4GYll1aiTG2CQ"], "issued_at": "2018-07-22T16:04:13.000000Z"}} 2018-07-22 16:04:13,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" 2018-07-22 16:04:13,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296287ed-ac7f-4366-8452-9b720c2204bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:13,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-296287ed-ac7f-4366-8452-9b720c2204bc 2018-07-22 16:04:13,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" 2018-07-22 16:04:14,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6b8f4eeb-e1b6-46a7-a876-16e9b5d5727e Date: Sun, 22 Jul 2018 16:04:14 GMT RESP BODY: {"networks":[]} 2018-07-22 16:04:14,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-6b8f4eeb-e1b6-46a7-a876-16e9b5d5727e 2018-07-22 16:04:14,060 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net 2018-07-22 16:04:14,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" -d '{"network": {"name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net", "admin_state_up": true}}' 2018-07-22 16:04:14,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-7945683f-a70f-48e7-909d-46c20dc8c5f1 Date: Sun, 22 Jul 2018 16:04:14 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:04:14Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}} 2018-07-22 16:04:14,907 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-7945683f-a70f-48e7-909d-46c20dc8c5f1 2018-07-22 16:04:14,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" 2018-07-22 16:04:15,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-26d7cc7b-acee-4060-87a4-4c5b229d4523 Date: Sun, 22 Jul 2018 16:04: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-07-22T16:04:14Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:15,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-26d7cc7b-acee-4060-87a4-4c5b229d4523 2018-07-22 16:04:15,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" 2018-07-22 16:04:15,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e1d33275-6a70-4341-b95e-efadf6c9cc1a Date: Sun, 22 Jul 2018 16:04:15 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:04:15,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-e1d33275-6a70-4341-b95e-efadf6c9cc1a 2018-07-22 16:04:15,085 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet 2018-07-22 16:04:15,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" -d '{"subnets": [{"ip_version": 4, "network_id": "323a5605-6b3e-4d01-a389-5e9df7de4f38", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]}' 2018-07-22 16:04:15,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-06fd70d9-05fc-44d8-8a74-e23065b444f3 Date: Sun, 22 Jul 2018 16:04:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:15,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-06fd70d9-05fc-44d8-8a74-e23065b444f3 2018-07-22 16:04:15,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" 2018-07-22 16:04:15,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e12b0c69-d1fd-4cc9-8c68-a132bdbb3414 Date: Sun, 22 Jul 2018 16: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:15,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-e12b0c69-d1fd-4cc9-8c68-a132bdbb3414 2018-07-22 16:04:15,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" 2018-07-22 16:04:15,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-48c95d52-b71b-4a86-bfb8-93a33765aae7 Date: Sun, 22 Jul 2018 16:04:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:15,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-48c95d52-b71b-4a86-bfb8-93a33765aae7 2018-07-22 16:04:15,824 - OpenStackNetwork - DEBUG - Network [323a5605-6b3e-4d01-a389-5e9df7de4f38] created successfully 2018-07-22 16:04:15,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:15,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:16,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:04:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Zio8-9sfQGqe7tvLYv2IIw"], "issued_at": "2018-07-22T16:04:16.000000Z"}} 2018-07-22 16:04:16,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc14ee4c22f626d4d6e67b82a4cb55dfdf4718b" 2018-07-22 16:04:16,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5811bb13-fb13-4971-bf9b-7bc34ec87d92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:16,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5811bb13-fb13-4971-bf9b-7bc34ec87d92 2018-07-22 16:04:16,365 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:04:16,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc14ee4c22f626d4d6e67b82a4cb55dfdf4718b" 2018-07-22 16:04:16,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95d8c031-6821-45f9-b87a-fd182d8a09ca x-compute-request-id: req-95d8c031-6821-45f9-b87a-fd182d8a09ca Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:04:16,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-95d8c031-6821-45f9-b87a-fd182d8a09ca 2018-07-22 16:04:16,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc14ee4c22f626d4d6e67b82a4cb55dfdf4718b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-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-07-22 16:04:16,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af09a709-0214-41ad-bcc2-ee0ef2429032 x-compute-request-id: req-af09a709-0214-41ad-bcc2-ee0ef2429032 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "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": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1"}} 2018-07-22 16:04:16,589 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-af09a709-0214-41ad-bcc2-ee0ef2429032 2018-07-22 16:04:16,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:16,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:17,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95726c4975f84c0394a4fb8bb1541411", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}], "expires_at": "2018-07-22T17:04:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-user", "id": "60c3d2ed5ce84c429b4197dd04734152"}, "audit_ids": ["vs0CQ5ffRpC9yCDUN7TQtg"], "issued_at": "2018-07-22T16:04:17.000000Z"}} 2018-07-22 16:04:17,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:17,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f15f1167-7e56-44b9-999c-69dcc3aeb31b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:17,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f15f1167-7e56-44b9-999c-69dcc3aeb31b 2018-07-22 16:04:17,147 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:04:17,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:17,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd47117-5c35-4757-9046-1f561957bae8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:17,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6cd47117-5c35-4757-9046-1f561957bae8 2018-07-22 16:04:17,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:17,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-0562d5f8-0041-4a43-852e-2d3c913843c4 Date: Sun, 22 Jul 2018 16:04: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:17,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-0562d5f8-0041-4a43-852e-2d3c913843c4 2018-07-22 16:04:17,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:04:17,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:04:17,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:17,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e8c9a7-7d3c-4833-b081-a70d7f81ecb7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:17,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-25e8c9a7-7d3c-4833-b081-a70d7f81ecb7 2018-07-22 16:04:17,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:17,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bb7eb820-b484-4e3b-b786-d69c4f299947 Date: Sun, 22 Jul 2018 16:04:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:17,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-bb7eb820-b484-4e3b-b786-d69c4f299947 2018-07-22 16:04:17,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:17,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2dceccc8-9b0c-461b-a730-cf68fcab2aef Date: Sun, 22 Jul 2018 16:04:17 GMT RESP BODY: {"ports":[]} 2018-07-22 16:04:17,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port&admin_state_up=True used request id req-2dceccc8-9b0c-461b-a730-cf68fcab2aef 2018-07-22 16:04:17,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:17,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ed41ca3-84a3-4d6a-818f-f42e68322098 x-compute-request-id: req-5ed41ca3-84a3-4d6a-818f-f42e68322098 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:04:17,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst used request id req-5ed41ca3-84a3-4d6a-818f-f42e68322098 2018-07-22 16:04:17,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:18,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f35eb911-4d9c-4a16-ad2e-2bb7e9d10878 Date: Sun, 22 Jul 2018 16:04: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:18,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-f35eb911-4d9c-4a16-ad2e-2bb7e9d10878 2018-07-22 16:04:18,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:18,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d10106d-c679-48f5-ab8d-e2946511119a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:18,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-9d10106d-c679-48f5-ab8d-e2946511119a 2018-07-22 16:04:18,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:18,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f994cffe-9595-44af-bc46-0ae1f9ef2cfc Date: Sun, 22 Jul 2018 16:04:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:18,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-f994cffe-9595-44af-bc46-0ae1f9ef2cfc 2018-07-22 16:04:18,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:18,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-be87650b-dc74-4148-8efd-98f00825396d Date: Sun, 22 Jul 2018 16:04:18 GMT RESP BODY: {"ports":[]} 2018-07-22 16:04:18,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port&admin_state_up=True used request id req-be87650b-dc74-4148-8efd-98f00825396d 2018-07-22 16:04:18,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:18,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:18,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95726c4975f84c0394a4fb8bb1541411", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}], "expires_at": "2018-07-22T17:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-user", "id": "60c3d2ed5ce84c429b4197dd04734152"}, "audit_ids": ["zRFMdhNmTIWuZKlNrhELyQ"], "issued_at": "2018-07-22T16:04:18.000000Z"}} 2018-07-22 16:04:18,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ba028dfcee990bfb9cee83245f6704afeb124c8" 2018-07-22 16:04:18,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd19f39e-708b-4aa0-a844-568fc52b4099 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:18,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dd19f39e-708b-4aa0-a844-568fc52b4099 2018-07-22 16:04:18,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:18,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-d670bb0d-6c33-40ea-9919-4acb40a821b4 Date: Sun, 22 Jul 2018 16:04: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:18,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-d670bb0d-6c33-40ea-9919-4acb40a821b4 2018-07-22 16:04:18,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:18,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5273df43-4610-4cb8-a106-e79b92aace97 Date: Sun, 22 Jul 2018 16:04:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:18,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-5273df43-4610-4cb8-a106-e79b92aace97 2018-07-22 16:04:18,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:18,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-6b87785e-d82c-4a77-bd6d-e9628aa9b054 Date: Sun, 22 Jul 2018 16:04: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:18,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-6b87785e-d82c-4a77-bd6d-e9628aa9b054 2018-07-22 16:04:18,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:04:18,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:04:18,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ba028dfcee990bfb9cee83245f6704afeb124c8" 2018-07-22 16:04:19,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e63d1398-8a03-4571-af89-e70ee70714de Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:19,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-e63d1398-8a03-4571-af89-e70ee70714de 2018-07-22 16:04:19,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:19,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0a9508c9-171a-48f0-9cba-d9f1fd94d3b4 Date: Sun, 22 Jul 2018 16:04:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:19,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-0a9508c9-171a-48f0-9cba-d9f1fd94d3b4 2018-07-22 16:04:19,134 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net 2018-07-22 16:04:19,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" -d '{"port": {"network_id": "323a5605-6b3e-4d01-a389-5e9df7de4f38", "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port", "admin_state_up": true}}' 2018-07-22 16:04:19,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-d8c08c14-7530-49fe-9b42-01fc7ef721b7 Date: Sun, 22 Jul 2018 16:04:19 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:04:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:04:19Z","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:9f:15:e1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.8"}],"id":"215a2eb8-659f-49ae-804d-d141c5b7ed59","security_groups":["a4dd747f-ca9b-4b72-83bd-5e749d6fdd77"],"device_id":""}} 2018-07-22 16:04:19,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-d8c08c14-7530-49fe-9b42-01fc7ef721b7 2018-07-22 16:04:19,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:19,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-99a5dafc-bc22-4e1b-b412-bebef14d3e8c Date: Sun, 22 Jul 2018 16:04: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:19,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-99a5dafc-bc22-4e1b-b412-bebef14d3e8c 2018-07-22 16:04:19,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:19,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83f4f963-b735-4fe1-a800-eee16d814ceb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:19,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-83f4f963-b735-4fe1-a800-eee16d814ceb 2018-07-22 16:04:19,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:20,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6d10593f-c850-473d-9e86-13b31dd2f785 Date: Sun, 22 Jul 2018 16:04:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:20,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-6d10593f-c850-473d-9e86-13b31dd2f785 2018-07-22 16:04:20,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:20,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-e98c9103-6305-4a13-b428-ece2ab282bb0 Date: Sun, 22 Jul 2018 16:04:20 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:19Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:9f:15:e1","id":"215a2eb8-659f-49ae-804d-d141c5b7ed59","port_security_enabled":true,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["a4dd747f-ca9b-4b72-83bd-5e749d6fdd77"],"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port"}]} 2018-07-22 16:04:20,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port&admin_state_up=True used request id req-e98c9103-6305-4a13-b428-ece2ab282bb0 2018-07-22 16:04:20,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:20,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac110825-2cac-4658-a9ef-6d90e00bef53 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:20,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-ac110825-2cac-4658-a9ef-6d90e00bef53 2018-07-22 16:04:20,167 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst 2018-07-22 16:04:20,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:20,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0a26ea2-8e42-4ac9-8988-2862a325bc59 x-compute-request-id: req-c0a26ea2-8e42-4ac9-8988-2862a325bc59 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-flavor-name"}]} 2018-07-22 16:04:20,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c0a26ea2-8e42-4ac9-8988-2862a325bc59 2018-07-22 16:04:20,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:20,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f84485ba-cdfb-4b4e-8643-fda52bd36f25 x-compute-request-id: req-f84485ba-cdfb-4b4e-8643-fda52bd36f25 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "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": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1"}} 2018-07-22 16:04:20,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1 used request id req-f84485ba-cdfb-4b4e-8643-fda52bd36f25 2018-07-22 16:04:20,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:20,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-47ede4ea-0dfd-4dcb-a1a1-5867b8a63b19 Date: Sun, 22 Jul 2018 16:04:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:04:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:04:13Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4f125777-c431-46ac-a8d1-f105ed222bc1/snap", "metadata": {}}], "self": "/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "min_disk": 0, "protected": false, "id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "file": "/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "03d993e726ba41488bf004102372c0ea", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4f125777-c431-46ac-a8d1-f105ed222bc1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image"} 2018-07-22 16:04:20,404 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image used request id req-47ede4ea-0dfd-4dcb-a1a1-5867b8a63b19 2018-07-22 16:04:20,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:20,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0f1ee2bb-98ab-42ed-b319-8f3f79697b0e Date: Sun, 22 Jul 2018 16:04: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-07-22 16:04:20,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0f1ee2bb-98ab-42ed-b319-8f3f79697b0e 2018-07-22 16:04:20,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" -d '{"server": {"name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "imageRef": "4f125777-c431-46ac-a8d1-f105ed222bc1", "flavorRef": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "max_count": 1, "min_count": 1, "networks": [{"port": "215a2eb8-659f-49ae-804d-d141c5b7ed59"}]}}' 2018-07-22 16:04:21,672 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd863ee7-7239-4f60-8233-a5857cea6173 x-compute-request-id: req-fd863ee7-7239-4f60-8233-a5857cea6173 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "adminPass": "ECM2czm2Bi6G"}} 2018-07-22 16:04:21,673 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fd863ee7-7239-4f60-8233-a5857cea6173 2018-07-22 16:04:21,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:22,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55da5b0b-f7ad-4f21-aa15-b14a4aec060d x-compute-request-id: req-55da5b0b-f7ad-4f21-aa15-b14a4aec060d Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "user_id": "60c3d2ed5ce84c429b4197dd04734152", "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-07-22T16:04:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:22,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-55da5b0b-f7ad-4f21-aa15-b14a4aec060d 2018-07-22 16:04:22,012 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst 2018-07-22 16:04:22,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:22,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4989495d-e897-45f8-a447-d2beb7d3481d x-compute-request-id: req-4989495d-e897-45f8-a447-d2beb7d3481d Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:04:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:22,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-4989495d-e897-45f8-a447-d2beb7d3481d 2018-07-22 16:04:22,443 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst] is - BUILD 2018-07-22 16:04:22,444 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:04:25,447 - create_instance - DEBUG - VM status query timeout in 896.565498114 2018-07-22 16:04:25,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:25,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adb433e6-ee2b-4efd-a585-ba3da8572488 x-compute-request-id: req-adb433e6-ee2b-4efd-a585-ba3da8572488 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:04:22Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:25,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-adb433e6-ee2b-4efd-a585-ba3da8572488 2018-07-22 16:04:25,757 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst] is - BUILD 2018-07-22 16:04:25,757 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:04:28,760 - create_instance - DEBUG - VM status query timeout in 893.25216198 2018-07-22 16:04:28,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:28,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3beebe37-74cd-4c66-b26c-7a192af20181 x-compute-request-id: req-3beebe37-74cd-4c66-b26c-7a192af20181 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:28,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-3beebe37-74cd-4c66-b26c-7a192af20181 2018-07-22 16:04:28,936 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst] is - ACTIVE 2018-07-22 16:04:28,936 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:04:28,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:29,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69e7c645-cebe-4454-843f-d1c229aade53 x-compute-request-id: req-69e7c645-cebe-4454-843f-d1c229aade53 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:29,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-69e7c645-cebe-4454-843f-d1c229aade53 2018-07-22 16:04:29,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:29,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-26e1b770-56db-4a06-8188-84ad5e6cd57b Date: Sun, 22 Jul 2018 16:04: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:29,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-26e1b770-56db-4a06-8188-84ad5e6cd57b 2018-07-22 16:04:29,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:29,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-353e0d59-4485-4abe-a16a-89f76e480a96 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:29,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-353e0d59-4485-4abe-a16a-89f76e480a96 2018-07-22 16:04:29,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:29,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f039e7ac-595f-49c8-b6c4-c969ad2f604f Date: Sun, 22 Jul 2018 16:04:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:29,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-f039e7ac-595f-49c8-b6c4-c969ad2f604f 2018-07-22 16:04:29,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:29,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-46111031-5a0b-4006-85e3-8a001b0b1ed6 Date: Sun, 22 Jul 2018 16:04:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:26Z","binding:vnic_type":"normal","device_id":"9e1045f7-bfb7-499b-89cd-89af59513866","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9f:15:e1","id":"215a2eb8-659f-49ae-804d-d141c5b7ed59","port_security_enabled":true,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["a4dd747f-ca9b-4b72-83bd-5e749d6fdd77"],"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-323a5605-6b3e-4d01-a389-5e9df7de4f38","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:81:dc:aa","id":"f5ebdfa7-32d4-4cf8-9243-6e8f01b6fadc","port_security_enabled":false,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:04:29,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-46111031-5a0b-4006-85e3-8a001b0b1ed6 2018-07-22 16:04:29,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:29,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:30,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95726c4975f84c0394a4fb8bb1541411", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}], "expires_at": "2018-07-22T17:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-user", "id": "60c3d2ed5ce84c429b4197dd04734152"}, "audit_ids": ["D8Qy74EtRp60y4CCqvKdTA"], "issued_at": "2018-07-22T16:04:30.000000Z"}} 2018-07-22 16:04:30,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:30,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7af58af-b7bf-4eb0-bbd4-4b386423d1db Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:30,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b7af58af-b7bf-4eb0-bbd4-4b386423d1db 2018-07-22 16:04:30,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:30,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c4d81978-beba-4a3e-8b04-ab254013a432 Date: Sun, 22 Jul 2018 16:04:30 GMT RESP BODY: {"security_groups": []} 2018-07-22 16:04:30,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name&description=hello+group used request id req-c4d81978-beba-4a3e-8b04-ab254013a432 2018-07-22 16:04:30,395 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name... 2018-07-22 16:04:30,395 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name 2018-07-22 16:04:30,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" -d '{"security_group": {"name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name", "description": "hello group"}}' 2018-07-22 16:04:30,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e9e80533-2272-4dd8-8d33-4f14a5dc16a1 Date: Sun, 22 Jul 2018 16:04:30 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "updated_at": "2018-07-22T16:04:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "revision_number": 0, "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "03d993e726ba41488bf004102372c0ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "revision_number": 0, "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "03d993e726ba41488bf004102372c0ea"}], "revision_number": 2, "project_id": "03d993e726ba41488bf004102372c0ea", "id": "e69d32b8-013b-4af9-985d-de475735d44c", "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name"}} 2018-07-22 16:04:30,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-e9e80533-2272-4dd8-8d33-4f14a5dc16a1 2018-07-22 16:04:30,674 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e69d32b8-013b-4af9-985d-de475735d44c 2018-07-22 16:04:30,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:30,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a3f9efcf-10ed-4979-9265-2d02c293a46c Date: Sun, 22 Jul 2018 16:04:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118"}]} 2018-07-22 16:04:30,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c used request id req-a3f9efcf-10ed-4979-9265-2d02c293a46c 2018-07-22 16:04:30,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e69d32b8-013b-4af9-985d-de475735d44c 2018-07-22 16:04:30,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:30,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-818c8751-5cdf-412d-a485-aaf7793466d8 Date: Sun, 22 Jul 2018 16:04:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118"}]} 2018-07-22 16:04:30,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c used request id req-818c8751-5cdf-412d-a485-aaf7793466d8 2018-07-22 16:04:30,775 - neutron_utils - INFO - Retrieving security group with ID - e69d32b8-013b-4af9-985d-de475735d44c 2018-07-22 16:04:30,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:30,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-6d17a848-3271-44c9-83f8-b1b291965b6d Date: Sun, 22 Jul 2018 16:04:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "updated_at": "2018-07-22T16:04:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "revision_number": 0, "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "03d993e726ba41488bf004102372c0ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "revision_number": 0, "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "03d993e726ba41488bf004102372c0ea"}], "revision_number": 2, "project_id": "03d993e726ba41488bf004102372c0ea", "id": "e69d32b8-013b-4af9-985d-de475735d44c", "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name"}]} 2018-07-22 16:04:30,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e69d32b8-013b-4af9-985d-de475735d44c used request id req-6d17a848-3271-44c9-83f8-b1b291965b6d 2018-07-22 16:04:30,917 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e69d32b8-013b-4af9-985d-de475735d44c 2018-07-22 16:04:30,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:30,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-13643096-1f30-42a8-977e-115f1d77c738 Date: Sun, 22 Jul 2018 16:04:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118"}]} 2018-07-22 16:04:30,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c used request id req-13643096-1f30-42a8-977e-115f1d77c738 2018-07-22 16:04:30,949 - neutron_utils - INFO - Retrieving security group with ID - e69d32b8-013b-4af9-985d-de475735d44c 2018-07-22 16:04:30,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:31,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-a4c2f6f6-d5d8-4d90-b93d-c95f47d1835a Date: Sun, 22 Jul 2018 16:04:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "updated_at": "2018-07-22T16:04:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "revision_number": 0, "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "03d993e726ba41488bf004102372c0ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "revision_number": 0, "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "03d993e726ba41488bf004102372c0ea"}], "revision_number": 2, "project_id": "03d993e726ba41488bf004102372c0ea", "id": "e69d32b8-013b-4af9-985d-de475735d44c", "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name"}]} 2018-07-22 16:04:31,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e69d32b8-013b-4af9-985d-de475735d44c used request id req-a4c2f6f6-d5d8-4d90-b93d-c95f47d1835a 2018-07-22 16:04:31,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e69d32b8-013b-4af9-985d-de475735d44c 2018-07-22 16:04:31,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:31,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8ddf323d-3851-4cc4-85fb-64faa8452bb3 Date: Sun, 22 Jul 2018 16:04:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118"}]} 2018-07-22 16:04:31,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c used request id req-8ddf323d-3851-4cc4-85fb-64faa8452bb3 2018-07-22 16:04:31,124 - neutron_utils - INFO - Retrieving security group with ID - e69d32b8-013b-4af9-985d-de475735d44c 2018-07-22 16:04:31,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:31,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0402e76c-a599-47ee-9ca5-837257ad0eda Date: Sun, 22 Jul 2018 16:04:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "updated_at": "2018-07-22T16:04:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "revision_number": 0, "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "03d993e726ba41488bf004102372c0ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "revision_number": 0, "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "03d993e726ba41488bf004102372c0ea"}], "revision_number": 2, "project_id": "03d993e726ba41488bf004102372c0ea", "id": "e69d32b8-013b-4af9-985d-de475735d44c", "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name"}]} 2018-07-22 16:04:31,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e69d32b8-013b-4af9-985d-de475735d44c used request id req-0402e76c-a599-47ee-9ca5-837257ad0eda 2018-07-22 16:04:31,179 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e69d32b8-013b-4af9-985d-de475735d44c 2018-07-22 16:04:31,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:31,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-772a1283-0b19-44c9-bedf-a667a5b2631a Date: Sun, 22 Jul 2018 16:04:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "2e5f7d92-96d5-4bd4-bf84-90dba566c32c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:30Z", "security_group_id": "e69d32b8-013b-4af9-985d-de475735d44c", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:30Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "c5f4e81d-a92b-4530-87a0-dd0f30c49118"}]} 2018-07-22 16:04:31,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e69d32b8-013b-4af9-985d-de475735d44c used request id req-772a1283-0b19-44c9-bedf-a667a5b2631a 2018-07-22 16:04:31,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:31,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-5d08418f-0a38-4437-a1ab-cdd1bc84a4f1 x-compute-request-id: req-5d08418f-0a38-4437-a1ab-cdd1bc84a4f1 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:31,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-5d08418f-0a38-4437-a1ab-cdd1bc84a4f1 2018-07-22 16:04:31,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:31,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-cf05ae2b-b078-4cad-9cf6-ba0dc229a4e0 Date: Sun, 22 Jul 2018 16:04:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:31,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-cf05ae2b-b078-4cad-9cf6-ba0dc229a4e0 2018-07-22 16:04:31,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:32,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f91b14e6-5b75-4af1-bea8-5b0cddc5758c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:32,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-f91b14e6-5b75-4af1-bea8-5b0cddc5758c 2018-07-22 16:04:32,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:32,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ed905427-b3c6-41c2-aaaf-83b788f6fde5 Date: Sun, 22 Jul 2018 16:04:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:32,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-ed905427-b3c6-41c2-aaaf-83b788f6fde5 2018-07-22 16:04:32,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:32,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-525665fb-b30d-48ab-becd-352d094e720b Date: Sun, 22 Jul 2018 16:04:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:26Z","binding:vnic_type":"normal","device_id":"9e1045f7-bfb7-499b-89cd-89af59513866","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9f:15:e1","id":"215a2eb8-659f-49ae-804d-d141c5b7ed59","port_security_enabled":true,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["a4dd747f-ca9b-4b72-83bd-5e749d6fdd77"],"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-323a5605-6b3e-4d01-a389-5e9df7de4f38","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:81:dc:aa","id":"f5ebdfa7-32d4-4cf8-9243-6e8f01b6fadc","port_security_enabled":false,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:04:32,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-525665fb-b30d-48ab-becd-352d094e720b 2018-07-22 16:04:32,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:32,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95726c4975f84c0394a4fb8bb1541411", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role"}], "expires_at": "2018-07-22T17:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_03d993e726ba41488bf004102372c0ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-user", "id": "60c3d2ed5ce84c429b4197dd04734152"}, "audit_ids": ["DR9ezQF5TF28D2I-pZs5EA"], "issued_at": "2018-07-22T16:04:32.000000Z"}} 2018-07-22 16:04:32,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211a6f9aa5a128f468a0b0ca4f05f6ece2d7d2ce" 2018-07-22 16:04:32,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-ee11995c-fe36-4e01-85b6-ca895153a3a8 x-compute-request-id: req-ee11995c-fe36-4e01-85b6-ca895153a3a8 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:32,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-ee11995c-fe36-4e01-85b6-ca895153a3a8 2018-07-22 16:04:32,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:33,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-6495b0e5-13a7-496c-8179-f88e8f7a3292 x-compute-request-id: req-6495b0e5-13a7-496c-8179-f88e8f7a3292 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:33,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-6495b0e5-13a7-496c-8179-f88e8f7a3292 2018-07-22 16:04:33,322 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst] is - ACTIVE 2018-07-22 16:04:33,322 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:04:33,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:33,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-7d89bdc0-fca2-43cf-a4b7-a5975775517d x-compute-request-id: req-7d89bdc0-fca2-43cf-a4b7-a5975775517d Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:33,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-7d89bdc0-fca2-43cf-a4b7-a5975775517d 2018-07-22 16:04:33,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:33,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-261a7749-3f73-4366-b913-d10d48989d9e Date: Sun, 22 Jul 2018 16:04:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:33,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-261a7749-3f73-4366-b913-d10d48989d9e 2018-07-22 16:04:33,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:33,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5cb3db-fcea-42a8-9f09-b2df7be6d338 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:33,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-0e5cb3db-fcea-42a8-9f09-b2df7be6d338 2018-07-22 16:04:33,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:33,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ec028a87-651b-4f95-b930-9897a1970182 Date: Sun, 22 Jul 2018 16:04:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:33,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-ec028a87-651b-4f95-b930-9897a1970182 2018-07-22 16:04:33,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:33,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-5920a32b-91f8-44d7-b091-fd3e0856b354 Date: Sun, 22 Jul 2018 16:04:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:26Z","binding:vnic_type":"normal","device_id":"9e1045f7-bfb7-499b-89cd-89af59513866","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9f:15:e1","id":"215a2eb8-659f-49ae-804d-d141c5b7ed59","port_security_enabled":true,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["a4dd747f-ca9b-4b72-83bd-5e749d6fdd77"],"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-323a5605-6b3e-4d01-a389-5e9df7de4f38","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:81:dc:aa","id":"f5ebdfa7-32d4-4cf8-9243-6e8f01b6fadc","port_security_enabled":false,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:04:33,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-5920a32b-91f8-44d7-b091-fd3e0856b354 2018-07-22 16:04:33,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:34,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-e44aac9c-1818-4206-b692-3ee3bee14a7f x-compute-request-id: req-e44aac9c-1818-4206-b692-3ee3bee14a7f Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:34,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-e44aac9c-1818-4206-b692-3ee3bee14a7f 2018-07-22 16:04:34,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:34,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a7e23e1b-49b5-400e-9144-15922ced03d5 Date: Sun, 22 Jul 2018 16: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:34,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-a7e23e1b-49b5-400e-9144-15922ced03d5 2018-07-22 16:04:34,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:34,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24bc7205-7efb-48fc-b8d8-948172268aa9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:34,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-24bc7205-7efb-48fc-b8d8-948172268aa9 2018-07-22 16:04:34,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:34,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-18e1fa2f-01e4-42d0-ba13-bb6bfacbbb10 Date: Sun, 22 Jul 2018 16:04:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:34,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-18e1fa2f-01e4-42d0-ba13-bb6bfacbbb10 2018-07-22 16:04:34,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:34,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-89848faa-4d61-46c5-9691-f7dddcf252e5 Date: Sun, 22 Jul 2018 16:04:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:26Z","binding:vnic_type":"normal","device_id":"9e1045f7-bfb7-499b-89cd-89af59513866","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:9f:15:e1","id":"215a2eb8-659f-49ae-804d-d141c5b7ed59","port_security_enabled":true,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["a4dd747f-ca9b-4b72-83bd-5e749d6fdd77"],"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-323a5605-6b3e-4d01-a389-5e9df7de4f38","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:81:dc:aa","id":"f5ebdfa7-32d4-4cf8-9243-6e8f01b6fadc","port_security_enabled":false,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:04:34,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-89848faa-4d61-46c5-9691-f7dddcf252e5 2018-07-22 16:04:34,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name"}}' 2018-07-22 16:04:34,971 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:04:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-386ea8bc-882c-4094-8000-a681bd074d4e x-compute-request-id: req-386ea8bc-882c-4094-8000-a681bd074d4e Content-Length: 0 Content-Type: application/json 2018-07-22 16:04:34,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866/action used request id req-386ea8bc-882c-4094-8000-a681bd074d4e 2018-07-22 16:04:34,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:35,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-609136a3-9ffe-4ec2-9024-64fb21bd2107 x-compute-request-id: req-609136a3-9ffe-4ec2-9024-64fb21bd2107 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:35,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-609136a3-9ffe-4ec2-9024-64fb21bd2107 2018-07-22 16:04:35,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:35,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-6c787b5d-e64f-463c-9c1b-2a8dfb7b77ef Date: Sun, 22 Jul 2018 16:04: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":["37085cc5-5062-4cf3-b613-824235ae9ffb"],"updated_at":"2018-07-22T16:04:15Z","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"03d993e726ba41488bf004102372c0ea","id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net"}]} 2018-07-22 16:04:35,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net used request id req-6c787b5d-e64f-463c-9c1b-2a8dfb7b77ef 2018-07-22 16:04:35,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:35,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68e32377-2f7f-439a-b5dc-f00b07999332 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:35,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-68e32377-2f7f-439a-b5dc-f00b07999332 2018-07-22 16:04:35,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:35,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d67f0d56-654e-43a0-acd7-ae2894ffeeb7 Date: Sun, 22 Jul 2018 16:04:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"03d993e726ba41488bf004102372c0ea","id":"37085cc5-5062-4cf3-b613-824235ae9ffb","subnetpool_id":null,"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet"}]} 2018-07-22 16:04:35,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-d67f0d56-654e-43a0-acd7-ae2894ffeeb7 2018-07-22 16:04:35,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:35,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1591 X-Openstack-Request-Id: req-4b81e251-1281-416f-84f0-4922625920c1 Date: Sun, 22 Jul 2018 16:04:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:34Z","binding:vnic_type":"normal","device_id":"9e1045f7-bfb7-499b-89cd-89af59513866","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:9f:15:e1","id":"215a2eb8-659f-49ae-804d-d141c5b7ed59","port_security_enabled":true,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["a4dd747f-ca9b-4b72-83bd-5e749d6fdd77","e69d32b8-013b-4af9-985d-de475735d44c"],"name":"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"323a5605-6b3e-4d01-a389-5e9df7de4f38","tenant_id":"03d993e726ba41488bf004102372c0ea","created_at":"2018-07-22T16:04:15Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-323a5605-6b3e-4d01-a389-5e9df7de4f38","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:81:dc:aa","id":"f5ebdfa7-32d4-4cf8-9243-6e8f01b6fadc","port_security_enabled":false,"project_id":"03d993e726ba41488bf004102372c0ea","fixed_ips":[{"subnet_id":"37085cc5-5062-4cf3-b613-824235ae9ffb","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:04:35,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-4b81e251-1281-416f-84f0-4922625920c1 2018-07-22 16:04:35,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211a6f9aa5a128f468a0b0ca4f05f6ece2d7d2ce" 2018-07-22 16:04:35,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-d81407d9-7f53-461e-a93f-d2ef884299f3 x-compute-request-id: req-d81407d9-7f53-461e-a93f-d2ef884299f3 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:15:e1", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name"}], "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:26Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:35,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-d81407d9-7f53-461e-a93f-d2ef884299f3 2018-07-22 16:04:35,948 - create_instance - INFO - Deleting Port with ID - 215a2eb8-659f-49ae-804d-d141c5b7ed59 2018-07-22 16:04:35,948 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-port 2018-07-22 16:04:35,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/215a2eb8-659f-49ae-804d-d141c5b7ed59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:36,397 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-145de0f2-b54b-447a-b252-876f805aa4db Date: Sun, 22 Jul 2018 16:04:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:36,397 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/215a2eb8-659f-49ae-804d-d141c5b7ed59 used request id req-145de0f2-b54b-447a-b252-876f805aa4db 2018-07-22 16:04:36,397 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst 2018-07-22 16:04:36,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:36,557 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-f95cc00b-37f2-4411-949a-8bf0f1290233 x-compute-request-id: req-f95cc00b-37f2-4411-949a-8bf0f1290233 Content-Type: application/json 2018-07-22 16:04:36,557 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-f95cc00b-37f2-4411-949a-8bf0f1290233 2018-07-22 16:04:36,557 - create_instance - INFO - Checking deletion status 2018-07-22 16:04:36,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:36,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-28b3d385-e6dd-44d1-bb52-79675190ef9e x-compute-request-id: req-28b3d385-e6dd-44d1-bb52-79675190ef9e Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:36Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:36,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-28b3d385-e6dd-44d1-bb52-79675190ef9e 2018-07-22 16:04:36,677 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst] is - ACTIVE 2018-07-22 16:04:36,677 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:04:39,680 - create_instance - DEBUG - VM status query timeout in 296.877053976 2018-07-22 16:04:39,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:39,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ea9c547-4e01-47a8-a6a8-e431e9b4043b x-compute-request-id: req-1ea9c547-4e01-47a8-a6a8-e431e9b4043b Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9e1045f7-bfb7-499b-89cd-89af59513866", "rel": "bookmark"}], "image": {"id": "4f125777-c431-46ac-a8d1-f105ed222bc1", "links": [{"href": "http://172.30.9.28:8774/images/4f125777-c431-46ac-a8d1-f105ed222bc1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:04:26.000000", "flavor": {"id": "2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "links": [{"href": "http://172.30.9.28:8774/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1", "rel": "bookmark"}]}, "id": "9e1045f7-bfb7-499b-89cd-89af59513866", "user_id": "60c3d2ed5ce84c429b4197dd04734152", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:04:36Z", "hostId": "d89a09c838dfd25632c6494169fbdaa952499f3bb930182e512b42af", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst", "created": "2018-07-22T16:04:21Z", "tenant_id": "03d993e726ba41488bf004102372c0ea", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:04:39,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-1ea9c547-4e01-47a8-a6a8-e431e9b4043b 2018-07-22 16:04:39,799 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst] is - ACTIVE 2018-07-22 16:04:39,799 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:04:42,802 - create_instance - DEBUG - VM status query timeout in 293.755421877 2018-07-22 16:04:42,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974b2aabae2afedb9f07d584a39eabe2bc631084" 2018-07-22 16:04:42,859 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:04:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-614b8e67-6b73-4180-9bd5-0da9600cbeab x-compute-request-id: req-614b8e67-6b73-4180-9bd5-0da9600cbeab Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9e1045f7-bfb7-499b-89cd-89af59513866 could not be found.", "code": 404}} 2018-07-22 16:04:42,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9e1045f7-bfb7-499b-89cd-89af59513866 used request id req-614b8e67-6b73-4180-9bd5-0da9600cbeab 2018-07-22 16:04:42,859 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9e1045f7-bfb7-499b-89cd-89af59513866 could not be found. (HTTP 404) (Request-ID: req-614b8e67-6b73-4180-9bd5-0da9600cbeab) 2018-07-22 16:04:42,860 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-inst 2018-07-22 16:04:42,861 - neutron_utils - INFO - Deleting security group rule with ID - c5f4e81d-a92b-4530-87a0-dd0f30c49118 2018-07-22 16:04:42,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/c5f4e81d-a92b-4530-87a0-dd0f30c49118 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:43,180 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-132e4ce9-4543-4d91-8bda-43efbb498a4f Content-Length: 0 Date: Sun, 22 Jul 2018 16:04:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:43,180 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/c5f4e81d-a92b-4530-87a0-dd0f30c49118 used request id req-132e4ce9-4543-4d91-8bda-43efbb498a4f 2018-07-22 16:04:43,180 - neutron_utils - INFO - Deleting security group rule with ID - 2e5f7d92-96d5-4bd4-bf84-90dba566c32c 2018-07-22 16:04:43,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/2e5f7d92-96d5-4bd4-bf84-90dba566c32c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:43,298 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41bada66-d732-4d6d-8549-756804579640 Content-Length: 0 Date: Sun, 22 Jul 2018 16:04:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:43,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/2e5f7d92-96d5-4bd4-bf84-90dba566c32c used request id req-41bada66-d732-4d6d-8549-756804579640 2018-07-22 16:04:43,299 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-name 2018-07-22 16:04:43,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e69d32b8-013b-4af9-985d-de475735d44c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fb4490545b42f1d2842aeb8ba94c148127eb7f0" 2018-07-22 16:04:43,453 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d446e14a-5c6d-451c-8a07-e9e89dad5bd4 Content-Length: 0 Date: Sun, 22 Jul 2018 16:04:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:43,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e69d32b8-013b-4af9-985d-de475735d44c used request id req-d446e14a-5c6d-451c-8a07-e9e89dad5bd4 2018-07-22 16:04:43,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdc14ee4c22f626d4d6e67b82a4cb55dfdf4718b" 2018-07-22 16:04:43,507 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-491702fe-f718-4115-8a2f-bb21767adbb7 x-compute-request-id: req-491702fe-f718-4115-8a2f-bb21767adbb7 Content-Length: 0 Content-Type: application/json 2018-07-22 16:04:43,507 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2f0faac2-fe4a-459e-bcb6-fa7835e1e6b1 used request id req-491702fe-f718-4115-8a2f-bb21767adbb7 2018-07-22 16:04:43,508 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet 2018-07-22 16:04:43,508 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-subnet 2018-07-22 16:04:43,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/37085cc5-5062-4cf3-b613-824235ae9ffb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" 2018-07-22 16:04:44,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-afa2dab7-7eec-47bc-9da7-3fc0de6fa557 Date: Sun, 22 Jul 2018 16:04:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:44,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/37085cc5-5062-4cf3-b613-824235ae9ffb used request id req-afa2dab7-7eec-47bc-9da7-3fc0de6fa557 2018-07-22 16:04:44,890 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-pub-net 2018-07-22 16:04:44,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/323a5605-6b3e-4d01-a389-5e9df7de4f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d9a4ff4ed13fe6ccb2e19faaddb885a739169cd" 2018-07-22 16:04:46,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5ac46f5-1fd6-4b4b-b8dc-9df9eab1977b Date: Sun, 22 Jul 2018 16:04:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:46,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/323a5605-6b3e-4d01-a389-5e9df7de4f38 used request id req-d5ac46f5-1fd6-4b4b-b8dc-9df9eab1977b 2018-07-22 16:04:46,298 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-66816d59-14d6-4a53-99c4-58fbc28cbdcc-image 2018-07-22 16:04:46,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8174084c0fc03ebb02d3682f1023bb2756a1fde4" 2018-07-22 16:04:46,970 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-20f2d0c2-492e-4860-bd21-560a1fd19b15 Date: Sun, 22 Jul 2018 16:04:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:04:46,970 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4f125777-c431-46ac-a8d1-f105ed222bc1 used request id req-20f2d0c2-492e-4860-bd21-560a1fd19b15 2018-07-22 16:04:46,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:47,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-c09560f3-83a6-4437-b062-b07f614d05e5 Date: Sun, 22 Jul 2018 16:04:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:14Z", "updated_at": "2018-07-22T16:04:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:14Z", "revision_number": 0, "id": "2550fb26-83b2-4eb3-b9e3-3e280742437d", "remote_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:14Z", "security_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "03d993e726ba41488bf004102372c0ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:14Z", "revision_number": 0, "id": "70ce440f-c11a-4514-b169-8d6d722b53a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:14Z", "security_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "03d993e726ba41488bf004102372c0ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:14Z", "revision_number": 0, "id": "9eae08f2-07e8-4137-8246-56abd5235f3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:14Z", "security_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "03d993e726ba41488bf004102372c0ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:14Z", "revision_number": 0, "id": "ed5feb06-62a6-46d9-849c-0587af631afd", "remote_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:14Z", "security_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "tenant_id": "03d993e726ba41488bf004102372c0ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "03d993e726ba41488bf004102372c0ea"}], "revision_number": 4, "project_id": "03d993e726ba41488bf004102372c0ea", "id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:04:47,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c09560f3-83a6-4437-b062-b07f614d05e5 2018-07-22 16:04:47,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:47,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0698a84d-1c18-46b6-993b-9bce24773a45 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:04:47,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-0698a84d-1c18-46b6-993b-9bce24773a45 2018-07-22 16:04:47,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:47,459 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:04:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49000987-ff9e-4f62-b5fe-83da4f57c645 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:04:47,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-49000987-ff9e-4f62-b5fe-83da4f57c645 2018-07-22 16:04:47,459 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:04:47,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:47,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:04:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0424239-ecf4-4d7f-ab0b-6b199a429d3f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:04:47,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-e0424239-ecf4-4d7f-ab0b-6b199a429d3f 2018-07-22 16:04:47,546 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:04:47,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:47,631 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:04:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-998d54fa-3886-4c26-9e1e-b6fbe83ace01 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:04:47,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-998d54fa-3886-4c26-9e1e-b6fbe83ace01 2018-07-22 16:04:47,631 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:04:47,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:47,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b01e8a6-18ca-481f-b9dc-34fabd629303 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "03d993e726ba41488bf004102372c0ea", "name": "InstanceSecurityGroupTests-4c260326-cb7a-413-proj"}} 2018-07-22 16:04:47,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-6b01e8a6-18ca-481f-b9dc-34fabd629303 2018-07-22 16:04:47,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a4dd747f-ca9b-4b72-83bd-5e749d6fdd77 2018-07-22 16:04:47,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a4dd747f-ca9b-4b72-83bd-5e749d6fdd77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:47,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2c04a277-fd5a-454f-9103-2cc71b87d5f7 Date: Sun, 22 Jul 2018 16:04:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:14Z", "security_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:14Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "2550fb26-83b2-4eb3-b9e3-3e280742437d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:14Z", "security_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:14Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "70ce440f-c11a-4514-b169-8d6d722b53a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:14Z", "security_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:14Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "9eae08f2-07e8-4137-8246-56abd5235f3b"}, {"remote_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:14Z", "security_group_id": "a4dd747f-ca9b-4b72-83bd-5e749d6fdd77", "port_range_min": null, "revision_number": 0, "tenant_id": "03d993e726ba41488bf004102372c0ea", "created_at": "2018-07-22T16:04:14Z", "project_id": "03d993e726ba41488bf004102372c0ea", "id": "ed5feb06-62a6-46d9-849c-0587af631afd"}]} 2018-07-22 16:04:47,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a4dd747f-ca9b-4b72-83bd-5e749d6fdd77 used request id req-2c04a277-fd5a-454f-9103-2cc71b87d5f7 2018-07-22 16:04:47,751 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:04:47,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a4dd747f-ca9b-4b72-83bd-5e749d6fdd77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:48,009 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e72d3fad-abae-4725-93b7-d3c4cb1cf153 Content-Length: 0 Date: Sun, 22 Jul 2018 16:04:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:04:48,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a4dd747f-ca9b-4b72-83bd-5e749d6fdd77 used request id req-e72d3fad-abae-4725-93b7-d3c4cb1cf153 2018-07-22 16:04:48,010 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-4c260326-cb7a-413-proj 2018-07-22 16:04:48,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:48,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9eea1559-8aa9-4b59-9613-6904b44d2e44 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:04:48,287 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/03d993e726ba41488bf004102372c0ea used request id req-9eea1559-8aa9-4b59-9613-6904b44d2e44 2018-07-22 16:04:48,288 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-4c260326-cb7a-413-proj-role 2018-07-22 16:04:48,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/95726c4975f84c0394a4fb8bb1541411 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:48,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f888da3-b900-4ace-a74e-45b52159157a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:04:48,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/95726c4975f84c0394a4fb8bb1541411 used request id req-7f888da3-b900-4ace-a74e-45b52159157a 2018-07-22 16:04:48,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07839ae66445d48cc061b8f36c05eee8c5300503" 2018-07-22 16:04:48,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3a21a7-5efc-492f-8c44-c828c710fa70 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:04:48,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8b3a21a7-5efc-492f-8c44-c828c710fa70 2018-07-22 16:04:48,481 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-4c260326-cb7a-413-user 2018-07-22 16:04:48,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/60c3d2ed5ce84c429b4197dd04734152 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}689c34c969d8640f14bf6aaebeb0fb52e61cf507" 2018-07-22 16:04:48,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-757579db-b483-42b7-9842-c7fbdf5ad8c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:04:48,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/60c3d2ed5ce84c429b4197dd04734152 used request id req-757579db-b483-42b7-9842-c7fbdf5ad8c8 2018-07-22 16:04:48,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:49,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["hiP4lWszRlm6ewP9HMigdg"], "issued_at": "2018-07-22T16:04:49.000000Z"}} 2018-07-22 16:04:49,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f48665ed9529e4e61b022370cc2c0e28b786c9" 2018-07-22 16:04:49,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-864a3d1d-708d-4a7b-b635-a8f0cdd3eb17 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:49,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-864a3d1d-708d-4a7b-b635-a8f0cdd3eb17 2018-07-22 16:04:49,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:49,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:49,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["hN8vG8dcSA-lC1GFA9tEMw"], "issued_at": "2018-07-22T16:04:49.000000Z"}} 2018-07-22 16:04:49,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:04:49,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7881a47e-d76e-4951-8f93-08d6e01820a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:49,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7881a47e-d76e-4951-8f93-08d6e01820a7 2018-07-22 16:04:49,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:04:49,583 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:04:49,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-87f2ce03-924f-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:04:49,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7509f491-643f-460a-a662-055b8bfb16e7 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-87f2ce03-924f-486-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:04:49,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-87f2ce03-924f-486-proj used request id req-7509f491-643f-460a-a662-055b8bfb16e7 2018-07-22 16:04:49,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:04:49,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c3ccd02-49ed-41bd-839f-b153d48d8d47 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:04:49,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0c3ccd02-49ed-41bd-839f-b153d48d8d47 2018-07-22 16:04:49,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}}' 2018-07-22 16:04:49,815 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:04:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff4b2c6a-28c4-4b44-8f58-a7efe59fe9bb Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "id": "741ead13bee54abba2935a6164b93b7c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:04:49,815 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ff4b2c6a-28c4-4b44-8f58-a7efe59fe9bb 2018-07-22 16:04:49,815 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-87f2ce03-924f-486-proj 2018-07-22 16:04:49,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:49,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:50,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:04:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ZmnRTRG7S7aioiBUPtmRzg"], "issued_at": "2018-07-22T16:04:50.000000Z"}} 2018-07-22 16:04:50,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b8d3bffaef9b8ae70644fde7f7a69ae447905" 2018-07-22 16:04:50,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337d55e6-a41e-45f1-96bd-b23d6612b76f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:50,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-337d55e6-a41e-45f1-96bd-b23d6612b76f 2018-07-22 16:04:50,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:04:50,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:04:50,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b8d3bffaef9b8ae70644fde7f7a69ae447905" 2018-07-22 16:04:50,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3078ec-cdb5-4e09-8896-3dcdede607e3 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:04:50,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fe3078ec-cdb5-4e09-8896-3dcdede607e3 2018-07-22 16:04:50,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-87f2ce03-924f-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b8d3bffaef9b8ae70644fde7f7a69ae447905" 2018-07-22 16:04:50,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a7f3ed-8149-4aa5-9d3c-22a355873265 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-87f2ce03-924f-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "id": "741ead13bee54abba2935a6164b93b7c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}]} 2018-07-22 16:04:50,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-87f2ce03-924f-486-proj used request id req-e6a7f3ed-8149-4aa5-9d3c-22a355873265 2018-07-22 16:04:50,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b8d3bffaef9b8ae70644fde7f7a69ae447905" 2018-07-22 16:04:50,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ea7b98-fe8a-4830-9e73-49799f39374c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:04:50,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-58ea7b98-fe8a-4830-9e73-49799f39374c 2018-07-22 16:04:50,922 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-87f2ce03-924f-486-user 2018-07-22 16:04:50,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:50,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:04:51,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1adac2a6-368e-4b5a-9189-5d54efdad435 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:04:51,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1adac2a6-368e-4b5a-9189-5d54efdad435 2018-07-22 16:04:51,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" -d '{"role": {"name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}}' 2018-07-22 16:04:51,121 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:04:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f67abd4-060a-4c24-b402-c9ce7ddb4fa9 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fd0f09901fe542e7bc45641a1d5384b2", "links": {"self": "http://172.30.9.28:5000/v3/roles/fd0f09901fe542e7bc45641a1d5384b2"}, "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}} 2018-07-22 16:04:51,122 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-6f67abd4-060a-4c24-b402-c9ce7ddb4fa9 2018-07-22 16:04:51,122 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role 2018-07-22 16:04:51,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/fd0f09901fe542e7bc45641a1d5384b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:04:51,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6410683-197a-4774-bb3b-fac6c8b30a35 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fd0f09901fe542e7bc45641a1d5384b2", "links": {"self": "http://172.30.9.28:5000/v3/roles/fd0f09901fe542e7bc45641a1d5384b2"}, "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}} 2018-07-22 16:04:51,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fd0f09901fe542e7bc45641a1d5384b2 used request id req-d6410683-197a-4774-bb3b-fac6c8b30a35 2018-07-22 16:04:51,208 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role to project InstanceSecurityGroupTests-87f2ce03-924f-486-proj 2018-07-22 16:04:51,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c/users/1108ed59fb984bcbbe66fc90cd2dd0c7/roles/fd0f09901fe542e7bc45641a1d5384b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:04:51,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:04:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c48ba11d-a9e0-456f-9e89-6cf500e6f5e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:04:51,333 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c/users/1108ed59fb984bcbbe66fc90cd2dd0c7/roles/fd0f09901fe542e7bc45641a1d5384b2 used request id req-c48ba11d-a9e0-456f-9e89-6cf500e6f5e5 2018-07-22 16:04:51,333 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:04:51,334 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:04:51,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:51,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:51,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd0f09901fe542e7bc45641a1d5384b2", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}], "expires_at": "2018-07-22T17:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-user", "id": "1108ed59fb984bcbbe66fc90cd2dd0c7"}, "audit_ids": ["sUW0_ywVQAmNvAv9-iqd7w"], "issued_at": "2018-07-22T16:04:51.000000Z"}} 2018-07-22 16:04:51,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" 2018-07-22 16:04:51,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc10bdd5-a6df-4d56-87c3-3580e7b42a30 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:51,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dc10bdd5-a6df-4d56-87c3-3580e7b42a30 2018-07-22 16:04:51,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" 2018-07-22 16:04:51,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-c3867afc-e7a9-4542-8bca-89d86379d40d Date: Sun, 22 Jul 2018 16:04:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image"} 2018-07-22 16:04:51,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image used request id req-c3867afc-e7a9-4542-8bca-89d86379d40d 2018-07-22 16:04:51,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" 2018-07-22 16:04:52,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0079dd21-0ca4-4356-9ed5-72a0b6d3d384 Date: Sun, 22 Jul 2018 16:04: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-07-22 16:04:52,001 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0079dd21-0ca4-4356-9ed5-72a0b6d3d384 2018-07-22 16:04:52,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image"}' 2018-07-22 16:04:52,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d4eb2222-f76f-4e33-a8be-14c85a72c4d6 Date: Sun, 22 Jul 2018 16:04:52 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:04:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:04:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "min_disk": 0, "protected": false, "id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "file": "/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/file", "checksum": null, "owner": "741ead13bee54abba2935a6164b93b7c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:04:52,070 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-d4eb2222-f76f-4e33-a8be-14c85a72c4d6 2018-07-22 16:04:52,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" -d '' 2018-07-22 16:04:53,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2994a57c-2bf9-4502-b2bb-1f4e2f5319d5 Date: Sun, 22 Jul 2018 16:04:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:04:53,143 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/file used request id req-2994a57c-2bf9-4502-b2bb-1f4e2f5319d5 2018-07-22 16:04:53,143 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:04:53,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" 2018-07-22 16:04:53,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a2cd8223-7faf-4f02-a80e-3d54ffd463aa Date: Sun, 22 Jul 2018 16:04:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:04:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:04:53Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/snap", "metadata": {}}], "self": "/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "min_disk": 0, "protected": false, "id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "file": "/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "741ead13bee54abba2935a6164b93b7c", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:04:53,163 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58 used request id req-a2cd8223-7faf-4f02-a80e-3d54ffd463aa 2018-07-22 16:04:53,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" 2018-07-22 16:04:53,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e90c21d4-7f6b-4889-87ad-610dd64040fa Date: Sun, 22 Jul 2018 16:04:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:04:53,172 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e90c21d4-7f6b-4889-87ad-610dd64040fa 2018-07-22 16:04:53,174 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image 2018-07-22 16:04:53,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" 2018-07-22 16:04:53,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ea4d020f-302e-463f-984b-f47b31bde439 Date: Sun, 22 Jul 2018 16:04:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:04:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:04:53Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/snap", "metadata": {}}], "self": "/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "min_disk": 0, "protected": false, "id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "file": "/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "741ead13bee54abba2935a6164b93b7c", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:04:53,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58 used request id req-ea4d020f-302e-463f-984b-f47b31bde439 2018-07-22 16:04:53,217 - create_image - DEBUG - Instance status is - active 2018-07-22 16:04:53,217 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image 2018-07-22 16:04:53,217 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image 2018-07-22 16:04:53,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:53,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:53,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd0f09901fe542e7bc45641a1d5384b2", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}], "expires_at": "2018-07-22T17:04:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-user", "id": "1108ed59fb984bcbbe66fc90cd2dd0c7"}, "audit_ids": ["hTh1wwGmQdOpNlWSyTBf-g"], "issued_at": "2018-07-22T16:04:53.000000Z"}} 2018-07-22 16:04:53,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" 2018-07-22 16:04:53,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1649668c-047a-462a-b671-64179a180019 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:53,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1649668c-047a-462a-b671-64179a180019 2018-07-22 16:04:53,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" 2018-07-22 16:04:53,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fd22be5a-a87a-47ab-8d5b-85b22f3baf54 Date: Sun, 22 Jul 2018 16:04:53 GMT RESP BODY: {"networks":[]} 2018-07-22 16:04:53,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-fd22be5a-a87a-47ab-8d5b-85b22f3baf54 2018-07-22 16:04:53,900 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net 2018-07-22 16:04:53,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" -d '{"network": {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net", "admin_state_up": true}}' 2018-07-22 16:04:54,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-3d4bf78f-c944-431a-b7eb-3044a34d9076 Date: Sun, 22 Jul 2018 16:04:54 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:04:54Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}} 2018-07-22 16:04:54,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3d4bf78f-c944-431a-b7eb-3044a34d9076 2018-07-22 16:04:54,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" 2018-07-22 16:04:54,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-2c497e4c-7aa6-4c30-8aee-e85cf2bccebd Date: Sun, 22 Jul 2018 16:04:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T16:04:54Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:04:54,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-2c497e4c-7aa6-4c30-8aee-e85cf2bccebd 2018-07-22 16:04:54,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" 2018-07-22 16:04:54,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-58730f33-96f0-422d-813c-56e3768a878d Date: Sun, 22 Jul 2018 16:04:54 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:04:54,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-58730f33-96f0-422d-813c-56e3768a878d 2018-07-22 16:04:54,737 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet 2018-07-22 16:04:54,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" -d '{"subnets": [{"ip_version": 4, "network_id": "00a13a56-2c0b-42dc-9175-fe6bf4cae164", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]}' 2018-07-22 16:04:55,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0f0b0c79-aac6-4e2e-ad22-9376421ec6eb Date: Sun, 22 Jul 2018 16:04:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:04:55,539 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-0f0b0c79-aac6-4e2e-ad22-9376421ec6eb 2018-07-22 16:04:55,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" 2018-07-22 16:04:55,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a3fd3c31-7cc4-4e15-be7e-b67df42c6b8d Date: Sun, 22 Jul 2018 16:04:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:04:55,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-a3fd3c31-7cc4-4e15-be7e-b67df42c6b8d 2018-07-22 16:04:55,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" 2018-07-22 16:04:55,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c3b74540-c5fb-483b-b93b-fde57fe38922 Date: Sun, 22 Jul 2018 16:04:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:04:55,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-c3b74540-c5fb-483b-b93b-fde57fe38922 2018-07-22 16:04:55,732 - OpenStackNetwork - DEBUG - Network [00a13a56-2c0b-42dc-9175-fe6bf4cae164] created successfully 2018-07-22 16:04:55,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:55,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:56,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["WPfQ14vBQ2aMwkHIiKqe2A"], "issued_at": "2018-07-22T16:04:56.000000Z"}} 2018-07-22 16:04:56,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53292b45f65009b3b2da7d07e8e84110af4766cb" 2018-07-22 16:04:56,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1532917c-209d-4e99-93f5-fb5163ca63c8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:56,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1532917c-209d-4e99-93f5-fb5163ca63c8 2018-07-22 16:04:56,261 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:04:56,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53292b45f65009b3b2da7d07e8e84110af4766cb" 2018-07-22 16:04:56,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04: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-ad32ba00-547d-4764-8373-735e2fb19796 x-compute-request-id: req-ad32ba00-547d-4764-8373-735e2fb19796 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:04:56,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ad32ba00-547d-4764-8373-735e2fb19796 2018-07-22 16:04:56,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53292b45f65009b3b2da7d07e8e84110af4766cb" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-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-07-22 16:04:56,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04: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-5e5fc348-aa26-4ea0-b479-aecb1bb4307c x-compute-request-id: req-5e5fc348-aa26-4ea0-b479-aecb1bb4307c Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "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": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac"}} 2018-07-22 16:04:56,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5e5fc348-aa26-4ea0-b479-aecb1bb4307c 2018-07-22 16:04:56,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:56,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:56,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd0f09901fe542e7bc45641a1d5384b2", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}], "expires_at": "2018-07-22T17:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-user", "id": "1108ed59fb984bcbbe66fc90cd2dd0c7"}, "audit_ids": ["TS9O6GaYT9SD2fA4L3kT_g"], "issued_at": "2018-07-22T16:04:56.000000Z"}} 2018-07-22 16:04:56,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63a2d1f5-fab7-4b5e-8c20-8bad58c88bf3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:57,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-63a2d1f5-fab7-4b5e-8c20-8bad58c88bf3 2018-07-22 16:04:57,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-91b0b205-999a-44b2-bc85-aa2403006f4e Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_groups": []} 2018-07-22 16:04:57,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name&description=hello+group used request id req-91b0b205-999a-44b2-bc85-aa2403006f4e 2018-07-22 16:04:57,227 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name... 2018-07-22 16:04:57,227 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name 2018-07-22 16:04:57,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" -d '{"security_group": {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name", "description": "hello group"}}' 2018-07-22 16:04:57,439 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b6233f7b-bbf6-4fda-8f2d-a33524771a87 Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "updated_at": "2018-07-22T16:04:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "revision_number": 0, "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "741ead13bee54abba2935a6164b93b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "revision_number": 0, "id": "5b89a9b7-2126-403b-bacc-504066f47993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "741ead13bee54abba2935a6164b93b7c"}], "revision_number": 2, "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}} 2018-07-22 16:04:57,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-b6233f7b-bbf6-4fda-8f2d-a33524771a87 2018-07-22 16:04:57,440 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ba1e5f6-9128-4b9d-8f76-9742d81acd2e 2018-07-22 16:04:57,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-db811b9b-4cfa-4387-b014-b94b7dd08dc7 Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "5b89a9b7-2126-403b-bacc-504066f47993"}]} 2018-07-22 16:04:57,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-db811b9b-4cfa-4387-b014-b94b7dd08dc7 2018-07-22 16:04:57,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ba1e5f6-9128-4b9d-8f76-9742d81acd2e 2018-07-22 16:04:57,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d1805c7-228d-4c87-95dd-ba835fe5ea93 Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "5b89a9b7-2126-403b-bacc-504066f47993"}]} 2018-07-22 16:04:57,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-7d1805c7-228d-4c87-95dd-ba835fe5ea93 2018-07-22 16:04:57,566 - neutron_utils - INFO - Retrieving security group with ID - 7ba1e5f6-9128-4b9d-8f76-9742d81acd2e 2018-07-22 16:04:57,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-4224e7d6-53b4-428c-98eb-58f12b405f30 Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "updated_at": "2018-07-22T16:04:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "revision_number": 0, "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "741ead13bee54abba2935a6164b93b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "revision_number": 0, "id": "5b89a9b7-2126-403b-bacc-504066f47993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "741ead13bee54abba2935a6164b93b7c"}], "revision_number": 2, "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}]} 2018-07-22 16:04:57,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-4224e7d6-53b4-428c-98eb-58f12b405f30 2018-07-22 16:04:57,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ba1e5f6-9128-4b9d-8f76-9742d81acd2e 2018-07-22 16:04:57,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-13b8e859-2ce1-4a0e-8afe-3c5c9b784dfe Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "5b89a9b7-2126-403b-bacc-504066f47993"}]} 2018-07-22 16:04:57,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-13b8e859-2ce1-4a0e-8afe-3c5c9b784dfe 2018-07-22 16:04:57,692 - neutron_utils - INFO - Retrieving security group with ID - 7ba1e5f6-9128-4b9d-8f76-9742d81acd2e 2018-07-22 16:04:57,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c642ba5b-a1b2-418c-9bbb-beb0a45cc8cf Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "updated_at": "2018-07-22T16:04:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "revision_number": 0, "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "741ead13bee54abba2935a6164b93b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "revision_number": 0, "id": "5b89a9b7-2126-403b-bacc-504066f47993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "741ead13bee54abba2935a6164b93b7c"}], "revision_number": 2, "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}]} 2018-07-22 16:04:57,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-c642ba5b-a1b2-418c-9bbb-beb0a45cc8cf 2018-07-22 16:04:57,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ba1e5f6-9128-4b9d-8f76-9742d81acd2e 2018-07-22 16:04:57,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-be9c4948-de95-42dd-8896-4aacff161358 Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "5b89a9b7-2126-403b-bacc-504066f47993"}]} 2018-07-22 16:04:57,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-be9c4948-de95-42dd-8896-4aacff161358 2018-07-22 16:04:57,769 - neutron_utils - INFO - Retrieving security group with ID - 7ba1e5f6-9128-4b9d-8f76-9742d81acd2e 2018-07-22 16:04:57,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f07ef227-d315-42fc-b538-d4687948468f Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "updated_at": "2018-07-22T16:04:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "revision_number": 0, "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "741ead13bee54abba2935a6164b93b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "revision_number": 0, "id": "5b89a9b7-2126-403b-bacc-504066f47993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "741ead13bee54abba2935a6164b93b7c"}], "revision_number": 2, "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}]} 2018-07-22 16:04:57,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-f07ef227-d315-42fc-b538-d4687948468f 2018-07-22 16:04:57,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ba1e5f6-9128-4b9d-8f76-9742d81acd2e 2018-07-22 16:04:57,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:04:57,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b72b5bbd-f94e-4398-8afb-f1d48fe5458b Date: Sun, 22 Jul 2018 16:04:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "3624ef6b-fe9d-4e31-91f1-5c88703dc6c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:57Z", "security_group_id": "7ba1e5f6-9128-4b9d-8f76-9742d81acd2e", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:57Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "5b89a9b7-2126-403b-bacc-504066f47993"}]} 2018-07-22 16:04:57,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-b72b5bbd-f94e-4398-8afb-f1d48fe5458b 2018-07-22 16:04:57,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:57,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:58,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd0f09901fe542e7bc45641a1d5384b2", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}], "expires_at": "2018-07-22T17:04:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-user", "id": "1108ed59fb984bcbbe66fc90cd2dd0c7"}, "audit_ids": ["HrrcBljTSrK8RNScT94mmw"], "issued_at": "2018-07-22T16:04:58.000000Z"}} 2018-07-22 16:04:58,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:58,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b398beb-23a5-407e-b621-cfb534c8d325 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:58,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0b398beb-23a5-407e-b621-cfb534c8d325 2018-07-22 16:04:58,305 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:04:58,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:58,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949cb7aa-97a3-422b-b267-3266d4005332 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:58,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-949cb7aa-97a3-422b-b267-3266d4005332 2018-07-22 16:04:58,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:58,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1df4d762-7dd5-42b9-ae92-5b5bb6edd301 Date: Sun, 22 Jul 2018 16:04: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":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:04:58,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-1df4d762-7dd5-42b9-ae92-5b5bb6edd301 2018-07-22 16:04:58,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:04:58,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:04:58,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:58,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-912fcf73-767e-4697-8ee0-f56242db04f4 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:04:58,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-912fcf73-767e-4697-8ee0-f56242db04f4 2018-07-22 16:04:58,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:58,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-802197f2-5aab-4527-8438-e34e6caab7e2 Date: Sun, 22 Jul 2018 16:04:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:04:58,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-802197f2-5aab-4527-8438-e34e6caab7e2 2018-07-22 16:04:58,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:58,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-35e46b6b-6f2a-40f6-9910-b39413272860 Date: Sun, 22 Jul 2018 16:04:58 GMT RESP BODY: {"ports":[]} 2018-07-22 16:04:58,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port&admin_state_up=True used request id req-35e46b6b-6f2a-40f6-9910-b39413272860 2018-07-22 16:04:58,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:59,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3422c587-4397-4ea5-8b67-26d8abef55da x-compute-request-id: req-3422c587-4397-4ea5-8b67-26d8abef55da Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:04:59,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst used request id req-3422c587-4397-4ea5-8b67-26d8abef55da 2018-07-22 16:04:59,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:59,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e6e3afa5-f5a1-44f0-9abb-1c9c18f82dd9 Date: Sun, 22 Jul 2018 16:04: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":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:04:59,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-e6e3afa5-f5a1-44f0-9abb-1c9c18f82dd9 2018-07-22 16:04:59,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:59,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0ebb09-92b6-45fb-a794-dd9896fba0f5 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:04:59,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-6d0ebb09-92b6-45fb-a794-dd9896fba0f5 2018-07-22 16:04:59,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:59,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-96867982-d85e-4f2f-bf16-f5b88f19d085 Date: Sun, 22 Jul 2018 16:04:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:04:59,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-96867982-d85e-4f2f-bf16-f5b88f19d085 2018-07-22 16:04:59,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:59,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-68fa4045-67cc-4889-b90d-473f94938aff Date: Sun, 22 Jul 2018 16:04:59 GMT RESP BODY: {"ports":[]} 2018-07-22 16:04:59,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port&admin_state_up=True used request id req-68fa4045-67cc-4889-b90d-473f94938aff 2018-07-22 16:04:59,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:04:59,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:04:59,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd0f09901fe542e7bc45641a1d5384b2", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}], "expires_at": "2018-07-22T17:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-user", "id": "1108ed59fb984bcbbe66fc90cd2dd0c7"}, "audit_ids": ["feIFjP0aS4eRxHehOtxH6Q"], "issued_at": "2018-07-22T16:04:59.000000Z"}} 2018-07-22 16:04:59,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628b3a7bd3cb702d05472d22fd24316e11d52f70" 2018-07-22 16:04:59,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967b34b5-6f70-4d53-9e28-4f21f7861638 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:04:59,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-967b34b5-6f70-4d53-9e28-4f21f7861638 2018-07-22 16:04:59,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:04:59,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-680b2854-de27-4b26-ba33-a0fad4757227 Date: Sun, 22 Jul 2018 16:04: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":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:04:59,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-680b2854-de27-4b26-ba33-a0fad4757227 2018-07-22 16:04:59,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:00,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c23c1efd-2fab-4c33-9840-4346e0856b3d Date: Sun, 22 Jul 2018 16:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:05:00,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-c23c1efd-2fab-4c33-9840-4346e0856b3d 2018-07-22 16:05:00,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:00,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-38627ca5-7725-4aca-8510-0fb8cd5227c2 Date: Sun, 22 Jul 2018 16:05: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":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:05:00,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-38627ca5-7725-4aca-8510-0fb8cd5227c2 2018-07-22 16:05:00,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:05:00,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:05: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:05:00,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628b3a7bd3cb702d05472d22fd24316e11d52f70" 2018-07-22 16:05:00,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152e3949-a64a-4a42-9824-84520618c686 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:00,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-152e3949-a64a-4a42-9824-84520618c686 2018-07-22 16:05:00,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:00,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f4c98b9d-25d7-47ab-884e-78ee214dce20 Date: Sun, 22 Jul 2018 16:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:05:00,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-f4c98b9d-25d7-47ab-884e-78ee214dce20 2018-07-22 16:05:00,276 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net 2018-07-22 16:05:00,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" -d '{"port": {"network_id": "00a13a56-2c0b-42dc-9175-fe6bf4cae164", "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port", "admin_state_up": true}}' 2018-07-22 16:05:00,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 761 X-Openstack-Request-Id: req-3f4ba3ad-1040-46e3-b53b-2d2a5596196a Date: Sun, 22 Jul 2018 16:05:00 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:05:00Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:05:00Z","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:28:21:66","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.12"}],"id":"1e787a20-3611-4110-8821-dd1f40718d9c","security_groups":["4e52b986-219f-43f3-9534-5481d4fb5944"],"device_id":""}} 2018-07-22 16:05:00,966 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-3f4ba3ad-1040-46e3-b53b-2d2a5596196a 2018-07-22 16:05:00,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-1a793181-02d6-46ef-92d1-42561c5c3a2b Date: Sun, 22 Jul 2018 16:05:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:05:01,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-1a793181-02d6-46ef-92d1-42561c5c3a2b 2018-07-22 16:05:01,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c548dd3-867b-4117-a604-0eb705b52a18 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:01,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-2c548dd3-867b-4117-a604-0eb705b52a18 2018-07-22 16:05:01,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8912845f-2e5d-4c74-b357-98e6ed10c585 Date: Sun, 22 Jul 2018 16:05:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:05:01,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-8912845f-2e5d-4c74-b357-98e6ed10c585 2018-07-22 16:05:01,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 764 X-Openstack-Request-Id: req-11dbce10-0e55-4352-b648-1bfdfe53185c Date: Sun, 22 Jul 2018 16:05:01 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:05:00Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:00Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:28:21:66","id":"1e787a20-3611-4110-8821-dd1f40718d9c","port_security_enabled":true,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["4e52b986-219f-43f3-9534-5481d4fb5944"],"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port"}]} 2018-07-22 16:05:01,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port&admin_state_up=True used request id req-11dbce10-0e55-4352-b648-1bfdfe53185c 2018-07-22 16:05:01,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e126c26-f31f-46df-8295-dd45d094ae62 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:01,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-7e126c26-f31f-46df-8295-dd45d094ae62 2018-07-22 16:05:01,492 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst 2018-07-22 16:05:01,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1b27f9c-700c-496d-adcc-6011b05b16f0 x-compute-request-id: req-e1b27f9c-700c-496d-adcc-6011b05b16f0 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-flavor-name"}]} 2018-07-22 16:05:01,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e1b27f9c-700c-496d-adcc-6011b05b16f0 2018-07-22 16:05:01,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93e89167-a7d2-4d25-98e8-813dcbddcba7 x-compute-request-id: req-93e89167-a7d2-4d25-98e8-813dcbddcba7 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "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": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac"}} 2018-07-22 16:05:01,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac used request id req-93e89167-a7d2-4d25-98e8-813dcbddcba7 2018-07-22 16:05:01,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-1e5c60c7-760e-4161-a581-c4270920a761 Date: Sun, 22 Jul 2018 16:05:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:04:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:04:53Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/snap", "metadata": {}}], "self": "/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "min_disk": 0, "protected": false, "id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "file": "/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "741ead13bee54abba2935a6164b93b7c", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/34029f7e-5dcc-480f-bac0-f5f72136aa58/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image"} 2018-07-22 16:05:01,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image used request id req-1e5c60c7-760e-4161-a581-c4270920a761 2018-07-22 16:05:01,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:01,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0dac4270-455c-4090-aec7-be0ebb36f60a Date: Sun, 22 Jul 2018 16:05: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-07-22 16:05:01,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0dac4270-455c-4090-aec7-be0ebb36f60a 2018-07-22 16:05:01,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" -d '{"server": {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "imageRef": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "flavorRef": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "max_count": 1, "min_count": 1, "networks": [{"port": "1e787a20-3611-4110-8821-dd1f40718d9c"}], "security_groups": [{"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}]}}' 2018-07-22 16:05:03,289 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:05:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ba219df-1e7a-44ff-8050-bd1bee7a1ddb x-compute-request-id: req-0ba219df-1e7a-44ff-8050-bd1bee7a1ddb Content-Length: 435 location: http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "adminPass": "hGcBQ9F2HNRR"}} 2018-07-22 16:05:03,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-0ba219df-1e7a-44ff-8050-bd1bee7a1ddb 2018-07-22 16:05:03,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:03,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43ce0a4b-4b6b-4c37-b742-9708d6a802e3 x-compute-request-id: req-43ce0a4b-4b6b-4c37-b742-9708d6a802e3 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "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-07-22T16:05:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:03,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-43ce0a4b-4b6b-4c37-b742-9708d6a802e3 2018-07-22 16:05:03,755 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst 2018-07-22 16:05:03,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:04,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4b51eff-463e-443f-8ee5-45c9e50d2ee0 x-compute-request-id: req-e4b51eff-463e-443f-8ee5-45c9e50d2ee0 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:05:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:04,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-e4b51eff-463e-443f-8ee5-45c9e50d2ee0 2018-07-22 16:05:04,199 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst] is - BUILD 2018-07-22 16:05:04,199 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:05:07,202 - create_instance - DEBUG - VM status query timeout in 896.552892923 2018-07-22 16:05:07,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:07,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d3d7818-7c2e-4229-9164-7d769e88081e x-compute-request-id: req-2d3d7818-7c2e-4229-9164-7d769e88081e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:05:04Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:07,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-2d3d7818-7c2e-4229-9164-7d769e88081e 2018-07-22 16:05:07,526 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst] is - BUILD 2018-07-22 16:05:07,526 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:05:10,530 - create_instance - DEBUG - VM status query timeout in 893.225326061 2018-07-22 16:05:10,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:10,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64c59c05-71ee-486f-9da8-29b095e564e9 x-compute-request-id: req-64c59c05-71ee-486f-9da8-29b095e564e9 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:10,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-64c59c05-71ee-486f-9da8-29b095e564e9 2018-07-22 16:05:10,706 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst] is - ACTIVE 2018-07-22 16:05:10,706 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:05:10,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:10,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e300190-c075-48ee-9de0-05e0990886e2 x-compute-request-id: req-0e300190-c075-48ee-9de0-05e0990886e2 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:10,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-0e300190-c075-48ee-9de0-05e0990886e2 2018-07-22 16:05:10,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:10,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-79801a07-135b-4e68-bb49-673dcf768edb Date: Sun, 22 Jul 2018 16:05:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:05:10,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-79801a07-135b-4e68-bb49-673dcf768edb 2018-07-22 16:05:10,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:11,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5ebdabd-0618-45fa-985f-3f3ddb416696 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:11,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-f5ebdabd-0618-45fa-985f-3f3ddb416696 2018-07-22 16:05:11,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:11,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-867733ee-0e52-40af-8ded-64590788bb0d Date: Sun, 22 Jul 2018 16:05:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:05:11,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-867733ee-0e52-40af-8ded-64590788bb0d 2018-07-22 16:05:11,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:11,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-236f757a-6bce-4a0f-907f-318cc427af9d Date: Sun, 22 Jul 2018 16:05:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00a13a56-2c0b-42dc-9175-fe6bf4cae164","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5e:cf:ad","id":"05a238e4-f172-4fa8-aa3b-9c09844d8c15","port_security_enabled":false,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:05:00Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:07Z","binding:vnic_type":"normal","device_id":"0f9eeacd-a96c-4892-ba38-48b1ceee7373","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:28:21:66","id":"1e787a20-3611-4110-8821-dd1f40718d9c","port_security_enabled":true,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["4e52b986-219f-43f3-9534-5481d4fb5944"],"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port"}]} 2018-07-22 16:05:11,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-236f757a-6bce-4a0f-907f-318cc427af9d 2018-07-22 16:05:11,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:11,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c5d65ac-a15a-4a14-9df4-8efde6046ea2 x-compute-request-id: req-2c5d65ac-a15a-4a14-9df4-8efde6046ea2 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:11,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-2c5d65ac-a15a-4a14-9df4-8efde6046ea2 2018-07-22 16:05:11,531 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst] is - ACTIVE 2018-07-22 16:05:11,531 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:05:11,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:11,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0627070-9e2c-419d-9609-e85cefe4579a x-compute-request-id: req-e0627070-9e2c-419d-9609-e85cefe4579a Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:11,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-e0627070-9e2c-419d-9609-e85cefe4579a 2018-07-22 16:05:11,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:11,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-96321ce3-96b3-4409-b5f3-84f366708db1 Date: Sun, 22 Jul 2018 16:05: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":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:05:11,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-96321ce3-96b3-4409-b5f3-84f366708db1 2018-07-22 16:05:11,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:11,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ec0226-6f2d-4efd-8ff2-f0d5afb566ef Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:11,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-62ec0226-6f2d-4efd-8ff2-f0d5afb566ef 2018-07-22 16:05:11,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:11,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c3f7ca26-fe0c-4691-8f63-99c83c1d1b2d Date: Sun, 22 Jul 2018 16:05:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:05:11,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-c3f7ca26-fe0c-4691-8f63-99c83c1d1b2d 2018-07-22 16:05:11,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:12,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-f4c42553-3495-4b3f-8678-db68fcd7b01f Date: Sun, 22 Jul 2018 16:05:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00a13a56-2c0b-42dc-9175-fe6bf4cae164","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5e:cf:ad","id":"05a238e4-f172-4fa8-aa3b-9c09844d8c15","port_security_enabled":false,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:05:00Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:07Z","binding:vnic_type":"normal","device_id":"0f9eeacd-a96c-4892-ba38-48b1ceee7373","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:28:21:66","id":"1e787a20-3611-4110-8821-dd1f40718d9c","port_security_enabled":true,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["4e52b986-219f-43f3-9534-5481d4fb5944"],"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port"}]} 2018-07-22 16:05:12,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-f4c42553-3495-4b3f-8678-db68fcd7b01f 2018-07-22 16:05:12,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}}' 2018-07-22 16:05:12,795 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:05:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca4811a0-453d-4ee5-9d02-41895e1a8a0e x-compute-request-id: req-ca4811a0-453d-4ee5-9d02-41895e1a8a0e Content-Length: 0 Content-Type: application/json 2018-07-22 16:05:12,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373/action used request id req-ca4811a0-453d-4ee5-9d02-41895e1a8a0e 2018-07-22 16:05:12,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:13,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd0f09901fe542e7bc45641a1d5384b2", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role"}], "expires_at": "2018-07-22T17:05:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_741ead13bee54abba2935a6164b93b7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-user", "id": "1108ed59fb984bcbbe66fc90cd2dd0c7"}, "audit_ids": ["_ybJjAIsTnyYoxSpspbhEQ"], "issued_at": "2018-07-22T16:05:13.000000Z"}} 2018-07-22 16:05:13,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3485dee2ccd5ee231d9274d4d49c65fe69c2b5a6" 2018-07-22 16:05:13,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2c28976-44fe-460c-94f9-2c04f3c11e28 x-compute-request-id: req-a2c28976-44fe-460c-94f9-2c04f3c11e28 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:13,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-a2c28976-44fe-460c-94f9-2c04f3c11e28 2018-07-22 16:05:13,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb981f85-95f3-4446-99ea-6ae14705aec3 x-compute-request-id: req-cb981f85-95f3-4446-99ea-6ae14705aec3 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:14,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-cb981f85-95f3-4446-99ea-6ae14705aec3 2018-07-22 16:05:14,009 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst] is - ACTIVE 2018-07-22 16:05:14,009 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:05:14,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05: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-24ecf14a-ff8c-4add-aba1-1ad202a3ab54 x-compute-request-id: req-24ecf14a-ff8c-4add-aba1-1ad202a3ab54 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:14,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-24ecf14a-ff8c-4add-aba1-1ad202a3ab54 2018-07-22 16:05:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-c33ffd84-3970-4e4b-bcab-023c11d33722 Date: Sun, 22 Jul 2018 16:05: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":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:05:14,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-c33ffd84-3970-4e4b-bcab-023c11d33722 2018-07-22 16:05:14,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-749a3f29-d62c-4090-9ab1-1856bf000092 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:14,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-749a3f29-d62c-4090-9ab1-1856bf000092 2018-07-22 16:05:14,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-aaa09958-0e85-4d30-b798-32faa4ce560a Date: Sun, 22 Jul 2018 16:05:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:05:14,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-aaa09958-0e85-4d30-b798-32faa4ce560a 2018-07-22 16:05:14,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1592 X-Openstack-Request-Id: req-37627f5c-27d8-48a6-a945-c0fea769813b Date: Sun, 22 Jul 2018 16:05:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00a13a56-2c0b-42dc-9175-fe6bf4cae164","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5e:cf:ad","id":"05a238e4-f172-4fa8-aa3b-9c09844d8c15","port_security_enabled":false,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:05:00Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:12Z","binding:vnic_type":"normal","device_id":"0f9eeacd-a96c-4892-ba38-48b1ceee7373","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:28:21:66","id":"1e787a20-3611-4110-8821-dd1f40718d9c","port_security_enabled":true,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["4e52b986-219f-43f3-9534-5481d4fb5944","7ba1e5f6-9128-4b9d-8f76-9742d81acd2e"],"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port"}]} 2018-07-22 16:05:14,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-37627f5c-27d8-48a6-a945-c0fea769813b 2018-07-22 16:05:14,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05: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-7a29dd8c-e3e9-4802-980e-0303cbc93078 x-compute-request-id: req-7a29dd8c-e3e9-4802-980e-0303cbc93078 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:14,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-7a29dd8c-e3e9-4802-980e-0303cbc93078 2018-07-22 16:05:14,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-97d64cfe-6a2f-402f-8909-af6ec05cd9db Date: Sun, 22 Jul 2018 16:05: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":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:05:14,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-97d64cfe-6a2f-402f-8909-af6ec05cd9db 2018-07-22 16:05:14,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144526be-4ede-45b7-985c-e9021b4560b7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:14,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-144526be-4ede-45b7-985c-e9021b4560b7 2018-07-22 16:05:14,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5dceb622-36ac-4fd4-a3f8-88832457b306 Date: Sun, 22 Jul 2018 16:05:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:05:14,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-5dceb622-36ac-4fd4-a3f8-88832457b306 2018-07-22 16:05:14,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:14,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1592 X-Openstack-Request-Id: req-fb642fdf-764f-492b-953b-92caf6fadec1 Date: Sun, 22 Jul 2018 16:05:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00a13a56-2c0b-42dc-9175-fe6bf4cae164","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5e:cf:ad","id":"05a238e4-f172-4fa8-aa3b-9c09844d8c15","port_security_enabled":false,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:05:00Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:12Z","binding:vnic_type":"normal","device_id":"0f9eeacd-a96c-4892-ba38-48b1ceee7373","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:28:21:66","id":"1e787a20-3611-4110-8821-dd1f40718d9c","port_security_enabled":true,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["4e52b986-219f-43f3-9534-5481d4fb5944","7ba1e5f6-9128-4b9d-8f76-9742d81acd2e"],"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port"}]} 2018-07-22 16:05:14,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-fb642fdf-764f-492b-953b-92caf6fadec1 2018-07-22 16:05:14,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name"}}' 2018-07-22 16:05:15,603 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:05: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-81cf9e54-c675-4fa1-b79c-4bdbd546a8b0 x-compute-request-id: req-81cf9e54-c675-4fa1-b79c-4bdbd546a8b0 Content-Length: 0 Content-Type: application/json 2018-07-22 16:05:15,603 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373/action used request id req-81cf9e54-c675-4fa1-b79c-4bdbd546a8b0 2018-07-22 16:05:15,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:16,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14581299-1127-4178-a848-f4d8d3e72202 x-compute-request-id: req-14581299-1127-4178-a848-f4d8d3e72202 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:16,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-14581299-1127-4178-a848-f4d8d3e72202 2018-07-22 16:05:16,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:16,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f63c1562-c08d-4b03-825a-c40f1ef6e343 Date: Sun, 22 Jul 2018 16:05: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":["906cf4f1-fc07-4f20-8d56-028c10771e84"],"updated_at":"2018-07-22T16:04:55Z","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"741ead13bee54abba2935a6164b93b7c","id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net"}]} 2018-07-22 16:05:16,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net used request id req-f63c1562-c08d-4b03-825a-c40f1ef6e343 2018-07-22 16:05:16,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:16,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55018d56-8469-43b4-82a1-8aec040287b9 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:16,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-55018d56-8469-43b4-82a1-8aec040287b9 2018-07-22 16:05:16,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:16,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-02ce5605-7c30-47d5-b58c-dec2bfb223ac Date: Sun, 22 Jul 2018 16:05:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:04:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"741ead13bee54abba2935a6164b93b7c","id":"906cf4f1-fc07-4f20-8d56-028c10771e84","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet"}]} 2018-07-22 16:05:16,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-02ce5605-7c30-47d5-b58c-dec2bfb223ac 2018-07-22 16:05:16,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:16,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1553 X-Openstack-Request-Id: req-20e16a53-7af0-4f6d-a265-4ba1f0c6038e Date: Sun, 22 Jul 2018 16:05:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:04:55Z","admin_state_up":true,"updated_at":"2018-07-22T16:04:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-00a13a56-2c0b-42dc-9175-fe6bf4cae164","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:5e:cf:ad","id":"05a238e4-f172-4fa8-aa3b-9c09844d8c15","port_security_enabled":false,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00a13a56-2c0b-42dc-9175-fe6bf4cae164","tenant_id":"741ead13bee54abba2935a6164b93b7c","created_at":"2018-07-22T16:05:00Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:15Z","binding:vnic_type":"normal","device_id":"0f9eeacd-a96c-4892-ba38-48b1ceee7373","device_owner":"compute:nova","revision_number":14,"mac_address":"fa:16:3e:28:21:66","id":"1e787a20-3611-4110-8821-dd1f40718d9c","port_security_enabled":true,"project_id":"741ead13bee54abba2935a6164b93b7c","fixed_ips":[{"subnet_id":"906cf4f1-fc07-4f20-8d56-028c10771e84","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["4e52b986-219f-43f3-9534-5481d4fb5944"],"name":"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port"}]} 2018-07-22 16:05:16,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-20e16a53-7af0-4f6d-a265-4ba1f0c6038e 2018-07-22 16:05:16,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3485dee2ccd5ee231d9274d4d49c65fe69c2b5a6" 2018-07-22 16:05:16,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f939836-f712-461e-b25b-25b599276a05 x-compute-request-id: req-8f939836-f712-461e-b25b-25b599276a05 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:21:66", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "security_groups": [{"name": "default"}], "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:07Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:16,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-8f939836-f712-461e-b25b-25b599276a05 2018-07-22 16:05:16,832 - create_instance - INFO - Deleting Port with ID - 1e787a20-3611-4110-8821-dd1f40718d9c 2018-07-22 16:05:16,832 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-port 2018-07-22 16:05:16,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/1e787a20-3611-4110-8821-dd1f40718d9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:17,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-525f86fb-e634-4cac-97e9-bfe4cf27fe61 Date: Sun, 22 Jul 2018 16:05:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:17,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/1e787a20-3611-4110-8821-dd1f40718d9c used request id req-525f86fb-e634-4cac-97e9-bfe4cf27fe61 2018-07-22 16:05:17,407 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst 2018-07-22 16:05:17,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:17,548 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-955239a8-c75f-44e7-87a4-82eabdc7814b x-compute-request-id: req-955239a8-c75f-44e7-87a4-82eabdc7814b Content-Type: application/json 2018-07-22 16:05:17,548 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-955239a8-c75f-44e7-87a4-82eabdc7814b 2018-07-22 16:05:17,549 - create_instance - INFO - Checking deletion status 2018-07-22 16:05:17,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:17,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90c719e2-41ed-4ca7-a663-579e52becb0f x-compute-request-id: req-90c719e2-41ed-4ca7-a663-579e52becb0f Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373", "rel": "bookmark"}], "image": {"id": "34029f7e-5dcc-480f-bac0-f5f72136aa58", "links": [{"href": "http://172.30.9.28:8774/images/34029f7e-5dcc-480f-bac0-f5f72136aa58", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:07.000000", "flavor": {"id": "6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "links": [{"href": "http://172.30.9.28:8774/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac", "rel": "bookmark"}]}, "id": "0f9eeacd-a96c-4892-ba38-48b1ceee7373", "user_id": "1108ed59fb984bcbbe66fc90cd2dd0c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:17Z", "hostId": "677a67cfc75e00a594321001f35616af6d3f9461badc4beb026d6ded", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst", "created": "2018-07-22T16:05:03Z", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:17,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-90c719e2-41ed-4ca7-a663-579e52becb0f 2018-07-22 16:05:17,671 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst] is - ACTIVE 2018-07-22 16:05:17,672 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:05:20,675 - create_instance - DEBUG - VM status query timeout in 296.874056816 2018-07-22 16:05:20,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a703a71776238f22bd9261da7f93e54b675f30" 2018-07-22 16:05:20,910 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:05:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01cd4727-4318-4c53-a208-977896ba537b x-compute-request-id: req-01cd4727-4318-4c53-a208-977896ba537b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0f9eeacd-a96c-4892-ba38-48b1ceee7373 could not be found.", "code": 404}} 2018-07-22 16:05:20,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0f9eeacd-a96c-4892-ba38-48b1ceee7373 used request id req-01cd4727-4318-4c53-a208-977896ba537b 2018-07-22 16:05:20,911 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0f9eeacd-a96c-4892-ba38-48b1ceee7373 could not be found. (HTTP 404) (Request-ID: req-01cd4727-4318-4c53-a208-977896ba537b) 2018-07-22 16:05:20,911 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-inst 2018-07-22 16:05:20,912 - neutron_utils - INFO - Deleting security group rule with ID - 3624ef6b-fe9d-4e31-91f1-5c88703dc6c4 2018-07-22 16:05:20,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/3624ef6b-fe9d-4e31-91f1-5c88703dc6c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:05:21,164 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-854aea3b-fd9d-4c41-b1ef-c24721b94517 Content-Length: 0 Date: Sun, 22 Jul 2018 16:05:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:21,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/3624ef6b-fe9d-4e31-91f1-5c88703dc6c4 used request id req-854aea3b-fd9d-4c41-b1ef-c24721b94517 2018-07-22 16:05:21,164 - neutron_utils - INFO - Deleting security group rule with ID - 5b89a9b7-2126-403b-bacc-504066f47993 2018-07-22 16:05:21,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/5b89a9b7-2126-403b-bacc-504066f47993 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:05:21,286 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa5c9dd0-fb1b-4b2b-9438-84eb6225ab95 Content-Length: 0 Date: Sun, 22 Jul 2018 16:05:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:21,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/5b89a9b7-2126-403b-bacc-504066f47993 used request id req-aa5c9dd0-fb1b-4b2b-9438-84eb6225ab95 2018-07-22 16:05:21,287 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-name 2018-07-22 16:05:21,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7ba1e5f6-9128-4b9d-8f76-9742d81acd2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2c9c0bcff8ffb18a8a8589e0206b5b187b539c6" 2018-07-22 16:05:21,427 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab2a20a0-c600-40bd-a023-0ec7bc3f6493 Content-Length: 0 Date: Sun, 22 Jul 2018 16:05:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:21,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7ba1e5f6-9128-4b9d-8f76-9742d81acd2e used request id req-ab2a20a0-c600-40bd-a023-0ec7bc3f6493 2018-07-22 16:05:21,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53292b45f65009b3b2da7d07e8e84110af4766cb" 2018-07-22 16:05:21,493 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:05: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-ae6b277f-a6c1-48e9-ac6b-04088489b3b1 x-compute-request-id: req-ae6b277f-a6c1-48e9-ac6b-04088489b3b1 Content-Length: 0 Content-Type: application/json 2018-07-22 16:05:21,493 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6acf8ea2-4dab-4e25-b670-d4a9259cf5ac used request id req-ae6b277f-a6c1-48e9-ac6b-04088489b3b1 2018-07-22 16:05:21,494 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet 2018-07-22 16:05:21,494 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-subnet 2018-07-22 16:05:21,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/906cf4f1-fc07-4f20-8d56-028c10771e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" 2018-07-22 16:05:22,963 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2312a386-f574-4b22-8d51-c909221e49cc Date: Sun, 22 Jul 2018 16:05:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:22,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/906cf4f1-fc07-4f20-8d56-028c10771e84 used request id req-2312a386-f574-4b22-8d51-c909221e49cc 2018-07-22 16:05:22,963 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-pub-net 2018-07-22 16:05:22,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/00a13a56-2c0b-42dc-9175-fe6bf4cae164 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baab8f6868e2f5e73b057be59dcb050e4dae2c8d" 2018-07-22 16:05:23,565 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-893fbf12-ff82-4f4c-88cc-c535afb5ae78 Date: Sun, 22 Jul 2018 16:05:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:23,565 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/00a13a56-2c0b-42dc-9175-fe6bf4cae164 used request id req-893fbf12-ff82-4f4c-88cc-c535afb5ae78 2018-07-22 16:05:23,566 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-0a59a183-e87c-41f8-8bbb-2cd5e38737e1-image 2018-07-22 16:05:23,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f42f3fa0b748bef4d98b1178b7fdc398db90a84" 2018-07-22 16:05:24,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42be33d4-2f4f-4bff-b185-125df8cc2e06 Date: Sun, 22 Jul 2018 16: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-07-22 16:05:24,070 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/34029f7e-5dcc-480f-bac0-f5f72136aa58 used request id req-42be33d4-2f4f-4bff-b185-125df8cc2e06 2018-07-22 16:05:24,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:05:24,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-011735d6-eca3-4cf9-a815-ba348b60995c Date: Sun, 22 Jul 2018 16:05:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:53Z", "updated_at": "2018-07-22T16:04:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:53Z", "revision_number": 0, "id": "70d678ca-bcef-414d-843c-961877979f51", "remote_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:53Z", "security_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "741ead13bee54abba2935a6164b93b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:54Z", "revision_number": 0, "id": "7555e4e5-6615-4346-b064-cfbfb57bea59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:54Z", "security_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "741ead13bee54abba2935a6164b93b7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:54Z", "revision_number": 0, "id": "7daf9dea-e675-4caf-9900-fbad9165a057", "remote_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:54Z", "security_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "741ead13bee54abba2935a6164b93b7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:04:54Z", "revision_number": 0, "id": "e41a31e4-1071-41f2-8865-52982849c2ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:04:54Z", "security_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "tenant_id": "741ead13bee54abba2935a6164b93b7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "741ead13bee54abba2935a6164b93b7c"}], "revision_number": 4, "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "4e52b986-219f-43f3-9534-5481d4fb5944", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:05:24,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-011735d6-eca3-4cf9-a815-ba348b60995c 2018-07-22 16:05:24,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:05:24,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757df6de-741b-4922-8a2f-8ac726c6f5df Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "741ead13bee54abba2935a6164b93b7c", "name": "InstanceSecurityGroupTests-87f2ce03-924f-486-proj"}} 2018-07-22 16:05:24,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-757df6de-741b-4922-8a2f-8ac726c6f5df 2018-07-22 16:05:24,420 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e52b986-219f-43f3-9534-5481d4fb5944 2018-07-22 16:05:24,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4e52b986-219f-43f3-9534-5481d4fb5944 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:05:24,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-78f7b483-33dc-402d-a878-0ac8ad1e2225 Date: Sun, 22 Jul 2018 16:05:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:53Z", "security_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:53Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "70d678ca-bcef-414d-843c-961877979f51"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:54Z", "security_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:54Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "7555e4e5-6615-4346-b064-cfbfb57bea59"}, {"remote_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:54Z", "security_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:54Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "7daf9dea-e675-4caf-9900-fbad9165a057"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:04:54Z", "security_group_id": "4e52b986-219f-43f3-9534-5481d4fb5944", "port_range_min": null, "revision_number": 0, "tenant_id": "741ead13bee54abba2935a6164b93b7c", "created_at": "2018-07-22T16:04:54Z", "project_id": "741ead13bee54abba2935a6164b93b7c", "id": "e41a31e4-1071-41f2-8865-52982849c2ff"}]} 2018-07-22 16:05:24,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4e52b986-219f-43f3-9534-5481d4fb5944 used request id req-78f7b483-33dc-402d-a878-0ac8ad1e2225 2018-07-22 16:05:24,460 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:05:24,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4e52b986-219f-43f3-9534-5481d4fb5944 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:05:24,685 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6de8ec46-33af-4d7a-aeb7-261b3b6e8b45 Content-Length: 0 Date: Sun, 22 Jul 2018 16:05:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:24,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4e52b986-219f-43f3-9534-5481d4fb5944 used request id req-6de8ec46-33af-4d7a-aeb7-261b3b6e8b45 2018-07-22 16:05:24,686 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-87f2ce03-924f-486-proj 2018-07-22 16:05:24,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:05:24,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85b3acc7-0fa9-4195-9614-25ef147fadc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:05:24,985 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/741ead13bee54abba2935a6164b93b7c used request id req-85b3acc7-0fa9-4195-9614-25ef147fadc9 2018-07-22 16:05:24,986 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-87f2ce03-924f-486-proj-role 2018-07-22 16:05:24,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/fd0f09901fe542e7bc45641a1d5384b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:05:25,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c19a9a6-73c2-446b-8b39-ab3060fbf5f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:05:25,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fd0f09901fe542e7bc45641a1d5384b2 used request id req-4c19a9a6-73c2-446b-8b39-ab3060fbf5f2 2018-07-22 16:05:25,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0931409071c34c2c1caa37ffa0925e2806489f0a" 2018-07-22 16:05:25,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c5a633-499c-44d5-9475-630297d52396 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:05:25,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-91c5a633-499c-44d5-9475-630297d52396 2018-07-22 16:05:25,260 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-87f2ce03-924f-486-user 2018-07-22 16:05:25,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1108ed59fb984bcbbe66fc90cd2dd0c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801b8d3bffaef9b8ae70644fde7f7a69ae447905" 2018-07-22 16:05:25,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0568fc45-a488-4009-8abd-820469cc8d46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:05:25,449 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1108ed59fb984bcbbe66fc90cd2dd0c7 used request id req-0568fc45-a488-4009-8abd-820469cc8d46 2018-07-22 16:05:25,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:25,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:05:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["6jdX5DUiQlSlhOj0pwvg0Q"], "issued_at": "2018-07-22T16:05:25.000000Z"}} 2018-07-22 16:05:25,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89692d66f46b74f05f7302e782490bd30d3ebb61" 2018-07-22 16:05:25,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39fe21bd-8321-4c34-a916-0cef6a00362b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:25,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-39fe21bd-8321-4c34-a916-0cef6a00362b 2018-07-22 16:05:25,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:25,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:26,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:05:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["8XsgmJMtTia90pSPEgd8JQ"], "issued_at": "2018-07-22T16:05:26.000000Z"}} 2018-07-22 16:05:26,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:26,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e35c81c-c3d5-49e8-bc7b-4ec06e3668ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:26,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5e35c81c-c3d5-49e8-bc7b-4ec06e3668ac 2018-07-22 16:05:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:05:26,386 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:05: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:05:26,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1fead552-a318-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:26,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26dd7eee-2764-4a06-a47c-39eca000922e Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1fead552-a318-478-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:05:26,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1fead552-a318-478-proj used request id req-26dd7eee-2764-4a06-a47c-39eca000922e 2018-07-22 16:05:26,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:26,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0582c016-9352-461a-b973-ab3c6efbd14b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:05:26,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0582c016-9352-461a-b973-ab3c6efbd14b 2018-07-22 16:05:26,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}}' 2018-07-22 16:05:26,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:05:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-924abeb1-3ad7-4f23-bf74-5f234a82f99a Content-Length: 323 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "id": "0a3da89b832a4f4c8c212515c27346d9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:26,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-924abeb1-3ad7-4f23-bf74-5f234a82f99a 2018-07-22 16:05:26,616 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-1fead552-a318-478-proj 2018-07-22 16:05:26,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:26,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:27,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:05:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["DMOwm1CSSgmfZvIv6XovQw"], "issued_at": "2018-07-22T16:05:26.000000Z"}} 2018-07-22 16:05:27,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b270c40dee4d7582bc3da7aeab4cb0a17bc119" 2018-07-22 16:05:27,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6983a973-4a54-4eb1-9c9e-2b85141b5f82 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:27,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6983a973-4a54-4eb1-9c9e-2b85141b5f82 2018-07-22 16:05:27,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:05:27,089 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:05: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:05:27,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b270c40dee4d7582bc3da7aeab4cb0a17bc119" 2018-07-22 16:05:27,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d67ff5d-ec01-45a3-abbb-82e9859bb4c0 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:05:27,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5d67ff5d-ec01-45a3-abbb-82e9859bb4c0 2018-07-22 16:05:27,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-1fead552-a318-478-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b270c40dee4d7582bc3da7aeab4cb0a17bc119" 2018-07-22 16:05:27,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29692328-1778-4383-af1d-5bb02ed58f69 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-1fead552-a318-478-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "id": "0a3da89b832a4f4c8c212515c27346d9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}]} 2018-07-22 16:05:27,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-1fead552-a318-478-proj used request id req-29692328-1778-4383-af1d-5bb02ed58f69 2018-07-22 16:05:27,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b270c40dee4d7582bc3da7aeab4cb0a17bc119" 2018-07-22 16:05:27,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05fc24e5-a1aa-4b25-aa37-1b1a60aa7f50 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:05:27,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-05fc24e5-a1aa-4b25-aa37-1b1a60aa7f50 2018-07-22 16:05:27,771 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-1fead552-a318-478-user 2018-07-22 16:05:27,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:27,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:27,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5faa75f-2bc9-47cb-b44b-5a27c37f37d3 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:05:27,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5faa75f-2bc9-47cb-b44b-5a27c37f37d3 2018-07-22 16:05:27,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" -d '{"role": {"name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}}' 2018-07-22 16:05:27,963 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:05:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4526d4b6-319e-4a09-ba97-c68784eeff71 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a819aa7945e44c79bccee6cce174fb09", "links": {"self": "http://172.30.9.28:5000/v3/roles/a819aa7945e44c79bccee6cce174fb09"}, "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}} 2018-07-22 16:05:27,963 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4526d4b6-319e-4a09-ba97-c68784eeff71 2018-07-22 16:05:27,963 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-1fead552-a318-478-proj-role 2018-07-22 16:05:27,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/a819aa7945e44c79bccee6cce174fb09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:27,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d0f4134-bcf5-4970-b4e2-12e2ea7ce91a Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a819aa7945e44c79bccee6cce174fb09", "links": {"self": "http://172.30.9.28:5000/v3/roles/a819aa7945e44c79bccee6cce174fb09"}, "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}} 2018-07-22 16:05:27,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a819aa7945e44c79bccee6cce174fb09 used request id req-2d0f4134-bcf5-4970-b4e2-12e2ea7ce91a 2018-07-22 16:05:27,986 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-1fead552-a318-478-proj-role to project InstanceSecurityGroupTests-1fead552-a318-478-proj 2018-07-22 16:05:27,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9/users/1e9b2c1d23914cb99f1ce752461b981c/roles/a819aa7945e44c79bccee6cce174fb09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:28,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce8a07ff-ae6d-42cc-97f9-2999dda3f200 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:05:28,108 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9/users/1e9b2c1d23914cb99f1ce752461b981c/roles/a819aa7945e44c79bccee6cce174fb09 used request id req-ce8a07ff-ae6d-42cc-97f9-2999dda3f200 2018-07-22 16:05:28,108 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:05:28,109 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:05:28,109 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:28,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:28,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a819aa7945e44c79bccee6cce174fb09", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}], "expires_at": "2018-07-22T17:05:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1fead552-a318-478-user", "id": "1e9b2c1d23914cb99f1ce752461b981c"}, "audit_ids": ["IGmWv496QJGPB4_4W-5ZYg"], "issued_at": "2018-07-22T16:05:28.000000Z"}} 2018-07-22 16:05:28,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" 2018-07-22 16:05:28,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caedb3a0-65f8-4426-9e09-525fa526b13f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:28,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-caedb3a0-65f8-4426-9e09-525fa526b13f 2018-07-22 16:05:28,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" 2018-07-22 16:05:28,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-b7ec2594-1462-4097-a678-e8920d5cb3d6 Date: Sun, 22 Jul 2018 16:05:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image"} 2018-07-22 16:05:28,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image used request id req-b7ec2594-1462-4097-a678-e8920d5cb3d6 2018-07-22 16:05:28,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" 2018-07-22 16:05:28,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-88be9c74-4d91-4a60-8631-e33ec14a6c28 Date: Sun, 22 Jul 2018 16:05:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:05:28,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-88be9c74-4d91-4a60-8631-e33ec14a6c28 2018-07-22 16:05:28,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image"}' 2018-07-22 16:05:28,840 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f1067d85-e09b-4de6-8a8e-516127d3a197 Date: Sun, 22 Jul 2018 16:05:28 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:05:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:05:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547", "min_disk": 0, "protected": false, "id": "7952b57e-19fb-4003-8bbf-59fa69219547", "file": "/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547/file", "checksum": null, "owner": "0a3da89b832a4f4c8c212515c27346d9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:05:28,840 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f1067d85-e09b-4de6-8a8e-516127d3a197 2018-07-22 16:05:28,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" -d '' 2018-07-22 16:05:29,333 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76bd3bc2-4afe-4d42-9abb-e8c8c0b98abf Date: Sun, 22 Jul 2018 16:05:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:05:29,333 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547/file used request id req-76bd3bc2-4afe-4d42-9abb-e8c8c0b98abf 2018-07-22 16:05:29,334 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:05:29,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" 2018-07-22 16:05:29,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a5f4f6c5-5ae3-43a7-953a-8addb4674b9d Date: Sun, 22 Jul 2018 16:05:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:05:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:05:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7952b57e-19fb-4003-8bbf-59fa69219547/snap", "metadata": {}}], "self": "/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547", "min_disk": 0, "protected": false, "id": "7952b57e-19fb-4003-8bbf-59fa69219547", "file": "/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a3da89b832a4f4c8c212515c27346d9", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7952b57e-19fb-4003-8bbf-59fa69219547/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:05:29,353 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547 used request id req-a5f4f6c5-5ae3-43a7-953a-8addb4674b9d 2018-07-22 16:05:29,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" 2018-07-22 16:05:29,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2e0182e1-a400-4aff-aea1-670b294426f2 Date: Sun, 22 Jul 2018 16:05: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-07-22 16:05:29,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2e0182e1-a400-4aff-aea1-670b294426f2 2018-07-22 16:05:29,364 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image 2018-07-22 16:05:29,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" 2018-07-22 16:05:29,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-efaf00c0-bee5-4b4a-b076-75244faf3f70 Date: Sun, 22 Jul 2018 16:05:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:05:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:05:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7952b57e-19fb-4003-8bbf-59fa69219547/snap", "metadata": {}}], "self": "/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547", "min_disk": 0, "protected": false, "id": "7952b57e-19fb-4003-8bbf-59fa69219547", "file": "/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a3da89b832a4f4c8c212515c27346d9", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7952b57e-19fb-4003-8bbf-59fa69219547/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:05:29,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547 used request id req-efaf00c0-bee5-4b4a-b076-75244faf3f70 2018-07-22 16:05:29,381 - create_image - DEBUG - Instance status is - active 2018-07-22 16:05:29,381 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image 2018-07-22 16:05:29,382 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image 2018-07-22 16:05:29,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:29,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:29,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a819aa7945e44c79bccee6cce174fb09", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}], "expires_at": "2018-07-22T17:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1fead552-a318-478-user", "id": "1e9b2c1d23914cb99f1ce752461b981c"}, "audit_ids": ["z37SnhCITT--IXJ6q_fkdQ"], "issued_at": "2018-07-22T16:05:29.000000Z"}} 2018-07-22 16:05:29,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" 2018-07-22 16:05:29,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f984bc-cb74-43ad-a082-b55005d83c36 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:29,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-56f984bc-cb74-43ad-a082-b55005d83c36 2018-07-22 16:05:29,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" 2018-07-22 16:05:30,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-50f770a3-1b1f-4f6d-a47c-43e8e9829708 Date: Sun, 22 Jul 2018 16:05:30 GMT RESP BODY: {"networks":[]} 2018-07-22 16:05:30,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-50f770a3-1b1f-4f6d-a47c-43e8e9829708 2018-07-22 16:05:30,049 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net 2018-07-22 16:05:30,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" -d '{"network": {"name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net", "admin_state_up": true}}' 2018-07-22 16:05:30,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 608 X-Openstack-Request-Id: req-c2e529f3-f601-46ea-91eb-46ade852bf3f Date: Sun, 22 Jul 2018 16:05:30 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:05:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}} 2018-07-22 16:05:30,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c2e529f3-f601-46ea-91eb-46ade852bf3f 2018-07-22 16:05:30,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" 2018-07-22 16:05:30,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-35d5e918-e399-472a-a379-3e3ccb873caf Date: Sun, 22 Jul 2018 16:05: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-07-22T16:05:30Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:30,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-35d5e918-e399-472a-a379-3e3ccb873caf 2018-07-22 16:05:30,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" 2018-07-22 16:05:30,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-39007544-4eb4-49a8-8c9d-5962b913dd4e Date: Sun, 22 Jul 2018 16:05:30 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:05:30,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-39007544-4eb4-49a8-8c9d-5962b913dd4e 2018-07-22 16:05:30,881 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet 2018-07-22 16:05:30,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" -d '{"subnets": [{"ip_version": 4, "network_id": "f1ae2257-28a6-4426-a60c-670aa9c5ea00", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]}' 2018-07-22 16:05:31,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-026a1ffd-d44e-4bee-be55-5097a5fc637a Date: Sun, 22 Jul 2018 16:05:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:31,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-026a1ffd-d44e-4bee-be55-5097a5fc637a 2018-07-22 16:05:31,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" 2018-07-22 16:05:31,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-58f2e0fc-ec55-41c0-97fe-a1a53825796c Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:31,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-58f2e0fc-ec55-41c0-97fe-a1a53825796c 2018-07-22 16:05:31,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" 2018-07-22 16:05:31,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-56cf460d-7052-427a-8695-704bc8fb7daf Date: Sun, 22 Jul 2018 16:05:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:31,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-56cf460d-7052-427a-8695-704bc8fb7daf 2018-07-22 16:05:31,777 - OpenStackNetwork - DEBUG - Network [f1ae2257-28a6-4426-a60c-670aa9c5ea00] created successfully 2018-07-22 16:05:31,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:31,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:32,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:05:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["edvLMpusTbCN20DHQkDndQ"], "issued_at": "2018-07-22T16:05:32.000000Z"}} 2018-07-22 16:05:32,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58cfde55e3b66bcf7f56b67e727320e6b4c86156" 2018-07-22 16:05:32,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2724ddb-e467-4200-af7b-1391d847cab0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:32,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d2724ddb-e467-4200-af7b-1391d847cab0 2018-07-22 16:05:32,255 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:05:32,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58cfde55e3b66bcf7f56b67e727320e6b4c86156" 2018-07-22 16:05:32,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-524a1b7c-4933-4a3b-a7cd-05bed6712d54 x-compute-request-id: req-524a1b7c-4933-4a3b-a7cd-05bed6712d54 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:05:32,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-524a1b7c-4933-4a3b-a7cd-05bed6712d54 2018-07-22 16:05:32,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58cfde55e3b66bcf7f56b67e727320e6b4c86156" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-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-07-22 16:05:32,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be20691c-5642-400e-8de7-68d9d5e1cd7a x-compute-request-id: req-be20691c-5642-400e-8de7-68d9d5e1cd7a Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "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": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec"}} 2018-07-22 16:05:32,530 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-be20691c-5642-400e-8de7-68d9d5e1cd7a 2018-07-22 16:05:32,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:32,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:32,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a819aa7945e44c79bccee6cce174fb09", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}], "expires_at": "2018-07-22T17:05:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1fead552-a318-478-user", "id": "1e9b2c1d23914cb99f1ce752461b981c"}, "audit_ids": ["suOZzG9mROCxJGcMAoBZ4A"], "issued_at": "2018-07-22T16:05:32.000000Z"}} 2018-07-22 16:05:32,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:32,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02fdec93-9452-468f-81f8-48147d2433db Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:32,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-02fdec93-9452-468f-81f8-48147d2433db 2018-07-22 16:05:32,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-61f8ffd1-0148-4abb-b2f8-1034167a2e1a Date: Sun, 22 Jul 2018 16:05:33 GMT RESP BODY: {"security_groups": []} 2018-07-22 16:05:33,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name&description=hello+group used request id req-61f8ffd1-0148-4abb-b2f8-1034167a2e1a 2018-07-22 16:05:33,184 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name... 2018-07-22 16:05:33,184 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name 2018-07-22 16:05:33,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" -d '{"security_group": {"name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name", "description": "hello group"}}' 2018-07-22 16:05:33,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-297f39d9-3b1b-416f-bf37-34d892b199e7 Date: Sun, 22 Jul 2018 16:05:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "updated_at": "2018-07-22T16:05:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "revision_number": 0, "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "revision_number": 0, "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}], "revision_number": 2, "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name"}} 2018-07-22 16:05:33,409 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-297f39d9-3b1b-416f-bf37-34d892b199e7 2018-07-22 16:05:33,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 236718d1-4ca0-46f8-ba1b-9d68722e8ebf 2018-07-22 16:05:33,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-236592c3-e050-4f4c-adac-18f551a0d25c Date: Sun, 22 Jul 2018 16:05: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-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d"}]} 2018-07-22 16:05:33,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-236592c3-e050-4f4c-adac-18f551a0d25c 2018-07-22 16:05:33,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 236718d1-4ca0-46f8-ba1b-9d68722e8ebf 2018-07-22 16:05:33,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f5cb4c06-bd9d-479d-86c1-2c03b4178b11 Date: Sun, 22 Jul 2018 16:05: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-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d"}]} 2018-07-22 16:05:33,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-f5cb4c06-bd9d-479d-86c1-2c03b4178b11 2018-07-22 16:05:33,502 - neutron_utils - INFO - Retrieving security group with ID - 236718d1-4ca0-46f8-ba1b-9d68722e8ebf 2018-07-22 16:05:33,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-79719533-3be2-4073-bf5d-a110b897b76f Date: Sun, 22 Jul 2018 16:05:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "updated_at": "2018-07-22T16:05:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "revision_number": 0, "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "revision_number": 0, "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}], "revision_number": 2, "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name"}]} 2018-07-22 16:05:33,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-79719533-3be2-4073-bf5d-a110b897b76f 2018-07-22 16:05:33,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 236718d1-4ca0-46f8-ba1b-9d68722e8ebf 2018-07-22 16:05:33,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8b0cfa82-a8a2-47b1-833d-985ad7de5ed9 Date: Sun, 22 Jul 2018 16:05: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-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d"}]} 2018-07-22 16:05:33,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-8b0cfa82-a8a2-47b1-833d-985ad7de5ed9 2018-07-22 16:05:33,627 - neutron_utils - INFO - Retrieving security group with ID - 236718d1-4ca0-46f8-ba1b-9d68722e8ebf 2018-07-22 16:05:33,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-b2940f9b-1799-4695-a709-aa6d29aa34b6 Date: Sun, 22 Jul 2018 16:05:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "updated_at": "2018-07-22T16:05:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "revision_number": 0, "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "revision_number": 0, "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}], "revision_number": 2, "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name"}]} 2018-07-22 16:05:33,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-b2940f9b-1799-4695-a709-aa6d29aa34b6 2018-07-22 16:05:33,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 236718d1-4ca0-46f8-ba1b-9d68722e8ebf 2018-07-22 16:05:33,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bbb53fcc-92dc-43df-ab56-9c8121609c8a Date: Sun, 22 Jul 2018 16:05: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-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d"}]} 2018-07-22 16:05:33,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-bbb53fcc-92dc-43df-ab56-9c8121609c8a 2018-07-22 16:05:33,703 - neutron_utils - INFO - Retrieving security group with ID - 236718d1-4ca0-46f8-ba1b-9d68722e8ebf 2018-07-22 16:05:33,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-5d65fb2f-c0b3-4656-9b38-f1aac6f6a389 Date: Sun, 22 Jul 2018 16:05:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "updated_at": "2018-07-22T16:05:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "revision_number": 0, "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "revision_number": 0, "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}], "revision_number": 2, "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name"}]} 2018-07-22 16:05:33,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-5d65fb2f-c0b3-4656-9b38-f1aac6f6a389 2018-07-22 16:05:33,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 236718d1-4ca0-46f8-ba1b-9d68722e8ebf 2018-07-22 16:05:33,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:33,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e0e38f90-4350-4904-bdc9-010ddbfa2600 Date: Sun, 22 Jul 2018 16:05: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-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "d5a998d0-813a-4f58-8619-85aacfeb8bc0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:33Z", "security_group_id": "236718d1-4ca0-46f8-ba1b-9d68722e8ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:33Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "e43fac78-f970-4c5b-a3f4-7b824e26974d"}]} 2018-07-22 16:05:33,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-e0e38f90-4350-4904-bdc9-010ddbfa2600 2018-07-22 16:05:33,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:33,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:34,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a819aa7945e44c79bccee6cce174fb09", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}], "expires_at": "2018-07-22T17:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1fead552-a318-478-user", "id": "1e9b2c1d23914cb99f1ce752461b981c"}, "audit_ids": ["kUedYvkpRV22F5Eimp3KOw"], "issued_at": "2018-07-22T16:05:34.000000Z"}} 2018-07-22 16:05:34,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:34,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-391a7518-052c-4ec1-9e4a-6eb7fb68390b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:34,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-391a7518-052c-4ec1-9e4a-6eb7fb68390b 2018-07-22 16:05:34,248 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:05:34,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:34,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ebbd0a-2954-4b57-889d-54c53e031cff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:34,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e6ebbd0a-2954-4b57-889d-54c53e031cff 2018-07-22 16:05:34,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:34,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-0da267e6-13b4-40eb-8ec7-ff8f5363d17c Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:34,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-0da267e6-13b4-40eb-8ec7-ff8f5363d17c 2018-07-22 16:05:34,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:05:34,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:05: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:05:34,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:34,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e3d4d7-c430-4221-9647-cb6162304e2d Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:34,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-a8e3d4d7-c430-4221-9647-cb6162304e2d 2018-07-22 16:05:34,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:34,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c42bf34d-7f99-4e43-adec-b6f48ab500c6 Date: Sun, 22 Jul 2018 16:05:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:34,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-c42bf34d-7f99-4e43-adec-b6f48ab500c6 2018-07-22 16:05:34,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:34,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3ec4a87c-212e-479c-8fcf-edb1ef44daad Date: Sun, 22 Jul 2018 16:05:34 GMT RESP BODY: {"ports":[]} 2018-07-22 16:05:34,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port&admin_state_up=True used request id req-3ec4a87c-212e-479c-8fcf-edb1ef44daad 2018-07-22 16:05:34,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:34,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05: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-6a40a0aa-1b58-4221-b2b1-6c972676fac5 x-compute-request-id: req-6a40a0aa-1b58-4221-b2b1-6c972676fac5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:05:34,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst used request id req-6a40a0aa-1b58-4221-b2b1-6c972676fac5 2018-07-22 16:05:34,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:35,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-e525696e-cdd4-4428-a2b9-d782bdd2fd7b Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:35,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-e525696e-cdd4-4428-a2b9-d782bdd2fd7b 2018-07-22 16:05:35,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:35,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bb8eee9-541f-4251-bd46-83c5cdf1c22b Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:35,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-7bb8eee9-541f-4251-bd46-83c5cdf1c22b 2018-07-22 16:05:35,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:35,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e025a537-6fe2-4920-a73b-e3801688e9a0 Date: Sun, 22 Jul 2018 16:05:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:35,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-e025a537-6fe2-4920-a73b-e3801688e9a0 2018-07-22 16:05:35,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:35,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-45742495-505e-4bcc-980e-171dc5f9491b Date: Sun, 22 Jul 2018 16:05:35 GMT RESP BODY: {"ports":[]} 2018-07-22 16:05:35,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port&admin_state_up=True used request id req-45742495-505e-4bcc-980e-171dc5f9491b 2018-07-22 16:05:35,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:35,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:35,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a819aa7945e44c79bccee6cce174fb09", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}], "expires_at": "2018-07-22T17:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1fead552-a318-478-user", "id": "1e9b2c1d23914cb99f1ce752461b981c"}, "audit_ids": ["bFnjtjTPRPC_eUP6ZfW6dQ"], "issued_at": "2018-07-22T16:05:35.000000Z"}} 2018-07-22 16:05:35,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e08c40674e84abe4b7ac305692725611824682a" 2018-07-22 16:05:35,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa8ee005-832f-4ad5-a5cd-cac83128a9b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:35,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-aa8ee005-832f-4ad5-a5cd-cac83128a9b2 2018-07-22 16:05:35,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:35,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-820c21fc-f0d3-4bc7-bcc9-4022e01140a1 Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:35,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-820c21fc-f0d3-4bc7-bcc9-4022e01140a1 2018-07-22 16:05:35,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:35,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-61058c7c-4ea1-4cae-8569-5e15d75e0f1d Date: Sun, 22 Jul 2018 16:05:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:35,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-61058c7c-4ea1-4cae-8569-5e15d75e0f1d 2018-07-22 16:05:35,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:35,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a9b090a9-089b-45a8-ac17-21d599eb3841 Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:35,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-a9b090a9-089b-45a8-ac17-21d599eb3841 2018-07-22 16:05:35,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:05:35,961 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:05: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:05:35,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e08c40674e84abe4b7ac305692725611824682a" 2018-07-22 16:05:36,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15723ab0-01a8-43af-af6e-b991263a0dbc Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:36,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-15723ab0-01a8-43af-af6e-b991263a0dbc 2018-07-22 16:05:36,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:36,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-05b8fba1-e38b-4d85-a3d8-d4160eca8427 Date: Sun, 22 Jul 2018 16:05:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:36,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-05b8fba1-e38b-4d85-a3d8-d4160eca8427 2018-07-22 16:05:36,095 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net 2018-07-22 16:05:36,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" -d '{"port": {"network_id": "f1ae2257-28a6-4426-a60c-670aa9c5ea00", "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port", "admin_state_up": true}}' 2018-07-22 16:05:36,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-5f252ee2-0987-4211-9d57-01b2ea54fb52 Date: Sun, 22 Jul 2018 16:05:36 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:05:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:05:36Z","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:8a:32:98","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.6"}],"id":"0aa1800f-482b-44b8-b039-71807f780d0c","security_groups":["b173245d-fa18-4d46-a68e-285d8ee2a92c"],"device_id":""}} 2018-07-22 16:05:36,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-5f252ee2-0987-4211-9d57-01b2ea54fb52 2018-07-22 16:05:36,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-69364d70-5e24-46eb-a81e-90b05b0a18d6 Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:37,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-69364d70-5e24-46eb-a81e-90b05b0a18d6 2018-07-22 16:05:37,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4dc71d7-2bdf-4fa5-b811-4c1a97de61e2 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:37,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-d4dc71d7-2bdf-4fa5-b811-4c1a97de61e2 2018-07-22 16:05:37,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5fb13ae1-2f08-4176-8f4f-bc2147100627 Date: Sun, 22 Jul 2018 16:05:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:37,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-5fb13ae1-2f08-4176-8f4f-bc2147100627 2018-07-22 16:05:37,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-9e7e4f4f-292f-419f-b2f4-ea16ff177df6 Date: Sun, 22 Jul 2018 16:05:37 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:36Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:36Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:8a:32:98","id":"0aa1800f-482b-44b8-b039-71807f780d0c","port_security_enabled":true,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["b173245d-fa18-4d46-a68e-285d8ee2a92c"],"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port"}]} 2018-07-22 16:05:37,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port&admin_state_up=True used request id req-9e7e4f4f-292f-419f-b2f4-ea16ff177df6 2018-07-22 16:05:37,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f27723d-c68c-4b0f-b8c2-14794de6c41c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:37,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-6f27723d-c68c-4b0f-b8c2-14794de6c41c 2018-07-22 16:05:37,292 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst 2018-07-22 16:05:37,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87812e9e-bfd4-4a24-8865-d8cecc54a59c x-compute-request-id: req-87812e9e-bfd4-4a24-8865-d8cecc54a59c Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-flavor-name"}]} 2018-07-22 16:05:37,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-87812e9e-bfd4-4a24-8865-d8cecc54a59c 2018-07-22 16:05:37,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbfc61ff-1f08-4fb4-8c6a-ec665c6877c2 x-compute-request-id: req-cbfc61ff-1f08-4fb4-8c6a-ec665c6877c2 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "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": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec"}} 2018-07-22 16:05:37,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec used request id req-cbfc61ff-1f08-4fb4-8c6a-ec665c6877c2 2018-07-22 16:05:37,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-ff3c0bad-85c3-4177-8450-08fea21217b1 Date: Sun, 22 Jul 2018 16:05:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:05:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:05:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7952b57e-19fb-4003-8bbf-59fa69219547/snap", "metadata": {}}], "self": "/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547", "min_disk": 0, "protected": false, "id": "7952b57e-19fb-4003-8bbf-59fa69219547", "file": "/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a3da89b832a4f4c8c212515c27346d9", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7952b57e-19fb-4003-8bbf-59fa69219547/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image"} 2018-07-22 16:05:37,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image used request id req-ff3c0bad-85c3-4177-8450-08fea21217b1 2018-07-22 16:05:37,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:37,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-74f617bf-b2e3-4ea2-8fde-a331e40dc5c8 Date: Sun, 22 Jul 2018 16:05:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:05:37,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-74f617bf-b2e3-4ea2-8fde-a331e40dc5c8 2018-07-22 16:05:37,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" -d '{"server": {"name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "imageRef": "7952b57e-19fb-4003-8bbf-59fa69219547", "flavorRef": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "max_count": 1, "min_count": 1, "networks": [{"port": "0aa1800f-482b-44b8-b039-71807f780d0c"}]}}' 2018-07-22 16:05:38,603 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:05:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e13ead9-4198-429f-b06d-32035d8a16be x-compute-request-id: req-4e13ead9-4198-429f-b06d-32035d8a16be Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "adminPass": "bJ265DZWWztD"}} 2018-07-22 16:05:38,603 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-4e13ead9-4198-429f-b06d-32035d8a16be 2018-07-22 16:05:38,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:39,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b14faf64-532b-4d02-8c23-0d8287a4a243 x-compute-request-id: req-b14faf64-532b-4d02-8c23-0d8287a4a243 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "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-07-22T16:05:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:39,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-b14faf64-532b-4d02-8c23-0d8287a4a243 2018-07-22 16:05:39,055 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst 2018-07-22 16:05:39,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:39,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca8c6871-4b75-45fa-8ecd-3ee00d0d8d47 x-compute-request-id: req-ca8c6871-4b75-45fa-8ecd-3ee00d0d8d47 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:05:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:39,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-ca8c6871-4b75-45fa-8ecd-3ee00d0d8d47 2018-07-22 16:05:39,167 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst] is - BUILD 2018-07-22 16:05:39,167 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:05:42,170 - create_instance - DEBUG - VM status query timeout in 896.885090113 2018-07-22 16:05:42,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:42,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9665eced-53b9-49e2-a62d-9e8b6ad49509 x-compute-request-id: req-9665eced-53b9-49e2-a62d-9e8b6ad49509 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:05:39Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:42,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-9665eced-53b9-49e2-a62d-9e8b6ad49509 2018-07-22 16:05:42,672 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst] is - BUILD 2018-07-22 16:05:42,673 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:05:45,676 - create_instance - DEBUG - VM status query timeout in 893.379463911 2018-07-22 16:05:45,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d8d421a-c337-4313-894e-4afc31977d41 x-compute-request-id: req-4d8d421a-c337-4313-894e-4afc31977d41 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:46,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-4d8d421a-c337-4313-894e-4afc31977d41 2018-07-22 16:05:46,020 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst] is - ACTIVE 2018-07-22 16:05:46,020 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:05:46,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39df211f-c0ed-4447-8851-4edd9ef08713 x-compute-request-id: req-39df211f-c0ed-4447-8851-4edd9ef08713 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:46,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-39df211f-c0ed-4447-8851-4edd9ef08713 2018-07-22 16:05:46,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-a3545442-323b-434e-8351-8641feaec793 Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:46,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-a3545442-323b-434e-8351-8641feaec793 2018-07-22 16:05:46,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca6a75c1-23e2-4019-84b2-008916edc42f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:46,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-ca6a75c1-23e2-4019-84b2-008916edc42f 2018-07-22 16:05:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9051d79c-2e9f-4e95-8a6a-07bc27d23dba Date: Sun, 22 Jul 2018 16:05:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:46,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-9051d79c-2e9f-4e95-8a6a-07bc27d23dba 2018-07-22 16:05:46,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-65f0c0d3-ccea-440e-99db-08ea1561e6a4 Date: Sun, 22 Jul 2018 16:05:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:36Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:43Z","binding:vnic_type":"normal","device_id":"dd928cb6-a5ad-428d-beaf-7c49c60379b1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8a:32:98","id":"0aa1800f-482b-44b8-b039-71807f780d0c","port_security_enabled":true,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["b173245d-fa18-4d46-a68e-285d8ee2a92c"],"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:32Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f1ae2257-28a6-4426-a60c-670aa9c5ea00","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fe:18:00","id":"721bbda5-ca1b-4929-9a3f-5c6506f2ccc9","port_security_enabled":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:05:46,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-65f0c0d3-ccea-440e-99db-08ea1561e6a4 2018-07-22 16:05:46,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-988045e4-3aed-4ad0-931c-5eca3906ef85 x-compute-request-id: req-988045e4-3aed-4ad0-931c-5eca3906ef85 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:46,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-988045e4-3aed-4ad0-931c-5eca3906ef85 2018-07-22 16:05:46,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-f2798e4a-1010-4804-95dd-a7ee2f0b961d Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:46,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-f2798e4a-1010-4804-95dd-a7ee2f0b961d 2018-07-22 16:05:46,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:46,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab2d87d1-092a-48d6-b7d7-8f3010289566 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:46,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-ab2d87d1-092a-48d6-b7d7-8f3010289566 2018-07-22 16:05:46,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:47,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-38b69d6e-cdf2-4f4f-916d-c0cebd13ddf3 Date: Sun, 22 Jul 2018 16:05:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:47,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-38b69d6e-cdf2-4f4f-916d-c0cebd13ddf3 2018-07-22 16:05:47,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:47,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-8041c52e-e81f-42dd-9e70-9e3dc5ffe288 Date: Sun, 22 Jul 2018 16:05:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:36Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:43Z","binding:vnic_type":"normal","device_id":"dd928cb6-a5ad-428d-beaf-7c49c60379b1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8a:32:98","id":"0aa1800f-482b-44b8-b039-71807f780d0c","port_security_enabled":true,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["b173245d-fa18-4d46-a68e-285d8ee2a92c"],"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:32Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f1ae2257-28a6-4426-a60c-670aa9c5ea00","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fe:18:00","id":"721bbda5-ca1b-4929-9a3f-5c6506f2ccc9","port_security_enabled":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:05:47,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-8041c52e-e81f-42dd-9e70-9e3dc5ffe288 2018-07-22 16:05:47,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:47,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a819aa7945e44c79bccee6cce174fb09", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj-role"}], "expires_at": "2018-07-22T17:05:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a3da89b832a4f4c8c212515c27346d9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1fead552-a318-478-user", "id": "1e9b2c1d23914cb99f1ce752461b981c"}, "audit_ids": ["Y9F8ln2_RyeWkqETYpZvPg"], "issued_at": "2018-07-22T16:05:47.000000Z"}} 2018-07-22 16:05:47,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bf8d361d57f2bf2952b9bd7b4a4e5afcae2409" 2018-07-22 16:05:47,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05: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-8aa3f4f4-2264-46fe-b406-6c945d7928a0 x-compute-request-id: req-8aa3f4f4-2264-46fe-b406-6c945d7928a0 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:47,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-8aa3f4f4-2264-46fe-b406-6c945d7928a0 2018-07-22 16:05:47,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:48,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05: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-7ce05f92-60f4-40da-84eb-7586243ea0ac x-compute-request-id: req-7ce05f92-60f4-40da-84eb-7586243ea0ac Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:48,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-7ce05f92-60f4-40da-84eb-7586243ea0ac 2018-07-22 16:05:48,043 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst] is - ACTIVE 2018-07-22 16:05:48,043 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:05:48,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:48,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24c6dc18-6bb3-4398-b285-eb9f9ab47309 x-compute-request-id: req-24c6dc18-6bb3-4398-b285-eb9f9ab47309 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:48,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-24c6dc18-6bb3-4398-b285-eb9f9ab47309 2018-07-22 16:05:48,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:48,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-7f3baf7a-74fe-4810-b0d6-5f87d25d1ef1 Date: Sun, 22 Jul 2018 16:05: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":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:48,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-7f3baf7a-74fe-4810-b0d6-5f87d25d1ef1 2018-07-22 16:05:48,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:48,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-097e0895-d29b-4755-aba8-669702f06089 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:48,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-097e0895-d29b-4755-aba8-669702f06089 2018-07-22 16:05:48,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:48,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a3ee499a-4c7e-491e-a919-b20e613e44ff Date: Sun, 22 Jul 2018 16:05:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:48,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-a3ee499a-4c7e-491e-a919-b20e613e44ff 2018-07-22 16:05:48,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:48,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-29b96946-689b-4962-841b-09f913d2e617 Date: Sun, 22 Jul 2018 16:05:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:36Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:43Z","binding:vnic_type":"normal","device_id":"dd928cb6-a5ad-428d-beaf-7c49c60379b1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8a:32:98","id":"0aa1800f-482b-44b8-b039-71807f780d0c","port_security_enabled":true,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["b173245d-fa18-4d46-a68e-285d8ee2a92c"],"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:32Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f1ae2257-28a6-4426-a60c-670aa9c5ea00","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fe:18:00","id":"721bbda5-ca1b-4929-9a3f-5c6506f2ccc9","port_security_enabled":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:05:48,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-29b96946-689b-4962-841b-09f913d2e617 2018-07-22 16:05:48,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:48,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f75f5664-25f3-45c1-9e22-880d22091909 x-compute-request-id: req-f75f5664-25f3-45c1-9e22-880d22091909 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:48,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-f75f5664-25f3-45c1-9e22-880d22091909 2018-07-22 16:05:48,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:49,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-60787dd5-502b-4ec5-bc83-e7add21e947b Date: Sun, 22 Jul 2018 16:05:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:49,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-60787dd5-502b-4ec5-bc83-e7add21e947b 2018-07-22 16:05:49,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:49,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58dd81a-b86a-41ea-958d-dd20e78c09ff Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:49,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-f58dd81a-b86a-41ea-958d-dd20e78c09ff 2018-07-22 16:05:49,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:49,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4fd0099b-ee89-491d-ae04-e2ba2c82a89e Date: Sun, 22 Jul 2018 16:05:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:49,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-4fd0099b-ee89-491d-ae04-e2ba2c82a89e 2018-07-22 16:05:49,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:49,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-d0fe133a-4742-4290-923e-6ca578de6e0e Date: Sun, 22 Jul 2018 16:05:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:36Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:43Z","binding:vnic_type":"normal","device_id":"dd928cb6-a5ad-428d-beaf-7c49c60379b1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8a:32:98","id":"0aa1800f-482b-44b8-b039-71807f780d0c","port_security_enabled":true,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["b173245d-fa18-4d46-a68e-285d8ee2a92c"],"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:32Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f1ae2257-28a6-4426-a60c-670aa9c5ea00","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fe:18:00","id":"721bbda5-ca1b-4929-9a3f-5c6506f2ccc9","port_security_enabled":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:05:49,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-d0fe133a-4742-4290-923e-6ca578de6e0e 2018-07-22 16:05:49,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name"}}' 2018-07-22 16:05:49,416 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:05:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e45d4eaa-96f9-48fc-a23c-cf03cbe84098 x-compute-request-id: req-e45d4eaa-96f9-48fc-a23c-cf03cbe84098 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name not associated with the instance dd928cb6-a5ad-428d-beaf-7c49c60379b1", "code": 404}} 2018-07-22 16:05:49,416 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1/action used request id req-e45d4eaa-96f9-48fc-a23c-cf03cbe84098 2018-07-22 16:05:49,416 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name not associated with the instance dd928cb6-a5ad-428d-beaf-7c49c60379b1 (HTTP 404) (Request-ID: req-e45d4eaa-96f9-48fc-a23c-cf03cbe84098) 2018-07-22 16:05:49,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:49,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-117965a1-d063-4200-8087-c1a24ada04ea x-compute-request-id: req-117965a1-d063-4200-8087-c1a24ada04ea Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:49,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-117965a1-d063-4200-8087-c1a24ada04ea 2018-07-22 16:05:49,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:49,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 636 X-Openstack-Request-Id: req-d4a125bf-a7fc-4ed4-8923-1da27306d841 Date: Sun, 22 Jul 2018 16:05:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbbcd475-2376-4698-bae6-4ffb5e686d41"],"updated_at":"2018-07-22T16:05:31Z","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net"}]} 2018-07-22 16:05:49,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net used request id req-d4a125bf-a7fc-4ed4-8923-1da27306d841 2018-07-22 16:05:49,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:49,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdaa4885-9659-41da-84e0-b38be8ba146a Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:49,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-bdaa4885-9659-41da-84e0-b38be8ba146a 2018-07-22 16:05:49,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:49,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-37ecf2aa-c858-4cdc-8fc6-9b0e753dcde5 Date: Sun, 22 Jul 2018 16:05:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:31Z","dns_nameservers":[],"updated_at":"2018-07-22T16:05: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":"0a3da89b832a4f4c8c212515c27346d9","id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","subnetpool_id":null,"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet"}]} 2018-07-22 16:05:49,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-37ecf2aa-c858-4cdc-8fc6-9b0e753dcde5 2018-07-22 16:05:49,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:50,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1552 X-Openstack-Request-Id: req-f0ba761f-eb07-4f06-9e60-068b70d06ec6 Date: Sun, 22 Jul 2018 16:05:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:36Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:43Z","binding:vnic_type":"normal","device_id":"dd928cb6-a5ad-428d-beaf-7c49c60379b1","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8a:32:98","id":"0aa1800f-482b-44b8-b039-71807f780d0c","port_security_enabled":true,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["b173245d-fa18-4d46-a68e-285d8ee2a92c"],"name":"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f1ae2257-28a6-4426-a60c-670aa9c5ea00","tenant_id":"0a3da89b832a4f4c8c212515c27346d9","created_at":"2018-07-22T16:05:32Z","admin_state_up":true,"updated_at":"2018-07-22T16:05:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f1ae2257-28a6-4426-a60c-670aa9c5ea00","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:fe:18:00","id":"721bbda5-ca1b-4929-9a3f-5c6506f2ccc9","port_security_enabled":false,"project_id":"0a3da89b832a4f4c8c212515c27346d9","fixed_ips":[{"subnet_id":"dbbcd475-2376-4698-bae6-4ffb5e686d41","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:05:50,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-f0ba761f-eb07-4f06-9e60-068b70d06ec6 2018-07-22 16:05:50,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bf8d361d57f2bf2952b9bd7b4a4e5afcae2409" 2018-07-22 16:05:50,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c166c38-08f7-47d0-8811-422081722cf9 x-compute-request-id: req-8c166c38-08f7-47d0-8811-422081722cf9 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:32:98", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "security_groups": [{"name": "default"}], "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:43Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:50,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-8c166c38-08f7-47d0-8811-422081722cf9 2018-07-22 16:05:50,449 - create_instance - INFO - Deleting Port with ID - 0aa1800f-482b-44b8-b039-71807f780d0c 2018-07-22 16:05:50,450 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-port 2018-07-22 16:05:50,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/0aa1800f-482b-44b8-b039-71807f780d0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:51,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5fad0137-c9e3-4898-b828-a69506686105 Date: Sun, 22 Jul 2018 16:05:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:51,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/0aa1800f-482b-44b8-b039-71807f780d0c used request id req-5fad0137-c9e3-4898-b828-a69506686105 2018-07-22 16:05:51,049 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst 2018-07-22 16:05:51,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:51,184 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05: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-47579de0-b6ca-4888-b301-aa5c59d8022b x-compute-request-id: req-47579de0-b6ca-4888-b301-aa5c59d8022b Content-Type: application/json 2018-07-22 16:05:51,184 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-47579de0-b6ca-4888-b301-aa5c59d8022b 2018-07-22 16:05:51,184 - create_instance - INFO - Checking deletion status 2018-07-22 16:05:51,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:51,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05: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-3f7c1ea3-e5b7-4a88-a073-e7fcfff17969 x-compute-request-id: req-3f7c1ea3-e5b7-4a88-a073-e7fcfff17969 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1", "rel": "bookmark"}], "image": {"id": "7952b57e-19fb-4003-8bbf-59fa69219547", "links": [{"href": "http://172.30.9.28:8774/images/7952b57e-19fb-4003-8bbf-59fa69219547", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:05:43.000000", "flavor": {"id": "5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "links": [{"href": "http://172.30.9.28:8774/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec", "rel": "bookmark"}]}, "id": "dd928cb6-a5ad-428d-beaf-7c49c60379b1", "user_id": "1e9b2c1d23914cb99f1ce752461b981c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:05:51Z", "hostId": "8da068a3342a43d39a17244dccaddeff21f7944ed9299340fbaac9f7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst", "created": "2018-07-22T16:05:38Z", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:05:51,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-3f7c1ea3-e5b7-4a88-a073-e7fcfff17969 2018-07-22 16:05:51,288 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst] is - ACTIVE 2018-07-22 16:05:51,288 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:05:54,291 - create_instance - DEBUG - VM status query timeout in 296.893640995 2018-07-22 16:05:54,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56b9552c7356718a4868466ebf0929d50d733a58" 2018-07-22 16:05:54,343 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:05: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-7ae79d65-2383-4fce-b543-dc81ee5e27f6 x-compute-request-id: req-7ae79d65-2383-4fce-b543-dc81ee5e27f6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance dd928cb6-a5ad-428d-beaf-7c49c60379b1 could not be found.", "code": 404}} 2018-07-22 16:05:54,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/dd928cb6-a5ad-428d-beaf-7c49c60379b1 used request id req-7ae79d65-2383-4fce-b543-dc81ee5e27f6 2018-07-22 16:05:54,344 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance dd928cb6-a5ad-428d-beaf-7c49c60379b1 could not be found. (HTTP 404) (Request-ID: req-7ae79d65-2383-4fce-b543-dc81ee5e27f6) 2018-07-22 16:05:54,344 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-inst 2018-07-22 16:05:54,344 - neutron_utils - INFO - Deleting security group rule with ID - d5a998d0-813a-4f58-8619-85aacfeb8bc0 2018-07-22 16:05:54,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d5a998d0-813a-4f58-8619-85aacfeb8bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:54,596 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35ba2201-60f5-4e90-a2d6-fdeb6c7bc906 Content-Length: 0 Date: Sun, 22 Jul 2018 16:05:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:54,596 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d5a998d0-813a-4f58-8619-85aacfeb8bc0 used request id req-35ba2201-60f5-4e90-a2d6-fdeb6c7bc906 2018-07-22 16:05:54,596 - neutron_utils - INFO - Deleting security group rule with ID - e43fac78-f970-4c5b-a3f4-7b824e26974d 2018-07-22 16:05:54,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/e43fac78-f970-4c5b-a3f4-7b824e26974d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:54,715 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7af24052-5e89-486f-b93a-9c05d840ca44 Content-Length: 0 Date: Sun, 22 Jul 2018 16:05:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:54,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/e43fac78-f970-4c5b-a3f4-7b824e26974d used request id req-7af24052-5e89-486f-b93a-9c05d840ca44 2018-07-22 16:05:54,715 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-name 2018-07-22 16:05:54,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/236718d1-4ca0-46f8-ba1b-9d68722e8ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8eb075d881e348ec25b33f8e8e872c44c4427db" 2018-07-22 16:05:54,871 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a6a43da-b60e-4f0e-8e6b-b86062afb5ad Content-Length: 0 Date: Sun, 22 Jul 2018 16:05:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:54,871 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/236718d1-4ca0-46f8-ba1b-9d68722e8ebf used request id req-6a6a43da-b60e-4f0e-8e6b-b86062afb5ad 2018-07-22 16:05:54,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58cfde55e3b66bcf7f56b67e727320e6b4c86156" 2018-07-22 16:05:54,907 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:05: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-776a3f9a-5034-484f-a407-42a8648bf094 x-compute-request-id: req-776a3f9a-5034-484f-a407-42a8648bf094 Content-Length: 0 Content-Type: application/json 2018-07-22 16:05:54,907 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5ac18ea7-dcd9-4d69-9c98-72216b4c0dec used request id req-776a3f9a-5034-484f-a407-42a8648bf094 2018-07-22 16:05:54,907 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet 2018-07-22 16:05:54,907 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-subnet 2018-07-22 16:05:54,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/dbbcd475-2376-4698-bae6-4ffb5e686d41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" 2018-07-22 16:05:56,158 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18fc186a-019e-4825-9731-b2c24a709694 Date: Sun, 22 Jul 2018 16:05:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:56,158 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/dbbcd475-2376-4698-bae6-4ffb5e686d41 used request id req-18fc186a-019e-4825-9731-b2c24a709694 2018-07-22 16:05:56,158 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-pub-net 2018-07-22 16:05:56,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/f1ae2257-28a6-4426-a60c-670aa9c5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c1e81fcb9df0c1f2a3ce775db55c48a5161fe9" 2018-07-22 16:05:57,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ce9dc427-66ee-4107-833c-414fd04cb658 Date: Sun, 22 Jul 2018 16:05:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:57,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/f1ae2257-28a6-4426-a60c-670aa9c5ea00 used request id req-ce9dc427-66ee-4107-833c-414fd04cb658 2018-07-22 16:05:57,345 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-2aa5105b-b765-492b-af44-795deab26ecf-image 2018-07-22 16:05:57,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75977a7e5405e2ba8e5c3e09b169c0cff9c1e291" 2018-07-22 16:05:57,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eafdc9ea-65df-4b3b-bcc2-58229eedc466 Date: Sun, 22 Jul 2018 16:05:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:05:57,657 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7952b57e-19fb-4003-8bbf-59fa69219547 used request id req-eafdc9ea-65df-4b3b-bcc2-58229eedc466 2018-07-22 16:05:57,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:57,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-1b5db195-f20c-405e-a9b6-5231b0cad755 Date: Sun, 22 Jul 2018 16:05:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:30Z", "updated_at": "2018-07-22T16:05:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:30Z", "revision_number": 0, "id": "1095d457-607f-410c-a5e7-7d7136737053", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:30Z", "security_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:30Z", "revision_number": 0, "id": "6157542b-c84c-41f0-98c0-392fcc0f48bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:30Z", "security_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:30Z", "revision_number": 0, "id": "a3324bf3-e152-4b88-a2e1-b880ebd3f0f1", "remote_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:30Z", "security_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:05:30Z", "revision_number": 0, "id": "cc5c5517-a612-42c1-8f7e-3576c82e1beb", "remote_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "remote_ip_prefix": null, "created_at": "2018-07-22T16:05:30Z", "security_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a3da89b832a4f4c8c212515c27346d9"}], "revision_number": 4, "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:05:57,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1b5db195-f20c-405e-a9b6-5231b0cad755 2018-07-22 16:05:57,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:57,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3e97a3-cbf1-4775-8725-e346a128df5c 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:05:57,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-bb3e97a3-cbf1-4775-8725-e346a128df5c 2018-07-22 16:05:57,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:58,053 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:05:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7a987b4-a72a-42b8-8c36-3ae37b0d4f09 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:05:58,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-e7a987b4-a72a-42b8-8c36-3ae37b0d4f09 2018-07-22 16:05:58,053 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:05:58,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:58,140 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1917b45-64a8-4c1e-9e4a-2572b05af77c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:05:58,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-a1917b45-64a8-4c1e-9e4a-2572b05af77c 2018-07-22 16:05:58,140 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:05:58,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:58,226 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7094a759-821b-4153-825e-159194d484fa Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:05:58,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-7094a759-821b-4153-825e-159194d484fa 2018-07-22 16:05:58,227 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:05:58,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:58,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a47a240c-df7a-4b84-b603-b4b5bef1bf24 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a3da89b832a4f4c8c212515c27346d9", "name": "InstanceSecurityGroupTests-1fead552-a318-478-proj"}} 2018-07-22 16:05:58,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-a47a240c-df7a-4b84-b603-b4b5bef1bf24 2018-07-22 16:05:58,316 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b173245d-fa18-4d46-a68e-285d8ee2a92c 2018-07-22 16:05:58,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b173245d-fa18-4d46-a68e-285d8ee2a92c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:58,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4ebbbc9b-be70-4631-a55c-8af73798ee07 Date: Sun, 22 Jul 2018 16:05:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:30Z", "security_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:30Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "1095d457-607f-410c-a5e7-7d7136737053"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:30Z", "security_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:30Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "6157542b-c84c-41f0-98c0-392fcc0f48bf"}, {"remote_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:30Z", "security_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:30Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "a3324bf3-e152-4b88-a2e1-b880ebd3f0f1"}, {"remote_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:05:30Z", "security_group_id": "b173245d-fa18-4d46-a68e-285d8ee2a92c", "port_range_min": null, "revision_number": 0, "tenant_id": "0a3da89b832a4f4c8c212515c27346d9", "created_at": "2018-07-22T16:05:30Z", "project_id": "0a3da89b832a4f4c8c212515c27346d9", "id": "cc5c5517-a612-42c1-8f7e-3576c82e1beb"}]} 2018-07-22 16:05:58,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b173245d-fa18-4d46-a68e-285d8ee2a92c used request id req-4ebbbc9b-be70-4631-a55c-8af73798ee07 2018-07-22 16:05:58,344 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:05:58,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b173245d-fa18-4d46-a68e-285d8ee2a92c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:58,727 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27bb516d-93a5-4df1-a867-bb6a40403345 Content-Length: 0 Date: Sun, 22 Jul 2018 16:05:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:05:58,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b173245d-fa18-4d46-a68e-285d8ee2a92c used request id req-27bb516d-93a5-4df1-a867-bb6a40403345 2018-07-22 16:05:58,728 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-1fead552-a318-478-proj 2018-07-22 16:05:58,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:58,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db61c8d9-7c86-4464-980f-bfeeeaeb65c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:05:58,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0a3da89b832a4f4c8c212515c27346d9 used request id req-db61c8d9-7c86-4464-980f-bfeeeaeb65c1 2018-07-22 16:05:58,969 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-1fead552-a318-478-proj-role 2018-07-22 16:05:58,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/a819aa7945e44c79bccee6cce174fb09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:59,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c25e1155-2df0-46a2-b946-2f9e810db083 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:05:59,071 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a819aa7945e44c79bccee6cce174fb09 used request id req-c25e1155-2df0-46a2-b946-2f9e810db083 2018-07-22 16:05:59,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c1218bcf0881d82bdf4003fd2d7447246c3e992" 2018-07-22 16:05:59,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e5a4f6-62cb-4ba3-a53b-459026276c01 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:05:59,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-27e5a4f6-62cb-4ba3-a53b-459026276c01 2018-07-22 16:05:59,169 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-1fead552-a318-478-user 2018-07-22 16:05:59,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1e9b2c1d23914cb99f1ce752461b981c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0b270c40dee4d7582bc3da7aeab4cb0a17bc119" 2018-07-22 16:05:59,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:05:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bc316ea-f868-4062-8cf7-57a9eab544f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:05:59,358 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1e9b2c1d23914cb99f1ce752461b981c used request id req-6bc316ea-f868-4062-8cf7-57a9eab544f3 2018-07-22 16:05:59,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:05:59,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:05:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["wCAKxmjfTvWuP95L0DFtRw"], "issued_at": "2018-07-22T16:05:59.000000Z"}} 2018-07-22 16:05:59,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8839d366104a673f6341b9a41495c1bd4b2cbc" 2018-07-22 16:05:59,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c3b06a0-d2b3-4a43-bed2-102bc52ab09b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:05:59,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8c3b06a0-d2b3-4a43-bed2-102bc52ab09b 2018-07-22 16:05:59,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:05:59,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:00,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["WO8V8XbPQlu5Gf2ooF_O0A"], "issued_at": "2018-07-22T16:06:00.000000Z"}} 2018-07-22 16:06:00,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:00,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae2ce43-6158-4766-9332-d91761c34ce9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:00,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-eae2ce43-6158-4766-9332-d91761c34ce9 2018-07-22 16:06:00,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:00,306 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:00,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-357a45b0-269f-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:00,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b00b1b35-bc0f-49fa-a76e-e8b7236e72ef Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-357a45b0-269f-414-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:06:00,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-357a45b0-269f-414-proj used request id req-b00b1b35-bc0f-49fa-a76e-e8b7236e72ef 2018-07-22 16:06:00,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:00,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5f99c5a-9c59-47d1-99bb-3304ee17257e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:06:00,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e5f99c5a-9c59-47d1-99bb-3304ee17257e 2018-07-22 16:06:00,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-357a45b0-269f-414-proj"}}' 2018-07-22 16:06:00,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:06:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-866da89d-c58e-4f16-9edc-c8a012e5a40c Content-Length: 324 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4a3c59a5b9a2428dbf9c944ff621f956"}, "tags": [], "enabled": true, "id": "4a3c59a5b9a2428dbf9c944ff621f956", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-357a45b0-269f-414-proj"}} 2018-07-22 16:06:00,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-866da89d-c58e-4f16-9edc-c8a012e5a40c 2018-07-22 16:06:00,539 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-357a45b0-269f-414-proj 2018-07-22 16:06:00,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:00,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:00,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["gtwUrt9DThe-073DmTU3IA"], "issued_at": "2018-07-22T16:06:00.000000Z"}} 2018-07-22 16:06:00,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e32b720e4e69b90fc73eb85cfd2a8097b3125bdc" 2018-07-22 16:06:01,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6293c652-4b27-4d3d-94c2-ae5b84842a68 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:01,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6293c652-4b27-4d3d-94c2-ae5b84842a68 2018-07-22 16:06:01,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:01,016 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:01,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e32b720e4e69b90fc73eb85cfd2a8097b3125bdc" 2018-07-22 16:06:01,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44f778f-4c25-4103-9ca0-c5b11e8d660c Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:06:01,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a44f778f-4c25-4103-9ca0-c5b11e8d660c 2018-07-22 16:06:01,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceOnComputeHost-357a45b0-269f-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e32b720e4e69b90fc73eb85cfd2a8097b3125bdc" 2018-07-22 16:06:01,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e3aa6c2-7d1c-4e03-91ac-cfa3180b0df0 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceOnComputeHost-357a45b0-269f-414-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4a3c59a5b9a2428dbf9c944ff621f956"}, "tags": [], "enabled": true, "id": "4a3c59a5b9a2428dbf9c944ff621f956", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-357a45b0-269f-414-proj"}]} 2018-07-22 16:06:01,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceOnComputeHost-357a45b0-269f-414-proj used request id req-3e3aa6c2-7d1c-4e03-91ac-cfa3180b0df0 2018-07-22 16:06:01,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e32b720e4e69b90fc73eb85cfd2a8097b3125bdc" 2018-07-22 16:06:01,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f743fc73-c83c-40ab-a7f2-f8349c8e10f0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:06:01,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f743fc73-c83c-40ab-a7f2-f8349c8e10f0 2018-07-22 16:06:01,647 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-357a45b0-269f-414-user 2018-07-22 16:06:01,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:01,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:01,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad5ad54-36f8-478f-aeca-18bd13887b01 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:06:01,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1ad5ad54-36f8-478f-aeca-18bd13887b01 2018-07-22 16:06:01,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" -d '{"role": {"name": "CreateInstanceOnComputeHost-357a45b0-269f-414-proj-role"}}' 2018-07-22 16:06:01,886 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:06:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0be8827f-fc62-4a05-a043-ba9b3904eb3b Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e7240b3d9a1a4effad33c0aaa7ccb200", "links": {"self": "http://172.30.9.28:5000/v3/roles/e7240b3d9a1a4effad33c0aaa7ccb200"}, "name": "CreateInstanceOnComputeHost-357a45b0-269f-414-proj-role"}} 2018-07-22 16:06:01,886 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0be8827f-fc62-4a05-a043-ba9b3904eb3b 2018-07-22 16:06:01,886 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-357a45b0-269f-414-proj-role 2018-07-22 16:06:01,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e7240b3d9a1a4effad33c0aaa7ccb200 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:01,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c38579f9-7736-43c6-9fad-c191576d1f50 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e7240b3d9a1a4effad33c0aaa7ccb200", "links": {"self": "http://172.30.9.28:5000/v3/roles/e7240b3d9a1a4effad33c0aaa7ccb200"}, "name": "CreateInstanceOnComputeHost-357a45b0-269f-414-proj-role"}} 2018-07-22 16:06:01,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e7240b3d9a1a4effad33c0aaa7ccb200 used request id req-c38579f9-7736-43c6-9fad-c191576d1f50 2018-07-22 16:06:01,974 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-357a45b0-269f-414-proj-role to project CreateInstanceOnComputeHost-357a45b0-269f-414-proj 2018-07-22 16:06:01,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4a3c59a5b9a2428dbf9c944ff621f956/users/26579bb3f45a42da933dbc7ffca0a76e/roles/e7240b3d9a1a4effad33c0aaa7ccb200 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:02,097 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:06:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-880fe286-68d2-445b-bf47-0611e751372a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:06:02,097 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4a3c59a5b9a2428dbf9c944ff621f956/users/26579bb3f45a42da933dbc7ffca0a76e/roles/e7240b3d9a1a4effad33c0aaa7ccb200 used request id req-880fe286-68d2-445b-bf47-0611e751372a 2018-07-22 16:06:02,098 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:06:02,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:02,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:02,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Msi3pt3kRpifUkz_-rNU2w"], "issued_at": "2018-07-22T16:06:02.000000Z"}} 2018-07-22 16:06:02,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" 2018-07-22 16:06:02,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1c546c-ad96-44d4-bec2-539d98ed1134 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:02,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ab1c546c-ad96-44d4-bec2-539d98ed1134 2018-07-22 16:06:02,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" 2018-07-22 16:06:02,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5eaef8d9-09f5-4a04-89cd-5a78ea9ecaf1 Date: Sun, 22 Jul 2018 16:06:02 GMT RESP BODY: {"networks":[]} 2018-07-22 16:06:02,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-5eaef8d9-09f5-4a04-89cd-5a78ea9ecaf1 2018-07-22 16:06:02,838 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net 2018-07-22 16:06:02,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" -d '{"network": {"name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net", "admin_state_up": true}}' 2018-07-22 16:06:03,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-3d01327a-896f-4ee5-8af6-69c001ea8f3e Date: Sun, 22 Jul 2018 16:06: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":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","is_default":false,"provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","mtu":1450}} 2018-07-22 16:06:03,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3d01327a-896f-4ee5-8af6-69c001ea8f3e 2018-07-22 16:06:03,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" 2018-07-22 16:06:03,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-10c0c8d8-e37e-4b85-b09c-150079a99849 Date: Sun, 22 Jul 2018 16:06:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:03,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-10c0c8d8-e37e-4b85-b09c-150079a99849 2018-07-22 16:06:03,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" 2018-07-22 16:06:03,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a81f81b9-adca-47e4-b1a0-58fe2c6bab9c Date: Sun, 22 Jul 2018 16:06:03 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:06:03,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-a81f81b9-adca-47e4-b1a0-58fe2c6bab9c 2018-07-22 16:06:03,450 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet 2018-07-22 16:06:03,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" -d '{"subnets": [{"ip_version": 4, "network_id": "c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]}' 2018-07-22 16:06:03,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2a38ab71-08d1-4307-a322-5caeb5eda274 Date: Sun, 22 Jul 2018 16:06:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:03,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-2a38ab71-08d1-4307-a322-5caeb5eda274 2018-07-22 16:06:03,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" 2018-07-22 16:06:03,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-9dc6f494-5eb9-4f33-a7cc-eaf67594338b Date: Sun, 22 Jul 2018 16:06:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:03,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-9dc6f494-5eb9-4f33-a7cc-eaf67594338b 2018-07-22 16:06:03,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" 2018-07-22 16:06:03,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5055fe0e-4ec2-4a0a-a933-5cf8f62613d8 Date: Sun, 22 Jul 2018 16:06:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:03,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-5055fe0e-4ec2-4a0a-a933-5cf8f62613d8 2018-07-22 16:06:03,969 - OpenStackNetwork - DEBUG - Network [c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b] created successfully 2018-07-22 16:06:03,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:03,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:04,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_YNjEHDERDyitL5U2wq01Q"], "issued_at": "2018-07-22T16:06:04.000000Z"}} 2018-07-22 16:06:04,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0980b0237f2f5d8b7211a5d95b90963320ccbae" 2018-07-22 16:06:04,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40c7f447-eab2-4c67-9dfd-8ac6cee9fdf1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:04,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-40c7f447-eab2-4c67-9dfd-8ac6cee9fdf1 2018-07-22 16:06:04,445 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:06:04,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0980b0237f2f5d8b7211a5d95b90963320ccbae" 2018-07-22 16:06:04,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f282f303-8df5-45b5-85c7-ded1aa2eb299 x-compute-request-id: req-f282f303-8df5-45b5-85c7-ded1aa2eb299 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:06:04,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f282f303-8df5-45b5-85c7-ded1aa2eb299 2018-07-22 16:06:04,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0980b0237f2f5d8b7211a5d95b90963320ccbae" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-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-07-22 16:06:04,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a70107c-4ed9-4dc4-aab4-99299f9b1e84 x-compute-request-id: req-6a70107c-4ed9-4dc4-aab4-99299f9b1e84 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "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": "61865bf4-9ed6-4754-b463-ac21ae0177b2"}} 2018-07-22 16:06:04,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6a70107c-4ed9-4dc4-aab4-99299f9b1e84 2018-07-22 16:06:04,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:04,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:05,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7240b3d9a1a4effad33c0aaa7ccb200", "name": "CreateInstanceOnComputeHost-357a45b0-269f-414-proj-role"}], "expires_at": "2018-07-22T17:06:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a3c59a5b9a2428dbf9c944ff621f956", "name": "CreateInstanceOnComputeHost-357a45b0-269f-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4a3c59a5b9a2428dbf9c944ff621f956", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4a3c59a5b9a2428dbf9c944ff621f956", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4a3c59a5b9a2428dbf9c944ff621f956", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-357a45b0-269f-414-user", "id": "26579bb3f45a42da933dbc7ffca0a76e"}, "audit_ids": ["4VLmHMN_R-uLfJbPk53aqw"], "issued_at": "2018-07-22T16:06:05.000000Z"}} 2018-07-22 16:06:05,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" 2018-07-22 16:06:05,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16078df3-b5d4-4829-b996-0ab140c76885 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:05,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-16078df3-b5d4-4829-b996-0ab140c76885 2018-07-22 16:06:05,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" 2018-07-22 16:06:05,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-3c09b32f-d1db-4f43-a0f3-42792a04db5e Date: Sun, 22 Jul 2018 16:06:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image"} 2018-07-22 16:06:05,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image used request id req-3c09b32f-d1db-4f43-a0f3-42792a04db5e 2018-07-22 16:06:05,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" 2018-07-22 16:06:05,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-44125c85-72bd-4377-ada9-81fca46f592b Date: Sun, 22 Jul 2018 16:06: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-07-22 16:06:05,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-44125c85-72bd-4377-ada9-81fca46f592b 2018-07-22 16:06:05,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image"}' 2018-07-22 16:06:05,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-06e4c2de-9837-423d-a676-effc18d8fb3d Date: Sun, 22 Jul 2018 16:06:05 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794", "min_disk": 0, "protected": false, "id": "4721a75f-2008-4956-ab14-7678bb9ed794", "file": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794/file", "checksum": null, "owner": "4a3c59a5b9a2428dbf9c944ff621f956", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:06:05,466 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-06e4c2de-9837-423d-a676-effc18d8fb3d 2018-07-22 16:06:05,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" -d '' 2018-07-22 16:06:05,885 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd92c11c-c11c-4e57-a19a-0078d33c4de8 Date: Sun, 22 Jul 2018 16:06:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:06:05,885 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794/file used request id req-dd92c11c-c11c-4e57-a19a-0078d33c4de8 2018-07-22 16:06:05,885 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:06:05,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" 2018-07-22 16:06:05,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-f6e624e3-4fa5-4054-8a31-bbef88d2340a Date: Sun, 22 Jul 2018 16:06:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4721a75f-2008-4956-ab14-7678bb9ed794/snap", "metadata": {}}], "self": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794", "min_disk": 0, "protected": false, "id": "4721a75f-2008-4956-ab14-7678bb9ed794", "file": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4a3c59a5b9a2428dbf9c944ff621f956", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4721a75f-2008-4956-ab14-7678bb9ed794/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:06:05,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794 used request id req-f6e624e3-4fa5-4054-8a31-bbef88d2340a 2018-07-22 16:06:05,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" 2018-07-22 16:06:05,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ff5a40d1-58d5-46cf-9c0d-32b63e5c108e Date: Sun, 22 Jul 2018 16:06: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-07-22 16:06:05,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ff5a40d1-58d5-46cf-9c0d-32b63e5c108e 2018-07-22 16:06:05,913 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image 2018-07-22 16:06:05,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" 2018-07-22 16:06:05,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-eb0fa57c-3070-48fc-a172-485d102af7a1 Date: Sun, 22 Jul 2018 16:06:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4721a75f-2008-4956-ab14-7678bb9ed794/snap", "metadata": {}}], "self": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794", "min_disk": 0, "protected": false, "id": "4721a75f-2008-4956-ab14-7678bb9ed794", "file": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4a3c59a5b9a2428dbf9c944ff621f956", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4721a75f-2008-4956-ab14-7678bb9ed794/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:06:05,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794 used request id req-eb0fa57c-3070-48fc-a172-485d102af7a1 2018-07-22 16:06:05,929 - create_image - DEBUG - Instance status is - active 2018-07-22 16:06:05,929 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image 2018-07-22 16:06:05,929 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image 2018-07-22 16:06:05,929 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:06:05,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8839d366104a673f6341b9a41495c1bd4b2cbc" 2018-07-22 16:06:06,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c04b4c33-df3f-4a86-8019-154f83b6f701 x-compute-request-id: req-c04b4c33-df3f-4a86-8019-154f83b6f701 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-07-22T16:05:56.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-07-22T16:06:03.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-07-22T16:05:58.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-07-22T16:05:57.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-07-22T16:06:04.000000"}}}, "zoneName": "nova"}]} 2018-07-22 16:06:06,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-availability-zone/detail used request id req-c04b4c33-df3f-4a86-8019-154f83b6f701 2018-07-22 16:06:06,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:06,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:06,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MVm1XYfuTNewaqlIm4BlFA"], "issued_at": "2018-07-22T16:06:06.000000Z"}} 2018-07-22 16:06:06,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:06,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca5f6ea2-55d0-4493-9a70-41bf92c55cbd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:06,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ca5f6ea2-55d0-4493-9a70-41bf92c55cbd 2018-07-22 16:06:06,643 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:06:06,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:06,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f7f9271-e433-4883-bad1-a2ad7ca61b87 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:06,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9f7f9271-e433-4883-bad1-a2ad7ca61b87 2018-07-22 16:06:06,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:06,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-c96889b0-38bf-4cb6-b328-26c1bee73cf3 Date: Sun, 22 Jul 2018 16:06:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:06,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-c96889b0-38bf-4cb6-b328-26c1bee73cf3 2018-07-22 16:06:06,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:06,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:06,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:07,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4efbd8f-f62f-4649-836e-5402dc2d74f1 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:07,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-b4efbd8f-f62f-4649-836e-5402dc2d74f1 2018-07-22 16:06:07,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:07,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d41f9503-af5f-4e3c-aea4-f0889ad973cb Date: Sun, 22 Jul 2018 16:06:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:07,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-d41f9503-af5f-4e3c-aea4-f0889ad973cb 2018-07-22 16:06:07,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:07,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b9223c29-b6a4-42fa-a71a-1afee6ac20d6 Date: Sun, 22 Jul 2018 16:06:07 GMT RESP BODY: {"ports":[]} 2018-07-22 16:06:07,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1&admin_state_up=True used request id req-b9223c29-b6a4-42fa-a71a-1afee6ac20d6 2018-07-22 16:06:07,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:07,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06: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-c9756eb0-4802-4cf4-a0c0-820723f78f5c x-compute-request-id: req-c9756eb0-4802-4cf4-a0c0-820723f78f5c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:06:07,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-c9756eb0-4802-4cf4-a0c0-820723f78f5c 2018-07-22 16:06:07,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:07,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-070c4fd8-325d-4550-84cc-b0532cb16211 Date: Sun, 22 Jul 2018 16:06:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:07,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-070c4fd8-325d-4550-84cc-b0532cb16211 2018-07-22 16:06:07,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:07,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a2def3-5596-4ca2-8608-eb08da1baf92 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:07,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-98a2def3-5596-4ca2-8608-eb08da1baf92 2018-07-22 16:06:07,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:07,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f625487b-a787-4dd2-9aad-3acc8ce53168 Date: Sun, 22 Jul 2018 16:06:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:07,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-f625487b-a787-4dd2-9aad-3acc8ce53168 2018-07-22 16:06:07,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:07,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f53e6487-b6e0-41a6-98cd-fb590bccccbf Date: Sun, 22 Jul 2018 16:06:07 GMT RESP BODY: {"ports":[]} 2018-07-22 16:06:07,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1&admin_state_up=True used request id req-f53e6487-b6e0-41a6-98cd-fb590bccccbf 2018-07-22 16:06:07,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:07,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:08,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["zqTllp96Q-yQgOQRoiPFBg"], "issued_at": "2018-07-22T16:06:08.000000Z"}} 2018-07-22 16:06:08,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39eef2385d69d9459d01ce2beb88e37d2122fb54" 2018-07-22 16:06:08,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac636c7-ffc0-4d57-a1a1-c649b88deaed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:08,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3ac636c7-ffc0-4d57-a1a1-c649b88deaed 2018-07-22 16:06:08,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:08,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-326f1c0a-3ec6-44c0-8738-05af6ad5c58a Date: Sun, 22 Jul 2018 16:06:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:08,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-326f1c0a-3ec6-44c0-8738-05af6ad5c58a 2018-07-22 16:06:08,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:08,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-59ca2ac8-abbe-4645-9614-40b2601f3830 Date: Sun, 22 Jul 2018 16:06:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:08,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-59ca2ac8-abbe-4645-9614-40b2601f3830 2018-07-22 16:06:08,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:08,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-0b8f2741-405f-489b-9092-0647719c2ce2 Date: Sun, 22 Jul 2018 16:06:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:08,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-0b8f2741-405f-489b-9092-0647719c2ce2 2018-07-22 16:06:08,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:08,344 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:08,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39eef2385d69d9459d01ce2beb88e37d2122fb54" 2018-07-22 16:06:08,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a34a84fb-3854-4c8e-a1f2-19c9f9694506 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:08,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-a34a84fb-3854-4c8e-a1f2-19c9f9694506 2018-07-22 16:06:08,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:08,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d80dacc9-d687-417c-b7a9-aade053e659d Date: Sun, 22 Jul 2018 16:06:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:08,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-d80dacc9-d687-417c-b7a9-aade053e659d 2018-07-22 16:06:08,485 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net 2018-07-22 16:06:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" -d '{"port": {"network_id": "c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b", "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1", "admin_state_up": true}}' 2018-07-22 16:06:09,341 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-0d77f71f-31ab-4c33-aae5-bd99fcdf2327 Date: Sun, 22 Jul 2018 16:06:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:08Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"}} 2018-07-22 16:06:09,341 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-0d77f71f-31ab-4c33-aae5-bd99fcdf2327 2018-07-22 16:06:09,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-a55de670-a127-477c-8394-ba2e8ec655c2 Date: Sun, 22 Jul 2018 16:06:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:09,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-a55de670-a127-477c-8394-ba2e8ec655c2 2018-07-22 16:06:09,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da71398-9c88-44f4-a700-33369d2e71ea 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:09,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-7da71398-9c88-44f4-a700-33369d2e71ea 2018-07-22 16:06:09,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9c26a670-be34-42ee-aa19-63d8b1f9e7bd Date: Sun, 22 Jul 2018 16:06:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:09,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-9c26a670-be34-42ee-aa19-63d8b1f9e7bd 2018-07-22 16:06:09,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-f8e2af71-51c7-4803-a87b-0746f62b6dae Date: Sun, 22 Jul 2018 16:06:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:08Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:09,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1&admin_state_up=True used request id req-f8e2af71-51c7-4803-a87b-0746f62b6dae 2018-07-22 16:06:09,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b75371-eca6-4ada-bbc2-90c2ad4770d9 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:09,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-f4b75371-eca6-4ada-bbc2-90c2ad4770d9 2018-07-22 16:06:09,685 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-07-22 16:06:09,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06: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-cfb720d2-541a-4afa-9f80-5955bc8e5444 x-compute-request-id: req-cfb720d2-541a-4afa-9f80-5955bc8e5444 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-flavor-name"}]} 2018-07-22 16:06:09,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cfb720d2-541a-4afa-9f80-5955bc8e5444 2018-07-22 16:06:09,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06: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-816ed024-64f6-4a57-bb73-2105000df010 x-compute-request-id: req-816ed024-64f6-4a57-bb73-2105000df010 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "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": "61865bf4-9ed6-4754-b463-ac21ae0177b2"}} 2018-07-22 16:06:09,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2 used request id req-816ed024-64f6-4a57-bb73-2105000df010 2018-07-22 16:06:09,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-c507bcf3-2e94-4a10-a8f7-2381e1a61b4a Date: Sun, 22 Jul 2018 16:06:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4721a75f-2008-4956-ab14-7678bb9ed794/snap", "metadata": {}}], "self": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794", "min_disk": 0, "protected": false, "id": "4721a75f-2008-4956-ab14-7678bb9ed794", "file": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4a3c59a5b9a2428dbf9c944ff621f956", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4721a75f-2008-4956-ab14-7678bb9ed794/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image"} 2018-07-22 16:06:09,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image used request id req-c507bcf3-2e94-4a10-a8f7-2381e1a61b4a 2018-07-22 16:06:09,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:09,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-49302c11-bda3-40dd-8f13-1eec5031f668 Date: Sun, 22 Jul 2018 16:06: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-07-22 16:06:09,921 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-49302c11-bda3-40dd-8f13-1eec5031f668 2018-07-22 16:06:09,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" -d '{"server": {"name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "4721a75f-2008-4956-ab14-7678bb9ed794", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "max_count": 1, "min_count": 1, "networks": [{"port": "85637e50-c9cb-4f5a-ab42-b7bda10e1325"}]}}' 2018-07-22 16:06:10,925 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:06: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-9e0d3380-3146-4184-8d43-85bf03224a2a x-compute-request-id: req-9e0d3380-3146-4184-8d43-85bf03224a2a Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "adminPass": "XpYGkCvy2HMv"}} 2018-07-22 16:06:10,926 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-9e0d3380-3146-4184-8d43-85bf03224a2a 2018-07-22 16:06:10,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:11,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88d4b726-e0c4-4c0a-8b3a-d16002b923ea x-compute-request-id: req-88d4b726-e0c4-4c0a-8b3a-d16002b923ea Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:06:10Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:11,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-88d4b726-e0c4-4c0a-8b3a-d16002b923ea 2018-07-22 16:06:11,010 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-07-22 16:06:11,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:11,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebbaac05-7851-4cff-a361-2cfff56ae6c0 x-compute-request-id: req-ebbaac05-7851-4cff-a361-2cfff56ae6c0 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:06:11Z", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:11,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-ebbaac05-7851-4cff-a361-2cfff56ae6c0 2018-07-22 16:06:11,396 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-07-22 16:06:11,396 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:06:14,399 - create_instance - DEBUG - VM status query timeout in 896.611089945 2018-07-22 16:06:14,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:14,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39327050-6634-4340-be61-2b8cd14845e6 x-compute-request-id: req-39327050-6634-4340-be61-2b8cd14845e6 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:17:5e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:06:12Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:14,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-39327050-6634-4340-be61-2b8cd14845e6 2018-07-22 16:06:14,556 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-07-22 16:06:14,556 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:06:17,559 - create_instance - DEBUG - VM status query timeout in 893.450871944 2018-07-22 16:06:17,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ced01d28-d3ac-4aba-9fde-6c0c553dcd33 x-compute-request-id: req-ced01d28-d3ac-4aba-9fde-6c0c553dcd33 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:17:5e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": "2018-07-22T16:06:16.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:16Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:18,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-ced01d28-d3ac-4aba-9fde-6c0c553dcd33 2018-07-22 16:06:18,024 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-07-22 16:06:18,024 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:06:18,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5eac4c0-b031-4e2d-b838-8fb6f8c47260 x-compute-request-id: req-b5eac4c0-b031-4e2d-b838-8fb6f8c47260 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:17:5e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": "2018-07-22T16:06:16.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:16Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:18,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-b5eac4c0-b031-4e2d-b838-8fb6f8c47260 2018-07-22 16:06:18,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-996930cd-8846-4f38-9314-8d72f2b595d7 Date: Sun, 22 Jul 2018 16:06:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:18,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-996930cd-8846-4f38-9314-8d72f2b595d7 2018-07-22 16:06:18,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c051220-177a-4c0e-8292-427d5ebd678d 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:18,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-2c051220-177a-4c0e-8292-427d5ebd678d 2018-07-22 16:06:18,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-8ffebcbf-b5b5-4b3a-a1a3-3031b0261596 Date: Sun, 22 Jul 2018 16:06:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:18,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-8ffebcbf-b5b5-4b3a-a1a3-3031b0261596 2018-07-22 16:06:18,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1807 X-Openstack-Request-Id: req-19989332-a300-49ff-a4db-74fe3aef24a3 Date: Sun, 22 Jul 2018 16:06:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.2"}],"id":"3b84fe85-e180-4067-8388-ea5a5e296303","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:3c:7d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","name":"","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:16Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aac2083d-462a-4dd0-b8a5-a02d055b53f8","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:18,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-19989332-a300-49ff-a4db-74fe3aef24a3 2018-07-22 16:06:18,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6cb827e-3665-40f8-8638-1d36b38df71a x-compute-request-id: req-e6cb827e-3665-40f8-8638-1d36b38df71a Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:17:5e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": "2018-07-22T16:06:16.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:16Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:18,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-e6cb827e-3665-40f8-8638-1d36b38df71a 2018-07-22 16:06:18,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-393ea662-2192-44c4-8364-10632af134ec Date: Sun, 22 Jul 2018 16:06:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:18,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-393ea662-2192-44c4-8364-10632af134ec 2018-07-22 16:06:18,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:18,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d186958-f56c-485d-8678-3fff3603276a 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:18,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-7d186958-f56c-485d-8678-3fff3603276a 2018-07-22 16:06:18,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:19,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-05397387-e876-4840-b9fe-d478728cfa08 Date: Sun, 22 Jul 2018 16:06:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:19,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-05397387-e876-4840-b9fe-d478728cfa08 2018-07-22 16:06:19,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:19,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1807 X-Openstack-Request-Id: req-ef58fefc-2b55-4aab-9968-33561ba3aaf0 Date: Sun, 22 Jul 2018 16:06:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.2"}],"id":"3b84fe85-e180-4067-8388-ea5a5e296303","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:3c:7d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","name":"","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:16Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aac2083d-462a-4dd0-b8a5-a02d055b53f8","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:19,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-ef58fefc-2b55-4aab-9968-33561ba3aaf0 2018-07-22 16:06:19,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:19,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cac67bd-4c23-4c85-ac49-06f58082d97a x-compute-request-id: req-0cac67bd-4c23-4c85-ac49-06f58082d97a Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:17:5e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": "2018-07-22T16:06:16.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:16Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:19,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-0cac67bd-4c23-4c85-ac49-06f58082d97a 2018-07-22 16:06:19,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:19,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-2baeb48e-8dfd-4d20-850c-31348ee2ee91 Date: Sun, 22 Jul 2018 16:06:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:19,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-2baeb48e-8dfd-4d20-850c-31348ee2ee91 2018-07-22 16:06:19,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:19,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15da792-15af-4019-9784-4ffea2b9ba48 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:19,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-e15da792-15af-4019-9784-4ffea2b9ba48 2018-07-22 16:06:19,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:19,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c05d4abe-b64e-4364-a009-c5fc7b6f2f3d Date: Sun, 22 Jul 2018 16:06:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:19,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-c05d4abe-b64e-4364-a009-c5fc7b6f2f3d 2018-07-22 16:06:19,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:19,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1807 X-Openstack-Request-Id: req-696f56cc-2899-471b-bacb-9fb4115752e9 Date: Sun, 22 Jul 2018 16:06:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.2"}],"id":"3b84fe85-e180-4067-8388-ea5a5e296303","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:3c:7d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","name":"","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:16Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aac2083d-462a-4dd0-b8a5-a02d055b53f8","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:19,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-696f56cc-2899-471b-bacb-9fb4115752e9 2018-07-22 16:06:19,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:19,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:19,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["qHuvrRP0T5aarBi1RW2g5g"], "issued_at": "2018-07-22T16:06:19.000000Z"}} 2018-07-22 16:06:19,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087efc15-ea22-4231-81e9-b4d7d4050b13 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:20,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-087efc15-ea22-4231-81e9-b4d7d4050b13 2018-07-22 16:06:20,021 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:06:20,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d418d6b2-1d87-4422-a17b-5de7fd451eef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:20,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d418d6b2-1d87-4422-a17b-5de7fd451eef 2018-07-22 16:06:20,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-8b16f762-9cf6-4418-a4ba-4e92b3b04a98 Date: Sun, 22 Jul 2018 16:06:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:20,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-8b16f762-9cf6-4418-a4ba-4e92b3b04a98 2018-07-22 16:06:20,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:20,354 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:20,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c96c7756-6ea1-44dc-af16-83f616930682 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:20,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-c96c7756-6ea1-44dc-af16-83f616930682 2018-07-22 16:06:20,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-81d4ee59-bfd4-4006-92b3-36a28d98c63e Date: Sun, 22 Jul 2018 16:06:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:20,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-81d4ee59-bfd4-4006-92b3-36a28d98c63e 2018-07-22 16:06:20,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-aa47ba70-d383-4b8b-9654-8e3ed633ffd4 Date: Sun, 22 Jul 2018 16:06:20 GMT RESP BODY: {"ports":[]} 2018-07-22 16:06:20,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2&admin_state_up=True used request id req-aa47ba70-d383-4b8b-9654-8e3ed633ffd4 2018-07-22 16:06:20,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7100897e-6b6b-4d87-8209-792e0b4e9209 x-compute-request-id: req-7100897e-6b6b-4d87-8209-792e0b4e9209 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:06:20,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-7100897e-6b6b-4d87-8209-792e0b4e9209 2018-07-22 16:06:20,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-b0a57063-8cd9-46bb-b5e4-44868ad60c89 Date: Sun, 22 Jul 2018 16:06:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:20,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-b0a57063-8cd9-46bb-b5e4-44868ad60c89 2018-07-22 16:06:20,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:20,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2422660-624d-42c2-80f1-3fdd8b4dadf3 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:20,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-e2422660-624d-42c2-80f1-3fdd8b4dadf3 2018-07-22 16:06:20,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:21,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f00c84ff-78f8-459b-a4a6-46f6d9c4fa48 Date: Sun, 22 Jul 2018 16:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:21,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-f00c84ff-78f8-459b-a4a6-46f6d9c4fa48 2018-07-22 16:06:21,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:21,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1ae1b231-14b1-4dae-824e-28e0bcf4cfe8 Date: Sun, 22 Jul 2018 16:06:21 GMT RESP BODY: {"ports":[]} 2018-07-22 16:06:21,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2&admin_state_up=True used request id req-1ae1b231-14b1-4dae-824e-28e0bcf4cfe8 2018-07-22 16:06:21,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:21,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:21,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["jAKNv-m5TduRF34taU6G0A"], "issued_at": "2018-07-22T16:06:21.000000Z"}} 2018-07-22 16:06:21,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45097343bc9e87f3dc40b6152992f9e5b1907646" 2018-07-22 16:06:21,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c3820a-6707-4d7c-94a5-bbdfaf310c1e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:21,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c2c3820a-6707-4d7c-94a5-bbdfaf310c1e 2018-07-22 16:06:21,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:21,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-b9909d0b-336f-48e8-aeaf-3ccde9d45ac3 Date: Sun, 22 Jul 2018 16:06:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:21,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-b9909d0b-336f-48e8-aeaf-3ccde9d45ac3 2018-07-22 16:06:21,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:21,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-1fd4374e-156b-48d2-8b0e-41370b70f546 Date: Sun, 22 Jul 2018 16:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:21,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-1fd4374e-156b-48d2-8b0e-41370b70f546 2018-07-22 16:06:21,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:21,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-33118eea-f0b9-4cbc-bb92-5615665fd536 Date: Sun, 22 Jul 2018 16:06:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:21,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-33118eea-f0b9-4cbc-bb92-5615665fd536 2018-07-22 16:06:21,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:21,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:21,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45097343bc9e87f3dc40b6152992f9e5b1907646" 2018-07-22 16:06:21,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f1afa17-640e-478d-abe3-0e84293f9581 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:21,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-1f1afa17-640e-478d-abe3-0e84293f9581 2018-07-22 16:06:21,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:21,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f01b1fc3-acbc-4b89-9081-8d42a5c87c3c Date: Sun, 22 Jul 2018 16:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:21,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-f01b1fc3-acbc-4b89-9081-8d42a5c87c3c 2018-07-22 16:06:21,966 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net 2018-07-22 16:06:21,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" -d '{"port": {"network_id": "c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b", "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2", "admin_state_up": true}}' 2018-07-22 16:06:22,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-9f82dee9-14c8-486a-aa51-102d78b5fe5e Date: Sun, 22 Jul 2018 16:06:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:22Z","device_owner":"","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.9"}],"id":"c3d60c43-fefc-4066-af62-a15b5b62d1d8","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:ad:36","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:22Z","binding:vnic_type":"normal"}} 2018-07-22 16:06:22,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-9f82dee9-14c8-486a-aa51-102d78b5fe5e 2018-07-22 16:06:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:22,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-5e2e9279-d5ad-4c71-8c69-e4c30a479824 Date: Sun, 22 Jul 2018 16:06:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:22,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-5e2e9279-d5ad-4c71-8c69-e4c30a479824 2018-07-22 16:06:22,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:22,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dedb93ca-2b62-4236-9e2e-0247ffee2ba7 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:22,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-dedb93ca-2b62-4236-9e2e-0247ffee2ba7 2018-07-22 16:06:22,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:22,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-8087d023-0032-4441-87be-7162982a24ab Date: Sun, 22 Jul 2018 16:06:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:22,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-8087d023-0032-4441-87be-7162982a24ab 2018-07-22 16:06:22,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:22,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-b6b550d8-e11c-4931-ba06-94989a0eb004 Date: Sun, 22 Jul 2018 16:06:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:22Z","device_owner":"","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.9"}],"id":"c3d60c43-fefc-4066-af62-a15b5b62d1d8","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:ad:36","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:22Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:22,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2&admin_state_up=True used request id req-b6b550d8-e11c-4931-ba06-94989a0eb004 2018-07-22 16:06:22,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:23,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5e8012-fc5f-49c2-a244-45518a079fe2 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:23,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-1b5e8012-fc5f-49c2-a244-45518a079fe2 2018-07-22 16:06:23,060 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-07-22 16:06:23,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:23,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2b5cf70-a01b-43af-9063-f18a1d0c55d3 x-compute-request-id: req-c2b5cf70-a01b-43af-9063-f18a1d0c55d3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-flavor-name"}]} 2018-07-22 16:06:23,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c2b5cf70-a01b-43af-9063-f18a1d0c55d3 2018-07-22 16:06:23,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:23,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4519d8a5-00ba-4339-8d0c-501a21271aea x-compute-request-id: req-4519d8a5-00ba-4339-8d0c-501a21271aea Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "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": "61865bf4-9ed6-4754-b463-ac21ae0177b2"}} 2018-07-22 16:06:23,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2 used request id req-4519d8a5-00ba-4339-8d0c-501a21271aea 2018-07-22 16:06:23,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:23,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-d6ee8048-3851-4230-bb22-afe328310693 Date: Sun, 22 Jul 2018 16:06:23 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4721a75f-2008-4956-ab14-7678bb9ed794/snap", "metadata": {}}], "self": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794", "min_disk": 0, "protected": false, "id": "4721a75f-2008-4956-ab14-7678bb9ed794", "file": "/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4a3c59a5b9a2428dbf9c944ff621f956", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/4721a75f-2008-4956-ab14-7678bb9ed794/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image"} 2018-07-22 16:06:23,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image used request id req-d6ee8048-3851-4230-bb22-afe328310693 2018-07-22 16:06:23,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:23,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-cf7ee23f-af15-4dd1-87d7-cabd81cbf6b9 Date: Sun, 22 Jul 2018 16:06: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-07-22 16:06:23,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-cf7ee23f-af15-4dd1-87d7-cabd81cbf6b9 2018-07-22 16:06:23,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" -d '{"server": {"name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "4721a75f-2008-4956-ab14-7678bb9ed794", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "max_count": 1, "min_count": 1, "networks": [{"port": "c3d60c43-fefc-4066-af62-a15b5b62d1d8"}]}}' 2018-07-22 16:06:24,382 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:06:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-750a185e-05e8-4efe-a8df-d8b20a0d72f0 x-compute-request-id: req-750a185e-05e8-4efe-a8df-d8b20a0d72f0 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "adminPass": "yUbVvkEHzjk5"}} 2018-07-22 16:06:24,382 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-750a185e-05e8-4efe-a8df-d8b20a0d72f0 2018-07-22 16:06:24,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:24,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68eeef89-a802-4b5b-8c2d-161c171215f8 x-compute-request-id: req-68eeef89-a802-4b5b-8c2d-161c171215f8 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:06:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:24,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-68eeef89-a802-4b5b-8c2d-161c171215f8 2018-07-22 16:06:24,612 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-07-22 16:06:24,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:24,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d08983c-66e2-42fe-b99c-f0a93b9c1967 x-compute-request-id: req-0d08983c-66e2-42fe-b99c-f0a93b9c1967 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:06:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:24,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-0d08983c-66e2-42fe-b99c-f0a93b9c1967 2018-07-22 16:06:24,869 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-07-22 16:06:24,869 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:06:27,872 - create_instance - DEBUG - VM status query timeout in 896.739499092 2018-07-22 16:06:27,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:28,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a38f8ce-d56e-4345-acd5-690ed29ae566 x-compute-request-id: req-9a38f8ce-d56e-4345-acd5-690ed29ae566 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": null, "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:06:25Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:28,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-9a38f8ce-d56e-4345-acd5-690ed29ae566 2018-07-22 16:06:28,276 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-07-22 16:06:28,276 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:06:31,279 - create_instance - DEBUG - VM status query timeout in 893.332735062 2018-07-22 16:06:31,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:31,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-261e2125-eca9-47be-9415-eb0c1d1da0a1 x-compute-request-id: req-261e2125-eca9-47be-9415-eb0c1d1da0a1 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": "2018-07-22T16:06:29.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:29Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:31,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-261e2125-eca9-47be-9415-eb0c1d1da0a1 2018-07-22 16:06:31,437 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-07-22 16:06:31,438 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:06:31,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:31,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b255a1aa-41e1-4aae-b9d0-15ea94f3ca34 x-compute-request-id: req-b255a1aa-41e1-4aae-b9d0-15ea94f3ca34 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": "2018-07-22T16:06:29.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:29Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:31,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-b255a1aa-41e1-4aae-b9d0-15ea94f3ca34 2018-07-22 16:06:31,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:31,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-18e93965-f455-4285-848b-6848995a5c56 Date: Sun, 22 Jul 2018 16:06:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:31,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-18e93965-f455-4285-848b-6848995a5c56 2018-07-22 16:06:31,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:31,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-401851f8-14c8-490e-87ae-4003595ff803 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:31,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-401851f8-14c8-490e-87ae-4003595ff803 2018-07-22 16:06:31,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:31,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-3e633c35-1e21-4a5f-99e1-91825e444e63 Date: Sun, 22 Jul 2018 16:06:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:31,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-3e633c35-1e21-4a5f-99e1-91825e444e63 2018-07-22 16:06:31,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:31,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2739 X-Openstack-Request-Id: req-02666a94-4c1c-4d30-ae87-577cb897f15b Date: Sun, 22 Jul 2018 16:06:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.2"}],"id":"3b84fe85-e180-4067-8388-ea5a5e296303","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:3c:7d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","name":"","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:16Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aac2083d-462a-4dd0-b8a5-a02d055b53f8","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:29Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.9"}],"id":"c3d60c43-fefc-4066-af62-a15b5b62d1d8","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:ad:36","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6476ec93-bb97-4866-8ca4-25309cd8f861","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:22Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:31,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-02666a94-4c1c-4d30-ae87-577cb897f15b 2018-07-22 16:06:31,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:32,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bd36aab-caf5-44e9-bba7-d7f2852297af x-compute-request-id: req-2bd36aab-caf5-44e9-bba7-d7f2852297af Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": "2018-07-22T16:06:29.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:29Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:32,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-2bd36aab-caf5-44e9-bba7-d7f2852297af 2018-07-22 16:06:32,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:32,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-07c29202-906b-42e4-a506-15fa33d4b8da Date: Sun, 22 Jul 2018 16:06:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:32,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-07c29202-906b-42e4-a506-15fa33d4b8da 2018-07-22 16:06:32,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:32,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bdd77b-a77f-4d68-8148-a8ea3ac3cf99 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:32,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-21bdd77b-a77f-4d68-8148-a8ea3ac3cf99 2018-07-22 16:06:32,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:32,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f1bab2a9-43a0-4f63-8fa7-4a933e64ca36 Date: Sun, 22 Jul 2018 16:06:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:32,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-f1bab2a9-43a0-4f63-8fa7-4a933e64ca36 2018-07-22 16:06:32,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:32,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2739 X-Openstack-Request-Id: req-3e66eef9-0cac-4e34-bf0f-da4eb137d555 Date: Sun, 22 Jul 2018 16:06:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.2"}],"id":"3b84fe85-e180-4067-8388-ea5a5e296303","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:3c:7d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","name":"","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:16Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aac2083d-462a-4dd0-b8a5-a02d055b53f8","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:29Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.9"}],"id":"c3d60c43-fefc-4066-af62-a15b5b62d1d8","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:ad:36","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6476ec93-bb97-4866-8ca4-25309cd8f861","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:22Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:32,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-3e66eef9-0cac-4e34-bf0f-da4eb137d555 2018-07-22 16:06:32,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:32,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-508f4fbd-0112-489c-a5f5-5db661892bb7 x-compute-request-id: req-508f4fbd-0112-489c-a5f5-5db661892bb7 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": "2018-07-22T16:06:29.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:29Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:32,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-508f4fbd-0112-489c-a5f5-5db661892bb7 2018-07-22 16:06:32,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:33,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-80dad434-e2da-4cbe-82f1-55e01b32a738 Date: Sun, 22 Jul 2018 16:06:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:33,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-80dad434-e2da-4cbe-82f1-55e01b32a738 2018-07-22 16:06:33,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:33,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74dbbe78-0507-4575-a1ed-b1904610d123 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:33,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-74dbbe78-0507-4575-a1ed-b1904610d123 2018-07-22 16:06:33,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:33,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-190f55dc-dc24-483c-9107-0f66cb178d14 Date: Sun, 22 Jul 2018 16:06:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:33,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-190f55dc-dc24-483c-9107-0f66cb178d14 2018-07-22 16:06:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:33,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2739 X-Openstack-Request-Id: req-97134839-626b-484f-883d-62565e12c4d6 Date: Sun, 22 Jul 2018 16:06:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.2"}],"id":"3b84fe85-e180-4067-8388-ea5a5e296303","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:3c:7d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","name":"","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:16Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aac2083d-462a-4dd0-b8a5-a02d055b53f8","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:29Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.9"}],"id":"c3d60c43-fefc-4066-af62-a15b5b62d1d8","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:ad:36","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6476ec93-bb97-4866-8ca4-25309cd8f861","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:22Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:33,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-97134839-626b-484f-883d-62565e12c4d6 2018-07-22 16:06:33,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:33,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-397faa8d-c566-4d0c-bafe-84e7bc12f51e x-compute-request-id: req-397faa8d-c566-4d0c-bafe-84e7bc12f51e Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:17:5e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": "2018-07-22T16:06:16.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:16Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:33,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-397faa8d-c566-4d0c-bafe-84e7bc12f51e 2018-07-22 16:06:33,558 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-07-22 16:06:33,558 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:06:33,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:33,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-845e6e13-9c44-4f62-873a-87cbb516ab37 x-compute-request-id: req-845e6e13-9c44-4f62-873a-87cbb516ab37 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:17:5e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": "2018-07-22T16:06:16.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:16Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:33,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-845e6e13-9c44-4f62-873a-87cbb516ab37 2018-07-22 16:06:33,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:34,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-6e234910-7c87-4339-a527-6f17890de3f6 Date: Sun, 22 Jul 2018 16:06:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:34,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-6e234910-7c87-4339-a527-6f17890de3f6 2018-07-22 16:06:34,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:34,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df5f2982-1544-4c4c-b5f0-288ba1ecea73 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:34,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-df5f2982-1544-4c4c-b5f0-288ba1ecea73 2018-07-22 16:06:34,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:34,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-13070cbb-cc97-4a61-a47b-9c4ac36e622b Date: Sun, 22 Jul 2018 16:06:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:34,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-13070cbb-cc97-4a61-a47b-9c4ac36e622b 2018-07-22 16:06:34,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:34,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2739 X-Openstack-Request-Id: req-ece21816-a473-4312-bfc6-d894abea3632 Date: Sun, 22 Jul 2018 16:06:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.2"}],"id":"3b84fe85-e180-4067-8388-ea5a5e296303","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:3c:7d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","name":"","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:16Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aac2083d-462a-4dd0-b8a5-a02d055b53f8","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:29Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.9"}],"id":"c3d60c43-fefc-4066-af62-a15b5b62d1d8","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:ad:36","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6476ec93-bb97-4866-8ca4-25309cd8f861","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:22Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:34,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-ece21816-a473-4312-bfc6-d894abea3632 2018-07-22 16:06:34,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:34,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e2ef0d6-05ae-4b1f-8a56-6ba6a7420c79 x-compute-request-id: req-2e2ef0d6-05ae-4b1f-8a56-6ba6a7420c79 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:17:5e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": "2018-07-22T16:06:16.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:16Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:34,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-2e2ef0d6-05ae-4b1f-8a56-6ba6a7420c79 2018-07-22 16:06:34,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:34,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fdfd474-fb97-489b-9a98-31c2cbbf0aee x-compute-request-id: req-6fdfd474-fb97-489b-9a98-31c2cbbf0aee Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": "2018-07-22T16:06:29.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:29Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:34,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-6fdfd474-fb97-489b-9a98-31c2cbbf0aee 2018-07-22 16:06:34,793 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-07-22 16:06:34,793 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:06:34,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:34,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bda3a602-4bf4-48ef-9a74-b2fecd59aaa7 x-compute-request-id: req-bda3a602-4bf4-48ef-9a74-b2fecd59aaa7 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": "2018-07-22T16:06:29.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:29Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:34,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-bda3a602-4bf4-48ef-9a74-b2fecd59aaa7 2018-07-22 16:06:34,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:35,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-2478b30a-f250-45df-8d7e-fcf425c3098c Date: Sun, 22 Jul 2018 16:06:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":["47616844-fd64-424d-8d43-919052b70b39"],"description":"","tags":[],"updated_at":"2018-07-22T16:06:03Z","provider:segmentation_id":41,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:02Z","provider:network_type":"vxlan"}]} 2018-07-22 16:06:35,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net used request id req-2478b30a-f250-45df-8d7e-fcf425c3098c 2018-07-22 16:06:35,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:35,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233787bd-d61b-4a09-aa9c-c219e7a0dec4 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:35,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-233787bd-d61b-4a09-aa9c-c219e7a0dec4 2018-07-22 16:06:35,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:35,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2b1bc696-38a9-48c3-a36f-c719acfd9752 Date: Sun, 22 Jul 2018 16:06:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"47616844-fd64-424d-8d43-919052b70b39","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet"}]} 2018-07-22 16:06:35,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-2b1bc696-38a9-48c3-a36f-c719acfd9752 2018-07-22 16:06:35,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:35,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2739 X-Openstack-Request-Id: req-53bb8789-a9c6-4446-9e64-4c1bd9bd4933 Date: Sun, 22 Jul 2018 16:06:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.2"}],"id":"3b84fe85-e180-4067-8388-ea5a5e296303","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:3c:7d","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","name":"","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:16Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.7"}],"id":"85637e50-c9cb-4f5a-ab42-b7bda10e1325","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:17:5e","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"aac2083d-462a-4dd0-b8a5-a02d055b53f8","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:06:29Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47616844-fd64-424d-8d43-919052b70b39","ip_address":"10.55.0.9"}],"id":"c3d60c43-fefc-4066-af62-a15b5b62d1d8","security_groups":["b5c1ca5d-8195-456c-bea1-db51d4ca5442"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:ad:36","project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6476ec93-bb97-4866-8ca4-25309cd8f861","name":"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2","admin_state_up":true,"network_id":"c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:06:22Z","binding:vnic_type":"normal"}]} 2018-07-22 16:06:35,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-53bb8789-a9c6-4446-9e64-4c1bd9bd4933 2018-07-22 16:06:35,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:35,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e266866-5920-41be-ba7d-05f87c2c440e x-compute-request-id: req-9e266866-5920-41be-ba7d-05f87c2c440e Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": "2018-07-22T16:06:29.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "security_groups": [{"name": "default"}], "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:29Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:35,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-9e266866-5920-41be-ba7d-05f87c2c440e 2018-07-22 16:06:35,682 - create_instance - INFO - Deleting Port with ID - 85637e50-c9cb-4f5a-ab42-b7bda10e1325 2018-07-22 16:06:35,682 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-1 2018-07-22 16:06:35,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/85637e50-c9cb-4f5a-ab42-b7bda10e1325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:36,148 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36768957-9cef-4075-8887-e23c82691f75 Date: Sun, 22 Jul 2018 16:06:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:06:36,149 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/85637e50-c9cb-4f5a-ab42-b7bda10e1325 used request id req-36768957-9cef-4075-8887-e23c82691f75 2018-07-22 16:06:36,149 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-07-22 16:06:36,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:36,282 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-90d70d57-0321-412e-8c20-bfc35a3b7fce x-compute-request-id: req-90d70d57-0321-412e-8c20-bfc35a3b7fce Content-Type: application/json 2018-07-22 16:06:36,283 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-90d70d57-0321-412e-8c20-bfc35a3b7fce 2018-07-22 16:06:36,283 - create_instance - INFO - Checking deletion status 2018-07-22 16:06:36,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:36,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9578e70-a930-445a-bbe7-fa1243ed2ca6 x-compute-request-id: req-c9578e70-a930-445a-bbe7-fa1243ed2ca6 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000038", "OS-SRV-USG:launched_at": "2018-07-22T16:06:16.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "aac2083d-462a-4dd0-b8a5-a02d055b53f8", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:36Z", "hostId": "6b6bb5aad54eb7ce348fbe18203be562bb10972699a83d436a8cf8cf", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-07-22T16:06:10Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:36,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-c9578e70-a930-445a-bbe7-fa1243ed2ca6 2018-07-22 16:06:36,387 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-07-22 16:06:36,387 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:06:39,391 - create_instance - DEBUG - VM status query timeout in 296.892441988 2018-07-22 16:06:39,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2120d3d0b8251994263798d91a29a08f83932976" 2018-07-22 16:06:39,438 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06: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-9e992092-c79f-44b5-a9ec-75c6f24c265d x-compute-request-id: req-9e992092-c79f-44b5-a9ec-75c6f24c265d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance aac2083d-462a-4dd0-b8a5-a02d055b53f8 could not be found.", "code": 404}} 2018-07-22 16:06:39,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aac2083d-462a-4dd0-b8a5-a02d055b53f8 used request id req-9e992092-c79f-44b5-a9ec-75c6f24c265d 2018-07-22 16:06:39,438 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance aac2083d-462a-4dd0-b8a5-a02d055b53f8 could not be found. (HTTP 404) (Request-ID: req-9e992092-c79f-44b5-a9ec-75c6f24c265d) 2018-07-22 16:06:39,439 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-07-22 16:06:39,440 - create_instance - INFO - Deleting Port with ID - c3d60c43-fefc-4066-af62-a15b5b62d1d8 2018-07-22 16:06:39,440 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8port-2 2018-07-22 16:06:39,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/c3d60c43-fefc-4066-af62-a15b5b62d1d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:39,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2632f6a5-4e58-40a7-9da7-2b3eb66e5c38 Date: Sun, 22 Jul 2018 16:06:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:06:39,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/c3d60c43-fefc-4066-af62-a15b5b62d1d8 used request id req-2632f6a5-4e58-40a7-9da7-2b3eb66e5c38 2018-07-22 16:06:39,858 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-07-22 16:06:39,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:40,002 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:06: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-68adfb7c-be67-4f66-82d1-ebdb4433d71f x-compute-request-id: req-68adfb7c-be67-4f66-82d1-ebdb4433d71f Content-Type: application/json 2018-07-22 16:06:40,003 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-68adfb7c-be67-4f66-82d1-ebdb4433d71f 2018-07-22 16:06:40,003 - create_instance - INFO - Checking deletion status 2018-07-22 16:06:40,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:40,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bee5743-e21a-4374-916f-96266e425e2a x-compute-request-id: req-8bee5743-e21a-4374-916f-96266e425e2a Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:36", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6476ec93-bb97-4866-8ca4-25309cd8f861", "rel": "bookmark"}], "image": {"id": "4721a75f-2008-4956-ab14-7678bb9ed794", "links": [{"href": "http://172.30.9.28:8774/images/4721a75f-2008-4956-ab14-7678bb9ed794", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000039", "OS-SRV-USG:launched_at": "2018-07-22T16:06:29.000000", "flavor": {"id": "61865bf4-9ed6-4754-b463-ac21ae0177b2", "links": [{"href": "http://172.30.9.28:8774/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2", "rel": "bookmark"}]}, "id": "6476ec93-bb97-4866-8ca4-25309cd8f861", "user_id": "e4227d46953b40858f903170fa2ab282", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:06:39Z", "hostId": "431cf2b393706d69598354625e129d1a4883a7e3264c1483d608de35", "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-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-07-22T16:06:24Z", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:06:40,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-8bee5743-e21a-4374-916f-96266e425e2a 2018-07-22 16:06:40,106 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-07-22 16:06:40,106 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:06:43,110 - create_instance - DEBUG - VM status query timeout in 296.893442154 2018-07-22 16:06:43,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f01387fae4d803670158cd133f3632b57f6b1eb" 2018-07-22 16:06:43,170 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06: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-669ea1f0-fc33-426e-aa37-424beff07b45 x-compute-request-id: req-669ea1f0-fc33-426e-aa37-424beff07b45 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6476ec93-bb97-4866-8ca4-25309cd8f861 could not be found.", "code": 404}} 2018-07-22 16:06:43,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6476ec93-bb97-4866-8ca4-25309cd8f861 used request id req-669ea1f0-fc33-426e-aa37-424beff07b45 2018-07-22 16:06:43,171 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6476ec93-bb97-4866-8ca4-25309cd8f861 could not be found. (HTTP 404) (Request-ID: req-669ea1f0-fc33-426e-aa37-424beff07b45) 2018-07-22 16:06:43,171 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-07-22 16:06:43,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0980b0237f2f5d8b7211a5d95b90963320ccbae" 2018-07-22 16:06:43,222 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:06: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-51f959c0-3c87-40aa-abf4-a09378fa9ff9 x-compute-request-id: req-51f959c0-3c87-40aa-abf4-a09378fa9ff9 Content-Length: 0 Content-Type: application/json 2018-07-22 16:06:43,222 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/61865bf4-9ed6-4754-b463-ac21ae0177b2 used request id req-51f959c0-3c87-40aa-abf4-a09378fa9ff9 2018-07-22 16:06:43,223 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet 2018-07-22 16:06:43,223 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-subnet 2018-07-22 16:06:43,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/47616844-fd64-424d-8d43-919052b70b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" 2018-07-22 16:06:44,443 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc2f63e6-0e7f-4421-af21-1b42a9afabb5 Date: Sun, 22 Jul 2018 16:06:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:06:44,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/47616844-fd64-424d-8d43-919052b70b39 used request id req-fc2f63e6-0e7f-4421-af21-1b42a9afabb5 2018-07-22 16:06:44,443 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-priv-net 2018-07-22 16:06:44,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99207d7c924b99063371857752e132df7a1db907" 2018-07-22 16:06:45,826 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ce3ac725-4004-4735-a0b7-e330966be684 Date: Sun, 22 Jul 2018 16:06:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:06:45,827 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/c9ffd3a6-ca50-49bc-9c4b-4f4554923c2b used request id req-ce3ac725-4004-4735-a0b7-e330966be684 2018-07-22 16:06:45,827 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-318bef43-59c1-4459-b4b4-5c519038fdc8-image 2018-07-22 16:06:45,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4e83c2741ae7fde85b60146603d911c8211a385" 2018-07-22 16:06:47,092 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4db0d7c7-879f-403c-b568-d109de473e90 Date: Sun, 22 Jul 2018 16:06:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:06:47,092 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4721a75f-2008-4956-ab14-7678bb9ed794 used request id req-4db0d7c7-879f-403c-b568-d109de473e90 2018-07-22 16:06:47,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:47,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-f3024e73-c250-43e4-8434-063ac804a98c Date: Sun, 22 Jul 2018 16:06:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:06:47,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f3024e73-c250-43e4-8434-063ac804a98c 2018-07-22 16:06:47,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:47,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7497dd2d-e3c6-4ada-84bc-01c3ca7f681f 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:06:47,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-7497dd2d-e3c6-4ada-84bc-01c3ca7f681f 2018-07-22 16:06:47,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:47,505 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c25b15db-12fa-4425-a254-fd924a51da05 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:06:47,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-c25b15db-12fa-4425-a254-fd924a51da05 2018-07-22 16:06:47,506 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:06:47,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:47,592 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e7d781b-f5f8-4460-b4af-da4b31e6aa8e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:06:47,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-9e7d781b-f5f8-4460-b4af-da4b31e6aa8e 2018-07-22 16:06:47,592 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:06:47,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:47,673 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af25d6e9-60a8-44c8-9853-795714a5987b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:06:47,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-af25d6e9-60a8-44c8-9853-795714a5987b 2018-07-22 16:06:47,674 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:06:47,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:47,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039fbaa2-c47b-4f27-9b9b-24600148e795 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:06:47,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-039fbaa2-c47b-4f27-9b9b-24600148e795 2018-07-22 16:06:47,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:47,848 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86966efb-d9e9-4f36-9afc-2c51fe8f1bfc Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:06:47,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-86966efb-d9e9-4f36-9afc-2c51fe8f1bfc 2018-07-22 16:06:47,849 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:06:47,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:47,934 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13637c8a-3022-4ab7-b42f-d55ff4db77af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 16:06:47,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-13637c8a-3022-4ab7-b42f-d55ff4db77af 2018-07-22 16:06:47,934 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:06:47,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:48,026 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0e6b84d-9066-40b0-a0d4-78c20263be82 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 16:06:48,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-c0e6b84d-9066-40b0-a0d4-78c20263be82 2018-07-22 16:06:48,027 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:06:48,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:48,110 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f52c5f04-d2d8-4976-a705-1be70c988373 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:06:48,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-f52c5f04-d2d8-4976-a705-1be70c988373 2018-07-22 16:06:48,110 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:06:48,111 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-357a45b0-269f-414-proj 2018-07-22 16:06:48,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4a3c59a5b9a2428dbf9c944ff621f956 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:48,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bfd1905-90f4-4409-9694-746bab347f50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:06:48,308 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4a3c59a5b9a2428dbf9c944ff621f956 used request id req-7bfd1905-90f4-4409-9694-746bab347f50 2018-07-22 16:06:48,308 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-357a45b0-269f-414-proj-role 2018-07-22 16:06:48,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e7240b3d9a1a4effad33c0aaa7ccb200 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:48,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f040ec0-1d15-47a5-8356-aba35472d146 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:06:48,415 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e7240b3d9a1a4effad33c0aaa7ccb200 used request id req-5f040ec0-1d15-47a5-8356-aba35472d146 2018-07-22 16:06:48,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39950de0a37f7cc483aa40b50ec3edeb77aa0f9" 2018-07-22 16:06:48,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d1612f-8287-4394-835c-6368da52e784 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:06:48,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-52d1612f-8287-4394-835c-6368da52e784 2018-07-22 16:06:48,592 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-357a45b0-269f-414-user 2018-07-22 16:06:48,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/26579bb3f45a42da933dbc7ffca0a76e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e32b720e4e69b90fc73eb85cfd2a8097b3125bdc" 2018-07-22 16:06:48,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27977c2f-acbe-4b25-8ad6-cbc6275591f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:06:48,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/26579bb3f45a42da933dbc7ffca0a76e used request id req-27977c2f-acbe-4b25-8ad6-cbc6275591f0 2018-07-22 16:06:48,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:49,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["oZnW8xN9RsiI5T-VuCRZHA"], "issued_at": "2018-07-22T16:06:49.000000Z"}} 2018-07-22 16:06:49,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23737dc728c323818c75e204b4215703ebac2ac2" 2018-07-22 16:06:49,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4902477-53d7-41a9-aa82-28fe55a0dc91 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:49,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b4902477-53d7-41a9-aa82-28fe55a0dc91 2018-07-22 16:06:49,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:49,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:49,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["1mYuxrlKRa2Y6_cra3PJAg"], "issued_at": "2018-07-22T16:06:49.000000Z"}} 2018-07-22 16:06:49,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:06:49,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f673aa-596e-46cf-8d73-4e8ee00f3216 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:49,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e9f673aa-596e-46cf-8d73-4e8ee00f3216 2018-07-22 16:06:49,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:49,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:49,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:06:49,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f020bfed-1a1c-4aef-8fa1-547948967aa8 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:06:49,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj used request id req-f020bfed-1a1c-4aef-8fa1-547948967aa8 2018-07-22 16:06:49,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:06:49,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e80ad145-c81d-4041-be69-405d30827aa9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:06:49,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e80ad145-c81d-4041-be69-405d30827aa9 2018-07-22 16:06:49,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}}' 2018-07-22 16:06:49,930 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:06:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ff6a428-8d9c-42a6-82fe-17b2d449d937 Content-Length: 329 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "id": "223f67fce91f4d80bfcae546cff571af", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}} 2018-07-22 16:06:49,930 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2ff6a428-8d9c-42a6-82fe-17b2d449d937 2018-07-22 16:06:49,931 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj 2018-07-22 16:06:49,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:49,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:50,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["h0rTxn0dRYaqe85MzHcYXQ"], "issued_at": "2018-07-22T16:06:50.000000Z"}} 2018-07-22 16:06:50,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06e522995fe76532cf17f7b9552edd56fd167fb" 2018-07-22 16:06:50,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5b7bc2-6c5f-4c4a-990b-103a0de37c50 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:50,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2f5b7bc2-6c5f-4c4a-990b-103a0de37c50 2018-07-22 16:06:50,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:50,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:50,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06e522995fe76532cf17f7b9552edd56fd167fb" 2018-07-22 16:06:50,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a98bbff3-a5d2-4556-84c8-12f6442b49a3 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:06:50,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a98bbff3-a5d2-4556-84c8-12f6442b49a3 2018-07-22 16:06:50,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06e522995fe76532cf17f7b9552edd56fd167fb" 2018-07-22 16:06:50,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab78f2ff-d2fc-41f0-8c50-2b7ed834040c Content-Encoding: gzip Content-Length: 267 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "id": "223f67fce91f4d80bfcae546cff571af", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}]} 2018-07-22 16:06:50,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj used request id req-ab78f2ff-d2fc-41f0-8c50-2b7ed834040c 2018-07-22 16:06:50,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06e522995fe76532cf17f7b9552edd56fd167fb" 2018-07-22 16:06:50,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a29e95b-a76b-4cde-85ba-21ade72b8382 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:06:50,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3a29e95b-a76b-4cde-85ba-21ade72b8382 2018-07-22 16:06:50,984 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-user 2018-07-22 16:06:50,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:50,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:06:51,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a31c387-878a-484a-a777-c40f33499f0b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:06:51,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4a31c387-878a-484a-a777-c40f33499f0b 2018-07-22 16:06:51,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" -d '{"role": {"name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role"}}' 2018-07-22 16:06:51,182 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a61f645b-3e62-4502-b40e-13fbfdd94b8b Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2411026f286a4742af4dc3685421b195", "links": {"self": "http://172.30.9.28:5000/v3/roles/2411026f286a4742af4dc3685421b195"}, "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role"}} 2018-07-22 16:06:51,182 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a61f645b-3e62-4502-b40e-13fbfdd94b8b 2018-07-22 16:06:51,182 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role 2018-07-22 16:06:51,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2411026f286a4742af4dc3685421b195 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:06:51,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e27142f-babc-49ae-9028-738422a910d3 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2411026f286a4742af4dc3685421b195", "links": {"self": "http://172.30.9.28:5000/v3/roles/2411026f286a4742af4dc3685421b195"}, "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role"}} 2018-07-22 16:06:51,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2411026f286a4742af4dc3685421b195 used request id req-0e27142f-babc-49ae-9028-738422a910d3 2018-07-22 16:06:51,268 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role to project CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj 2018-07-22 16:06:51,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af/users/0e050e8fa27149638ae20a9167b9852d/roles/2411026f286a4742af4dc3685421b195 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:06:51,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:06:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-871315f7-970c-42e6-ace7-1baef357d101 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:06:51,389 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af/users/0e050e8fa27149638ae20a9167b9852d/roles/2411026f286a4742af4dc3685421b195 used request id req-871315f7-970c-42e6-ace7-1baef357d101 2018-07-22 16:06:51,389 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:06:51,390 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:06:51,391 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-07-22 16:06:51,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:51,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:51,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2411026f286a4742af4dc3685421b195", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role"}], "expires_at": "2018-07-22T17:06:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-user", "id": "0e050e8fa27149638ae20a9167b9852d"}, "audit_ids": ["dy5Fl68jSwaS_aWpVb2WlQ"], "issued_at": "2018-07-22T16:06:51.000000Z"}} 2018-07-22 16:06:51,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" 2018-07-22 16:06:51,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e189edaa-78f9-4a0c-a10f-85ce14bf23ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:51,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e189edaa-78f9-4a0c-a10f-85ce14bf23ff 2018-07-22 16:06:51,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" 2018-07-22 16:06:52,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-36b20b7c-742b-461a-9aca-98ff3bbfc93a Date: Sun, 22 Jul 2018 16:06:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1"} 2018-07-22 16:06:52,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1 used request id req-36b20b7c-742b-461a-9aca-98ff3bbfc93a 2018-07-22 16:06:52,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" 2018-07-22 16:06:52,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9adcb8c8-3355-4d05-a6c5-8660c9b71c14 Date: Sun, 22 Jul 2018 16:06:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:06:52,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-9adcb8c8-3355-4d05-a6c5-8660c9b71c14 2018-07-22 16:06:52,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1"}' 2018-07-22 16:06:52,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-35e313b6-3a4c-4269-aa29-fc7a99edfe09 Date: Sun, 22 Jul 2018 16:06:52 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9", "min_disk": 0, "protected": false, "id": "5162287c-cb33-4a97-8be1-0b14551375a9", "file": "/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9/file", "checksum": null, "owner": "223f67fce91f4d80bfcae546cff571af", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:06:52,119 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-35e313b6-3a4c-4269-aa29-fc7a99edfe09 2018-07-22 16:06:52,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" -d '' 2018-07-22 16:06:53,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b8572c1b-155f-4acd-9243-215c2ed7b51e Date: Sun, 22 Jul 2018 16:06:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:06:53,468 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9/file used request id req-b8572c1b-155f-4acd-9243-215c2ed7b51e 2018-07-22 16:06:53,469 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:06:53,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" 2018-07-22 16:06:53,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8733fa7e-7fb0-4dcf-a5a5-0155f9ad2c7f Date: Sun, 22 Jul 2018 16:06:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:53Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/5162287c-cb33-4a97-8be1-0b14551375a9/snap", "metadata": {}}], "self": "/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9", "min_disk": 0, "protected": false, "id": "5162287c-cb33-4a97-8be1-0b14551375a9", "file": "/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "223f67fce91f4d80bfcae546cff571af", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/5162287c-cb33-4a97-8be1-0b14551375a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:06:53,489 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9 used request id req-8733fa7e-7fb0-4dcf-a5a5-0155f9ad2c7f 2018-07-22 16:06:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" 2018-07-22 16:06:53,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0288ac44-0211-4c06-a866-1c8500acbd5f Date: Sun, 22 Jul 2018 16:06: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-07-22 16:06:53,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0288ac44-0211-4c06-a866-1c8500acbd5f 2018-07-22 16:06:53,500 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1 2018-07-22 16:06:53,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" 2018-07-22 16:06:53,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-079f56ba-fd42-4701-85d0-d515c0f22e9e Date: Sun, 22 Jul 2018 16:06:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:53Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/5162287c-cb33-4a97-8be1-0b14551375a9/snap", "metadata": {}}], "self": "/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9", "min_disk": 0, "protected": false, "id": "5162287c-cb33-4a97-8be1-0b14551375a9", "file": "/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "223f67fce91f4d80bfcae546cff571af", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/5162287c-cb33-4a97-8be1-0b14551375a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:06:53,518 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9 used request id req-079f56ba-fd42-4701-85d0-d515c0f22e9e 2018-07-22 16:06:53,518 - create_image - DEBUG - Instance status is - active 2018-07-22 16:06:53,518 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1 2018-07-22 16:06:53,518 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1 2018-07-22 16:06:53,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:53,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:53,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:06:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MV7TTa_GTFSskSVUqM6y1g"], "issued_at": "2018-07-22T16:06:53.000000Z"}} 2018-07-22 16:06:53,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f61df1e3a3203175964823ac65ba632dc12f3fbc" 2018-07-22 16:06:53,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11da1a1b-8bcb-48e1-bd68-c0efba274837 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:53,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-11da1a1b-8bcb-48e1-bd68-c0efba274837 2018-07-22 16:06:53,988 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:06:53,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f61df1e3a3203175964823ac65ba632dc12f3fbc" 2018-07-22 16:06:54,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4053c2e9-d197-4dfc-8384-249eac12975b x-compute-request-id: req-4053c2e9-d197-4dfc-8384-249eac12975b Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:06:54,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4053c2e9-d197-4dfc-8384-249eac12975b 2018-07-22 16:06:54,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f61df1e3a3203175964823ac65ba632dc12f3fbc" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-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-07-22 16:06:54,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f07deac-0f9c-406c-a601-af2808075859 x-compute-request-id: req-8f07deac-0f9c-406c-a601-af2808075859 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "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": "34ee51e5-e3c2-40d9-82f3-bde49549caf9"}} 2018-07-22 16:06:54,203 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8f07deac-0f9c-406c-a601-af2808075859 2018-07-22 16:06:54,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:54,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:54,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2411026f286a4742af4dc3685421b195", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role"}], "expires_at": "2018-07-22T17:06:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-user", "id": "0e050e8fa27149638ae20a9167b9852d"}, "audit_ids": ["yUIqIuDJTrKuJHbCmOiOPw"], "issued_at": "2018-07-22T16:06:54.000000Z"}} 2018-07-22 16:06:54,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" 2018-07-22 16:06:54,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983cab81-5885-4c9d-948b-156485db8a9c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:54,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-983cab81-5885-4c9d-948b-156485db8a9c 2018-07-22 16:06:54,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" 2018-07-22 16:06:54,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8bbf0939-2ea8-4fd3-af7c-27f564a96c7a Date: Sun, 22 Jul 2018 16:06:54 GMT RESP BODY: {"networks":[]} 2018-07-22 16:06:54,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net used request id req-8bbf0939-2ea8-4fd3-af7c-27f564a96c7a 2018-07-22 16:06:54,799 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net 2018-07-22 16:06:54,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" -d '{"network": {"name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net", "admin_state_up": true}}' 2018-07-22 16:06:55,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 614 X-Openstack-Request-Id: req-f749b3ba-447f-4ced-aece-c89bc98892aa Date: Sun, 22 Jul 2018 16:06:55 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:06:55Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}} 2018-07-22 16:06:55,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-f749b3ba-447f-4ced-aece-c89bc98892aa 2018-07-22 16:06:55,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" 2018-07-22 16:06:55,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 598 X-Openstack-Request-Id: req-a5e242fb-c9f1-40bc-b27e-76393c022b25 Date: Sun, 22 Jul 2018 16:06:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T16:06:55Z","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}]} 2018-07-22 16:06:55,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-a5e242fb-c9f1-40bc-b27e-76393c022b25 2018-07-22 16:06:55,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" 2018-07-22 16:06:55,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-779b8e68-ea47-4123-ba57-b28675314b42 Date: Sun, 22 Jul 2018 16:06:55 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:06:55,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-779b8e68-ea47-4123-ba57-b28675314b42 2018-07-22 16:06:55,525 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet 2018-07-22 16:06:55,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" -d '{"subnets": [{"ip_version": 4, "network_id": "23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]}' 2018-07-22 16:06:56,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b7e02121-7540-4b7f-b984-40b90befdeb0 Date: Sun, 22 Jul 2018 16:06:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:55Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"223f67fce91f4d80bfcae546cff571af","id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]} 2018-07-22 16:06:56,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-b7e02121-7540-4b7f-b984-40b90befdeb0 2018-07-22 16:06:56,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" 2018-07-22 16:06:56,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5b577b3c-b6cc-4a88-98ad-ba67f528d92f Date: Sun, 22 Jul 2018 16:06:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6cd956e7-c10c-45ad-bbee-4dad55d0ae3e"],"updated_at":"2018-07-22T16:06:55Z","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}]} 2018-07-22 16:06:56,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-5b577b3c-b6cc-4a88-98ad-ba67f528d92f 2018-07-22 16:06:56,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" 2018-07-22 16:06:56,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-205a7086-e9c0-49b2-acac-107f8eefbb71 Date: Sun, 22 Jul 2018 16:06:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"223f67fce91f4d80bfcae546cff571af","id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]} 2018-07-22 16:06:56,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-205a7086-e9c0-49b2-acac-107f8eefbb71 2018-07-22 16:06:56,452 - OpenStackNetwork - DEBUG - Network [23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4] created successfully 2018-07-22 16:06:56,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:56,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:56,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2411026f286a4742af4dc3685421b195", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role"}], "expires_at": "2018-07-22T17:06:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-user", "id": "0e050e8fa27149638ae20a9167b9852d"}, "audit_ids": ["7OSOVv44R4SjGhID2xjOlw"], "issued_at": "2018-07-22T16:06:56.000000Z"}} 2018-07-22 16:06:56,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:56,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc559399-f365-4b77-81ac-9f4bb55440a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:56,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fc559399-f365-4b77-81ac-9f4bb55440a0 2018-07-22 16:06:56,924 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:06:56,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:57,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d521999-ded7-49da-9321-008373140bcd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:57,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3d521999-ded7-49da-9321-008373140bcd 2018-07-22 16:06:57,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:57,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ccdedebd-5d9c-4024-9451-49a6fc611555 Date: Sun, 22 Jul 2018 16:06: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":["6cd956e7-c10c-45ad-bbee-4dad55d0ae3e"],"updated_at":"2018-07-22T16:06:55Z","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}]} 2018-07-22 16:06:57,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net used request id req-ccdedebd-5d9c-4024-9451-49a6fc611555 2018-07-22 16:06:57,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:57,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:57,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:57,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12e006c3-9f93-4002-8480-19cc2cacd568 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}} 2018-07-22 16:06:57,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af used request id req-12e006c3-9f93-4002-8480-19cc2cacd568 2018-07-22 16:06:57,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:57,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5c3c1de9-1f54-457f-92af-5ea3b3edc259 Date: Sun, 22 Jul 2018 16:06:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"223f67fce91f4d80bfcae546cff571af","id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]} 2018-07-22 16:06:57,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-5c3c1de9-1f54-457f-92af-5ea3b3edc259 2018-07-22 16:06:57,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:57,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ee31f971-654b-4aba-b0ca-89be234e42f0 Date: Sun, 22 Jul 2018 16:06:57 GMT RESP BODY: {"ports":[]} 2018-07-22 16:06:57,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port&admin_state_up=True used request id req-ee31f971-654b-4aba-b0ca-89be234e42f0 2018-07-22 16:06:57,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:57,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6afa4031-7d97-4a61-a9d4-d16c66c360c0 x-compute-request-id: req-6afa4031-7d97-4a61-a9d4-d16c66c360c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:06:57,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst used request id req-6afa4031-7d97-4a61-a9d4-d16c66c360c0 2018-07-22 16:06:57,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:57,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-be175b90-7660-4dfa-a560-ffb6b95a6531 Date: Sun, 22 Jul 2018 16:06: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":["6cd956e7-c10c-45ad-bbee-4dad55d0ae3e"],"updated_at":"2018-07-22T16:06:55Z","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}]} 2018-07-22 16:06:57,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net used request id req-be175b90-7660-4dfa-a560-ffb6b95a6531 2018-07-22 16:06:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:58,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44214ef-16ba-4f13-8d3a-dfb2c2215bbc Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}} 2018-07-22 16:06:58,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af used request id req-a44214ef-16ba-4f13-8d3a-dfb2c2215bbc 2018-07-22 16:06:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:58,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e9d927ea-ea7d-49f8-96c6-d40c8b4c0cbd Date: Sun, 22 Jul 2018 16:06:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"223f67fce91f4d80bfcae546cff571af","id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]} 2018-07-22 16:06:58,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-e9d927ea-ea7d-49f8-96c6-d40c8b4c0cbd 2018-07-22 16:06:58,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:58,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-61f36451-12e9-4730-aedc-2045f516f694 Date: Sun, 22 Jul 2018 16:06:58 GMT RESP BODY: {"ports":[]} 2018-07-22 16:06:58,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port&admin_state_up=True used request id req-61f36451-12e9-4730-aedc-2045f516f694 2018-07-22 16:06:58,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:06:58,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:06:58,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2411026f286a4742af4dc3685421b195", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role"}], "expires_at": "2018-07-22T17:06:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_223f67fce91f4d80bfcae546cff571af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_223f67fce91f4d80bfcae546cff571af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-user", "id": "0e050e8fa27149638ae20a9167b9852d"}, "audit_ids": ["etfnE3oZSLinx5zg6fq9Vw"], "issued_at": "2018-07-22T16:06:58.000000Z"}} 2018-07-22 16:06:58,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505442d20d779a830f1bfcbdb762b1efdfe3c724" 2018-07-22 16:06:58,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7891b274-f7ad-47f9-a0a6-8840b1643d6f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:06:58,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7891b274-f7ad-47f9-a0a6-8840b1643d6f 2018-07-22 16:06:58,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:58,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-82892e46-f99d-463f-991c-5122dec210ab Date: Sun, 22 Jul 2018 16:06: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":["6cd956e7-c10c-45ad-bbee-4dad55d0ae3e"],"updated_at":"2018-07-22T16:06:55Z","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}]} 2018-07-22 16:06:58,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net used request id req-82892e46-f99d-463f-991c-5122dec210ab 2018-07-22 16:06:58,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:58,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4eea16df-9ce0-4375-9bea-08375f126b0b Date: Sun, 22 Jul 2018 16:06:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"223f67fce91f4d80bfcae546cff571af","id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]} 2018-07-22 16:06:58,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-4eea16df-9ce0-4375-9bea-08375f126b0b 2018-07-22 16:06:58,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:58,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1aeb6ee7-943a-4197-aa3b-1df535492ccf Date: Sun, 22 Jul 2018 16:06: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":["6cd956e7-c10c-45ad-bbee-4dad55d0ae3e"],"updated_at":"2018-07-22T16:06:55Z","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}]} 2018-07-22 16:06:58,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net used request id req-1aeb6ee7-943a-4197-aa3b-1df535492ccf 2018-07-22 16:06:58,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:06:58,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:06:58,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505442d20d779a830f1bfcbdb762b1efdfe3c724" 2018-07-22 16:06:59,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b7783a-270c-46f8-8972-b32e7c95ec25 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}} 2018-07-22 16:06:59,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af used request id req-92b7783a-270c-46f8-8972-b32e7c95ec25 2018-07-22 16:06:59,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:59,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c8adda75-fabc-426e-a2ce-7de488040230 Date: Sun, 22 Jul 2018 16:06:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"223f67fce91f4d80bfcae546cff571af","id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]} 2018-07-22 16:06:59,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-c8adda75-fabc-426e-a2ce-7de488040230 2018-07-22 16:06:59,062 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net 2018-07-22 16:06:59,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" -d '{"port": {"network_id": "23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4", "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port", "admin_state_up": true}}' 2018-07-22 16:06:59,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 766 X-Openstack-Request-Id: req-1fa2945f-9a14-46ac-a2d7-daf458960ea7 Date: Sun, 22 Jul 2018 16:06:59 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:06:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:06:59Z","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:8a:48:72","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"223f67fce91f4d80bfcae546cff571af","fixed_ips":[{"subnet_id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","ip_address":"10.55.0.4"}],"id":"226dd9f8-ca0d-4b02-b827-6d5ce2e3a3d1","security_groups":["26c18a4f-c012-4930-b73b-3f9c0702764f"],"device_id":""}} 2018-07-22 16:06:59,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-1fa2945f-9a14-46ac-a2d7-daf458960ea7 2018-07-22 16:06:59,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:06:59,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-53ebe45c-054d-42e7-bee5-657102c715ef Date: Sun, 22 Jul 2018 16:06: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":["6cd956e7-c10c-45ad-bbee-4dad55d0ae3e"],"updated_at":"2018-07-22T16:06:55Z","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}]} 2018-07-22 16:06:59,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net used request id req-53ebe45c-054d-42e7-bee5-657102c715ef 2018-07-22 16:06:59,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:00,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b29a708-cde3-4d15-b2ab-c872cfa2a188 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}} 2018-07-22 16:07:00,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af used request id req-2b29a708-cde3-4d15-b2ab-c872cfa2a188 2018-07-22 16:07:00,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:00,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a10c1b1f-e215-423f-ac19-8248c7259ae3 Date: Sun, 22 Jul 2018 16:07:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"223f67fce91f4d80bfcae546cff571af","id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]} 2018-07-22 16:07:00,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-a10c1b1f-e215-423f-ac19-8248c7259ae3 2018-07-22 16:07:00,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:00,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 769 X-Openstack-Request-Id: req-f679c3cb-da87-4e5a-a5cf-e741fd277de8 Date: Sun, 22 Jul 2018 16:07:00 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:59Z","admin_state_up":true,"updated_at":"2018-07-22T16:06:59Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:8a:48:72","id":"226dd9f8-ca0d-4b02-b827-6d5ce2e3a3d1","port_security_enabled":true,"project_id":"223f67fce91f4d80bfcae546cff571af","fixed_ips":[{"subnet_id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":["26c18a4f-c012-4930-b73b-3f9c0702764f"],"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port"}]} 2018-07-22 16:07:00,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port&admin_state_up=True used request id req-f679c3cb-da87-4e5a-a5cf-e741fd277de8 2018-07-22 16:07:00,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:00,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bf6e21e-a721-4369-b985-6d3a83e2684a Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}} 2018-07-22 16:07:00,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af used request id req-9bf6e21e-a721-4369-b985-6d3a83e2684a 2018-07-22 16:07:00,250 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst 2018-07-22 16:07:00,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:00,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ddb4b9b-a84e-418f-a79d-0a9da0669b7a x-compute-request-id: req-2ddb4b9b-a84e-418f-a79d-0a9da0669b7a Content-Encoding: gzip Content-Length: 286 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-flavor-name"}]} 2018-07-22 16:07:00,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2ddb4b9b-a84e-418f-a79d-0a9da0669b7a 2018-07-22 16:07:00,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:00,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0805b93c-67fe-491f-b32f-c499bc8ef224 x-compute-request-id: req-0805b93c-67fe-491f-b32f-c499bc8ef224 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "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": "34ee51e5-e3c2-40d9-82f3-bde49549caf9"}} 2018-07-22 16:07:00,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9 used request id req-0805b93c-67fe-491f-b32f-c499bc8ef224 2018-07-22 16:07:00,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:00,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-fe736382-018a-44b0-aa67-d9b173f39a28 Date: Sun, 22 Jul 2018 16:07:00 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:06:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:06:53Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/5162287c-cb33-4a97-8be1-0b14551375a9/snap", "metadata": {}}], "self": "/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9", "min_disk": 0, "protected": false, "id": "5162287c-cb33-4a97-8be1-0b14551375a9", "file": "/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "223f67fce91f4d80bfcae546cff571af", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/5162287c-cb33-4a97-8be1-0b14551375a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1"} 2018-07-22 16:07:00,486 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1 used request id req-fe736382-018a-44b0-aa67-d9b173f39a28 2018-07-22 16:07:00,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:00,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e2209546-99d0-461b-89d6-41b1cf1b8cad Date: Sun, 22 Jul 2018 16:07: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-07-22 16:07:00,494 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e2209546-99d0-461b-89d6-41b1cf1b8cad 2018-07-22 16:07:00,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" -d '{"server": {"name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst", "imageRef": "5162287c-cb33-4a97-8be1-0b14551375a9", "flavorRef": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "max_count": 1, "min_count": 1, "networks": [{"port": "226dd9f8-ca0d-4b02-b827-6d5ce2e3a3d1"}]}}' 2018-07-22 16:07:01,188 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb2050c9-2602-46a5-bb03-021eb1e192c7 x-compute-request-id: req-bb2050c9-2602-46a5-bb03-021eb1e192c7 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d56c069e-a036-4683-8a20-d8991b663e2f", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "bookmark"}], "adminPass": "uTSZ8Ebx9xE4"}} 2018-07-22 16:07:01,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-bb2050c9-2602-46a5-bb03-021eb1e192c7 2018-07-22 16:07:01,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:01,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f04e0021-ab59-4cd2-b852-a167a9b01ec4 x-compute-request-id: req-f04e0021-ab59-4cd2-b852-a167a9b01ec4 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "bookmark"}], "image": {"id": "5162287c-cb33-4a97-8be1-0b14551375a9", "links": [{"href": "http://172.30.9.28:8774/images/5162287c-cb33-4a97-8be1-0b14551375a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "links": [{"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "bookmark"}]}, "id": "d56c069e-a036-4683-8a20-d8991b663e2f", "user_id": "0e050e8fa27149638ae20a9167b9852d", "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-07-22T16:07:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst", "created": "2018-07-22T16:07:01Z", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:01,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-f04e0021-ab59-4cd2-b852-a167a9b01ec4 2018-07-22 16:07:01,271 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst 2018-07-22 16:07:01,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:01,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f9526cc-5893-45c3-9014-b559157428f8 x-compute-request-id: req-7f9526cc-5893-45c3-9014-b559157428f8 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "bookmark"}], "image": {"id": "5162287c-cb33-4a97-8be1-0b14551375a9", "links": [{"href": "http://172.30.9.28:8774/images/5162287c-cb33-4a97-8be1-0b14551375a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "links": [{"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "bookmark"}]}, "id": "d56c069e-a036-4683-8a20-d8991b663e2f", "user_id": "0e050e8fa27149638ae20a9167b9852d", "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-07-22T16:07:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst", "created": "2018-07-22T16:07:01Z", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:01,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-7f9526cc-5893-45c3-9014-b559157428f8 2018-07-22 16:07:01,549 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst] is - BUILD 2018-07-22 16:07:01,549 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:07:04,552 - create_instance - DEBUG - VM status query timeout in 896.719247103 2018-07-22 16:07:04,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:04,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51421b14-4b1e-4ca1-8eb7-4404afe1b42e x-compute-request-id: req-51421b14-4b1e-4ca1-8eb7-4404afe1b42e 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.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "bookmark"}], "image": {"id": "5162287c-cb33-4a97-8be1-0b14551375a9", "links": [{"href": "http://172.30.9.28:8774/images/5162287c-cb33-4a97-8be1-0b14551375a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "links": [{"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "bookmark"}]}, "id": "d56c069e-a036-4683-8a20-d8991b663e2f", "security_groups": [{"name": "default"}], "user_id": "0e050e8fa27149638ae20a9167b9852d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:07:02Z", "hostId": "8435934d4a25e61dbda45623113a110cc31d0e0787476150e1dd5793", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst", "created": "2018-07-22T16:07:01Z", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:04,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-51421b14-4b1e-4ca1-8eb7-4404afe1b42e 2018-07-22 16:07:04,874 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst] is - BUILD 2018-07-22 16:07:04,874 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:07:07,877 - create_instance - DEBUG - VM status query timeout in 893.394248009 2018-07-22 16:07:07,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:08,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6860a353-b155-4f98-8fcb-99911cd2cab8 x-compute-request-id: req-6860a353-b155-4f98-8fcb-99911cd2cab8 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:48:72", "version": 4, "addr": "10.55.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "bookmark"}], "image": {"id": "5162287c-cb33-4a97-8be1-0b14551375a9", "links": [{"href": "http://172.30.9.28:8774/images/5162287c-cb33-4a97-8be1-0b14551375a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:05.000000", "flavor": {"id": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "links": [{"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "bookmark"}]}, "id": "d56c069e-a036-4683-8a20-d8991b663e2f", "security_groups": [{"name": "default"}], "user_id": "0e050e8fa27149638ae20a9167b9852d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:06Z", "hostId": "8435934d4a25e61dbda45623113a110cc31d0e0787476150e1dd5793", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst", "created": "2018-07-22T16:07:01Z", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:08,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-6860a353-b155-4f98-8fcb-99911cd2cab8 2018-07-22 16:07:08,049 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst] is - ACTIVE 2018-07-22 16:07:08,049 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:07:08,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:08,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1df08148-28c5-4711-85cb-8d2418d802ae x-compute-request-id: req-1df08148-28c5-4711-85cb-8d2418d802ae Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:48:72", "version": 4, "addr": "10.55.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "bookmark"}], "image": {"id": "5162287c-cb33-4a97-8be1-0b14551375a9", "links": [{"href": "http://172.30.9.28:8774/images/5162287c-cb33-4a97-8be1-0b14551375a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:05.000000", "flavor": {"id": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "links": [{"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "bookmark"}]}, "id": "d56c069e-a036-4683-8a20-d8991b663e2f", "security_groups": [{"name": "default"}], "user_id": "0e050e8fa27149638ae20a9167b9852d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:06Z", "hostId": "8435934d4a25e61dbda45623113a110cc31d0e0787476150e1dd5793", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst", "created": "2018-07-22T16:07:01Z", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:08,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-1df08148-28c5-4711-85cb-8d2418d802ae 2018-07-22 16:07:08,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:08,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-8b0da348-7fd1-404b-a8d0-ac2214b3222a Date: Sun, 22 Jul 2018 16:07: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":["6cd956e7-c10c-45ad-bbee-4dad55d0ae3e"],"updated_at":"2018-07-22T16:06:55Z","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"223f67fce91f4d80bfcae546cff571af","id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net"}]} 2018-07-22 16:07:08,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net used request id req-8b0da348-7fd1-404b-a8d0-ac2214b3222a 2018-07-22 16:07:08,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:08,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c285955-6070-4700-b0bd-49bf991ee3f6 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}} 2018-07-22 16:07:08,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af used request id req-1c285955-6070-4700-b0bd-49bf991ee3f6 2018-07-22 16:07:08,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:08,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-404dcdcc-88b0-4027-8a9f-dfa91d0819a6 Date: Sun, 22 Jul 2018 16:07:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:55Z","dns_nameservers":[],"updated_at":"2018-07-22T16:06:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"223f67fce91f4d80bfcae546cff571af","id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet"}]} 2018-07-22 16:07:08,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-404dcdcc-88b0-4027-8a9f-dfa91d0819a6 2018-07-22 16:07:08,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:08,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1558 X-Openstack-Request-Id: req-78f0ba98-4821-4e89-9e16-ba39909ae440 Date: Sun, 22 Jul 2018 16:07:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:56Z","admin_state_up":true,"updated_at":"2018-07-22T16:06:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:1a:3f:59","id":"13302e98-a33e-4cf9-842c-0c10a2068855","port_security_enabled":false,"project_id":"223f67fce91f4d80bfcae546cff571af","fixed_ips":[{"subnet_id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4","tenant_id":"223f67fce91f4d80bfcae546cff571af","created_at":"2018-07-22T16:06:59Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:05Z","binding:vnic_type":"normal","device_id":"d56c069e-a036-4683-8a20-d8991b663e2f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8a:48:72","id":"226dd9f8-ca0d-4b02-b827-6d5ce2e3a3d1","port_security_enabled":true,"project_id":"223f67fce91f4d80bfcae546cff571af","fixed_ips":[{"subnet_id":"6cd956e7-c10c-45ad-bbee-4dad55d0ae3e","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":["26c18a4f-c012-4930-b73b-3f9c0702764f"],"name":"CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port"}]} 2018-07-22 16:07:08,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-78f0ba98-4821-4e89-9e16-ba39909ae440 2018-07-22 16:07:08,679 - create_instance - INFO - Deleting Port with ID - 226dd9f8-ca0d-4b02-b827-6d5ce2e3a3d1 2018-07-22 16:07:08,680 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-port 2018-07-22 16:07:08,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/226dd9f8-ca0d-4b02-b827-6d5ce2e3a3d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:09,300 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fe7a61f-25dd-4ef7-8897-7b9b94b337a1 Date: Sun, 22 Jul 2018 16:07:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:07:09,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/226dd9f8-ca0d-4b02-b827-6d5ce2e3a3d1 used request id req-9fe7a61f-25dd-4ef7-8897-7b9b94b337a1 2018-07-22 16:07:09,300 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst 2018-07-22 16:07:09,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:09,419 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-697b92a7-42bc-45fa-b522-23c7a0dee06a x-compute-request-id: req-697b92a7-42bc-45fa-b522-23c7a0dee06a Content-Type: application/json 2018-07-22 16:07:09,419 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-697b92a7-42bc-45fa-b522-23c7a0dee06a 2018-07-22 16:07:09,420 - create_instance - INFO - Checking deletion status 2018-07-22 16:07:09,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:09,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8695ff01-9dbd-4ac2-9888-1844d2287975 x-compute-request-id: req-8695ff01-9dbd-4ac2-9888-1844d2287975 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "bookmark"}], "image": {"id": "5162287c-cb33-4a97-8be1-0b14551375a9", "links": [{"href": "http://172.30.9.28:8774/images/5162287c-cb33-4a97-8be1-0b14551375a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:05.000000", "flavor": {"id": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "links": [{"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "bookmark"}]}, "id": "d56c069e-a036-4683-8a20-d8991b663e2f", "user_id": "0e050e8fa27149638ae20a9167b9852d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:09Z", "hostId": "8435934d4a25e61dbda45623113a110cc31d0e0787476150e1dd5793", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst", "created": "2018-07-22T16:07:01Z", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:09,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-8695ff01-9dbd-4ac2-9888-1844d2287975 2018-07-22 16:07:09,695 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst] is - ACTIVE 2018-07-22 16:07:09,695 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:07:12,698 - create_instance - DEBUG - VM status query timeout in 296.72171998 2018-07-22 16:07:12,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:12,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4eaffa5d-7b0b-4011-bd90-32adf8dbb76f x-compute-request-id: req-4eaffa5d-7b0b-4011-bd90-32adf8dbb76f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d56c069e-a036-4683-8a20-d8991b663e2f", "rel": "bookmark"}], "image": {"id": "5162287c-cb33-4a97-8be1-0b14551375a9", "links": [{"href": "http://172.30.9.28:8774/images/5162287c-cb33-4a97-8be1-0b14551375a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:05.000000", "flavor": {"id": "34ee51e5-e3c2-40d9-82f3-bde49549caf9", "links": [{"href": "http://172.30.9.28:8774/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9", "rel": "bookmark"}]}, "id": "d56c069e-a036-4683-8a20-d8991b663e2f", "user_id": "0e050e8fa27149638ae20a9167b9852d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:09Z", "hostId": "8435934d4a25e61dbda45623113a110cc31d0e0787476150e1dd5793", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst", "created": "2018-07-22T16:07:01Z", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:12,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-4eaffa5d-7b0b-4011-bd90-32adf8dbb76f 2018-07-22 16:07:12,814 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst] is - ACTIVE 2018-07-22 16:07:12,814 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:07:15,817 - create_instance - DEBUG - VM status query timeout in 293.602379799 2018-07-22 16:07:15,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc2261aa2db85f7f8d8021fe7b03584e3b9257ac" 2018-07-22 16:07:15,867 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:07:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e836c26-0a6a-4111-8825-f7b996e5473a x-compute-request-id: req-9e836c26-0a6a-4111-8825-f7b996e5473a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d56c069e-a036-4683-8a20-d8991b663e2f could not be found.", "code": 404}} 2018-07-22 16:07:15,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d56c069e-a036-4683-8a20-d8991b663e2f used request id req-9e836c26-0a6a-4111-8825-f7b996e5473a 2018-07-22 16:07:15,868 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d56c069e-a036-4683-8a20-d8991b663e2f could not be found. (HTTP 404) (Request-ID: req-9e836c26-0a6a-4111-8825-f7b996e5473a) 2018-07-22 16:07:15,868 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-inst 2018-07-22 16:07:15,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f61df1e3a3203175964823ac65ba632dc12f3fbc" 2018-07-22 16:07:15,909 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:07:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e96aa454-50b1-485b-990f-573a25fc02b8 x-compute-request-id: req-e96aa454-50b1-485b-990f-573a25fc02b8 Content-Length: 0 Content-Type: application/json 2018-07-22 16:07:15,909 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/34ee51e5-e3c2-40d9-82f3-bde49549caf9 used request id req-e96aa454-50b1-485b-990f-573a25fc02b8 2018-07-22 16:07:15,910 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet 2018-07-22 16:07:15,910 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-subnet 2018-07-22 16:07:15,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6cd956e7-c10c-45ad-bbee-4dad55d0ae3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" 2018-07-22 16:07:17,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5534bda-8535-407f-abd5-74ec44702340 Date: Sun, 22 Jul 2018 16:07:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:07:17,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6cd956e7-c10c-45ad-bbee-4dad55d0ae3e used request id req-b5534bda-8535-407f-abd5-74ec44702340 2018-07-22 16:07:17,234 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1-pub-net 2018-07-22 16:07:17,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}416b2ee90cb8a2bb142c4d0e95ff530c52ef9e2b" 2018-07-22 16:07:18,420 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-311427db-c800-452b-9f81-d2a1435819b9 Date: Sun, 22 Jul 2018 16:07:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:07:18,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/23f8d6a1-e5f6-47d3-ab38-31ce553ee9a4 used request id req-311427db-c800-452b-9f81-d2a1435819b9 2018-07-22 16:07:18,421 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-3e23b71a-2f91-40e1-aefc-7b1b008059c1 2018-07-22 16:07:18,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00ec9e58025244b3da6f9c7bf9182324f45693f2" 2018-07-22 16:07:19,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-984c7496-8bf4-4ca3-b3a3-8519a02c62ea Date: Sun, 22 Jul 2018 16:07:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:07:19,057 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5162287c-cb33-4a97-8be1-0b14551375a9 used request id req-984c7496-8bf4-4ca3-b3a3-8519a02c62ea 2018-07-22 16:07:19,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:07:19,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-6b8b0a87-6cfe-4a9d-a6c7-620f1a2981b8 Date: Sun, 22 Jul 2018 16:07:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "223f67fce91f4d80bfcae546cff571af", "created_at": "2018-07-22T16:06:54Z", "updated_at": "2018-07-22T16:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:06:54Z", "revision_number": 0, "id": "0612ab9f-ed1c-49fc-8466-f8c9322f023c", "remote_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "remote_ip_prefix": null, "created_at": "2018-07-22T16:06:54Z", "security_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "port_range_min": null, "ethertype": "IPv6", "project_id": "223f67fce91f4d80bfcae546cff571af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:06:54Z", "revision_number": 0, "id": "0b6f3c29-8b7c-4b1d-bbc3-7707d5bcda68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:06:54Z", "security_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "port_range_min": null, "ethertype": "IPv6", "project_id": "223f67fce91f4d80bfcae546cff571af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:06:54Z", "revision_number": 0, "id": "628e9130-62c2-4988-b925-a55eeaa440b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:06:54Z", "security_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "port_range_min": null, "ethertype": "IPv4", "project_id": "223f67fce91f4d80bfcae546cff571af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:06:54Z", "revision_number": 0, "id": "9e7e3a28-e21b-4dfc-8c8a-db4def75fac7", "remote_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "remote_ip_prefix": null, "created_at": "2018-07-22T16:06:54Z", "security_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "tenant_id": "223f67fce91f4d80bfcae546cff571af", "port_range_min": null, "ethertype": "IPv4", "project_id": "223f67fce91f4d80bfcae546cff571af"}], "revision_number": 4, "project_id": "223f67fce91f4d80bfcae546cff571af", "id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:07:19,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6b8b0a87-6cfe-4a9d-a6c7-620f1a2981b8 2018-07-22 16:07:19,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:07:19,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9acf3343-f7aa-4e42-a8ea-9fe21478f4cd Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "223f67fce91f4d80bfcae546cff571af", "name": "CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj"}} 2018-07-22 16:07:19,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af used request id req-9acf3343-f7aa-4e42-a8ea-9fe21478f4cd 2018-07-22 16:07:19,391 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 26c18a4f-c012-4930-b73b-3f9c0702764f 2018-07-22 16:07:19,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=26c18a4f-c012-4930-b73b-3f9c0702764f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:07:19,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6cdcc650-9e02-4607-b595-2d50c2d4604d Date: Sun, 22 Jul 2018 16:07:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:06:54Z", "security_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "port_range_min": null, "revision_number": 0, "tenant_id": "223f67fce91f4d80bfcae546cff571af", "created_at": "2018-07-22T16:06:54Z", "project_id": "223f67fce91f4d80bfcae546cff571af", "id": "0612ab9f-ed1c-49fc-8466-f8c9322f023c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:06:54Z", "security_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "port_range_min": null, "revision_number": 0, "tenant_id": "223f67fce91f4d80bfcae546cff571af", "created_at": "2018-07-22T16:06:54Z", "project_id": "223f67fce91f4d80bfcae546cff571af", "id": "0b6f3c29-8b7c-4b1d-bbc3-7707d5bcda68"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:06:54Z", "security_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "port_range_min": null, "revision_number": 0, "tenant_id": "223f67fce91f4d80bfcae546cff571af", "created_at": "2018-07-22T16:06:54Z", "project_id": "223f67fce91f4d80bfcae546cff571af", "id": "628e9130-62c2-4988-b925-a55eeaa440b7"}, {"remote_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:06:54Z", "security_group_id": "26c18a4f-c012-4930-b73b-3f9c0702764f", "port_range_min": null, "revision_number": 0, "tenant_id": "223f67fce91f4d80bfcae546cff571af", "created_at": "2018-07-22T16:06:54Z", "project_id": "223f67fce91f4d80bfcae546cff571af", "id": "9e7e3a28-e21b-4dfc-8c8a-db4def75fac7"}]} 2018-07-22 16:07:19,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=26c18a4f-c012-4930-b73b-3f9c0702764f used request id req-6cdcc650-9e02-4607-b595-2d50c2d4604d 2018-07-22 16:07:19,417 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:07:19,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/26c18a4f-c012-4930-b73b-3f9c0702764f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:07:19,636 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e74407cf-f312-49fe-adf2-589f5eeff4d5 Content-Length: 0 Date: Sun, 22 Jul 2018 16:07:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:07:19,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/26c18a4f-c012-4930-b73b-3f9c0702764f used request id req-e74407cf-f312-49fe-adf2-589f5eeff4d5 2018-07-22 16:07:19,637 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj 2018-07-22 16:07:19,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:07:19,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:07:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad668503-b1b2-4100-992a-a21f9195a47e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:07:19,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/223f67fce91f4d80bfcae546cff571af used request id req-ad668503-b1b2-4100-992a-a21f9195a47e 2018-07-22 16:07:19,997 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-proj-role 2018-07-22 16:07:20,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/2411026f286a4742af4dc3685421b195 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:07:20,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:07:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcefb17e-24a1-4255-b64b-66f1bcdc09b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:07:20,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2411026f286a4742af4dc3685421b195 used request id req-bcefb17e-24a1-4255-b64b-66f1bcdc09b6 2018-07-22 16:07:20,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cb28b3f508c37c9504b49f78e8af4c5da671b" 2018-07-22 16:07:20,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-389acefa-ffa0-401b-ae3a-fce12717bfc1 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:07:20,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-389acefa-ffa0-401b-ae3a-fce12717bfc1 2018-07-22 16:07:20,215 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-cd9e03be-8bd8-406-user 2018-07-22 16:07:20,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0e050e8fa27149638ae20a9167b9852d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06e522995fe76532cf17f7b9552edd56fd167fb" 2018-07-22 16:07:20,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:07:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b033b174-d3d9-43ef-8abe-73b5c6f96d3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:07:20,423 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0e050e8fa27149638ae20a9167b9852d used request id req-b033b174-d3d9-43ef-8abe-73b5c6f96d3d 2018-07-22 16:07:20,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:20,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:07:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MzLdAg6rSdCOs6hWOXkY5A"], "issued_at": "2018-07-22T16:07:20.000000Z"}} 2018-07-22 16:07:20,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad87372bd5dc268ae13d82cc564821a11964f53" 2018-07-22 16:07:20,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051872a8-d7cb-404d-94eb-de406745d72b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:20,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-051872a8-d7cb-404d-94eb-de406745d72b 2018-07-22 16:07:20,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:20,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:21,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:07:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["wowvvfOLTP-SIE7AEPyNTQ"], "issued_at": "2018-07-22T16:07:21.000000Z"}} 2018-07-22 16:07:21,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:07:21,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6733b7e2-d6d1-4d1a-963f-4412b667f307 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:21,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6733b7e2-d6d1-4d1a-963f-4412b667f307 2018-07-22 16:07:21,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:07:21,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:07:21,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:07:21,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-881f8500-6bf7-44a6-b405-4210f1f4aa7a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:07:21,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj used request id req-881f8500-6bf7-44a6-b405-4210f1f4aa7a 2018-07-22 16:07:21,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:07:21,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7ef284-2f67-4577-996a-a91a6c09e828 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:07:21,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ad7ef284-2f67-4577-996a-a91a6c09e828 2018-07-22 16:07:21,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}}' 2018-07-22 16:07:21,650 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:07:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f7a8d8b-09ed-407d-8268-ea6b5c9c1a52 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "id": "1f48c8fd008b4b6590396698ccba9557", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:21,650 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2f7a8d8b-09ed-407d-8268-ea6b5c9c1a52 2018-07-22 16:07:21,650 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj 2018-07-22 16:07:21,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:21,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:22,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:07:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["0r3oXULDQAy70nyprQNbQw"], "issued_at": "2018-07-22T16:07:22.000000Z"}} 2018-07-22 16:07:22,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57906dbb366f36c838c49e1bee70421bcae16710" 2018-07-22 16:07:22,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329bedfc-2ca8-4b28-887d-f7e09959841e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:22,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-329bedfc-2ca8-4b28-887d-f7e09959841e 2018-07-22 16:07:22,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:07:22,127 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:07:22,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57906dbb366f36c838c49e1bee70421bcae16710" 2018-07-22 16:07:22,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7918f646-86b1-44b8-a4b6-32a36ca5f996 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:07:22,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7918f646-86b1-44b8-a4b6-32a36ca5f996 2018-07-22 16:07:22,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57906dbb366f36c838c49e1bee70421bcae16710" 2018-07-22 16:07:22,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6026cfa-0d57-447b-aab0-9f58fa47781b Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "id": "1f48c8fd008b4b6590396698ccba9557", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}]} 2018-07-22 16:07:22,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj used request id req-d6026cfa-0d57-447b-aab0-9f58fa47781b 2018-07-22 16:07:22,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57906dbb366f36c838c49e1bee70421bcae16710" 2018-07-22 16:07:22,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67941b26-4411-40cb-ab9d-dfc38adb9047 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:07:22,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-67941b26-4411-40cb-ab9d-dfc38adb9047 2018-07-22 16:07:22,729 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user 2018-07-22 16:07:22,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:22,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:07:22,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6076f8d8-e212-4d00-82c0-ea559d33e46a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:07:22,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6076f8d8-e212-4d00-82c0-ea559d33e46a 2018-07-22 16:07:22,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" -d '{"role": {"name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}}' 2018-07-22 16:07:22,933 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:07:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d95353ae-7d9b-41a7-aec9-49b9b8746a81 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2fdd261b9afc402694706105a3228cfd", "links": {"self": "http://172.30.9.28:5000/v3/roles/2fdd261b9afc402694706105a3228cfd"}, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}} 2018-07-22 16:07:22,933 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-d95353ae-7d9b-41a7-aec9-49b9b8746a81 2018-07-22 16:07:22,933 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role 2018-07-22 16:07:22,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2fdd261b9afc402694706105a3228cfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:07:22,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f199a7ed-591b-4633-93f9-ec1e9f04254b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2fdd261b9afc402694706105a3228cfd", "links": {"self": "http://172.30.9.28:5000/v3/roles/2fdd261b9afc402694706105a3228cfd"}, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}} 2018-07-22 16:07:22,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2fdd261b9afc402694706105a3228cfd used request id req-f199a7ed-591b-4633-93f9-ec1e9f04254b 2018-07-22 16:07:22,952 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role to project CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj 2018-07-22 16:07:22,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557/users/47555b1a5f0f4f12ac211701823c41c5/roles/2fdd261b9afc402694706105a3228cfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:07:23,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:07:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fc881db-f91d-457a-98c9-f93ed6d341b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:07:23,007 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557/users/47555b1a5f0f4f12ac211701823c41c5/roles/2fdd261b9afc402694706105a3228cfd used request id req-4fc881db-f91d-457a-98c9-f93ed6d341b4 2018-07-22 16:07:23,007 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:07:23,009 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:07:23,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:23,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:23,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd261b9afc402694706105a3228cfd", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}], "expires_at": "2018-07-22T17:07:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user", "id": "47555b1a5f0f4f12ac211701823c41c5"}, "audit_ids": ["5NnReusbQV-lX9bkHsEK_g"], "issued_at": "2018-07-22T16:07:23.000000Z"}} 2018-07-22 16:07:23,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" 2018-07-22 16:07:23,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad311819-dd4f-4310-b24a-28155e2a0fe6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:23,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ad311819-dd4f-4310-b24a-28155e2a0fe6 2018-07-22 16:07:23,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" 2018-07-22 16:07:23,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-cef5f630-a1af-4bff-8418-b53852b3559a Date: Sun, 22 Jul 2018 16:07:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image"} 2018-07-22 16:07:23,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image used request id req-cef5f630-a1af-4bff-8418-b53852b3559a 2018-07-22 16:07:23,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" 2018-07-22 16:07:23,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-65f97033-49b1-4559-88e9-7e7bd7972bbf Date: Sun, 22 Jul 2018 16:07: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-07-22 16:07:23,755 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-65f97033-49b1-4559-88e9-7e7bd7972bbf 2018-07-22 16:07:23,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image"}' 2018-07-22 16:07:23,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-357425f8-490f-4717-b3fd-a5864d93bc67 Date: Sun, 22 Jul 2018 16:07:23 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:07:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:07:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "min_disk": 0, "protected": false, "id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "file": "/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/file", "checksum": null, "owner": "1f48c8fd008b4b6590396698ccba9557", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:07:23,820 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-357425f8-490f-4717-b3fd-a5864d93bc67 2018-07-22 16:07:23,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" -d '' 2018-07-22 16:07:25,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87715746-6673-4af1-9eaa-3969739c8a43 Date: Sun, 22 Jul 2018 16:07:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:07:25,032 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/file used request id req-87715746-6673-4af1-9eaa-3969739c8a43 2018-07-22 16:07:25,032 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:07:25,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" 2018-07-22 16:07:25,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-0dc5e856-a65c-426c-98ed-682ff7a3133a Date: Sun, 22 Jul 2018 16:07:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:07:24Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/snap", "metadata": {}}], "self": "/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "min_disk": 0, "protected": false, "id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "file": "/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1f48c8fd008b4b6590396698ccba9557", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:07:25,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4 used request id req-0dc5e856-a65c-426c-98ed-682ff7a3133a 2018-07-22 16:07:25,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" 2018-07-22 16:07:25,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a9b45072-77f3-46d6-a224-cdcd1071d475 Date: Sun, 22 Jul 2018 16:07: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-07-22 16:07:25,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a9b45072-77f3-46d6-a224-cdcd1071d475 2018-07-22 16:07:25,066 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image 2018-07-22 16:07:25,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" 2018-07-22 16:07:25,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-91d68aeb-3201-4318-a30c-c0807f41a15a Date: Sun, 22 Jul 2018 16:07:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:07:24Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/snap", "metadata": {}}], "self": "/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "min_disk": 0, "protected": false, "id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "file": "/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1f48c8fd008b4b6590396698ccba9557", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:07:25,083 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4 used request id req-91d68aeb-3201-4318-a30c-c0807f41a15a 2018-07-22 16:07:25,084 - create_image - DEBUG - Instance status is - active 2018-07-22 16:07:25,084 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image 2018-07-22 16:07:25,084 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image 2018-07-22 16:07:25,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:25,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:25,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Fki1xd6YQGqB5Q71Dm49RQ"], "issued_at": "2018-07-22T16:07:25.000000Z"}} 2018-07-22 16:07:25,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabaa357e5d77817fb29e0b9cb840c5884687b8f" 2018-07-22 16:07:25,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbb013a3-2cbd-42f1-bbbe-bbf3e1cde9cf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:25,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fbb013a3-2cbd-42f1-bbbe-bbf3e1cde9cf 2018-07-22 16:07:25,587 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:07:25,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabaa357e5d77817fb29e0b9cb840c5884687b8f" 2018-07-22 16:07:25,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90e9da4b-5064-43eb-a776-1a6617a1f5cf x-compute-request-id: req-90e9da4b-5064-43eb-a776-1a6617a1f5cf Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:07:25,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-90e9da4b-5064-43eb-a776-1a6617a1f5cf 2018-07-22 16:07:25,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabaa357e5d77817fb29e0b9cb840c5884687b8f" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-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-07-22 16:07:25,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1450d5d1-7c0d-4674-a0f7-8ae0c5ca90dc x-compute-request-id: req-1450d5d1-7c0d-4674-a0f7-8ae0c5ca90dc Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "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": "a5e2b671-2015-464a-bc73-2d8b283c4502"}} 2018-07-22 16:07:25,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1450d5d1-7c0d-4674-a0f7-8ae0c5ca90dc 2018-07-22 16:07:25,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:25,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:26,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd261b9afc402694706105a3228cfd", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}], "expires_at": "2018-07-22T17:07:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user", "id": "47555b1a5f0f4f12ac211701823c41c5"}, "audit_ids": ["IXOypdi7RwaARwaUlYEWVA"], "issued_at": "2018-07-22T16:07:26.000000Z"}} 2018-07-22 16:07:26,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" 2018-07-22 16:07:26,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7dc3de-1811-4320-9699-94d6d7510108 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:26,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1c7dc3de-1811-4320-9699-94d6d7510108 2018-07-22 16:07:26,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" 2018-07-22 16:07:26,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f60ace4a-c1b0-4d56-862a-8f6ca35c9534 Date: Sun, 22 Jul 2018 16:07:26 GMT RESP BODY: {"networks":[]} 2018-07-22 16:07:26,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-f60ace4a-c1b0-4d56-862a-8f6ca35c9534 2018-07-22 16:07:26,559 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net 2018-07-22 16:07:26,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" -d '{"network": {"name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net", "admin_state_up": true}}' 2018-07-22 16:07:27,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-616bb079-e207-431b-8fa2-549db428367a Date: Sun, 22 Jul 2018 16:07:27 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:07:26Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}} 2018-07-22 16:07:27,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-616bb079-e207-431b-8fa2-549db428367a 2018-07-22 16:07:27,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" 2018-07-22 16:07:27,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-eaa9de80-29b2-4e58-a8aa-b03741362193 Date: Sun, 22 Jul 2018 16:07: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-07-22T16:07:26Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:27,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-eaa9de80-29b2-4e58-a8aa-b03741362193 2018-07-22 16:07:27,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" 2018-07-22 16:07:27,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-79d38e33-36f7-4b0b-be8c-c6909d99812f Date: Sun, 22 Jul 2018 16:07:27 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:07:27,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-79d38e33-36f7-4b0b-be8c-c6909d99812f 2018-07-22 16:07:27,323 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet 2018-07-22 16:07:27,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" -d '{"subnets": [{"ip_version": 4, "network_id": "392932af-bd17-4eaa-9dd3-57a641a77476", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]}' 2018-07-22 16:07:27,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7ee86ce0-e429-4c8c-8a90-7d9a72fdc0cd Date: Sun, 22 Jul 2018 16:07:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:27,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-7ee86ce0-e429-4c8c-8a90-7d9a72fdc0cd 2018-07-22 16:07:27,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" 2018-07-22 16:07:27,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2d2e475c-23c1-4f16-8add-4eec3dfea7d4 Date: Sun, 22 Jul 2018 16:07: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":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:27,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-2d2e475c-23c1-4f16-8add-4eec3dfea7d4 2018-07-22 16:07:27,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" 2018-07-22 16:07:28,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c0cc5d2d-5124-45c8-bb32-5810af296319 Date: Sun, 22 Jul 2018 16:07:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:28,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-c0cc5d2d-5124-45c8-bb32-5810af296319 2018-07-22 16:07:28,069 - OpenStackNetwork - DEBUG - Network [392932af-bd17-4eaa-9dd3-57a641a77476] created successfully 2018-07-22 16:07:28,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:28,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:28,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd261b9afc402694706105a3228cfd", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}], "expires_at": "2018-07-22T17:07:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user", "id": "47555b1a5f0f4f12ac211701823c41c5"}, "audit_ids": ["-oW1Bx8NQVuPY16Ft1hgZg"], "issued_at": "2018-07-22T16:07:28.000000Z"}} 2018-07-22 16:07:28,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" 2018-07-22 16:07:28,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5f4b864-7bc5-469f-8a0e-2159602abd43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:28,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f5f4b864-7bc5-469f-8a0e-2159602abd43 2018-07-22 16:07:28,564 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" 2018-07-22 16:07:28,814 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:28 GMT Server: Apache x-compute-request-id: req-2b6f941b-a026-443a-a052-b5dea98d8a62 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2b6f941b-a026-443a-a052-b5dea98d8a62 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 16:07:28,814 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/detail used request id req-2b6f941b-a026-443a-a052-b5dea98d8a62 2018-07-22 16:07:28,818 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2b6f941b-a026-443a-a052-b5dea98d8a62" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-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-07-22 16:07:29,225 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:07:28 GMT Server: Apache x-compute-request-id: req-c8c07c01-a87a-44fe-a6d9-fbee4f16af87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c8c07c01-a87a-44fe-a6d9-fbee4f16af87 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:29.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ef684485-aaf4-46f7-977f-0861edbca473", "size": 1}} 2018-07-22 16:07:29,225 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes used request id req-c8c07c01-a87a-44fe-a6d9-fbee4f16af87 2018-07-22 16:07:29,228 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b6f941b-a026-443a-a052-b5dea98d8a62" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" 2018-07-22 16:07:29,548 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:29 GMT Server: Apache x-compute-request-id: req-27a43ffc-b7ad-4e7e-b5a9-1db387f1d05d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27a43ffc-b7ad-4e7e-b5a9-1db387f1d05d Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ef684485-aaf4-46f7-977f-0861edbca473", "size": 1}} 2018-07-22 16:07:29,548 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 used request id req-27a43ffc-b7ad-4e7e-b5a9-1db387f1d05d 2018-07-22 16:07:29,549 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1 2018-07-22 16:07:29,551 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b6f941b-a026-443a-a052-b5dea98d8a62" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" 2018-07-22 16:07:30,152 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:29 GMT Server: Apache x-compute-request-id: req-cce7d7ce-3909-48b6-8e86-9e6dc91f9820 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cce7d7ce-3909-48b6-8e86-9e6dc91f9820 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ef684485-aaf4-46f7-977f-0861edbca473", "size": 1}} 2018-07-22 16:07:30,153 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 used request id req-cce7d7ce-3909-48b6-8e86-9e6dc91f9820 2018-07-22 16:07:30,153 - create_volume - DEBUG - Instance status is - available 2018-07-22 16:07:30,153 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1 2018-07-22 16:07:30,153 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1 2018-07-22 16:07:30,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:30,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:30,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd261b9afc402694706105a3228cfd", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}], "expires_at": "2018-07-22T17:07:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user", "id": "47555b1a5f0f4f12ac211701823c41c5"}, "audit_ids": ["XgRJ3qhuRkakzaf5Iau-JA"], "issued_at": "2018-07-22T16:07:30.000000Z"}} 2018-07-22 16:07:30,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0e8e4644adcbf76de4ccbf0b11c00f09619636" 2018-07-22 16:07:30,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e89c657-f597-453f-b1a9-093fc4bef3ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:30,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3e89c657-f597-453f-b1a9-093fc4bef3ec 2018-07-22 16:07:30,621 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0e8e4644adcbf76de4ccbf0b11c00f09619636" 2018-07-22 16:07:30,833 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:30 GMT Server: Apache x-compute-request-id: req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ef684485-aaf4-46f7-977f-0861edbca473", "size": 1}]} 2018-07-22 16:07:30,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/detail used request id req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606 2018-07-22 16:07:30,837 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0e8e4644adcbf76de4ccbf0b11c00f09619636" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-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-07-22 16:07:31,155 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:07:30 GMT Server: Apache x-compute-request-id: req-5a6c38a1-9e79-492a-ab32-989a0b587d76 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5a6c38a1-9e79-492a-ab32-989a0b587d76 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:31.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "478370f5-4954-4935-8ff4-3a7fae0fbdf7", "size": 1}} 2018-07-22 16:07:31,156 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes used request id req-5a6c38a1-9e79-492a-ab32-989a0b587d76 2018-07-22 16:07:31,159 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0e8e4644adcbf76de4ccbf0b11c00f09619636" 2018-07-22 16:07:31,368 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:31 GMT Server: Apache x-compute-request-id: req-11ca45ef-0dba-45a3-a88c-c253f4710272 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11ca45ef-0dba-45a3-a88c-c253f4710272 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "478370f5-4954-4935-8ff4-3a7fae0fbdf7", "size": 1}} 2018-07-22 16:07:31,368 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 used request id req-11ca45ef-0dba-45a3-a88c-c253f4710272 2018-07-22 16:07:31,368 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2 2018-07-22 16:07:31,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0e8e4644adcbf76de4ccbf0b11c00f09619636" 2018-07-22 16:07:31,970 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:31 GMT Server: Apache x-compute-request-id: req-b23f362f-618f-43aa-9dbc-a385b1f70298 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b23f362f-618f-43aa-9dbc-a385b1f70298 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "478370f5-4954-4935-8ff4-3a7fae0fbdf7", "size": 1}} 2018-07-22 16:07:31,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 used request id req-b23f362f-618f-43aa-9dbc-a385b1f70298 2018-07-22 16:07:31,971 - create_volume - DEBUG - Instance status is - available 2018-07-22 16:07:31,971 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2 2018-07-22 16:07:31,971 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2 2018-07-22 16:07:31,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:31,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:32,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd261b9afc402694706105a3228cfd", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}], "expires_at": "2018-07-22T17:07:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user", "id": "47555b1a5f0f4f12ac211701823c41c5"}, "audit_ids": ["pRwD75dLQL-6Vyrxyc8CBA"], "issued_at": "2018-07-22T16:07:32.000000Z"}} 2018-07-22 16:07:32,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:32,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2301cd7f-8787-46f2-a240-020d3cd9b92f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:32,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2301cd7f-8787-46f2-a240-020d3cd9b92f 2018-07-22 16:07:32,434 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:07:32,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:32,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35112dcd-6582-4249-aed5-f319f7a9873c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:32,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-35112dcd-6582-4249-aed5-f319f7a9873c 2018-07-22 16:07:32,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:32,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4bcd9088-9f25-489c-9712-f9102ec9409c Date: Sun, 22 Jul 2018 16:07:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:32,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-4bcd9088-9f25-489c-9712-f9102ec9409c 2018-07-22 16:07:32,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:07:32,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:07:32,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:32,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40329905-a60a-46be-a218-9a8892e2bc0e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:32,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-40329905-a60a-46be-a218-9a8892e2bc0e 2018-07-22 16:07:32,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:32,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d9ca5fbe-0ca5-4b56-8304-a9d0ae775242 Date: Sun, 22 Jul 2018 16:07:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:32,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-d9ca5fbe-0ca5-4b56-8304-a9d0ae775242 2018-07-22 16:07:32,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:33,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-64ca03f6-14b1-45e7-a00c-e0c4aba05107 Date: Sun, 22 Jul 2018 16:07:33 GMT RESP BODY: {"ports":[]} 2018-07-22 16:07:33,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port&admin_state_up=True used request id req-64ca03f6-14b1-45e7-a00c-e0c4aba05107 2018-07-22 16:07:33,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:33,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11a9412a-6bbc-40f3-8ecd-8fc6d9f7958a x-compute-request-id: req-11a9412a-6bbc-40f3-8ecd-8fc6d9f7958a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:07:33,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst used request id req-11a9412a-6bbc-40f3-8ecd-8fc6d9f7958a 2018-07-22 16:07:33,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:33,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9ee96dae-a591-447f-bc20-abcb8cd71c6e Date: Sun, 22 Jul 2018 16:07:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:33,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-9ee96dae-a591-447f-bc20-abcb8cd71c6e 2018-07-22 16:07:33,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:33,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfc00d55-abe4-4b06-b838-6485392da23b Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:33,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-bfc00d55-abe4-4b06-b838-6485392da23b 2018-07-22 16:07:33,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:33,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-27153c24-1e8d-4cd5-a077-46b62dc6a60e Date: Sun, 22 Jul 2018 16:07:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:33,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-27153c24-1e8d-4cd5-a077-46b62dc6a60e 2018-07-22 16:07:33,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:33,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c7f38e35-3709-43a2-b03d-4fdff07b6501 Date: Sun, 22 Jul 2018 16:07:33 GMT RESP BODY: {"ports":[]} 2018-07-22 16:07:33,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port&admin_state_up=True used request id req-c7f38e35-3709-43a2-b03d-4fdff07b6501 2018-07-22 16:07:33,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:07:33,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:33,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd261b9afc402694706105a3228cfd", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}], "expires_at": "2018-07-22T17:07:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user", "id": "47555b1a5f0f4f12ac211701823c41c5"}, "audit_ids": ["sz9FFv_2SV-Bu8M-b79Udw"], "issued_at": "2018-07-22T16:07:33.000000Z"}} 2018-07-22 16:07:33,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373b554353c2c70535d152baecb401a20f18ba24" 2018-07-22 16:07:33,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71bf028b-6d6e-41ee-8458-e5bced6787a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:07:33,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-71bf028b-6d6e-41ee-8458-e5bced6787a8 2018-07-22 16:07:33,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:34,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-bb10015c-4f8c-4c8c-bbaf-f7cc457684df Date: Sun, 22 Jul 2018 16:07:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:34,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-bb10015c-4f8c-4c8c-bbaf-f7cc457684df 2018-07-22 16:07:34,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:34,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-283b4b99-3019-4390-9423-94eca8af89a1 Date: Sun, 22 Jul 2018 16:07:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:34,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-283b4b99-3019-4390-9423-94eca8af89a1 2018-07-22 16:07:34,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:34,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-30a5ddc5-445f-41ba-904b-b1caa5ca6aef Date: Sun, 22 Jul 2018 16:07:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:34,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-30a5ddc5-445f-41ba-904b-b1caa5ca6aef 2018-07-22 16:07:34,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:07:34,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:07:34,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373b554353c2c70535d152baecb401a20f18ba24" 2018-07-22 16:07:34,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb3a2f1-02c6-4fb3-9b4c-e15c831d2f94 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:34,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-cfb3a2f1-02c6-4fb3-9b4c-e15c831d2f94 2018-07-22 16:07:34,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:34,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-222daba5-7aa6-4d2f-bb28-cf7b1f8f9973 Date: Sun, 22 Jul 2018 16:07:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:34,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-222daba5-7aa6-4d2f-bb28-cf7b1f8f9973 2018-07-22 16:07:34,374 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net 2018-07-22 16:07:34,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" -d '{"port": {"network_id": "392932af-bd17-4eaa-9dd3-57a641a77476", "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port", "admin_state_up": true}}' 2018-07-22 16:07:35,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 759 X-Openstack-Request-Id: req-0b2f8411-9fbb-4013-95d9-cc6eb7e3185f Date: Sun, 22 Jul 2018 16:07:35 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:07:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:07:34Z","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:d4:a3:35","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.6"}],"id":"a4a05c27-6514-43d2-a948-5791060930b1","security_groups":["e5ebde5c-175a-404f-9497-998306051e88"],"device_id":""}} 2018-07-22 16:07:35,107 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-0b2f8411-9fbb-4013-95d9-cc6eb7e3185f 2018-07-22 16:07:35,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d58a8029-5bad-4c5e-83fc-605cace152fb Date: Sun, 22 Jul 2018 16:07:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:35,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-d58a8029-5bad-4c5e-83fc-605cace152fb 2018-07-22 16:07:35,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8434b269-82b8-442f-8c62-a313d4c1c9ca Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:35,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-8434b269-82b8-442f-8c62-a313d4c1c9ca 2018-07-22 16:07:35,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a5b2a6d3-b38f-4bfc-9764-9fc539b91fcf Date: Sun, 22 Jul 2018 16:07:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:35,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-a5b2a6d3-b38f-4bfc-9764-9fc539b91fcf 2018-07-22 16:07:35,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-80b4326c-6ae2-4f57-bc2e-8f95cc24a994 Date: Sun, 22 Jul 2018 16:07:35 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:34Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:34Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:d4:a3:35","id":"a4a05c27-6514-43d2-a948-5791060930b1","port_security_enabled":true,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["e5ebde5c-175a-404f-9497-998306051e88"],"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port"}]} 2018-07-22 16:07:35,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port&admin_state_up=True used request id req-80b4326c-6ae2-4f57-bc2e-8f95cc24a994 2018-07-22 16:07:35,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ca92d7c-d026-4bd2-93ea-dd6b58be174f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:35,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-6ca92d7c-d026-4bd2-93ea-dd6b58be174f 2018-07-22 16:07:35,486 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst 2018-07-22 16:07:35,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c52a76a7-94dc-40eb-a6b7-fa9e4b4caa3c x-compute-request-id: req-c52a76a7-94dc-40eb-a6b7-fa9e4b4caa3c Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-flavor-name"}]} 2018-07-22 16:07:35,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c52a76a7-94dc-40eb-a6b7-fa9e4b4caa3c 2018-07-22 16:07:35,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ced1729-7e62-41cf-a3a4-9d38f48324f1 x-compute-request-id: req-7ced1729-7e62-41cf-a3a4-9d38f48324f1 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "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": "a5e2b671-2015-464a-bc73-2d8b283c4502"}} 2018-07-22 16:07:35,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502 used request id req-7ced1729-7e62-41cf-a3a4-9d38f48324f1 2018-07-22 16:07:35,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-70959416-0ce1-4ac3-a6d4-94f5a3601de5 Date: Sun, 22 Jul 2018 16:07:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:07:24Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/snap", "metadata": {}}], "self": "/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "min_disk": 0, "protected": false, "id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "file": "/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1f48c8fd008b4b6590396698ccba9557", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image"} 2018-07-22 16:07:35,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image used request id req-70959416-0ce1-4ac3-a6d4-94f5a3601de5 2018-07-22 16:07:35,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:35,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b69b03b2-c533-4d76-b31d-14526436847c Date: Sun, 22 Jul 2018 16:07: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-07-22 16:07:35,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b69b03b2-c533-4d76-b31d-14526436847c 2018-07-22 16:07:35,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" -d '{"server": {"name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "imageRef": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "flavorRef": "a5e2b671-2015-464a-bc73-2d8b283c4502", "max_count": 1, "min_count": 1, "networks": [{"port": "a4a05c27-6514-43d2-a948-5791060930b1"}]}}' 2018-07-22 16:07:36,643 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:07:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06c07d65-6b85-4a05-9bfe-216b83f11854 x-compute-request-id: req-06c07d65-6b85-4a05-9bfe-216b83f11854 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "adminPass": "A5wP9u7v2PBi"}} 2018-07-22 16:07:36,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-06c07d65-6b85-4a05-9bfe-216b83f11854 2018-07-22 16:07:36,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:37,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ef01d6c-22e4-4c65-841e-199284bd9726 x-compute-request-id: req-0ef01d6c-22e4-4c65-841e-199284bd9726 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "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-07-22T16:07:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:37,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-0ef01d6c-22e4-4c65-841e-199284bd9726 2018-07-22 16:07:37,106 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst 2018-07-22 16:07:37,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:37,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f170b204-fb7c-4876-ae93-39fb58f9ff34 x-compute-request-id: req-f170b204-fb7c-4876-ae93-39fb58f9ff34 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:07:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:37,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-f170b204-fb7c-4876-ae93-39fb58f9ff34 2018-07-22 16:07:37,532 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst] is - BUILD 2018-07-22 16:07:37,533 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:07:40,536 - create_instance - DEBUG - VM status query timeout in 896.570132017 2018-07-22 16:07:40,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:40,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5c28336-efd5-44e8-8375-3df31306e7ef x-compute-request-id: req-b5c28336-efd5-44e8-8375-3df31306e7ef Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "security_groups": [{"name": "default"}], "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:07:37Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:40,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-b5c28336-efd5-44e8-8375-3df31306e7ef 2018-07-22 16:07:40,896 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst] is - BUILD 2018-07-22 16:07:40,896 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:07:43,899 - create_instance - DEBUG - VM status query timeout in 893.206454039 2018-07-22 16:07:43,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:44,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07: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-0826485c-489c-4473-a474-2f1eb990a1ad x-compute-request-id: req-0826485c-489c-4473-a474-2f1eb990a1ad Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:a3:35", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "security_groups": [{"name": "default"}], "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:41Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:44,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-0826485c-489c-4473-a474-2f1eb990a1ad 2018-07-22 16:07:44,074 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst] is - ACTIVE 2018-07-22 16:07:44,074 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:07:44,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:44,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-446e97bf-7cfa-4040-abc3-475980aebd24 x-compute-request-id: req-446e97bf-7cfa-4040-abc3-475980aebd24 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:a3:35", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "security_groups": [{"name": "default"}], "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:41Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:44,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-446e97bf-7cfa-4040-abc3-475980aebd24 2018-07-22 16:07:44,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:44,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-2fbb4029-43f5-4aa2-91d7-770e20572fe0 Date: Sun, 22 Jul 2018 16:07: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":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:44,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-2fbb4029-43f5-4aa2-91d7-770e20572fe0 2018-07-22 16:07:44,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:44,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbcd3302-14cc-4ea8-928b-0048f119a6c5 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:44,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-dbcd3302-14cc-4ea8-928b-0048f119a6c5 2018-07-22 16:07:44,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:44,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6de08744-4f8f-4c80-b656-ae63aab694ad Date: Sun, 22 Jul 2018 16:07:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:44,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-6de08744-4f8f-4c80-b656-ae63aab694ad 2018-07-22 16:07:44,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:44,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-5091df15-fb03-433a-bd96-e83c9a1ebe71 Date: Sun, 22 Jul 2018 16:07:44 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:28Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-392932af-bd17-4eaa-9dd3-57a641a77476","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:26:2e:69","id":"7a42421d-ecb4-4cca-a633-20ba4c50e3a9","port_security_enabled":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:34Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:41Z","binding:vnic_type":"normal","device_id":"51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d4:a3:35","id":"a4a05c27-6514-43d2-a948-5791060930b1","port_security_enabled":true,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["e5ebde5c-175a-404f-9497-998306051e88"],"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port"}]} 2018-07-22 16:07:44,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-5091df15-fb03-433a-bd96-e83c9a1ebe71 2018-07-22 16:07:44,920 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:45,136 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:44 GMT Server: Apache x-compute-request-id: req-d97a1373-72be-4bfc-8c1f-ba5d8814c819 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d97a1373-72be-4bfc-8c1f-ba5d8814c819 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "478370f5-4954-4935-8ff4-3a7fae0fbdf7", "size": 1}, {"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ef684485-aaf4-46f7-977f-0861edbca473", "size": 1}]} 2018-07-22 16:07:45,136 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/detail used request id req-d97a1373-72be-4bfc-8c1f-ba5d8814c819 2018-07-22 16:07:45,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:45,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd4b98c-4dce-4432-a257-2e91a632013e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:45,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-ccd4b98c-4dce-4432-a257-2e91a632013e 2018-07-22 16:07:45,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:45,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9345eab-d87b-4fa6-a121-c389c32181bc x-compute-request-id: req-c9345eab-d87b-4fa6-a121-c389c32181bc Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:a3:35", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "security_groups": [{"name": "default"}], "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:41Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:45,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-c9345eab-d87b-4fa6-a121-c389c32181bc 2018-07-22 16:07:45,558 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst] is - ACTIVE 2018-07-22 16:07:45,558 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:07:45,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:45,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bec08d36-a2c3-4259-8dc8-b2b9a94e7c99 x-compute-request-id: req-bec08d36-a2c3-4259-8dc8-b2b9a94e7c99 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:a3:35", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "security_groups": [{"name": "default"}], "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:41Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:45,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-bec08d36-a2c3-4259-8dc8-b2b9a94e7c99 2018-07-22 16:07:45,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:45,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d3df7432-d159-4907-9de9-58c82667d055 Date: Sun, 22 Jul 2018 16:07:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:45,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-d3df7432-d159-4907-9de9-58c82667d055 2018-07-22 16:07:45,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:45,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eeb6f6a-9188-4f0c-a269-1e4731223111 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:45,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-7eeb6f6a-9188-4f0c-a269-1e4731223111 2018-07-22 16:07:45,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:45,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d2ae0e09-ec82-47ee-a246-1152f003b72e Date: Sun, 22 Jul 2018 16:07:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:45,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-d2ae0e09-ec82-47ee-a246-1152f003b72e 2018-07-22 16:07:45,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:46,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-148cf7bb-0068-45e0-8b03-a658bbb9b95f Date: Sun, 22 Jul 2018 16:07:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:28Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-392932af-bd17-4eaa-9dd3-57a641a77476","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:26:2e:69","id":"7a42421d-ecb4-4cca-a633-20ba4c50e3a9","port_security_enabled":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:34Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:41Z","binding:vnic_type":"normal","device_id":"51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d4:a3:35","id":"a4a05c27-6514-43d2-a948-5791060930b1","port_security_enabled":true,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["e5ebde5c-175a-404f-9497-998306051e88"],"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port"}]} 2018-07-22 16:07:46,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-148cf7bb-0068-45e0-8b03-a658bbb9b95f 2018-07-22 16:07:46,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" -d '{"volumeAttachment": {"volumeId": "ef684485-aaf4-46f7-977f-0861edbca473"}}' 2018-07-22 16:07:47,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e4c858d-97a1-497c-bb2f-151b17001d01 x-compute-request-id: req-9e4c858d-97a1-497c-bb2f-151b17001d01 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "id": "ef684485-aaf4-46f7-977f-0861edbca473", "volumeId": "ef684485-aaf4-46f7-977f-0861edbca473"}} 2018-07-22 16:07:47,056 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13/os-volume_attachments used request id req-9e4c858d-97a1-497c-bb2f-151b17001d01 2018-07-22 16:07:47,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:47,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91e7e5ee-66a2-461b-8766-fe7cc4145aa4 x-compute-request-id: req-91e7e5ee-66a2-461b-8766-fe7cc4145aa4 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:a3:35", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "security_groups": [{"name": "default"}], "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:41Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [{"id": "ef684485-aaf4-46f7-977f-0861edbca473"}], "metadata": {}}} 2018-07-22 16:07:47,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-91e7e5ee-66a2-461b-8766-fe7cc4145aa4 2018-07-22 16:07:47,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:47,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d1066dc5-f2a7-4d1b-9f4a-070c04f031a4 Date: Sun, 22 Jul 2018 16:07: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":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:47,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-d1066dc5-f2a7-4d1b-9f4a-070c04f031a4 2018-07-22 16:07:47,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:47,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fedc72f-d794-4cd3-ba2d-4dbfbe0eddd1 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:07:47,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-5fedc72f-d794-4cd3-ba2d-4dbfbe0eddd1 2018-07-22 16:07:47,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:47,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4ef27d85-b387-4a6c-b533-4db393cb53f2 Date: Sun, 22 Jul 2018 16:07:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:47,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-4ef27d85-b387-4a6c-b533-4db393cb53f2 2018-07-22 16:07:47,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:47,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-3977705b-7200-4369-aa49-cddaec7208e8 Date: Sun, 22 Jul 2018 16:07:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:28Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-392932af-bd17-4eaa-9dd3-57a641a77476","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:26:2e:69","id":"7a42421d-ecb4-4cca-a633-20ba4c50e3a9","port_security_enabled":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:34Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:41Z","binding:vnic_type":"normal","device_id":"51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d4:a3:35","id":"a4a05c27-6514-43d2-a948-5791060930b1","port_security_enabled":true,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["e5ebde5c-175a-404f-9497-998306051e88"],"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port"}]} 2018-07-22 16:07:47,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-3977705b-7200-4369-aa49-cddaec7208e8 2018-07-22 16:07:47,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:07:48,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2fdd261b9afc402694706105a3228cfd", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role"}], "expires_at": "2018-07-22T17:07:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1f48c8fd008b4b6590396698ccba9557", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user", "id": "47555b1a5f0f4f12ac211701823c41c5"}, "audit_ids": ["ZWOfd0VaTkeT7-VQrE7Gkw"], "issued_at": "2018-07-22T16:07:48.000000Z"}} 2018-07-22 16:07:48,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dfafb79bb1a581d29baa8436a7e77fc39dc1832" 2018-07-22 16:07:48,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07: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-019fc2b5-3ca6-4040-a536-2ef043f1a1b1 x-compute-request-id: req-019fc2b5-3ca6-4040-a536-2ef043f1a1b1 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:a3:35", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "security_groups": [{"name": "default"}], "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:41Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [{"id": "ef684485-aaf4-46f7-977f-0861edbca473"}], "metadata": {}}]} 2018-07-22 16:07:48,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst used request id req-019fc2b5-3ca6-4040-a536-2ef043f1a1b1 2018-07-22 16:07:48,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dfafb79bb1a581d29baa8436a7e77fc39dc1832" 2018-07-22 16:07:48,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-90a5ec05-fd27-46d0-a8df-a5ad2569c425 Date: Sun, 22 Jul 2018 16:07: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":["1cecf621-26fa-4b35-8a43-993b64ad8460"],"updated_at":"2018-07-22T16:07:27Z","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","id":"392932af-bd17-4eaa-9dd3-57a641a77476","name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net"}]} 2018-07-22 16:07:48,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net used request id req-90a5ec05-fd27-46d0-a8df-a5ad2569c425 2018-07-22 16:07:48,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dfafb79bb1a581d29baa8436a7e77fc39dc1832" 2018-07-22 16:07:49,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5460152d-f8f6-4669-a585-2f169fad60a7 Date: Sun, 22 Jul 2018 16:07:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:27Z","dns_nameservers":[],"updated_at":"2018-07-22T16:07:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1f48c8fd008b4b6590396698ccba9557","id":"1cecf621-26fa-4b35-8a43-993b64ad8460","subnetpool_id":null,"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet"}]} 2018-07-22 16:07:49,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-5460152d-f8f6-4669-a585-2f169fad60a7 2018-07-22 16:07:49,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0dfafb79bb1a581d29baa8436a7e77fc39dc1832" 2018-07-22 16:07:49,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-dc56c5b5-3a4f-4259-90b4-2dffdb80c481 Date: Sun, 22 Jul 2018 16:07:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:28Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-392932af-bd17-4eaa-9dd3-57a641a77476","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:26:2e:69","id":"7a42421d-ecb4-4cca-a633-20ba4c50e3a9","port_security_enabled":false,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"392932af-bd17-4eaa-9dd3-57a641a77476","tenant_id":"1f48c8fd008b4b6590396698ccba9557","created_at":"2018-07-22T16:07:34Z","admin_state_up":true,"updated_at":"2018-07-22T16:07:41Z","binding:vnic_type":"normal","device_id":"51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:d4:a3:35","id":"a4a05c27-6514-43d2-a948-5791060930b1","port_security_enabled":true,"project_id":"1f48c8fd008b4b6590396698ccba9557","fixed_ips":[{"subnet_id":"1cecf621-26fa-4b35-8a43-993b64ad8460","ip_address":"10.55.0.6"}],"extra_dhcp_opts":[],"security_groups":["e5ebde5c-175a-404f-9497-998306051e88"],"name":"CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port"}]} 2018-07-22 16:07:49,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-dc56c5b5-3a4f-4259-90b4-2dffdb80c481 2018-07-22 16:07:49,288 - create_instance - INFO - Deleting Port with ID - a4a05c27-6514-43d2-a948-5791060930b1 2018-07-22 16:07:49,288 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-port 2018-07-22 16:07:49,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/a4a05c27-6514-43d2-a948-5791060930b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:49,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-983690f0-f2ca-469f-8546-9065d710c2cd Date: Sun, 22 Jul 2018 16:07:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:07:49,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/a4a05c27-6514-43d2-a948-5791060930b1 used request id req-983690f0-f2ca-469f-8546-9065d710c2cd 2018-07-22 16:07:49,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d97a1373-72be-4bfc-8c1f-ba5d8814c819" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:49,895 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:49 GMT Server: Apache x-compute-request-id: req-8b4d212d-fcfa-4e91-8718-a661c3559949 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b4d212d-fcfa-4e91-8718-a661c3559949 Content-Encoding: gzip Content-Length: 592 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [{"server_id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "attachment_id": "ac6c3329-57a7-44b1-a3e8-ad345a6f239a", "attached_at": "2018-07-22T16:07:47.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "ef684485-aaf4-46f7-977f-0861edbca473", "device": "/dev/vdb", "id": "ef684485-aaf4-46f7-977f-0861edbca473"}], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:48.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "ef684485-aaf4-46f7-977f-0861edbca473", "size": 1}} 2018-07-22 16:07:49,895 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 used request id req-8b4d212d-fcfa-4e91-8718-a661c3559949 2018-07-22 16:07:49,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13/os-volume_attachments/ef684485-aaf4-46f7-977f-0861edbca473 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:50,571 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:07:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-440d5f00-03e6-47cb-be0a-2cc0bbdd4eec x-compute-request-id: req-440d5f00-03e6-47cb-be0a-2cc0bbdd4eec Content-Length: 0 Content-Type: application/json 2018-07-22 16:07:50,572 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13/os-volume_attachments/ef684485-aaf4-46f7-977f-0861edbca473 used request id req-440d5f00-03e6-47cb-be0a-2cc0bbdd4eec 2018-07-22 16:07:50,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:50,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6c3ba59-197b-4331-8238-82ca22af4468 x-compute-request-id: req-d6c3ba59-197b-4331-8238-82ca22af4468 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.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:41Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [{"id": "ef684485-aaf4-46f7-977f-0861edbca473"}], "metadata": {}}} 2018-07-22 16:07:50,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-d6c3ba59-197b-4331-8238-82ca22af4468 2018-07-22 16:07:53,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:53,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bed8f685-c4fd-4ce6-afc4-92cca37f3477 x-compute-request-id: req-bed8f685-c4fd-4ce6-afc4-92cca37f3477 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.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:41Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:53,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-bed8f685-c4fd-4ce6-afc4-92cca37f3477 2018-07-22 16:07:53,802 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst 2018-07-22 16:07:53,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:53,931 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cbde3714-eceb-48ab-8d52-07329fd2df55 x-compute-request-id: req-cbde3714-eceb-48ab-8d52-07329fd2df55 Content-Type: application/json 2018-07-22 16:07:53,931 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-cbde3714-eceb-48ab-8d52-07329fd2df55 2018-07-22 16:07:53,931 - create_instance - INFO - Checking deletion status 2018-07-22 16:07:53,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:54,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d8d4aa0-302d-463a-af92-cec368f90823 x-compute-request-id: req-1d8d4aa0-302d-463a-af92-cec368f90823 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.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "rel": "bookmark"}], "image": {"id": "028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "links": [{"href": "http://172.30.9.28:8774/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:07:41.000000", "flavor": {"id": "a5e2b671-2015-464a-bc73-2d8b283c4502", "links": [{"href": "http://172.30.9.28:8774/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502", "rel": "bookmark"}]}, "id": "51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:07:53Z", "hostId": "2942971af733d052ad9452ba11ddcc76e6af806c6ba7cf5497d1253d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst", "created": "2018-07-22T16:07:36Z", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:07:54,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-1d8d4aa0-302d-463a-af92-cec368f90823 2018-07-22 16:07:54,036 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst] is - ACTIVE 2018-07-22 16:07:54,036 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:07:57,040 - create_instance - DEBUG - VM status query timeout in 296.891746044 2018-07-22 16:07:57,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6233d96377013a41f5765f899c5e6fce75ae241" 2018-07-22 16:07:57,085 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:07:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d38f4057-6cf2-4ec1-855a-3c3986c5fb70 x-compute-request-id: req-d38f4057-6cf2-4ec1-855a-3c3986c5fb70 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 could not be found.", "code": 404}} 2018-07-22 16:07:57,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 used request id req-d38f4057-6cf2-4ec1-855a-3c3986c5fb70 2018-07-22 16:07:57,086 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 51a38648-d0c8-4bcc-8b8b-9eb5e6f5bd13 could not be found. (HTTP 404) (Request-ID: req-d38f4057-6cf2-4ec1-855a-3c3986c5fb70) 2018-07-22 16:07:57,086 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-inst 2018-07-22 16:07:57,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabaa357e5d77817fb29e0b9cb840c5884687b8f" 2018-07-22 16:07:57,115 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:07:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c87407fe-2b8c-4fd0-8305-9bf1a684f7e5 x-compute-request-id: req-c87407fe-2b8c-4fd0-8305-9bf1a684f7e5 Content-Length: 0 Content-Type: application/json 2018-07-22 16:07:57,115 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a5e2b671-2015-464a-bc73-2d8b283c4502 used request id req-c87407fe-2b8c-4fd0-8305-9bf1a684f7e5 2018-07-22 16:07:57,115 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet 2018-07-22 16:07:57,116 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-subnet 2018-07-22 16:07:57,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/1cecf621-26fa-4b35-8a43-993b64ad8460 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" 2018-07-22 16:07:58,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb97ca79-0e26-4275-867d-6be00151b093 Date: Sun, 22 Jul 2018 16:07:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:07:58,360 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/1cecf621-26fa-4b35-8a43-993b64ad8460 used request id req-eb97ca79-0e26-4275-867d-6be00151b093 2018-07-22 16:07:58,360 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-pub-net 2018-07-22 16:07:58,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/392932af-bd17-4eaa-9dd3-57a641a77476 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3781d82e4ad884189d9a5d84d9d05e2414753c" 2018-07-22 16:07:59,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11a7696a-337e-4a36-b86f-26dc4c817ba2 Date: Sun, 22 Jul 2018 16:07:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:07:59,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/392932af-bd17-4eaa-9dd3-57a641a77476 used request id req-11a7696a-337e-4a36-b86f-26dc4c817ba2 2018-07-22 16:07:59,716 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0e8e4644adcbf76de4ccbf0b11c00f09619636" 2018-07-22 16:07:59,928 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:07:59 GMT Server: Apache x-compute-request-id: req-05f8871d-432b-4914-b079-ffca914d99c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05f8871d-432b-4914-b079-ffca914d99c8 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "478370f5-4954-4935-8ff4-3a7fae0fbdf7", "size": 1}} 2018-07-22 16:07:59,929 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 used request id req-05f8871d-432b-4914-b079-ffca914d99c8 2018-07-22 16:07:59,929 - create_volume - DEBUG - Instance status is - available 2018-07-22 16:07:59,929 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2 2018-07-22 16:07:59,929 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2 2018-07-22 16:07:59,932 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0e8e4644adcbf76de4ccbf0b11c00f09619636" 2018-07-22 16:08:00,159 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:07:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-518c167c-995a-4fc2-9f6e-bc6559a3595a 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-07-22 16:08:00,159 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 used request id req-518c167c-995a-4fc2-9f6e-bc6559a3595a 2018-07-22 16:08:00,162 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9f724b5f-ccf1-4fe8-a332-8a6b40fce606" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b0e8e4644adcbf76de4ccbf0b11c00f09619636" 2018-07-22 16:08:00,387 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a97ff2ea-afb9-434a-9d84-78be98b5ca63 x-openstack-request-id: req-a97ff2ea-afb9-434a-9d84-78be98b5ca63 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 478370f5-4954-4935-8ff4-3a7fae0fbdf7 could not be found.", "code": 404}} 2018-07-22 16:08:00,387 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/478370f5-4954-4935-8ff4-3a7fae0fbdf7 used request id req-a97ff2ea-afb9-434a-9d84-78be98b5ca63 2018-07-22 16:08:00,387 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 478370f5-4954-4935-8ff4-3a7fae0fbdf7 could not be found. (HTTP 404) (Request-ID: req-a97ff2ea-afb9-434a-9d84-78be98b5ca63) 2018-07-22 16:08:00,387 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-2 2018-07-22 16:08:00,391 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b6f941b-a026-443a-a052-b5dea98d8a62" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" 2018-07-22 16:08:00,626 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:00 GMT Server: Apache x-compute-request-id: req-b4e03d5e-64e6-4e8a-9877-d39b5803a448 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b4e03d5e-64e6-4e8a-9877-d39b5803a448 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:07:50.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ef684485-aaf4-46f7-977f-0861edbca473", "size": 1}} 2018-07-22 16:08:00,627 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 used request id req-b4e03d5e-64e6-4e8a-9877-d39b5803a448 2018-07-22 16:08:00,627 - create_volume - DEBUG - Instance status is - available 2018-07-22 16:08:00,627 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1 2018-07-22 16:08:00,627 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1 2018-07-22 16:08:00,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b6f941b-a026-443a-a052-b5dea98d8a62" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" 2018-07-22 16:08:00,848 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a93ff96f-c5d5-455d-a205-bc1b75e6ac0f 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-07-22 16:08:00,848 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 used request id req-a93ff96f-c5d5-455d-a205-bc1b75e6ac0f 2018-07-22 16:08:00,851 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b6f941b-a026-443a-a052-b5dea98d8a62" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" 2018-07-22 16:08:00,909 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:00 GMT Server: Apache x-compute-request-id: req-b3c9d102-55b4-4d49-bc7a-2c416662f1ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b3c9d102-55b4-4d49-bc7a-2c416662f1ee Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "47555b1a5f0f4f12ac211701823c41c5", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "self"}, {"href": "http://172.30.9.28:8776/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:07:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1f48c8fd008b4b6590396698ccba9557", "updated_at": "2018-07-22T16:08:00.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ef684485-aaf4-46f7-977f-0861edbca473", "size": 1}} 2018-07-22 16:08:00,909 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 used request id req-b3c9d102-55b4-4d49-bc7a-2c416662f1ee 2018-07-22 16:08:00,910 - create_volume - DEBUG - Instance status is - deleting 2018-07-22 16:08:00,910 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-07-22 16:08:03,913 - create_volume - DEBUG - Volume status query timeout in 56.9353947639 2018-07-22 16:08:03,916 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2b6f941b-a026-443a-a052-b5dea98d8a62" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107cf9ed56fadf5096ff6c02be2e6e0b8385b8ea" 2018-07-22 16:08:03,955 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c7565e81-7530-477d-a9c4-f1222eb49991 x-openstack-request-id: req-c7565e81-7530-477d-a9c4-f1222eb49991 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ef684485-aaf4-46f7-977f-0861edbca473 could not be found.", "code": 404}} 2018-07-22 16:08:03,956 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/1f48c8fd008b4b6590396698ccba9557/volumes/ef684485-aaf4-46f7-977f-0861edbca473 used request id req-c7565e81-7530-477d-a9c4-f1222eb49991 2018-07-22 16:08:03,956 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume ef684485-aaf4-46f7-977f-0861edbca473 could not be found. (HTTP 404) (Request-ID: req-c7565e81-7530-477d-a9c4-f1222eb49991) 2018-07-22 16:08:03,956 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-1 2018-07-22 16:08:03,957 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-2f6d95d4-ed40-4b98-b397-dfb960e49a05-image 2018-07-22 16:08:03,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}95d672b0b1df884b7f82156180a6662f822ba7c4" 2018-07-22 16:08:05,147 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76fdfa19-0be0-4566-be0b-8a699a365ccd Date: Sun, 22 Jul 2018 16:08:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:08:05,148 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/028b455f-fa3c-4b2d-9fe1-7f11a450edd4 used request id req-76fdfa19-0be0-4566-be0b-8a699a365ccd 2018-07-22 16:08:05,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:05,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-91decddb-412d-40d2-b542-45c1aafcd6aa Date: Sun, 22 Jul 2018 16:08:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "created_at": "2018-07-22T16:07:26Z", "updated_at": "2018-07-22T16:07:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:07:26Z", "revision_number": 0, "id": "0f894fb6-a116-4d98-bfd4-20593ecd555e", "remote_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "remote_ip_prefix": null, "created_at": "2018-07-22T16:07:26Z", "security_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f48c8fd008b4b6590396698ccba9557"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:07:26Z", "revision_number": 0, "id": "dcbf95dc-b2ee-472c-8f27-3a87af1fe760", "remote_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "remote_ip_prefix": null, "created_at": "2018-07-22T16:07:26Z", "security_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f48c8fd008b4b6590396698ccba9557"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:07:26Z", "revision_number": 0, "id": "ea961576-da63-49ae-a810-3a18b836770f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:07:26Z", "security_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f48c8fd008b4b6590396698ccba9557"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:07:26Z", "revision_number": 0, "id": "f79d1224-6358-458d-b29f-7e521282591e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:07:26Z", "security_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f48c8fd008b4b6590396698ccba9557"}], "revision_number": 4, "project_id": "1f48c8fd008b4b6590396698ccba9557", "id": "e5ebde5c-175a-404f-9497-998306051e88", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:08:05,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-91decddb-412d-40d2-b542-45c1aafcd6aa 2018-07-22 16:08:05,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:05,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c36bc9b-2faa-46b9-b5bb-da61719a201b 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:08:05,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-0c36bc9b-2faa-46b9-b5bb-da61719a201b 2018-07-22 16:08:05,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:05,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6183a86-d2dd-46bd-8a35-f843a44f3c84 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:08:05,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-d6183a86-d2dd-46bd-8a35-f843a44f3c84 2018-07-22 16:08:05,580 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:08:05,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:05,666 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f85b5629-04a3-459a-b45a-a213524ef4c9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:08:05,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-f85b5629-04a3-459a-b45a-a213524ef4c9 2018-07-22 16:08:05,666 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:08:05,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:05,750 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffd1abf8-2f6c-459e-b77f-0133afc7ca9d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:08:05,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-ffd1abf8-2f6c-459e-b77f-0133afc7ca9d 2018-07-22 16:08:05,751 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:08:05,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:05,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-706fd1eb-6684-4899-9dcc-bb3721a7454f 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:08:05,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-706fd1eb-6684-4899-9dcc-bb3721a7454f 2018-07-22 16:08:05,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:05,927 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10beaa50-25d2-43ea-bea1-59e20e528318 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:08:05,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-10beaa50-25d2-43ea-bea1-59e20e528318 2018-07-22 16:08:05,927 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:08:05,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:06,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b70867ce-eb3a-4387-b7a2-58b61ac18bb8 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1f48c8fd008b4b6590396698ccba9557", "name": "CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj"}} 2018-07-22 16:08:06,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-b70867ce-eb3a-4387-b7a2-58b61ac18bb8 2018-07-22 16:08:06,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5ebde5c-175a-404f-9497-998306051e88 2018-07-22 16:08:06,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5ebde5c-175a-404f-9497-998306051e88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:06,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c7d19f93-1ad1-4029-bcb6-232a952ab379 Date: Sun, 22 Jul 2018 16:08:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:07:26Z", "security_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "port_range_min": null, "revision_number": 0, "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "created_at": "2018-07-22T16:07:26Z", "project_id": "1f48c8fd008b4b6590396698ccba9557", "id": "0f894fb6-a116-4d98-bfd4-20593ecd555e"}, {"remote_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:07:26Z", "security_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "port_range_min": null, "revision_number": 0, "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "created_at": "2018-07-22T16:07:26Z", "project_id": "1f48c8fd008b4b6590396698ccba9557", "id": "dcbf95dc-b2ee-472c-8f27-3a87af1fe760"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:07:26Z", "security_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "port_range_min": null, "revision_number": 0, "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "created_at": "2018-07-22T16:07:26Z", "project_id": "1f48c8fd008b4b6590396698ccba9557", "id": "ea961576-da63-49ae-a810-3a18b836770f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:07:26Z", "security_group_id": "e5ebde5c-175a-404f-9497-998306051e88", "port_range_min": null, "revision_number": 0, "tenant_id": "1f48c8fd008b4b6590396698ccba9557", "created_at": "2018-07-22T16:07:26Z", "project_id": "1f48c8fd008b4b6590396698ccba9557", "id": "f79d1224-6358-458d-b29f-7e521282591e"}]} 2018-07-22 16:08:06,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5ebde5c-175a-404f-9497-998306051e88 used request id req-c7d19f93-1ad1-4029-bcb6-232a952ab379 2018-07-22 16:08:06,046 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:08:06,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e5ebde5c-175a-404f-9497-998306051e88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:06,217 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d342d49e-7fbe-4721-bea7-bd0733b08024 Content-Length: 0 Date: Sun, 22 Jul 2018 16:08:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:08:06,217 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e5ebde5c-175a-404f-9497-998306051e88 used request id req-d342d49e-7fbe-4721-bea7-bd0733b08024 2018-07-22 16:08:06,218 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj 2018-07-22 16:08:06,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:06,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:08:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ff1084-7f44-4e7e-b01e-a4bb33b28761 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:08:06,513 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1f48c8fd008b4b6590396698ccba9557 used request id req-82ff1084-7f44-4e7e-b01e-a4bb33b28761 2018-07-22 16:08:06,513 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-84cc0ea1-2f1e-439-proj-role 2018-07-22 16:08:06,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/2fdd261b9afc402694706105a3228cfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:06,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:08:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fedb966-bb3d-443d-a1bd-ad25313cd7a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:08:06,622 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2fdd261b9afc402694706105a3228cfd used request id req-8fedb966-bb3d-443d-a1bd-ad25313cd7a4 2018-07-22 16:08:06,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca1a0abe019a5a454ea848892b85a231b21b2a6" 2018-07-22 16:08:06,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89718e56-770c-453e-934c-5b4fb221398a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:08:06,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-89718e56-770c-453e-934c-5b4fb221398a 2018-07-22 16:08:06,703 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-84cc0ea1-2f1e-439-user 2018-07-22 16:08:06,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/47555b1a5f0f4f12ac211701823c41c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57906dbb366f36c838c49e1bee70421bcae16710" 2018-07-22 16:08:06,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:08:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab1c73a0-c5a9-412a-abd2-e93be1f94de4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:08:06,872 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/47555b1a5f0f4f12ac211701823c41c5 used request id req-ab1c73a0-c5a9-412a-abd2-e93be1f94de4 2018-07-22 16:08:06,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:07,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:08:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["zBUixPx8S_ewbbvwcBZ-TQ"], "issued_at": "2018-07-22T16:08:07.000000Z"}} 2018-07-22 16:08:07,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e77b8b581ac7fd96c32ffb9bfef8816c76d3a2ea" 2018-07-22 16:08:07,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbe2da93-a559-438b-896f-c90cb48bb287 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:07,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dbe2da93-a559-438b-896f-c90cb48bb287 2018-07-22 16:08:07,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:07,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:07,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:08:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["xhyCdwL9Rw6EoK9h-8ZQ2g"], "issued_at": "2018-07-22T16:08:07.000000Z"}} 2018-07-22 16:08:07,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:07,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd39fce4-b4b6-40c4-ab2d-07b1d1f06d32 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:07,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fd39fce4-b4b6-40c4-ab2d-07b1d1f06d32 2018-07-22 16:08:07,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:08:07,798 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:08: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:08:07,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-53119539-cf70-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:07,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48fb7201-7aa5-47be-b799-252d14a655ea Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-53119539-cf70-474-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:08:07,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-53119539-cf70-474-proj used request id req-48fb7201-7aa5-47be-b799-252d14a655ea 2018-07-22 16:08:07,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:07,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41d0340e-93e6-4a56-8599-658a7a690d61 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:08:07,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-41d0340e-93e6-4a56-8599-658a7a690d61 2018-07-22 16:08:07,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}}' 2018-07-22 16:08:08,106 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92abbcf3-46a6-4890-9776-bc9c8d707f54 Content-Length: 322 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "id": "0a17af26cab24a0db2dcb3d3993976a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:08,106 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-92abbcf3-46a6-4890-9776-bc9c8d707f54 2018-07-22 16:08:08,106 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-53119539-cf70-474-proj 2018-07-22 16:08:08,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:08,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:08,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:08:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["HcwuCkclQYuG54w7qRyR6g"], "issued_at": "2018-07-22T16:08:08.000000Z"}} 2018-07-22 16:08:08,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f205c1eb690b466b3f23b6c61bb40c8d92c1cf7" 2018-07-22 16:08:08,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5023e6d6-2d17-4f7f-bccf-d1ff141dc71e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:08,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5023e6d6-2d17-4f7f-bccf-d1ff141dc71e 2018-07-22 16:08:08,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:08:08,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:08: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:08:08,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f205c1eb690b466b3f23b6c61bb40c8d92c1cf7" 2018-07-22 16:08:08,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-854a4fe2-a913-464e-846e-eb95a4cc15b4 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:08:08,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-854a4fe2-a913-464e-846e-eb95a4cc15b4 2018-07-22 16:08:08,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-53119539-cf70-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f205c1eb690b466b3f23b6c61bb40c8d92c1cf7" 2018-07-22 16:08:08,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ef24d4-0372-457b-b7a9-380df1c819cd Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-53119539-cf70-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "id": "0a17af26cab24a0db2dcb3d3993976a2", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}]} 2018-07-22 16:08:08,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-53119539-cf70-474-proj used request id req-51ef24d4-0372-457b-b7a9-380df1c819cd 2018-07-22 16:08:08,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f205c1eb690b466b3f23b6c61bb40c8d92c1cf7" 2018-07-22 16:08:08,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e8ef02-d364-419b-aace-3f6b64fb4f82 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:08:08,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-62e8ef02-d364-419b-aace-3f6b64fb4f82 2018-07-22 16:08:09,183 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-53119539-cf70-474-user 2018-07-22 16:08:09,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:09,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:09,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302547a6-ba90-4aaa-b814-8e761e38b2cd Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:08:09,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-302547a6-ba90-4aaa-b814-8e761e38b2cd 2018-07-22 16:08:09,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" -d '{"role": {"name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}}' 2018-07-22 16:08:09,417 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4603f2a6-3846-4681-ab2f-bf485d37e197 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "034645437e7a42f1ad67184c4eb02e72", "links": {"self": "http://172.30.9.28:5000/v3/roles/034645437e7a42f1ad67184c4eb02e72"}, "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}} 2018-07-22 16:08:09,418 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4603f2a6-3846-4681-ab2f-bf485d37e197 2018-07-22 16:08:09,418 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-53119539-cf70-474-proj-role 2018-07-22 16:08:09,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/034645437e7a42f1ad67184c4eb02e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:09,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd859639-1174-40b1-8f3a-840a1bafa9f9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "034645437e7a42f1ad67184c4eb02e72", "links": {"self": "http://172.30.9.28:5000/v3/roles/034645437e7a42f1ad67184c4eb02e72"}, "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}} 2018-07-22 16:08:09,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/034645437e7a42f1ad67184c4eb02e72 used request id req-cd859639-1174-40b1-8f3a-840a1bafa9f9 2018-07-22 16:08:09,505 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-53119539-cf70-474-proj-role to project CreateInstanceVolumeTests-53119539-cf70-474-proj 2018-07-22 16:08:09,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2/users/0aaa7390cdf741a3ad53e7d6a6b336fb/roles/034645437e7a42f1ad67184c4eb02e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:09,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d564d040-e348-4c81-b6c5-a6e08b1432d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:08:09,629 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2/users/0aaa7390cdf741a3ad53e7d6a6b336fb/roles/034645437e7a42f1ad67184c4eb02e72 used request id req-d564d040-e348-4c81-b6c5-a6e08b1432d1 2018-07-22 16:08:09,630 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:08:09,631 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:08:09,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:09,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:10,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "034645437e7a42f1ad67184c4eb02e72", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}], "expires_at": "2018-07-22T17:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-53119539-cf70-474-user", "id": "0aaa7390cdf741a3ad53e7d6a6b336fb"}, "audit_ids": ["OkXAibpZR4K6flGwjKCfuw"], "issued_at": "2018-07-22T16:08:10.000000Z"}} 2018-07-22 16:08:10,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" 2018-07-22 16:08:10,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2269549-99b9-4254-939a-6742a2ad3198 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:10,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a2269549-99b9-4254-939a-6742a2ad3198 2018-07-22 16:08:10,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" 2018-07-22 16:08:10,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-3b4e3f7f-306f-4cde-af6a-3fb0bd9b288f Date: Sun, 22 Jul 2018 16:08:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image"} 2018-07-22 16:08:10,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image used request id req-3b4e3f7f-306f-4cde-af6a-3fb0bd9b288f 2018-07-22 16:08:10,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" 2018-07-22 16:08:10,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-1a4a386f-3c9a-49f6-9cba-3850a12dad04 Date: Sun, 22 Jul 2018 16:08: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-07-22 16:08:10,284 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1a4a386f-3c9a-49f6-9cba-3850a12dad04 2018-07-22 16:08:10,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image"}' 2018-07-22 16:08:10,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7c4771da-754c-4524-a0e2-0d33c333731a Date: Sun, 22 Jul 2018 16:08:10 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:08:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:08:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "min_disk": 0, "protected": false, "id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "file": "/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3/file", "checksum": null, "owner": "0a17af26cab24a0db2dcb3d3993976a2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:08:10,350 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7c4771da-754c-4524-a0e2-0d33c333731a 2018-07-22 16:08:10,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" -d '' 2018-07-22 16:08:11,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c59164e-cd71-458f-8eed-29277774cd98 Date: Sun, 22 Jul 2018 16:08:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:08:11,123 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3/file used request id req-5c59164e-cd71-458f-8eed-29277774cd98 2018-07-22 16:08:11,123 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:08:11,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" 2018-07-22 16:08:11,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-8bc0bee1-c780-45fa-aa91-50064ad1d22b Date: Sun, 22 Jul 2018 16:08:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:08:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:08:11Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6fd19cae-49d4-44f2-b481-9b51340633a3/snap", "metadata": {}}], "self": "/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "min_disk": 0, "protected": false, "id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "file": "/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a17af26cab24a0db2dcb3d3993976a2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6fd19cae-49d4-44f2-b481-9b51340633a3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:08:11,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3 used request id req-8bc0bee1-c780-45fa-aa91-50064ad1d22b 2018-07-22 16:08:11,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" 2018-07-22 16:08:11,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3964a855-394c-4fc6-afb6-6d9c735dc41a Date: Sun, 22 Jul 2018 16:08:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:08:11,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3964a855-394c-4fc6-afb6-6d9c735dc41a 2018-07-22 16:08:11,156 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image 2018-07-22 16:08:11,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" 2018-07-22 16:08:11,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-c836981d-37e7-4b77-bd1f-9365af9049a8 Date: Sun, 22 Jul 2018 16:08:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:08:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:08:11Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6fd19cae-49d4-44f2-b481-9b51340633a3/snap", "metadata": {}}], "self": "/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "min_disk": 0, "protected": false, "id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "file": "/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a17af26cab24a0db2dcb3d3993976a2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6fd19cae-49d4-44f2-b481-9b51340633a3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:08:11,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3 used request id req-c836981d-37e7-4b77-bd1f-9365af9049a8 2018-07-22 16:08:11,177 - create_image - DEBUG - Instance status is - active 2018-07-22 16:08:11,177 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image 2018-07-22 16:08:11,177 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image 2018-07-22 16:08:11,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:11,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:11,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:08:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fqSq3nl5SQ2Qd5xaHoBzrw"], "issued_at": "2018-07-22T16:08:11.000000Z"}} 2018-07-22 16:08:11,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9435833dcd78db646bfaae945cc4e4d5afd5accf" 2018-07-22 16:08:11,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f138bbd3-7cc9-4283-a7db-f084315b5f1d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:11,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f138bbd3-7cc9-4283-a7db-f084315b5f1d 2018-07-22 16:08:11,642 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:08:11,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9435833dcd78db646bfaae945cc4e4d5afd5accf" 2018-07-22 16:08:11,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3bc1f3a-8a09-4f48-ba92-e8b56988b0e2 x-compute-request-id: req-f3bc1f3a-8a09-4f48-ba92-e8b56988b0e2 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:08:11,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f3bc1f3a-8a09-4f48-ba92-e8b56988b0e2 2018-07-22 16:08:11,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9435833dcd78db646bfaae945cc4e4d5afd5accf" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-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-07-22 16:08:11,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-525d34d2-8a07-4734-b6d8-628cf4bb4577 x-compute-request-id: req-525d34d2-8a07-4734-b6d8-628cf4bb4577 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "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": "89cf6405-986c-4abe-8a1b-faa3518a6aa8"}} 2018-07-22 16:08:11,884 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-525d34d2-8a07-4734-b6d8-628cf4bb4577 2018-07-22 16:08:11,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:11,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:12,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "034645437e7a42f1ad67184c4eb02e72", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}], "expires_at": "2018-07-22T17:08:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-53119539-cf70-474-user", "id": "0aaa7390cdf741a3ad53e7d6a6b336fb"}, "audit_ids": ["yruSy2hgSCqB7rwKFBKYxA"], "issued_at": "2018-07-22T16:08:12.000000Z"}} 2018-07-22 16:08:12,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" 2018-07-22 16:08:12,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f793c8c1-fc94-4b52-a8bd-cfef7d1a121f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:12,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f793c8c1-fc94-4b52-a8bd-cfef7d1a121f 2018-07-22 16:08:12,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" 2018-07-22 16:08:12,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f188667f-c1f5-408a-8aff-0956bb91261c Date: Sun, 22 Jul 2018 16:08:12 GMT RESP BODY: {"networks":[]} 2018-07-22 16:08:12,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-f188667f-c1f5-408a-8aff-0956bb91261c 2018-07-22 16:08:12,505 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net 2018-07-22 16:08:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" -d '{"network": {"name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net", "admin_state_up": true}}' 2018-07-22 16:08:13,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-191e0fe8-3f84-46e8-a0a8-147af535f6aa Date: Sun, 22 Jul 2018 16:08:13 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:08:12Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}} 2018-07-22 16:08:13,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-191e0fe8-3f84-46e8-a0a8-147af535f6aa 2018-07-22 16:08:13,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" 2018-07-22 16:08:13,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-6ddf64ed-e416-4443-9900-8d3162257aec Date: Sun, 22 Jul 2018 16:08:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T16:08:12Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:13,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-6ddf64ed-e416-4443-9900-8d3162257aec 2018-07-22 16:08:13,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" 2018-07-22 16:08:13,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a2be08cc-4bfa-49a4-8012-7c588d44cb7d Date: Sun, 22 Jul 2018 16:08:13 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:08:13,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-a2be08cc-4bfa-49a4-8012-7c588d44cb7d 2018-07-22 16:08:13,385 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet 2018-07-22 16:08:13,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" -d '{"subnets": [{"ip_version": 4, "network_id": "bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]}' 2018-07-22 16:08:13,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2f0198fa-9d58-4f64-b1ee-8b7b3676859f Date: Sun, 22 Jul 2018 16:08:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:13,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-2f0198fa-9d58-4f64-b1ee-8b7b3676859f 2018-07-22 16:08:13,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" 2018-07-22 16:08:14,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-703d8bc3-3d7e-4753-ba3a-7fb355810c86 Date: Sun, 22 Jul 2018 16:08: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":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:14,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-703d8bc3-3d7e-4753-ba3a-7fb355810c86 2018-07-22 16:08:14,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" 2018-07-22 16:08:14,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-99760ee1-2d33-4ae1-9f20-dc512aa805d2 Date: Sun, 22 Jul 2018 16:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:14,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-99760ee1-2d33-4ae1-9f20-dc512aa805d2 2018-07-22 16:08:14,088 - OpenStackNetwork - DEBUG - Network [bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0] created successfully 2018-07-22 16:08:14,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:14,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:14,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "034645437e7a42f1ad67184c4eb02e72", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}], "expires_at": "2018-07-22T17:08:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-53119539-cf70-474-user", "id": "0aaa7390cdf741a3ad53e7d6a6b336fb"}, "audit_ids": ["57oCu8hsSYe4sD-OtjHE4w"], "issued_at": "2018-07-22T16:08:14.000000Z"}} 2018-07-22 16:08:14,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" 2018-07-22 16:08:14,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d529a80-450f-452f-85df-34195742e1ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:14,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9d529a80-450f-452f-85df-34195742e1ac 2018-07-22 16:08:14,555 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" 2018-07-22 16:08:14,776 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:14 GMT Server: Apache x-compute-request-id: req-70c97ac6-3dec-4696-a85f-e492c52dd402 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-70c97ac6-3dec-4696-a85f-e492c52dd402 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-22 16:08:14,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/detail used request id req-70c97ac6-3dec-4696-a85f-e492c52dd402 2018-07-22 16:08:14,779 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-70c97ac6-3dec-4696-a85f-e492c52dd402" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-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-07-22 16:08:15,335 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08:14 GMT Server: Apache x-compute-request-id: req-33a52701-9ba9-4865-811f-19b1aa40dda2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-33a52701-9ba9-4865-811f-19b1aa40dda2 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}} 2018-07-22 16:08:15,335 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes used request id req-33a52701-9ba9-4865-811f-19b1aa40dda2 2018-07-22 16:08:15,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-70c97ac6-3dec-4696-a85f-e492c52dd402" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" 2018-07-22 16:08:15,558 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:15 GMT Server: Apache x-compute-request-id: req-91cbbe58-0584-419f-807e-bcd1f2a9aac0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91cbbe58-0584-419f-807e-bcd1f2a9aac0 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}} 2018-07-22 16:08:15,558 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 used request id req-91cbbe58-0584-419f-807e-bcd1f2a9aac0 2018-07-22 16:08:15,558 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1 2018-07-22 16:08:15,561 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-70c97ac6-3dec-4696-a85f-e492c52dd402" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" 2018-07-22 16:08:15,809 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:15 GMT Server: Apache x-compute-request-id: req-e7789ba9-fae5-496b-bcfe-6a80f50fd5e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7789ba9-fae5-496b-bcfe-6a80f50fd5e4 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}} 2018-07-22 16:08:15,809 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 used request id req-e7789ba9-fae5-496b-bcfe-6a80f50fd5e4 2018-07-22 16:08:15,809 - create_volume - DEBUG - Instance status is - available 2018-07-22 16:08:15,809 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1 2018-07-22 16:08:15,809 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1 2018-07-22 16:08:15,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:15,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:16,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "034645437e7a42f1ad67184c4eb02e72", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}], "expires_at": "2018-07-22T17:08:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-53119539-cf70-474-user", "id": "0aaa7390cdf741a3ad53e7d6a6b336fb"}, "audit_ids": ["X7OfmI1KS6eOYuFRYeHcZA"], "issued_at": "2018-07-22T16:08:16.000000Z"}} 2018-07-22 16:08:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" 2018-07-22 16:08:16,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0827322f-2e8f-4732-95b0-987097a46942 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:16,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0827322f-2e8f-4732-95b0-987097a46942 2018-07-22 16:08:16,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" 2018-07-22 16:08:16,490 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:16 GMT Server: Apache x-compute-request-id: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}]} 2018-07-22 16:08:16,491 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/detail used request id req-9562fd65-7cba-4055-98c8-03bcaa6fa34d 2018-07-22 16:08:16,494 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" -d '{"volume": {"status": "creating", "backup_id": null, "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-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-07-22 16:08:16,827 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08:16 GMT Server: Apache x-compute-request-id: req-7107739e-53b0-4cc8-b45b-5518bdb383ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7107739e-53b0-4cc8-b45b-5518bdb383ee Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:16.000000", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "size": 1}} 2018-07-22 16:08:16,827 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes used request id req-7107739e-53b0-4cc8-b45b-5518bdb383ee 2018-07-22 16:08:16,831 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" 2018-07-22 16:08:17,065 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:16 GMT Server: Apache x-compute-request-id: req-6e75c011-88c4-458d-ad97-527c786473d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e75c011-88c4-458d-ad97-527c786473d9 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:17.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "size": 1}} 2018-07-22 16:08:17,065 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 used request id req-6e75c011-88c4-458d-ad97-527c786473d9 2018-07-22 16:08:17,066 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2 2018-07-22 16:08:17,068 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" 2018-07-22 16:08:17,126 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:17 GMT Server: Apache x-compute-request-id: req-b63bcd47-8776-4a16-95b6-c6c19371b079 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b63bcd47-8776-4a16-95b6-c6c19371b079 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:17.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "size": 1}} 2018-07-22 16:08:17,127 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 used request id req-b63bcd47-8776-4a16-95b6-c6c19371b079 2018-07-22 16:08:17,127 - create_volume - DEBUG - Instance status is - available 2018-07-22 16:08:17,127 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2 2018-07-22 16:08:17,127 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2 2018-07-22 16:08:17,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:17,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:17,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "034645437e7a42f1ad67184c4eb02e72", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}], "expires_at": "2018-07-22T17:08:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-53119539-cf70-474-user", "id": "0aaa7390cdf741a3ad53e7d6a6b336fb"}, "audit_ids": ["hk0VUiscSXKyJpkCZS9F2Q"], "issued_at": "2018-07-22T16:08:17.000000Z"}} 2018-07-22 16:08:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:17,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-961586b7-0e55-4836-a47e-fa3dfbafd7d1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:17,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-961586b7-0e55-4836-a47e-fa3dfbafd7d1 2018-07-22 16:08:17,587 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:08:17,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:17,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45a5683f-4394-45fe-99e6-1c28726cb2a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:17,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-45a5683f-4394-45fe-99e6-1c28726cb2a0 2018-07-22 16:08:17,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:17,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4c1e9d18-c430-49c9-affb-6577d1dc0345 Date: Sun, 22 Jul 2018 16:08: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":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:17,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-4c1e9d18-c430-49c9-affb-6577d1dc0345 2018-07-22 16:08:17,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:08:17,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:08: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:08:17,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:17,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d16d0d4-f546-48a4-966a-4a53460b07e5 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:17,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-2d16d0d4-f546-48a4-966a-4a53460b07e5 2018-07-22 16:08:17,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:18,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3f3f1771-4853-441b-a0f5-b74c659b2080 Date: Sun, 22 Jul 2018 16:08:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:18,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-3f3f1771-4853-441b-a0f5-b74c659b2080 2018-07-22 16:08:18,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:18,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d09237be-77ae-4ad9-b649-1826ff489e91 Date: Sun, 22 Jul 2018 16:08:18 GMT RESP BODY: {"ports":[]} 2018-07-22 16:08:18,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port&admin_state_up=True used request id req-d09237be-77ae-4ad9-b649-1826ff489e91 2018-07-22 16:08:18,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:18,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afc80c7e-bc39-4351-8cab-9fc3b46d775d x-compute-request-id: req-afc80c7e-bc39-4351-8cab-9fc3b46d775d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:08:18,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst used request id req-afc80c7e-bc39-4351-8cab-9fc3b46d775d 2018-07-22 16:08:18,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:18,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9e1af646-ad7c-44da-b343-897b4fb17291 Date: Sun, 22 Jul 2018 16:08: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":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:18,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-9e1af646-ad7c-44da-b343-897b4fb17291 2018-07-22 16:08:18,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:18,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ffd802-fa65-44fd-9aac-6f5bbf09b144 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:18,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-12ffd802-fa65-44fd-9aac-6f5bbf09b144 2018-07-22 16:08:18,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:18,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-efa0bf85-2e8d-4fdb-8d86-e26feea9ecd4 Date: Sun, 22 Jul 2018 16:08:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:18,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-efa0bf85-2e8d-4fdb-8d86-e26feea9ecd4 2018-07-22 16:08:18,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:18,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4534638e-c268-434d-a937-c897fc8b2f74 Date: Sun, 22 Jul 2018 16:08:18 GMT RESP BODY: {"ports":[]} 2018-07-22 16:08:18,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port&admin_state_up=True used request id req-4534638e-c268-434d-a937-c897fc8b2f74 2018-07-22 16:08:18,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:08:18,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:18,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "034645437e7a42f1ad67184c4eb02e72", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}], "expires_at": "2018-07-22T17:08:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-53119539-cf70-474-user", "id": "0aaa7390cdf741a3ad53e7d6a6b336fb"}, "audit_ids": ["xEQ4fn4bQjOhs7HYc2kemg"], "issued_at": "2018-07-22T16:08:18.000000Z"}} 2018-07-22 16:08:18,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df149b66403ac0821ddfeeb7f2ab1e2f9de475b" 2018-07-22 16:08:19,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa759b0-4967-4552-9b58-9263f07fd3eb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:08:19,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-eaa759b0-4967-4552-9b58-9263f07fd3eb 2018-07-22 16:08:19,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:19,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-dc25d71e-9fd7-43bd-9418-b1ebedee63fb Date: Sun, 22 Jul 2018 16:08: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":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:19,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-dc25d71e-9fd7-43bd-9418-b1ebedee63fb 2018-07-22 16:08:19,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:19,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bb1750f8-16de-4641-a0b4-14b23397cba7 Date: Sun, 22 Jul 2018 16:08:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:19,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-bb1750f8-16de-4641-a0b4-14b23397cba7 2018-07-22 16:08:19,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:19,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-1c2c6b7f-880d-4eab-b8db-63675ed58881 Date: Sun, 22 Jul 2018 16:08: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":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:19,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-1c2c6b7f-880d-4eab-b8db-63675ed58881 2018-07-22 16:08:19,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:08:19,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:08: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:08:19,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0df149b66403ac0821ddfeeb7f2ab1e2f9de475b" 2018-07-22 16:08:19,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8aad5e5-24c1-46ba-aa2c-88d23242cf17 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:19,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-f8aad5e5-24c1-46ba-aa2c-88d23242cf17 2018-07-22 16:08:19,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:19,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f736536f-e023-4b22-a30f-88001f8e49cb Date: Sun, 22 Jul 2018 16:08:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:19,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-f736536f-e023-4b22-a30f-88001f8e49cb 2018-07-22 16:08:19,421 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net 2018-07-22 16:08:19,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" -d '{"port": {"network_id": "bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0", "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port", "admin_state_up": true}}' 2018-07-22 16:08:20,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 759 X-Openstack-Request-Id: req-a0a3ff48-7b14-4089-a13d-386634bfbbbc Date: Sun, 22 Jul 2018 16:08:20 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:08:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:08:19Z","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:8b:39:b5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.5"}],"id":"5f43d3e3-7582-4fd7-b7cd-af7becc567f5","security_groups":["76f37f65-c347-4fa6-9e0a-f467c96d306e"],"device_id":""}} 2018-07-22 16:08:20,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-a0a3ff48-7b14-4089-a13d-386634bfbbbc 2018-07-22 16:08:20,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:20,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-d030b133-2a63-4826-b83a-5e17b15ddd3c Date: Sun, 22 Jul 2018 16:08:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:20,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-d030b133-2a63-4826-b83a-5e17b15ddd3c 2018-07-22 16:08:20,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:20,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25db0ecb-7c4d-4613-854c-28755d05e57f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:20,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-25db0ecb-7c4d-4613-854c-28755d05e57f 2018-07-22 16:08:20,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:20,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-12093684-b0d1-44d1-aa6f-c4d8223102d8 Date: Sun, 22 Jul 2018 16:08:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:20,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-12093684-b0d1-44d1-aa6f-c4d8223102d8 2018-07-22 16:08:20,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:20,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 762 X-Openstack-Request-Id: req-d8148643-b3d3-4d14-976f-70e1740f7dfc Date: Sun, 22 Jul 2018 16:08:20 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:19Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:8b:39:b5","id":"5f43d3e3-7582-4fd7-b7cd-af7becc567f5","port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["76f37f65-c347-4fa6-9e0a-f467c96d306e"],"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port"}]} 2018-07-22 16:08:20,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port&admin_state_up=True used request id req-d8148643-b3d3-4d14-976f-70e1740f7dfc 2018-07-22 16:08:20,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:20,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-602ad63e-0112-41a5-b22d-24e2dfcffabe Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:20,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-602ad63e-0112-41a5-b22d-24e2dfcffabe 2018-07-22 16:08:20,853 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst 2018-07-22 16:08:20,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:20,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b085b42a-b4c3-4c0b-bcef-b3827b5d97c1 x-compute-request-id: req-b085b42a-b4c3-4c0b-bcef-b3827b5d97c1 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-flavor-name"}]} 2018-07-22 16:08:20,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b085b42a-b4c3-4c0b-bcef-b3827b5d97c1 2018-07-22 16:08:20,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:20,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1372ea40-bffe-4765-99fb-3b837b3a5506 x-compute-request-id: req-1372ea40-bffe-4765-99fb-3b837b3a5506 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "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": "89cf6405-986c-4abe-8a1b-faa3518a6aa8"}} 2018-07-22 16:08:20,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8 used request id req-1372ea40-bffe-4765-99fb-3b837b3a5506 2018-07-22 16:08:20,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:21,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-975e10ac-a964-4cd7-aaf2-d95aa71976cc Date: Sun, 22 Jul 2018 16:08:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:08:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:08:11Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6fd19cae-49d4-44f2-b481-9b51340633a3/snap", "metadata": {}}], "self": "/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "min_disk": 0, "protected": false, "id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "file": "/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0a17af26cab24a0db2dcb3d3993976a2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6fd19cae-49d4-44f2-b481-9b51340633a3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image"} 2018-07-22 16:08:21,088 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image used request id req-975e10ac-a964-4cd7-aaf2-d95aa71976cc 2018-07-22 16:08:21,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:21,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-c0262b5c-f887-48db-bbc6-f8fab017b829 Date: Sun, 22 Jul 2018 16:08: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-07-22 16:08:21,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c0262b5c-f887-48db-bbc6-f8fab017b829 2018-07-22 16:08:21,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" -d '{"server": {"name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "imageRef": "6fd19cae-49d4-44f2-b481-9b51340633a3", "flavorRef": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "max_count": 1, "min_count": 1, "networks": [{"port": "5f43d3e3-7582-4fd7-b7cd-af7becc567f5"}]}}' 2018-07-22 16:08:21,799 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08: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-d54e788e-43d9-4256-a3f4-5b4cded2d153 x-compute-request-id: req-d54e788e-43d9-4256-a3f4-5b4cded2d153 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "adminPass": "Bemm9U9g4DA4"}} 2018-07-22 16:08:21,799 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-d54e788e-43d9-4256-a3f4-5b4cded2d153 2018-07-22 16:08:21,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:22,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08: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-a3928c97-1796-4c32-ac21-4a30dd6bd189 x-compute-request-id: req-a3928c97-1796-4c32-ac21-4a30dd6bd189 Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "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-07-22T16:08:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:22,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-a3928c97-1796-4c32-ac21-4a30dd6bd189 2018-07-22 16:08:22,381 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst 2018-07-22 16:08:22,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:22,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ed4ecdb-8f51-4511-aaa9-e24ac2c893e8 x-compute-request-id: req-1ed4ecdb-8f51-4511-aaa9-e24ac2c893e8 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:08:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:22,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-1ed4ecdb-8f51-4511-aaa9-e24ac2c893e8 2018-07-22 16:08:22,642 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst] is - BUILD 2018-07-22 16:08:22,642 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:08:25,646 - create_instance - DEBUG - VM status query timeout in 896.735236883 2018-07-22 16:08:25,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:26,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc1baecf-c467-46cb-b8ab-3729af7c7a05 x-compute-request-id: req-cc1baecf-c467-46cb-b8ab-3729af7c7a05 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:08:22Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:26,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-cc1baecf-c467-46cb-b8ab-3729af7c7a05 2018-07-22 16:08:26,241 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst] is - BUILD 2018-07-22 16:08:26,241 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:08:29,244 - create_instance - DEBUG - VM status query timeout in 893.136847019 2018-07-22 16:08:29,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:29,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08: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-b63b7f2b-3361-4db9-80d1-d2fbafaafde0 x-compute-request-id: req-b63b7f2b-3361-4db9-80d1-d2fbafaafde0 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:29,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-b63b7f2b-3361-4db9-80d1-d2fbafaafde0 2018-07-22 16:08:29,603 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst] is - ACTIVE 2018-07-22 16:08:29,603 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:08:29,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:29,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08: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-969ee74b-d4b6-47ad-860b-a074c70e0401 x-compute-request-id: req-969ee74b-d4b6-47ad-860b-a074c70e0401 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:29,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-969ee74b-d4b6-47ad-860b-a074c70e0401 2018-07-22 16:08:29,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:29,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-68c86f02-7167-40a1-a4e1-0245d1e0a4af Date: Sun, 22 Jul 2018 16:08:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:29,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-68c86f02-7167-40a1-a4e1-0245d1e0a4af 2018-07-22 16:08:29,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b2b8d4-43f3-418f-89b5-d8085d2d0530 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:30,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-73b2b8d4-43f3-418f-89b5-d8085d2d0530 2018-07-22 16:08:30,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f5be2115-8477-4c29-b336-0cd3ddaaa94a Date: Sun, 22 Jul 2018 16:08:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:30,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-f5be2115-8477-4c29-b336-0cd3ddaaa94a 2018-07-22 16:08:30,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-8f088403-202d-44d5-a1cc-4071a51c9798 Date: Sun, 22 Jul 2018 16:08:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:26Z","binding:vnic_type":"normal","device_id":"e7335bd6-ae50-434a-887f-ea1ac087a6c8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8b:39:b5","id":"5f43d3e3-7582-4fd7-b7cd-af7becc567f5","port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["76f37f65-c347-4fa6-9e0a-f467c96d306e"],"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:14Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:1d:45","id":"f41396fe-0498-4f14-aa44-bd7327323abb","port_security_enabled":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:08:30,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-8f088403-202d-44d5-a1cc-4071a51c9798 2018-07-22 16:08:30,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,395 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:30 GMT Server: Apache x-compute-request-id: req-820da68d-e9da-402c-b5e7-6b1dc7fb66c9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-820da68d-e9da-402c-b5e7-6b1dc7fb66c9 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:17.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "size": 1}, {"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}]} 2018-07-22 16:08:30,395 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/detail used request id req-820da68d-e9da-402c-b5e7-6b1dc7fb66c9 2018-07-22 16:08:30,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86ef30e0-2c73-44c6-bbe2-c6cc1e27d7dc Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:30,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-86ef30e0-2c73-44c6-bbe2-c6cc1e27d7dc 2018-07-22 16:08:30,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67dca8d9-23dd-42d6-9f4c-8f9e192e7d0a x-compute-request-id: req-67dca8d9-23dd-42d6-9f4c-8f9e192e7d0a Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:30,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-67dca8d9-23dd-42d6-9f4c-8f9e192e7d0a 2018-07-22 16:08:30,582 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst] is - ACTIVE 2018-07-22 16:08:30,582 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:08:30,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df47f4b6-1762-4da0-8bb3-adb5f3eb186e x-compute-request-id: req-df47f4b6-1762-4da0-8bb3-adb5f3eb186e Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:30,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-df47f4b6-1762-4da0-8bb3-adb5f3eb186e 2018-07-22 16:08:30,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f2df40e5-9e60-4ae6-9b0a-f01ef5d7d244 Date: Sun, 22 Jul 2018 16:08: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":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:30,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-f2df40e5-9e60-4ae6-9b0a-f01ef5d7d244 2018-07-22 16:08:30,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:30,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a32f2e67-aeab-4c77-86bd-00429a50ef95 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:30,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-a32f2e67-aeab-4c77-86bd-00429a50ef95 2018-07-22 16:08:30,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:31,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-20e07d81-fc8c-4858-922c-ac235375eb5e Date: Sun, 22 Jul 2018 16:08:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:31,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-20e07d81-fc8c-4858-922c-ac235375eb5e 2018-07-22 16:08:31,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:31,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-c5264ea7-2c19-4508-ad31-15b01eab36dc Date: Sun, 22 Jul 2018 16:08:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:26Z","binding:vnic_type":"normal","device_id":"e7335bd6-ae50-434a-887f-ea1ac087a6c8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8b:39:b5","id":"5f43d3e3-7582-4fd7-b7cd-af7becc567f5","port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["76f37f65-c347-4fa6-9e0a-f467c96d306e"],"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:14Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:1d:45","id":"f41396fe-0498-4f14-aa44-bd7327323abb","port_security_enabled":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:08:31,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-c5264ea7-2c19-4508-ad31-15b01eab36dc 2018-07-22 16:08:31,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" -d '{"volumeAttachment": {"volumeId": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}}' 2018-07-22 16:08:32,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88c76142-0c44-43ee-ac39-1f030afa2cce x-compute-request-id: req-88c76142-0c44-43ee-ac39-1f030afa2cce Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "volumeId": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}} 2018-07-22 16:08:32,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8/os-volume_attachments used request id req-88c76142-0c44-43ee-ac39-1f030afa2cce 2018-07-22 16:08:32,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:32,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03504f11-e20d-41bf-8823-89c8b77fa6bd x-compute-request-id: req-03504f11-e20d-41bf-8823-89c8b77fa6bd Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [{"id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}], "metadata": {}}} 2018-07-22 16:08:32,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-03504f11-e20d-41bf-8823-89c8b77fa6bd 2018-07-22 16:08:32,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:32,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4bc0cf9d-b8c2-464a-bd05-e33452b85566 Date: Sun, 22 Jul 2018 16:08:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:32,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-4bc0cf9d-b8c2-464a-bd05-e33452b85566 2018-07-22 16:08:32,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:32,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5bb3f8-464a-43a0-a9c8-a179b0d0f93e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:32,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-de5bb3f8-464a-43a0-a9c8-a179b0d0f93e 2018-07-22 16:08:32,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:32,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ba83ee79-22f7-40a0-bc1b-ef7129795f11 Date: Sun, 22 Jul 2018 16:08:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:32,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-ba83ee79-22f7-40a0-bc1b-ef7129795f11 2018-07-22 16:08:32,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:32,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-3c567ec4-e531-43ef-90e3-0e6178aec821 Date: Sun, 22 Jul 2018 16:08:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:26Z","binding:vnic_type":"normal","device_id":"e7335bd6-ae50-434a-887f-ea1ac087a6c8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8b:39:b5","id":"5f43d3e3-7582-4fd7-b7cd-af7becc567f5","port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["76f37f65-c347-4fa6-9e0a-f467c96d306e"],"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:14Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:1d:45","id":"f41396fe-0498-4f14-aa44-bd7327323abb","port_security_enabled":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:08:32,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-3c567ec4-e531-43ef-90e3-0e6178aec821 2018-07-22 16:08:32,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-820da68d-e9da-402c-b5e7-6b1dc7fb66c9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:32,673 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:32 GMT Server: Apache x-compute-request-id: req-d545dae6-a678-4dbe-aa49-19810e8b4df2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d545dae6-a678-4dbe-aa49-19810e8b4df2 Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:17.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "size": 1}, {"status": "reserved", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}]} 2018-07-22 16:08:32,673 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/detail used request id req-d545dae6-a678-4dbe-aa49-19810e8b4df2 2018-07-22 16:08:32,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:32,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b6b81dc-3539-416b-8a32-e9c13a1a1696 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:32,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-1b6b81dc-3539-416b-8a32-e9c13a1a1696 2018-07-22 16:08:32,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:32,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df9e7380-d8ca-4ef9-bb9b-6c578634961f x-compute-request-id: req-df9e7380-d8ca-4ef9-bb9b-6c578634961f Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [{"id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}], "metadata": {}}} 2018-07-22 16:08:32,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-df9e7380-d8ca-4ef9-bb9b-6c578634961f 2018-07-22 16:08:32,937 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst] is - ACTIVE 2018-07-22 16:08:32,938 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:08:32,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:33,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f8ec6cd-af3b-47e1-80d5-e77238b77fbc x-compute-request-id: req-0f8ec6cd-af3b-47e1-80d5-e77238b77fbc Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [{"id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}], "metadata": {}}} 2018-07-22 16:08:33,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-0f8ec6cd-af3b-47e1-80d5-e77238b77fbc 2018-07-22 16:08:33,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:33,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-44e5f04f-9e8d-4ded-b8ba-c842dac87963 Date: Sun, 22 Jul 2018 16:08:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:33,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-44e5f04f-9e8d-4ded-b8ba-c842dac87963 2018-07-22 16:08:33,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:33,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c83cab5-adec-41ba-a658-2dd822100705 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:33,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-7c83cab5-adec-41ba-a658-2dd822100705 2018-07-22 16:08:33,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:33,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-353f90cf-2329-42fe-b171-b561330bade8 Date: Sun, 22 Jul 2018 16:08:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:33,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-353f90cf-2329-42fe-b171-b561330bade8 2018-07-22 16:08:33,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:33,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-d1a5364f-f578-45f2-a2dc-fcf6eebc3f0c Date: Sun, 22 Jul 2018 16:08:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:26Z","binding:vnic_type":"normal","device_id":"e7335bd6-ae50-434a-887f-ea1ac087a6c8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8b:39:b5","id":"5f43d3e3-7582-4fd7-b7cd-af7becc567f5","port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["76f37f65-c347-4fa6-9e0a-f467c96d306e"],"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:14Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:1d:45","id":"f41396fe-0498-4f14-aa44-bd7327323abb","port_security_enabled":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:08:33,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-d1a5364f-f578-45f2-a2dc-fcf6eebc3f0c 2018-07-22 16:08:33,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" -d '{"volumeAttachment": {"volumeId": "265fb3c7-1527-4058-a862-9c145e6d7990"}}' 2018-07-22 16:08:34,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87d584c9-d0ab-4fc3-9c13-77ca0a62aab9 x-compute-request-id: req-87d584c9-d0ab-4fc3-9c13-77ca0a62aab9 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "volumeId": "265fb3c7-1527-4058-a862-9c145e6d7990"}} 2018-07-22 16:08:34,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8/os-volume_attachments used request id req-87d584c9-d0ab-4fc3-9c13-77ca0a62aab9 2018-07-22 16:08:34,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:34,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c03302db-7734-43be-9636-8591ffb56b0a x-compute-request-id: req-c03302db-7734-43be-9636-8591ffb56b0a Content-Encoding: gzip Content-Length: 802 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [{"id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}, {"id": "265fb3c7-1527-4058-a862-9c145e6d7990"}], "metadata": {}}} 2018-07-22 16:08:34,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-c03302db-7734-43be-9636-8591ffb56b0a 2018-07-22 16:08:34,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:34,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-35c37eea-e7d3-4180-af63-be0d615f1575 Date: Sun, 22 Jul 2018 16:08: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":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:34,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-35c37eea-e7d3-4180-af63-be0d615f1575 2018-07-22 16:08:34,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:34,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e64a4e88-5ba7-4db0-864a-b2a6776f275f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:08:34,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-e64a4e88-5ba7-4db0-864a-b2a6776f275f 2018-07-22 16:08:34,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:34,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-511d5700-9b51-4fd2-a091-2fbf8fc5ed09 Date: Sun, 22 Jul 2018 16:08:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:34,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-511d5700-9b51-4fd2-a091-2fbf8fc5ed09 2018-07-22 16:08:34,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:34,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-181769d6-d111-45c5-97f2-2707daf969ae Date: Sun, 22 Jul 2018 16:08:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:26Z","binding:vnic_type":"normal","device_id":"e7335bd6-ae50-434a-887f-ea1ac087a6c8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8b:39:b5","id":"5f43d3e3-7582-4fd7-b7cd-af7becc567f5","port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["76f37f65-c347-4fa6-9e0a-f467c96d306e"],"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:14Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:1d:45","id":"f41396fe-0498-4f14-aa44-bd7327323abb","port_security_enabled":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:08:34,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-181769d6-d111-45c5-97f2-2707daf969ae 2018-07-22 16:08:34,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:08:35,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "034645437e7a42f1ad67184c4eb02e72", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj-role"}], "expires_at": "2018-07-22T17:08:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0a17af26cab24a0db2dcb3d3993976a2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-53119539-cf70-474-user", "id": "0aaa7390cdf741a3ad53e7d6a6b336fb"}, "audit_ids": ["PlT6sjjzRHidQ0u2_paKyA"], "issued_at": "2018-07-22T16:08:35.000000Z"}} 2018-07-22 16:08:35,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8618d027e50a5879f229010855cad8c533361167" 2018-07-22 16:08:35,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05a2304a-5abf-4e2b-9302-cb6a2fb8a81b x-compute-request-id: req-05a2304a-5abf-4e2b-9302-cb6a2fb8a81b Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:39:b5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "security_groups": [{"name": "default"}], "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [{"id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}, {"id": "265fb3c7-1527-4058-a862-9c145e6d7990"}], "metadata": {}}]} 2018-07-22 16:08:35,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst used request id req-05a2304a-5abf-4e2b-9302-cb6a2fb8a81b 2018-07-22 16:08:35,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8618d027e50a5879f229010855cad8c533361167" 2018-07-22 16:08:35,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-92b78261-1f16-4689-aea4-9580f348e4b9 Date: Sun, 22 Jul 2018 16:08:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c7157dc-abcd-45b9-8661-194c29aa4625"],"updated_at":"2018-07-22T16:08:13Z","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net"}]} 2018-07-22 16:08:35,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net used request id req-92b78261-1f16-4689-aea4-9580f348e4b9 2018-07-22 16:08:35,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8618d027e50a5879f229010855cad8c533361167" 2018-07-22 16:08:36,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0ce1bd31-b3fe-4c84-9370-a9bcd58090f7 Date: Sun, 22 Jul 2018 16:08:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:13Z","dns_nameservers":[],"updated_at":"2018-07-22T16:08:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0a17af26cab24a0db2dcb3d3993976a2","id":"1c7157dc-abcd-45b9-8661-194c29aa4625","subnetpool_id":null,"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet"}]} 2018-07-22 16:08:36,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-0ce1bd31-b3fe-4c84-9370-a9bcd58090f7 2018-07-22 16:08:36,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8618d027e50a5879f229010855cad8c533361167" 2018-07-22 16:08:36,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1551 X-Openstack-Request-Id: req-724f4a8b-ee2e-4055-9410-c0add7b3c6c1 Date: Sun, 22 Jul 2018 16:08:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:19Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:26Z","binding:vnic_type":"normal","device_id":"e7335bd6-ae50-434a-887f-ea1ac087a6c8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:8b:39:b5","id":"5f43d3e3-7582-4fd7-b7cd-af7becc567f5","port_security_enabled":true,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.5"}],"extra_dhcp_opts":[],"security_groups":["76f37f65-c347-4fa6-9e0a-f467c96d306e"],"name":"CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","tenant_id":"0a17af26cab24a0db2dcb3d3993976a2","created_at":"2018-07-22T16:08:14Z","admin_state_up":true,"updated_at":"2018-07-22T16:08:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:6d:1d:45","id":"f41396fe-0498-4f14-aa44-bd7327323abb","port_security_enabled":false,"project_id":"0a17af26cab24a0db2dcb3d3993976a2","fixed_ips":[{"subnet_id":"1c7157dc-abcd-45b9-8661-194c29aa4625","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:08:36,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-724f4a8b-ee2e-4055-9410-c0add7b3c6c1 2018-07-22 16:08:36,262 - create_instance - INFO - Deleting Port with ID - 5f43d3e3-7582-4fd7-b7cd-af7becc567f5 2018-07-22 16:08:36,262 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-port 2018-07-22 16:08:36,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/5f43d3e3-7582-4fd7-b7cd-af7becc567f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:36,894 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63d8b799-a97b-4179-af69-0169948e46d6 Date: Sun, 22 Jul 2018 16:08:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:08:36,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/5f43d3e3-7582-4fd7-b7cd-af7becc567f5 used request id req-63d8b799-a97b-4179-af69-0169948e46d6 2018-07-22 16:08:36,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-820da68d-e9da-402c-b5e7-6b1dc7fb66c9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:37,109 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:36 GMT Server: Apache x-compute-request-id: req-83784f80-d35c-427e-8a9c-d23e2eaaaad8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83784f80-d35c-427e-8a9c-d23e2eaaaad8 Content-Encoding: gzip Content-Length: 589 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [{"server_id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "attachment_id": "096734c9-3e01-4ad0-bd4c-d7c1f8046b34", "attached_at": "2018-07-22T16:08:32.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "device": "/dev/vdb", "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}} 2018-07-22 16:08:37,109 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 used request id req-83784f80-d35c-427e-8a9c-d23e2eaaaad8 2018-07-22 16:08:37,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8/os-volume_attachments/ec1a03db-a717-4e6b-b8e7-2f10615691b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:37,918 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b319fc9-2ce5-4bbe-99ce-6686936a0c93 x-compute-request-id: req-7b319fc9-2ce5-4bbe-99ce-6686936a0c93 Content-Length: 0 Content-Type: application/json 2018-07-22 16:08:37,918 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8/os-volume_attachments/ec1a03db-a717-4e6b-b8e7-2f10615691b8 used request id req-7b319fc9-2ce5-4bbe-99ce-6686936a0c93 2018-07-22 16:08:37,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:38,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d22ce105-964d-4a2d-9266-4f46e9577a63 x-compute-request-id: req-d22ce105-964d-4a2d-9266-4f46e9577a63 Content-Encoding: gzip Content-Length: 704 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [{"id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8"}, {"id": "265fb3c7-1527-4058-a862-9c145e6d7990"}], "metadata": {}}} 2018-07-22 16:08:38,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-d22ce105-964d-4a2d-9266-4f46e9577a63 2018-07-22 16:08:41,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:41,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9059f9a5-7568-4a03-a9fc-b8ee491b55a3 x-compute-request-id: req-9059f9a5-7568-4a03-a9fc-b8ee491b55a3 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [{"id": "265fb3c7-1527-4058-a862-9c145e6d7990"}], "metadata": {}}} 2018-07-22 16:08:41,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-9059f9a5-7568-4a03-a9fc-b8ee491b55a3 2018-07-22 16:08:41,595 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-820da68d-e9da-402c-b5e7-6b1dc7fb66c9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:41,657 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:41 GMT Server: Apache x-compute-request-id: req-1ee12851-479b-449c-8031-2e17866505d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ee12851-479b-449c-8031-2e17866505d7 Content-Encoding: gzip Content-Length: 590 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [{"server_id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "attachment_id": "07309e63-f8a4-4d4f-8230-69751db56a67", "attached_at": "2018-07-22T16:08:34.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "265fb3c7-1527-4058-a862-9c145e6d7990", "device": "/dev/vdc", "id": "265fb3c7-1527-4058-a862-9c145e6d7990"}], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:35.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "size": 1}} 2018-07-22 16:08:41,657 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 used request id req-1ee12851-479b-449c-8031-2e17866505d7 2018-07-22 16:08:41,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8/os-volume_attachments/265fb3c7-1527-4058-a862-9c145e6d7990 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:42,150 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e414047b-465f-4e89-88a7-cd9a1895fec3 x-compute-request-id: req-e414047b-465f-4e89-88a7-cd9a1895fec3 Content-Length: 0 Content-Type: application/json 2018-07-22 16:08:42,150 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8/os-volume_attachments/265fb3c7-1527-4058-a862-9c145e6d7990 used request id req-e414047b-465f-4e89-88a7-cd9a1895fec3 2018-07-22 16:08:42,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:42,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08: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-db1c2c2d-4991-4aa9-a9f3-82addc6ecdfa x-compute-request-id: req-db1c2c2d-4991-4aa9-a9f3-82addc6ecdfa Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [{"id": "265fb3c7-1527-4058-a862-9c145e6d7990"}], "metadata": {}}} 2018-07-22 16:08:42,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-db1c2c2d-4991-4aa9-a9f3-82addc6ecdfa 2018-07-22 16:08:45,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:45,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d635990f-9ccc-4e68-9d0d-2f5bb01434a1 x-compute-request-id: req-d635990f-9ccc-4e68-9d0d-2f5bb01434a1 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:26Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:45,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-d635990f-9ccc-4e68-9d0d-2f5bb01434a1 2018-07-22 16:08:45,547 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst 2018-07-22 16:08:45,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:45,677 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:08:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49cde0f1-0c31-4fe3-bd8c-53f538015d50 x-compute-request-id: req-49cde0f1-0c31-4fe3-bd8c-53f538015d50 Content-Type: application/json 2018-07-22 16:08:45,677 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-49cde0f1-0c31-4fe3-bd8c-53f538015d50 2018-07-22 16:08:45,678 - create_instance - INFO - Checking deletion status 2018-07-22 16:08:45,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:45,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6e675f9-6245-44b4-86c9-591112d24c68 x-compute-request-id: req-f6e675f9-6245-44b4-86c9-591112d24c68 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8", "rel": "bookmark"}], "image": {"id": "6fd19cae-49d4-44f2-b481-9b51340633a3", "links": [{"href": "http://172.30.9.28:8774/images/6fd19cae-49d4-44f2-b481-9b51340633a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:08:26.000000", "flavor": {"id": "89cf6405-986c-4abe-8a1b-faa3518a6aa8", "links": [{"href": "http://172.30.9.28:8774/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8", "rel": "bookmark"}]}, "id": "e7335bd6-ae50-434a-887f-ea1ac087a6c8", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:08:45Z", "hostId": "cb87b68eae60b9b96b611fc7b9a7b1cdee645e52396cd090a3cd7c89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst", "created": "2018-07-22T16:08:21Z", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:08:45,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-f6e675f9-6245-44b4-86c9-591112d24c68 2018-07-22 16:08:45,964 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst] is - ACTIVE 2018-07-22 16:08:45,964 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:08:48,967 - create_instance - DEBUG - VM status query timeout in 296.710994005 2018-07-22 16:08:48,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11726b23f19305961a2521aa45dc65ae830fc000" 2018-07-22 16:08:49,021 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85fbacd0-3fda-4e87-9009-4d11d2c34bc8 x-compute-request-id: req-85fbacd0-3fda-4e87-9009-4d11d2c34bc8 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e7335bd6-ae50-434a-887f-ea1ac087a6c8 could not be found.", "code": 404}} 2018-07-22 16:08:49,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e7335bd6-ae50-434a-887f-ea1ac087a6c8 used request id req-85fbacd0-3fda-4e87-9009-4d11d2c34bc8 2018-07-22 16:08:49,021 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e7335bd6-ae50-434a-887f-ea1ac087a6c8 could not be found. (HTTP 404) (Request-ID: req-85fbacd0-3fda-4e87-9009-4d11d2c34bc8) 2018-07-22 16:08:49,022 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-inst 2018-07-22 16:08:49,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9435833dcd78db646bfaae945cc4e4d5afd5accf" 2018-07-22 16:08:49,058 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb716bd8-d99b-4def-a4f9-532356bb95e0 x-compute-request-id: req-bb716bd8-d99b-4def-a4f9-532356bb95e0 Content-Length: 0 Content-Type: application/json 2018-07-22 16:08:49,059 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/89cf6405-986c-4abe-8a1b-faa3518a6aa8 used request id req-bb716bd8-d99b-4def-a4f9-532356bb95e0 2018-07-22 16:08:49,059 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet 2018-07-22 16:08:49,060 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-subnet 2018-07-22 16:08:49,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/1c7157dc-abcd-45b9-8661-194c29aa4625 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" 2018-07-22 16:08:50,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11639f31-9b6a-4186-857a-2d0bd6c490b6 Date: Sun, 22 Jul 2018 16:08:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:08:50,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/1c7157dc-abcd-45b9-8661-194c29aa4625 used request id req-11639f31-9b6a-4186-857a-2d0bd6c490b6 2018-07-22 16:08:50,377 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-pub-net 2018-07-22 16:08:50,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99da569b16772b74602185a21f736fed3b24a90" 2018-07-22 16:08:51,759 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7384d9d-74f1-4139-9b16-4b753f515fe0 Date: Sun, 22 Jul 2018 16:08:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:08:51,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/bf7e7fe8-c890-4de8-8e1c-fcb0a1e58ac0 used request id req-f7384d9d-74f1-4139-9b16-4b753f515fe0 2018-07-22 16:08:51,763 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" 2018-07-22 16:08:51,968 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:51 GMT Server: Apache x-compute-request-id: req-ff2bcc86-fecc-4606-8556-f4b75c3bf78d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ff2bcc86-fecc-4606-8556-f4b75c3bf78d Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:42.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "size": 1}} 2018-07-22 16:08:51,968 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 used request id req-ff2bcc86-fecc-4606-8556-f4b75c3bf78d 2018-07-22 16:08:51,968 - create_volume - DEBUG - Instance status is - available 2018-07-22 16:08:51,968 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2 2018-07-22 16:08:51,969 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2 2018-07-22 16:08:51,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" 2018-07-22 16:08:52,188 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dc4f0d7f-ceed-40be-a259-b40b26d23831 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-07-22 16:08:52,188 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 used request id req-dc4f0d7f-ceed-40be-a259-b40b26d23831 2018-07-22 16:08:52,191 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" 2018-07-22 16:08:52,444 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:52 GMT Server: Apache x-compute-request-id: req-96d3b5db-4b2b-4657-92d0-9e0fdf8f7ac3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96d3b5db-4b2b-4657-92d0-9e0fdf8f7ac3 Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:16.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:52.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "265fb3c7-1527-4058-a862-9c145e6d7990", "size": 1}} 2018-07-22 16:08:52,444 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 used request id req-96d3b5db-4b2b-4657-92d0-9e0fdf8f7ac3 2018-07-22 16:08:52,445 - create_volume - DEBUG - Instance status is - deleting 2018-07-22 16:08:52,445 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-07-22 16:08:55,448 - create_volume - DEBUG - Volume status query timeout in 56.7400670052 2018-07-22 16:08:55,451 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9562fd65-7cba-4055-98c8-03bcaa6fa34d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2877de089c9f9b11a61fdcd3fbd779bea821a5f7" 2018-07-22 16:08:55,635 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c4dfdf97-9e5d-4873-9b63-013de4317d45 x-openstack-request-id: req-c4dfdf97-9e5d-4873-9b63-013de4317d45 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 265fb3c7-1527-4058-a862-9c145e6d7990 could not be found.", "code": 404}} 2018-07-22 16:08:55,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/265fb3c7-1527-4058-a862-9c145e6d7990 used request id req-c4dfdf97-9e5d-4873-9b63-013de4317d45 2018-07-22 16:08:55,635 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 265fb3c7-1527-4058-a862-9c145e6d7990 could not be found. (HTTP 404) (Request-ID: req-c4dfdf97-9e5d-4873-9b63-013de4317d45) 2018-07-22 16:08:55,636 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-2 2018-07-22 16:08:55,639 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-70c97ac6-3dec-4696-a85f-e492c52dd402" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" 2018-07-22 16:08:55,846 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:55 GMT Server: Apache x-compute-request-id: req-1367e89c-04e5-4055-8f11-e0df073f3327 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1367e89c-04e5-4055-8f11-e0df073f3327 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:38.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}} 2018-07-22 16:08:55,846 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 used request id req-1367e89c-04e5-4055-8f11-e0df073f3327 2018-07-22 16:08:55,846 - create_volume - DEBUG - Instance status is - available 2018-07-22 16:08:55,846 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1 2018-07-22 16:08:55,846 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1 2018-07-22 16:08:55,849 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-70c97ac6-3dec-4696-a85f-e492c52dd402" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" 2018-07-22 16:08:56,068 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:08:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-059682ec-7b5a-4b00-a38d-6ae2960ea699 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-07-22 16:08:56,068 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 used request id req-059682ec-7b5a-4b00-a38d-6ae2960ea699 2018-07-22 16:08:56,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-70c97ac6-3dec-4696-a85f-e492c52dd402" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" 2018-07-22 16:08:56,143 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:56 GMT Server: Apache x-compute-request-id: req-bd82fdc5-b08a-4399-9daf-79ff3395aeea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bd82fdc5-b08a-4399-9daf-79ff3395aeea Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "0aaa7390cdf741a3ad53e7d6a6b336fb", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-22T16:08:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "updated_at": "2018-07-22T16:08:56.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec1a03db-a717-4e6b-b8e7-2f10615691b8", "size": 1}} 2018-07-22 16:08:56,143 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 used request id req-bd82fdc5-b08a-4399-9daf-79ff3395aeea 2018-07-22 16:08:56,143 - create_volume - DEBUG - Instance status is - deleting 2018-07-22 16:08:56,143 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-07-22 16:08:59,147 - create_volume - DEBUG - Volume status query timeout in 56.9216418266 2018-07-22 16:08:59,150 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-70c97ac6-3dec-4696-a85f-e492c52dd402" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed5d655770133ebc282d4ae58755ec07b35ef2a" 2018-07-22 16:08:59,184 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6c99679d-1335-4d09-84b1-52ce448d64df x-openstack-request-id: req-6c99679d-1335-4d09-84b1-52ce448d64df Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ec1a03db-a717-4e6b-b8e7-2f10615691b8 could not be found.", "code": 404}} 2018-07-22 16:08:59,184 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/0a17af26cab24a0db2dcb3d3993976a2/volumes/ec1a03db-a717-4e6b-b8e7-2f10615691b8 used request id req-6c99679d-1335-4d09-84b1-52ce448d64df 2018-07-22 16:08:59,184 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume ec1a03db-a717-4e6b-b8e7-2f10615691b8 could not be found. (HTTP 404) (Request-ID: req-6c99679d-1335-4d09-84b1-52ce448d64df) 2018-07-22 16:08:59,184 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-1 2018-07-22 16:08:59,185 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-42e6b1f6-d761-4c5c-8122-5233d4d6db1f-image 2018-07-22 16:08:59,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50b246d70a8f8237cd9898bd54a5ad5ad8fca30d" 2018-07-22 16:08:59,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fdfe8fcf-88b6-4d39-95c3-51c204600652 Date: Sun, 22 Jul 2018 16:08:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:08:59,462 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6fd19cae-49d4-44f2-b481-9b51340633a3 used request id req-fdfe8fcf-88b6-4d39-95c3-51c204600652 2018-07-22 16:08:59,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:59,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-1253c2d0-9752-48a9-b21f-4603448abcc4 Date: Sun, 22 Jul 2018 16:08:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "created_at": "2018-07-22T16:08:12Z", "updated_at": "2018-07-22T16:08:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:08:12Z", "revision_number": 0, "id": "024c3f1c-458f-4df0-a19f-5491c7813a7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:08:12Z", "security_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a17af26cab24a0db2dcb3d3993976a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:08:12Z", "revision_number": 0, "id": "2222cd8c-786a-4965-9041-0091164b5596", "remote_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "remote_ip_prefix": null, "created_at": "2018-07-22T16:08:12Z", "security_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a17af26cab24a0db2dcb3d3993976a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:08:12Z", "revision_number": 0, "id": "8e6f1b1c-e597-4e7f-88b4-ebba6043e19b", "remote_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "remote_ip_prefix": null, "created_at": "2018-07-22T16:08:12Z", "security_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a17af26cab24a0db2dcb3d3993976a2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:08:12Z", "revision_number": 0, "id": "de9d6f0b-1924-4991-9c54-9b32b693be6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:08:12Z", "security_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a17af26cab24a0db2dcb3d3993976a2"}], "revision_number": 4, "project_id": "0a17af26cab24a0db2dcb3d3993976a2", "id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:08:59,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1253c2d0-9752-48a9-b21f-4603448abcc4 2018-07-22 16:08:59,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:59,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9162cdd4-cdb3-41ab-9eee-1ee09864dbb9 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:08:59,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-9162cdd4-cdb3-41ab-9eee-1ee09864dbb9 2018-07-22 16:08:59,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:08:59,924 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52c218ef-22b8-46c7-98f0-0d58957ae9fb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:08:59,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-52c218ef-22b8-46c7-98f0-0d58957ae9fb 2018-07-22 16:08:59,924 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:08:59,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:09:00,009 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:08:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a997104-08e7-4529-8cc5-ea7090eb4d69 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:09:00,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-0a997104-08e7-4529-8cc5-ea7090eb4d69 2018-07-22 16:09:00,010 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:09:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:09:00,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-409f4168-d039-40a7-af7d-335793d96909 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0a17af26cab24a0db2dcb3d3993976a2", "name": "CreateInstanceVolumeTests-53119539-cf70-474-proj"}} 2018-07-22 16:09:00,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-409f4168-d039-40a7-af7d-335793d96909 2018-07-22 16:09:00,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76f37f65-c347-4fa6-9e0a-f467c96d306e 2018-07-22 16:09:00,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=76f37f65-c347-4fa6-9e0a-f467c96d306e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:09:00,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9126373d-edb9-41d2-844d-d7b41579e498 Date: Sun, 22 Jul 2018 16:09: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-07-22T16:08:12Z", "security_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "port_range_min": null, "revision_number": 0, "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "created_at": "2018-07-22T16:08:12Z", "project_id": "0a17af26cab24a0db2dcb3d3993976a2", "id": "024c3f1c-458f-4df0-a19f-5491c7813a7f"}, {"remote_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:08:12Z", "security_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "port_range_min": null, "revision_number": 0, "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "created_at": "2018-07-22T16:08:12Z", "project_id": "0a17af26cab24a0db2dcb3d3993976a2", "id": "2222cd8c-786a-4965-9041-0091164b5596"}, {"remote_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:08:12Z", "security_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "port_range_min": null, "revision_number": 0, "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "created_at": "2018-07-22T16:08:12Z", "project_id": "0a17af26cab24a0db2dcb3d3993976a2", "id": "8e6f1b1c-e597-4e7f-88b4-ebba6043e19b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:08:12Z", "security_group_id": "76f37f65-c347-4fa6-9e0a-f467c96d306e", "port_range_min": null, "revision_number": 0, "tenant_id": "0a17af26cab24a0db2dcb3d3993976a2", "created_at": "2018-07-22T16:08:12Z", "project_id": "0a17af26cab24a0db2dcb3d3993976a2", "id": "de9d6f0b-1924-4991-9c54-9b32b693be6b"}]} 2018-07-22 16:09:00,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=76f37f65-c347-4fa6-9e0a-f467c96d306e used request id req-9126373d-edb9-41d2-844d-d7b41579e498 2018-07-22 16:09:00,128 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:09:00,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/76f37f65-c347-4fa6-9e0a-f467c96d306e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:09:00,504 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-281cd507-71cb-475d-8bf0-41f6c8a18cc3 Content-Length: 0 Date: Sun, 22 Jul 2018 16:09:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:09:00,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/76f37f65-c347-4fa6-9e0a-f467c96d306e used request id req-281cd507-71cb-475d-8bf0-41f6c8a18cc3 2018-07-22 16:09:00,505 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-53119539-cf70-474-proj 2018-07-22 16:09:00,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:09:00,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a29225a7-2371-4fc9-8e5f-b6c305af0c07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:00,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0a17af26cab24a0db2dcb3d3993976a2 used request id req-a29225a7-2371-4fc9-8e5f-b6c305af0c07 2018-07-22 16:09:00,828 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-53119539-cf70-474-proj-role 2018-07-22 16:09:00,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/034645437e7a42f1ad67184c4eb02e72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:09:00,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c036a8da-5d75-4867-a412-7f7b28eb563f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:00,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/034645437e7a42f1ad67184c4eb02e72 used request id req-c036a8da-5d75-4867-a412-7f7b28eb563f 2018-07-22 16:09:00,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331ad79f27e43d0043d05f24eb194474383a84dd" 2018-07-22 16:09:01,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8212947f-7c90-4678-891e-903e04f56d02 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:09:01,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8212947f-7c90-4678-891e-903e04f56d02 2018-07-22 16:09:01,125 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-53119539-cf70-474-user 2018-07-22 16:09:01,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0aaa7390cdf741a3ad53e7d6a6b336fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f205c1eb690b466b3f23b6c61bb40c8d92c1cf7" 2018-07-22 16:09:01,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3ee3d4b-693b-447a-9844-1348cd05f3dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:01,313 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0aaa7390cdf741a3ad53e7d6a6b336fb used request id req-e3ee3d4b-693b-447a-9844-1348cd05f3dc 2018-07-22 16:09:01,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:01,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:09:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["hrz0Vsf7RJmVq81Kww8Qrw"], "issued_at": "2018-07-22T16:09:01.000000Z"}} 2018-07-22 16:09:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8542a13c59b5e3b106fc3f15e17268592064037e" 2018-07-22 16:09:01,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-821c0f6b-e485-4385-b6e1-1c8a06785daf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:01,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-821c0f6b-e485-4385-b6e1-1c8a06785daf 2018-07-22 16:09:01,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:01,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:02,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["6qfskW6LQpGNSf5uOLaJUQ"], "issued_at": "2018-07-22T16:09:02.000000Z"}} 2018-07-22 16:09:02,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:02,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56683459-628f-4f2d-b625-4af4d19840be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:02,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-56683459-628f-4f2d-b625-4af4d19840be 2018-07-22 16:09:02,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:09:02,255 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:09: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:09:02,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:02,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af9c6e00-cf63-474e-9f44-c690f137c57e Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:09:02,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj used request id req-af9c6e00-cf63-474e-9f44-c690f137c57e 2018-07-22 16:09:02,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:02,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f47209-0704-4180-8f6f-c7d97a6def0c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:09:02,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-48f47209-0704-4180-8f6f-c7d97a6def0c 2018-07-22 16:09:02,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj"}}' 2018-07-22 16:09:02,493 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-931e1e92-c4a2-41eb-9134-e59813aa7702 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e"}, "tags": [], "enabled": true, "id": "44d17dd5b2ea4845a41511b200a32f3e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj"}} 2018-07-22 16:09:02,493 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-931e1e92-c4a2-41eb-9134-e59813aa7702 2018-07-22 16:09:02,494 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-e81ec92e-ab61-4da-proj 2018-07-22 16:09:02,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:02,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:02,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Imw5yslISc24D0KDeF9Dfg"], "issued_at": "2018-07-22T16:09:02.000000Z"}} 2018-07-22 16:09:02,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe11d765d907bcf09170eb5c898c990c525ea2c" 2018-07-22 16:09:02,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c5f6e1-ecc3-4db9-a734-f128a9cda99d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:02,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-23c5f6e1-ecc3-4db9-a734-f128a9cda99d 2018-07-22 16:09:02,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:09:02,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:09: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:09:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe11d765d907bcf09170eb5c898c990c525ea2c" 2018-07-22 16:09:03,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-147bee33-4b9d-4230-9101-f80fac1b7368 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:09:03,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-147bee33-4b9d-4230-9101-f80fac1b7368 2018-07-22 16:09:03,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe11d765d907bcf09170eb5c898c990c525ea2c" 2018-07-22 16:09:03,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e597fa-bb81-42c3-8197-561ac67f39b2 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e"}, "tags": [], "enabled": true, "id": "44d17dd5b2ea4845a41511b200a32f3e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj"}]} 2018-07-22 16:09:03,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj used request id req-78e597fa-bb81-42c3-8197-561ac67f39b2 2018-07-22 16:09:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe11d765d907bcf09170eb5c898c990c525ea2c" 2018-07-22 16:09:03,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2acf8509-2c57-4c5b-be11-b2cf733e2b90 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:09:03,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2acf8509-2c57-4c5b-be11-b2cf733e2b90 2018-07-22 16:09:03,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe11d765d907bcf09170eb5c898c990c525ea2c" 2018-07-22 16:09:03,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9cd343-025f-4190-b626-674bf202335a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:09:03,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ed9cd343-025f-4190-b626-674bf202335a 2018-07-22 16:09:03,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe11d765d907bcf09170eb5c898c990c525ea2c" 2018-07-22 16:09:03,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e87b626-9bbb-438d-8ab2-467fed27329b Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e"}, "tags": [], "enabled": true, "id": "44d17dd5b2ea4845a41511b200a32f3e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj"}]} 2018-07-22 16:09:03,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-e81ec92e-ab61-4da-proj used request id req-1e87b626-9bbb-438d-8ab2-467fed27329b 2018-07-22 16:09:03,687 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-e81ec92e-ab61-4da-user 2018-07-22 16:09:03,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:03,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:03,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf93749-cdcf-476c-a930-d0b1309cad42 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:09:03,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2bf93749-cdcf-476c-a930-d0b1309cad42 2018-07-22 16:09:03,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" -d '{"role": {"name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role"}}' 2018-07-22 16:09:03,889 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:09:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-623b9e66-6060-414d-8778-42c03847a027 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5c10517e70243a29d3030771dbc3386", "links": {"self": "http://172.30.9.28:5000/v3/roles/c5c10517e70243a29d3030771dbc3386"}, "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role"}} 2018-07-22 16:09:03,890 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-623b9e66-6060-414d-8778-42c03847a027 2018-07-22 16:09:03,890 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role 2018-07-22 16:09:03,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c5c10517e70243a29d3030771dbc3386 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:03,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c79b6514-fd90-4d7b-846d-06a16405e1ee Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5c10517e70243a29d3030771dbc3386", "links": {"self": "http://172.30.9.28:5000/v3/roles/c5c10517e70243a29d3030771dbc3386"}, "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role"}} 2018-07-22 16:09:03,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c5c10517e70243a29d3030771dbc3386 used request id req-c79b6514-fd90-4d7b-846d-06a16405e1ee 2018-07-22 16:09:03,986 - keystone_utils - INFO - Granting role CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role to project CreateStackSuccessTests-e81ec92e-ab61-4da-proj 2018-07-22 16:09:03,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e/users/605faa679e424b948460dba4696c8d78/roles/c5c10517e70243a29d3030771dbc3386 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:04,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ab62cca-64d8-433f-a2a6-fd71a8b3b63c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:04,118 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e/users/605faa679e424b948460dba4696c8d78/roles/c5c10517e70243a29d3030771dbc3386 used request id req-3ab62cca-64d8-433f-a2a6-fd71a8b3b63c 2018-07-22 16:09:04,119 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:09:04,125 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:09:04,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:04,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:04,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c10517e70243a29d3030771dbc3386", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role"}], "expires_at": "2018-07-22T17:09:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44d17dd5b2ea4845a41511b200a32f3e", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-user", "id": "605faa679e424b948460dba4696c8d78"}, "audit_ids": ["NcWxTUxvTrirLZpEZJL9oA"], "issued_at": "2018-07-22T16:09:04.000000Z"}} 2018-07-22 16:09:04,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" 2018-07-22 16:09:04,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81da152b-058a-4b1d-8eeb-18e4cae583ca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:04,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-81da152b-058a-4b1d-8eeb-18e4cae583ca 2018-07-22 16:09:04,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" 2018-07-22 16:09:04,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-47ed74be-06b2-4bc0-905f-d3ceba969a6a Date: Sun, 22 Jul 2018 16:09:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image"} 2018-07-22 16:09:04,864 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image used request id req-47ed74be-06b2-4bc0-905f-d3ceba969a6a 2018-07-22 16:09:04,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" 2018-07-22 16:09:04,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-893d0f09-d246-40ff-b62c-e503239f9c81 Date: Sun, 22 Jul 2018 16:09: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-07-22 16:09:04,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-893d0f09-d246-40ff-b62c-e503239f9c81 2018-07-22 16:09:04,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image"}' 2018-07-22 16:09:04,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-abfa4504-3e36-4189-b480-e40973bb2a79 Date: Sun, 22 Jul 2018 16:09:04 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:09:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:09:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b", "min_disk": 0, "protected": false, "id": "7f4514f8-1b39-4b8f-b64e-03780ab2318b", "file": "/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/file", "checksum": null, "owner": "44d17dd5b2ea4845a41511b200a32f3e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:09:04,939 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-abfa4504-3e36-4189-b480-e40973bb2a79 2018-07-22 16:09:04,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" -d '' 2018-07-22 16:09:05,357 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f325e5b7-1976-4314-8db4-e25358ed06ac Date: Sun, 22 Jul 2018 16:09:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:09:05,357 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/file used request id req-f325e5b7-1976-4314-8db4-e25358ed06ac 2018-07-22 16:09:05,358 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:09:05,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" 2018-07-22 16:09:05,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-7d163b0f-4351-4c30-9288-ee1205acfbae Date: Sun, 22 Jul 2018 16:09:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:09:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:09:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/snap", "metadata": {}}], "self": "/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b", "min_disk": 0, "protected": false, "id": "7f4514f8-1b39-4b8f-b64e-03780ab2318b", "file": "/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "44d17dd5b2ea4845a41511b200a32f3e", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:09:05,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b used request id req-7d163b0f-4351-4c30-9288-ee1205acfbae 2018-07-22 16:09:05,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" 2018-07-22 16:09:05,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-49fa91e1-26f0-4840-b292-045045d296fa Date: Sun, 22 Jul 2018 16:09: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-07-22 16:09:05,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-49fa91e1-26f0-4840-b292-045045d296fa 2018-07-22 16:09:05,392 - create_image - INFO - Created image with name - CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image 2018-07-22 16:09:05,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" 2018-07-22 16:09:05,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-30ccac48-bcae-449e-870c-2bf125209381 Date: Sun, 22 Jul 2018 16:09:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:09:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:09:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/snap", "metadata": {}}], "self": "/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b", "min_disk": 0, "protected": false, "id": "7f4514f8-1b39-4b8f-b64e-03780ab2318b", "file": "/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "44d17dd5b2ea4845a41511b200a32f3e", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:09:05,409 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b used request id req-30ccac48-bcae-449e-870c-2bf125209381 2018-07-22 16:09:05,410 - create_image - DEBUG - Instance status is - active 2018-07-22 16:09:05,410 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image 2018-07-22 16:09:05,410 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image 2018-07-22 16:09:05,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:05,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:05,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:09:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["8TyjXOHMTlGdc4hQJrdJXQ"], "issued_at": "2018-07-22T16:09:05.000000Z"}} 2018-07-22 16:09:05,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84740aae150447c51e5fc508b37ff0895e10f42b" 2018-07-22 16:09:05,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2723fd78-29e5-4f0e-8de4-ef1bfa8a27b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:05,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2723fd78-29e5-4f0e-8de4-ef1bfa8a27b9 2018-07-22 16:09:05,886 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:09:05,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84740aae150447c51e5fc508b37ff0895e10f42b" 2018-07-22 16:09:06,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68a5edac-df9d-4710-8c62-db29103fe683 x-compute-request-id: req-68a5edac-df9d-4710-8c62-db29103fe683 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:09:06,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-68a5edac-df9d-4710-8c62-db29103fe683 2018-07-22 16:09:06,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84740aae150447c51e5fc508b37ff0895e10f42b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-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-07-22 16:09:06,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61339aae-1f61-4415-a4d2-5defff38cdc5 x-compute-request-id: req-61339aae-1f61-4415-a4d2-5defff38cdc5 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/edd2ee1f-49f3-46c7-b4bf-597ab209ef11", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/edd2ee1f-49f3-46c7-b4bf-597ab209ef11", "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": "edd2ee1f-49f3-46c7-b4bf-597ab209ef11"}} 2018-07-22 16:09:06,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-61339aae-1f61-4415-a4d2-5defff38cdc5 2018-07-22 16:09:06,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:06,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:06,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c10517e70243a29d3030771dbc3386", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role"}], "expires_at": "2018-07-22T17:09:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44d17dd5b2ea4845a41511b200a32f3e", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-user", "id": "605faa679e424b948460dba4696c8d78"}, "audit_ids": ["lX5tdKTVSP2r8BuOceZmXA"], "issued_at": "2018-07-22T16:09:06.000000Z"}} 2018-07-22 16:09:06,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:06,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be0f8e0-e952-42fe-9cb2-970b9eee9a94 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:06,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3be0f8e0-e952-42fe-9cb2-970b9eee9a94 2018-07-22 16:09:06,616 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:09:06,619 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:09:06,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:07,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:06 GMT Server: Apache x-openstack-request-id: req-71ae007f-fc0c-4fed-b456-32e93835104a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:09:07,275 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack used request id req-71ae007f-fc0c-4fed-b456-32e93835104a 2018-07-22 16:09:07,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-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-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}}' 2018-07-22 16:09:09,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:09:07 GMT Server: Apache x-openstack-request-id: req-b0c32668-bed5-4477-b934-fa4e742e38eb Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "a3982b8d-8790-466c-b59d-5611586cd14d", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}]}} 2018-07-22 16:09:09,584 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks used request id req-b0c32668-bed5-4477-b934-fa4e742e38eb 2018-07-22 16:09:09,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:10,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:09 GMT Server: Apache x-openstack-request-id: req-278266cb-dbdc-4e47-96e7-0e3a62394d69 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:10,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:10 GMT Server: Apache x-openstack-request-id: req-d223e7bc-2fdf-43af-a9d2-e01241c93774 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:10,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-d223e7bc-2fdf-43af-a9d2-e01241c93774 2018-07-22 16:09:10,910 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack 2018-07-22 16:09:10,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:11,526 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:10 GMT Server: Apache x-openstack-request-id: req-ecb88698-919a-4db4-bd9e-efc78603260a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:12,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:11 GMT Server: Apache x-openstack-request-id: req-564c0197-e9ce-4f72-8dbe-faec447eb705 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:12,148 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-564c0197-e9ce-4f72-8dbe-faec447eb705 2018-07-22 16:09:12,148 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:09:12,148 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:09:15,152 - create_stack - DEBUG - Stack status query timeout in 1195.75806594 2018-07-22 16:09:15,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:15,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:15 GMT Server: Apache x-openstack-request-id: req-55b29ebd-8a28-4da0-a5c0-5eb3cb32b1c1 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:15,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:15 GMT Server: Apache x-openstack-request-id: req-2138eb94-baed-4eee-8d74-5e3adbd21e36 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:15,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-2138eb94-baed-4eee-8d74-5e3adbd21e36 2018-07-22 16:09:15,223 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:09:15,223 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:09:18,226 - create_stack - DEBUG - Stack status query timeout in 1192.68379283 2018-07-22 16:09:18,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:18,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:18 GMT Server: Apache x-openstack-request-id: req-bd1fcb98-1780-4e0f-bb59-36fdc58db889 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:19,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:18 GMT Server: Apache x-openstack-request-id: req-35d160c5-8939-4ac1-89eb-6f49d6aec4bb 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:19,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-35d160c5-8939-4ac1-89eb-6f49d6aec4bb 2018-07-22 16:09:19,379 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:09:19,379 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:09:22,383 - create_stack - DEBUG - Stack status query timeout in 1188.52707195 2018-07-22 16:09:22,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:22,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:22 GMT Server: Apache x-openstack-request-id: req-78ef3439-2c46-45db-aa12-48bab0adb2dd Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:22,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:22 GMT Server: Apache x-openstack-request-id: req-582027e1-2987-4ee1-9967-8a07f3e4a2c1 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:22,454 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-582027e1-2987-4ee1-9967-8a07f3e4a2c1 2018-07-22 16:09:22,454 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:09:22,454 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack 2018-07-22 16:09:22,455 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack 2018-07-22 16:09:22,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:22,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c10517e70243a29d3030771dbc3386", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role"}], "expires_at": "2018-07-22T17:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44d17dd5b2ea4845a41511b200a32f3e", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_44d17dd5b2ea4845a41511b200a32f3e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_44d17dd5b2ea4845a41511b200a32f3e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-user", "id": "605faa679e424b948460dba4696c8d78"}, "audit_ids": ["oCplc0WkTYWgSuYvc6PZKQ"], "issued_at": "2018-07-22T16:09:22.000000Z"}} 2018-07-22 16:09:22,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:23,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:22 GMT Server: Apache x-openstack-request-id: req-429c8330-a24c-49a1-bda6-f7f6f525566b Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:23,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:23 GMT Server: Apache x-openstack-request-id: req-d25ad6f0-29fc-4fdb-9d4b-7991d65cb26c 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:23,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-d25ad6f0-29fc-4fdb-9d4b-7991d65cb26c 2018-07-22 16:09:23,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:23,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:23 GMT Server: Apache x-openstack-request-id: req-12dabe0a-21fe-453d-8ac9-23b4b2db6b0d Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:23,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:23 GMT Server: Apache x-openstack-request-id: req-078960a5-da97-4a9c-a64d-4763a82e7125 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:23,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-078960a5-da97-4a9c-a64d-4763a82e7125 2018-07-22 16:09:23,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:23,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:23 GMT Server: Apache x-openstack-request-id: req-c74ddb29-c485-48b7-87e6-d79782585d72 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:23,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:23 GMT Server: Apache x-openstack-request-id: req-5031dc73-b8a5-4791-8d7a-faeac6fdf753 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:23,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-5031dc73-b8a5-4791-8d7a-faeac6fdf753 2018-07-22 16:09:23,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:24,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:23 GMT Server: Apache x-openstack-request-id: req-621aa806-3012-4f85-add5-c30325dc528f Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:24,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:24 GMT Server: Apache x-openstack-request-id: req-897d3a4f-1844-4a28-a017-c4868ee4c16b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:24,363 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-897d3a4f-1844-4a28-a017-c4868ee4c16b 2018-07-22 16:09:24,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:24,440 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:24 GMT Server: Apache x-openstack-request-id: req-e5c5efe5-c088-4ed5-a901-04f17afb46f1 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:24,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:24 GMT Server: Apache x-openstack-request-id: req-de898e68-493a-4368-8c8d-976bb6f3a540 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:24,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-de898e68-493a-4368-8c8d-976bb6f3a540 2018-07-22 16:09:24,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:24,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:24 GMT Server: Apache x-openstack-request-id: req-56e7c2f0-9cad-427c-8024-3e4c605e70b8 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:24,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:24 GMT Server: Apache x-openstack-request-id: req-01fe1986-0440-4a76-ad59-fea50414f3e0 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:24,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-01fe1986-0440-4a76-ad59-fea50414f3e0 2018-07-22 16:09:24,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:25,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:24 GMT Server: Apache x-openstack-request-id: req-298e828d-f2a7-4bf2-a5f1-c509dd38fd63 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:25,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:25 GMT Server: Apache x-openstack-request-id: req-42d7aeda-a0eb-479b-a5f1-6d61ca7b0f68 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:25,768 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-42d7aeda-a0eb-479b-a5f1-6d61ca7b0f68 2018-07-22 16:09:25,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:25,797 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:25 GMT Server: Apache x-openstack-request-id: req-d1a4f27d-ec80-4b9c-af6f-b38a8a1284a2 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:25,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:25 GMT Server: Apache x-openstack-request-id: req-fda49398-0c44-4d8c-be20-e55bb424c4fe 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:25,822 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-fda49398-0c44-4d8c-be20-e55bb424c4fe 2018-07-22 16:09:25,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:26,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:25 GMT Server: Apache x-openstack-request-id: req-fb7489bc-9dfa-4833-8734-96de56129eea Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:26,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-9a5423ec-58b9-4855-8fb4-64720063f3e4 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:26,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-9a5423ec-58b9-4855-8fb4-64720063f3e4 2018-07-22 16:09:26,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:26,614 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-35e2cde4-0db5-4448-bc6d-403202c543fc Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:26,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-bb9d861c-b556-485b-80d6-3634de5610fe 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:26,639 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-bb9d861c-b556-485b-80d6-3634de5610fe 2018-07-22 16:09:26,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:26,684 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-27f9935f-e093-45e4-9161-817981ecbb87 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:26,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-58dd786d-b5db-459d-b685-c85a4c6c37a1 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:26,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-58dd786d-b5db-459d-b685-c85a4c6c37a1 2018-07-22 16:09:26,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:26,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-04a9da2a-985c-470f-96ac-0f4c3474171a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:26,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-63914133-ea1b-4d00-862e-aee027e67b7e 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:26,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-63914133-ea1b-4d00-862e-aee027e67b7e 2018-07-22 16:09:26,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:26,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-fca0313f-47cd-4086-ae98-dc15017d7c6e Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:26 GMT Server: Apache x-openstack-request-id: req-fdacac58-c38c-4f6d-a546-8b7e8b0631c8 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-fdacac58-c38c-4f6d-a546-8b7e8b0631c8 2018-07-22 16:09:27,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-f7a7dfa3-cb26-48a6-9f84-4c1f1819f4fe Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-833360a1-d589-40a8-b4b4-7cfe7b49415f 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-833360a1-d589-40a8-b4b4-7cfe7b49415f 2018-07-22 16:09:27,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-02fc6149-c9a7-40f8-adc2-d17b091de4de Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-90ec3008-3382-4397-8162-2dd4951ae13a 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-90ec3008-3382-4397-8162-2dd4951ae13a 2018-07-22 16:09:27,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-1c2a8bdc-eeb5-4d83-95b3-cf8c661ba7d8 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-c3c5f0c8-bf1b-4432-ab67-6bb7a6f65560 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-c3c5f0c8-bf1b-4432-ab67-6bb7a6f65560 2018-07-22 16:09:27,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-ad6ca284-cb1e-4207-a0d9-b0ae1300606c Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-5d060982-499c-4f9d-86a9-3fa20141859e 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-5d060982-499c-4f9d-86a9-3fa20141859e 2018-07-22 16:09:27,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,392 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-8a23fe09-1fb9-416a-892e-b0bd0f176f5a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-3f944285-c99d-414b-baaa-27a4c1476d15 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-3f944285-c99d-414b-baaa-27a4c1476d15 2018-07-22 16:09:27,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-be54cb29-c25f-4304-9152-1ed9f7a915af Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-bdac3c0b-b53d-4726-8568-92c6b96e7c01 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-bdac3c0b-b53d-4726-8568-92c6b96e7c01 2018-07-22 16:09:27,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-b8e00002-8cb7-4f19-8f43-7488ff9eba35 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-802c2653-af2e-4ec2-b2bb-5006c169c7d0 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-802c2653-af2e-4ec2-b2bb-5006c169c7d0 2018-07-22 16:09:27,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-2eda4be8-1bd8-4369-ab6f-72ed7fe9bd21 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-e419ce98-564b-4f1c-8052-5838561ee174 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,583 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-e419ce98-564b-4f1c-8052-5838561ee174 2018-07-22 16:09:27,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-abd5a5bc-64d1-4ccf-acb3-f688abbc9eb8 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-f68dd168-2a23-4911-8573-1486a64105ff 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,639 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-f68dd168-2a23-4911-8573-1486a64105ff 2018-07-22 16:09:27,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-7c1f7876-1b87-46a5-bae2-640f35057c5a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-d095b124-e05b-4670-bb50-094d34c57d92 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-d095b124-e05b-4670-bb50-094d34c57d92 2018-07-22 16:09:27,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,722 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-5914faeb-3530-4a09-875c-be0795d3eb4e Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-8190bcd3-390b-4d83-a3d1-76b95e51d43a 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-8190bcd3-390b-4d83-a3d1-76b95e51d43a 2018-07-22 16:09:27,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-7c61a616-829d-4c3a-ac2b-cbfb4a6ceddc Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-c4743b2c-ff69-4af8-884d-ead532a15834 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,801 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-c4743b2c-ff69-4af8-884d-ead532a15834 2018-07-22 16:09:27,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-4c6fd813-1670-4de9-9cd9-ca450457c623 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-57b520b1-296c-4e91-ba33-046c077c715f 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-57b520b1-296c-4e91-ba33-046c077c715f 2018-07-22 16:09:27,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-22887739-4082-43f1-875d-a2db78e6bcd9 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-1106730b-5fee-44e6-b4e3-a801afbd0419 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-1106730b-5fee-44e6-b4e3-a801afbd0419 2018-07-22 16:09:27,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-66715229-8444-4769-be31-165b86462102 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:27,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-0019c639-abb9-4398-992e-fc973fba8cf3 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:27,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-0019c639-abb9-4398-992e-fc973fba8cf3 2018-07-22 16:09:27,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:27,993 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-b892a636-627e-43cb-bf52-96a55022dd17 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:27 GMT Server: Apache x-openstack-request-id: req-2f4dcfe2-a900-44c8-bc30-8a6ac0c1e28a 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,018 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-2f4dcfe2-a900-44c8-bc30-8a6ac0c1e28a 2018-07-22 16:09:28,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-cbe503dc-42d6-4e1d-b4f1-37913bb3e200 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-b1b772a9-fc9f-4778-8ca3-c968ab2dbc1d 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-b1b772a9-fc9f-4778-8ca3-c968ab2dbc1d 2018-07-22 16:09:28,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-6def2a0d-93c9-4a40-921d-1a21bc9f0434 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-274fc05f-8aab-4638-b726-45a4c8864558 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,147 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-274fc05f-8aab-4638-b726-45a4c8864558 2018-07-22 16:09:28,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,175 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-1867a98a-9e98-4705-9caa-637ac0eab7b2 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-428dd378-5666-43a1-81e4-614a1a16a647 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,200 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-428dd378-5666-43a1-81e4-614a1a16a647 2018-07-22 16:09:28,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-17771000-45e2-498e-b541-db3204c15ece Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-95055025-9a5c-4c73-84e9-1318ddef70f8 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,254 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-95055025-9a5c-4c73-84e9-1318ddef70f8 2018-07-22 16:09:28,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-85b63f47-9401-478b-b03c-204cc8adfc81 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-109f15cc-4a69-4d3b-9867-7be85baa426b 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,306 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-109f15cc-4a69-4d3b-9867-7be85baa426b 2018-07-22 16:09:28,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-85c7bf03-5685-4204-8ee8-58f0ca9084e8 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-b32044b0-cc3e-4525-be47-4aa751c32144 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,358 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-b32044b0-cc3e-4525-be47-4aa751c32144 2018-07-22 16:09:28,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,386 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-1d6f191b-b7cf-4b2a-8f92-49a12edb0b72 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-92da8a3f-0bf1-4833-ad53-7a46ce0f7a0b 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-92da8a3f-0bf1-4833-ad53-7a46ce0f7a0b 2018-07-22 16:09:28,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,441 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-ebd34968-9c97-404a-b7ef-4d52f59a5297 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-7a5a2cd9-0e53-4ee2-9a23-9c2ddf585840 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,466 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-7a5a2cd9-0e53-4ee2-9a23-9c2ddf585840 2018-07-22 16:09:28,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,494 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-f79bb012-3bb1-47e3-b71a-b2b1a542836a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-1ed7218c-7240-4ba3-9b92-a936125ce614 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-1ed7218c-7240-4ba3-9b92-a936125ce614 2018-07-22 16:09:28,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-a9770a8f-e5cc-41e1-b3c0-cae697e91814 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-91c1f0f7-a84c-4fb1-bba9-9f738ef97d09 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,588 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-91c1f0f7-a84c-4fb1-bba9-9f738ef97d09 2018-07-22 16:09:28,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-35ff4f53-08e7-4bb0-95ee-a602cab92426 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-f74ead33-87d1-4d56-b453-5ce45ab994a0 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-f74ead33-87d1-4d56-b453-5ce45ab994a0 2018-07-22 16:09:28,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-e403ba1d-0693-4e05-b7f3-a35c71f2d0ac Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-8048aaf6-695d-4443-95d9-31d145b98008 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,699 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-8048aaf6-695d-4443-95d9-31d145b98008 2018-07-22 16:09:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-25a92e0d-e287-49a0-b39d-6398bf51e224 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-573592eb-20cc-4cc6-8a1c-5cc9dc894682 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-573592eb-20cc-4cc6-8a1c-5cc9dc894682 2018-07-22 16:09:28,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-076ba649-094d-4293-8325-e57a67826b23 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-ad3d3ac2-ee5d-444a-94d9-10b4dffca58a 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-ad3d3ac2-ee5d-444a-94d9-10b4dffca58a 2018-07-22 16:09:28,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,833 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-730765d4-15ab-47d1-828b-c9c8692ed4aa Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-93fb7980-c5f2-4970-86ee-7b7fb9021d2f 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-93fb7980-c5f2-4970-86ee-7b7fb9021d2f 2018-07-22 16:09:28,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-5dc86d4e-ce7d-40e1-a766-3e2245da6c36 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:28,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-4b3251b0-74b0-4108-b06b-bd0426c9ba33 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:28,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-4b3251b0-74b0-4108-b06b-bd0426c9ba33 2018-07-22 16:09:28,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:28,955 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-8344e157-8702-4f4d-8d57-91c22dc67d8b Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:28 GMT Server: Apache x-openstack-request-id: req-4b040ffe-d7cf-4ac1-8096-7e6d3b276b3a 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-4b040ffe-d7cf-4ac1-8096-7e6d3b276b3a 2018-07-22 16:09:29,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-a7799f19-f35e-4203-82fd-73419f4cf94e Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-2deacd1a-c1c7-4088-9e4d-8e954d9957f3 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-2deacd1a-c1c7-4088-9e4d-8e954d9957f3 2018-07-22 16:09:29,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,113 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-aa35451b-221c-4c60-8fd0-c141cfec153a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-d4e24c29-b1f9-442f-87ba-59aa6d8d744e 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,139 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-d4e24c29-b1f9-442f-87ba-59aa6d8d744e 2018-07-22 16:09:29,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-af58d073-e306-42b7-b78c-0b8e6a7ee206 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-80a8f304-c32f-4541-a9e5-1672e4411c4a 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-80a8f304-c32f-4541-a9e5-1672e4411c4a 2018-07-22 16:09:29,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-94b248b4-fb11-41c7-b609-07b0e6f3d893 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-f9256901-fcfc-4779-bda2-a88c5a5b40bd 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-f9256901-fcfc-4779-bda2-a88c5a5b40bd 2018-07-22 16:09:29,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,293 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-67c1f793-9300-45f8-8ccf-47c6bc9c4808 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-271cb9c7-c178-422e-9f0e-18f89b816e5c 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-271cb9c7-c178-422e-9f0e-18f89b816e5c 2018-07-22 16:09:29,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-a3e95b74-da01-487f-882e-4f1f673a414e Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-6c9f2fe8-4e9e-48ac-9d79-6e6292b136a8 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-6c9f2fe8-4e9e-48ac-9d79-6e6292b136a8 2018-07-22 16:09:29,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,418 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-be2856d1-1505-492f-a193-d3eb6c918ba8 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-deb38435-0795-47be-9a4d-27d1eb587eca 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,443 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-deb38435-0795-47be-9a4d-27d1eb587eca 2018-07-22 16:09:29,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,471 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-7168db7a-1f25-468e-ad7c-e68504010b8c Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-a5a000cb-9e1e-4b13-b5a7-6d635eef16a3 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-a5a000cb-9e1e-4b13-b5a7-6d635eef16a3 2018-07-22 16:09:29,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-bde62e7e-4100-449f-912f-b0abab75d129 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-0a5a2bec-128f-4fce-94a1-abb8a73b7344 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,552 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-0a5a2bec-128f-4fce-94a1-abb8a73b7344 2018-07-22 16:09:29,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-10f5334f-9723-4136-907b-77dcd060aaa0 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-a0118a27-bda9-4241-8dce-8cdd5bc8b19c 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,605 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-a0118a27-bda9-4241-8dce-8cdd5bc8b19c 2018-07-22 16:09:29,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,635 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-65c25537-9df9-4201-b450-3cfdd5a8a9c7 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-146d14a2-d00b-47af-a8d8-614a684e126d 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-146d14a2-d00b-47af-a8d8-614a684e126d 2018-07-22 16:09:29,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-1bbd926c-3daf-4c2f-b6a4-3ddab2240d69 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-89f21d40-cf91-4f2d-884a-3403c6fc84e0 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,713 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-89f21d40-cf91-4f2d-884a-3403c6fc84e0 2018-07-22 16:09:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,741 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-72a8b91b-db5e-40cf-8847-25d747615bf4 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-4c5f4ae9-8e1b-4b1f-99d8-873f6d8891ed 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,766 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-4c5f4ae9-8e1b-4b1f-99d8-873f6d8891ed 2018-07-22 16:09:29,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-0dec0abf-a7f1-4a0f-baad-1014dd21aa8d Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-b2f5ea90-47b5-4e05-b569-37a1f9f68406 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-b2f5ea90-47b5-4e05-b569-37a1f9f68406 2018-07-22 16:09:29,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-0431a64e-33c8-4878-89d9-b1d74908b52a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-ac9ff5a8-4c57-4020-8a23-e5ca48350d25 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-ac9ff5a8-4c57-4020-8a23-e5ca48350d25 2018-07-22 16:09:29,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-52c2996c-d32b-4fea-89b0-1596419bbe8a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-a97c7f1b-2482-4931-b1bf-20291630c04d 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,931 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-a97c7f1b-2482-4931-b1bf-20291630c04d 2018-07-22 16:09:29,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:29,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-54bad8d2-7592-4da4-b249-13f93d8d50a3 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:29,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-b3a52d6f-e700-479b-8dab-14ea3f34e4af 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:29,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-b3a52d6f-e700-479b-8dab-14ea3f34e4af 2018-07-22 16:09:29,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:29 GMT Server: Apache x-openstack-request-id: req-2092c12e-b482-4791-b01e-23bbc169479b Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-c5166c5b-0d72-4e83-a4a8-e2477ead2712 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-c5166c5b-0d72-4e83-a4a8-e2477ead2712 2018-07-22 16:09:30,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-93ac8b30-41a9-48c2-be01-6c3d2ac902c5 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-2dd291f7-6046-4b6b-9fcc-dbad8f90d978 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-2dd291f7-6046-4b6b-9fcc-dbad8f90d978 2018-07-22 16:09:30,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-4e0b4c62-fe7d-402c-8056-c04f4c42632b Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-2e247f39-a70e-4c38-9fed-be0ba8d0fe42 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,149 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-2e247f39-a70e-4c38-9fed-be0ba8d0fe42 2018-07-22 16:09:30,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-0b4a2380-d489-43a6-a163-ae5af10e3650 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-dd4d0333-b1e5-4336-8efc-39da1b94c829 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-dd4d0333-b1e5-4336-8efc-39da1b94c829 2018-07-22 16:09:30,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,232 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-fc1f7771-faf9-46bb-929e-4858a921e03c Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-aa72a83d-ba1d-4226-9071-0927e37219b3 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,257 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-aa72a83d-ba1d-4226-9071-0927e37219b3 2018-07-22 16:09:30,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-c791ec08-7862-4a0c-b93b-f87c801ee52d Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-c841e338-33d0-4940-abff-3f53abb85ae2 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,313 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-c841e338-33d0-4940-abff-3f53abb85ae2 2018-07-22 16:09:30,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,342 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-ce8754a0-9696-4e5f-8862-17602f69cb91 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-dad055d8-aa56-4898-974c-2bac1215bd87 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-dad055d8-aa56-4898-974c-2bac1215bd87 2018-07-22 16:09:30,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,395 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-d1738bda-d01b-4c51-909b-6f64af16bc7b Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-513e925d-02e0-42fe-bfee-cd80708c72c4 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-513e925d-02e0-42fe-bfee-cd80708c72c4 2018-07-22 16:09:30,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-32cf57fd-e0e7-4f07-a065-60baf7582f28 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-84c680be-1e76-468e-b60b-309c7bd50783 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-84c680be-1e76-468e-b60b-309c7bd50783 2018-07-22 16:09:30,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,502 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-dc3f8219-4c38-4905-aec8-83441fa31ee7 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-c29a488b-44df-4b20-800a-a326ab029fec 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,528 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-c29a488b-44df-4b20-800a-a326ab029fec 2018-07-22 16:09:30,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-4518e49d-3b79-4b36-8435-d4dc5d564cc6 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-63fec877-4954-43af-b33a-75c50a1027bb 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,582 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-63fec877-4954-43af-b33a-75c50a1027bb 2018-07-22 16:09:30,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-c7b51cef-ed73-4e5d-9752-f175f0dd6b1c Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-d4ffd856-01ca-4361-a140-8798c7de566a 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-d4ffd856-01ca-4361-a140-8798c7de566a 2018-07-22 16:09:30,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-00d1adf2-ed5a-47ab-bd69-be5728200846 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-05fe22dc-0989-4739-bde8-04911faac231 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-05fe22dc-0989-4739-bde8-04911faac231 2018-07-22 16:09:30,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,716 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-99bd1690-dcde-435d-b096-0c3fd702ebb4 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-5ad78b04-e3ec-4c3e-84fd-658fb4cfd633 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-5ad78b04-e3ec-4c3e-84fd-658fb4cfd633 2018-07-22 16:09:30,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-8b982fd6-b22b-41b7-9011-02389a727446 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-6835afec-6e9d-42b0-807f-5489a2d8451e 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-6835afec-6e9d-42b0-807f-5489a2d8451e 2018-07-22 16:09:30,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,823 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-b873284d-1d3c-4c6b-ad86-f05f3e14ea15 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-c1dc2ad6-df57-4671-a060-e4a0e6dfed81 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,848 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-c1dc2ad6-df57-4671-a060-e4a0e6dfed81 2018-07-22 16:09:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-903ff547-74c4-4cda-92dc-368f24099802 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-0f503658-baa6-48a9-8136-db5fc37481b5 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-0f503658-baa6-48a9-8136-db5fc37481b5 2018-07-22 16:09:30,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-c8706070-8297-4800-bdf5-c860e8e79ca0 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:30,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-b19c5090-a4eb-49cb-8738-b8bb3f90735e 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:30,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-b19c5090-a4eb-49cb-8738-b8bb3f90735e 2018-07-22 16:09:30,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:30,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-62d96ce8-3de9-413d-99ed-5303dce45dd8 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:30 GMT Server: Apache x-openstack-request-id: req-2f1089fe-975e-4973-8393-6a91cdd1d9e6 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-2f1089fe-975e-4973-8393-6a91cdd1d9e6 2018-07-22 16:09:31,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,037 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-8c453c3c-6554-43f7-9e49-3b608b0cf5c5 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-1c9a92f2-1ad0-4a12-a0aa-c003995f4f1d 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-1c9a92f2-1ad0-4a12-a0aa-c003995f4f1d 2018-07-22 16:09:31,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-394f9c59-1444-4de5-9ab9-0115c589884f Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-9180de58-4356-4270-ab73-79405f8b2ca0 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-9180de58-4356-4270-ab73-79405f8b2ca0 2018-07-22 16:09:31,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-0ce4e765-1e42-4881-8dd2-5be776ba5448 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-8d0a96b0-c93b-4f6a-9df1-d76db67a7b0e 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,182 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-8d0a96b0-c93b-4f6a-9df1-d76db67a7b0e 2018-07-22 16:09:31,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,211 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-29fcf4eb-a303-49ed-b783-35d4bbb4bd7e Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-b2d922d9-54c9-48a8-8401-67cbc74bca36 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,236 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-b2d922d9-54c9-48a8-8401-67cbc74bca36 2018-07-22 16:09:31,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,267 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-32140810-fe05-4e78-8523-74070885ec77 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-f1e2baa1-8f53-45ef-b4d4-746f8adcece6 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-f1e2baa1-8f53-45ef-b4d4-746f8adcece6 2018-07-22 16:09:31,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-c163c563-2631-4625-b0ca-deee22f00c8a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-0e3586f5-4c0f-41c0-9f79-f23e951f3a20 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-0e3586f5-4c0f-41c0-9f79-f23e951f3a20 2018-07-22 16:09:31,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-2f4f6f71-4deb-41c5-89cd-b49bb8d226cb Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-b6122c54-5f08-400b-93b8-e5a84ae5ad05 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-b6122c54-5f08-400b-93b8-e5a84ae5ad05 2018-07-22 16:09:31,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,434 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-14cd3526-5623-4f36-97bc-11700d30c956 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-028b09b2-f81b-4c97-bc4f-cd078e02794d 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-028b09b2-f81b-4c97-bc4f-cd078e02794d 2018-07-22 16:09:31,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-634f526c-0cd9-4c01-8b0c-5ff1817fbdcb Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-b3bfa766-ecb5-4ad2-9fe4-9aadca2ff58d 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-b3bfa766-ecb5-4ad2-9fe4-9aadca2ff58d 2018-07-22 16:09:31,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-f1d5ac6f-575a-41e8-9d22-2e20dfa3c311 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-af3a9ed6-a71b-41d0-8c73-3981210d1ac7 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,568 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-af3a9ed6-a71b-41d0-8c73-3981210d1ac7 2018-07-22 16:09:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-a3c091ac-6129-4492-a21e-df6658ece5c6 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-940889d3-e88e-47c4-a7d0-c0da2d6a45b0 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-940889d3-e88e-47c4-a7d0-c0da2d6a45b0 2018-07-22 16:09:31,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,667 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-77c802de-dc43-48ed-9370-b0c437202b5f Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-53475afd-2578-4e63-9545-e5797ad5a7e7 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-53475afd-2578-4e63-9545-e5797ad5a7e7 2018-07-22 16:09:31,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-f6bc035a-3483-427d-9f0d-f774a2b9270e Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-09126671-b2c0-4f27-b8b6-f119e72d2548 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,745 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-09126671-b2c0-4f27-b8b6-f119e72d2548 2018-07-22 16:09:31,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-4369842c-6b70-4c61-ba65-be5a3f449ae1 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-93aa16df-2308-4790-91b0-3bef51fc1fac 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,815 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-93aa16df-2308-4790-91b0-3bef51fc1fac 2018-07-22 16:09:31,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,843 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-368b568a-5621-484a-a94f-8f2b2a9ec0d6 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-25109dfa-413f-4be5-9adf-c5e9e807a901 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,868 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-25109dfa-413f-4be5-9adf-c5e9e807a901 2018-07-22 16:09:31,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-6eb460f8-7814-4a25-ac24-55203d570fd1 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-fcb03a7a-e868-4035-be39-54153b2119fb 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,921 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-fcb03a7a-e868-4035-be39-54153b2119fb 2018-07-22 16:09:31,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:31,954 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-899517dc-89ef-4193-85bf-019a65ec25ca Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:31,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-536dd003-b81c-4d45-9936-998c2d735afe 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:31,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-536dd003-b81c-4d45-9936-998c2d735afe 2018-07-22 16:09:31,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:31 GMT Server: Apache x-openstack-request-id: req-1fb0b575-995e-4d18-87be-c87c6f46a459 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-d0799d1b-283e-45c5-ad4d-093aec164a19 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-d0799d1b-283e-45c5-ad4d-093aec164a19 2018-07-22 16:09:32,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-d25cefe1-9888-45bd-b2b7-69dd71ecb6a1 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-0a42a09c-758d-438c-af21-c62e0bfe56ee 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,109 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-0a42a09c-758d-438c-af21-c62e0bfe56ee 2018-07-22 16:09:32,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,137 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-c5930b1f-5fe9-4c0d-b447-80f890620be6 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-7df0a232-9389-4175-8e48-b3de2b94c8f2 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,162 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-7df0a232-9389-4175-8e48-b3de2b94c8f2 2018-07-22 16:09:32,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,190 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-6b2f7a71-b08f-4a62-b703-9727062f1269 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-5ec68038-3761-47db-bd0c-e0b291abfd3a 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-5ec68038-3761-47db-bd0c-e0b291abfd3a 2018-07-22 16:09:32,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-59483544-37b0-4831-b55a-0d69b31c5128 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-0e2fd7b4-123f-45c1-93e4-5b6c1d534187 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-0e2fd7b4-123f-45c1-93e4-5b6c1d534187 2018-07-22 16:09:32,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,346 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-f89beddf-a8ee-4921-88f2-d2f41da56479 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-d67c685e-dc01-4ce0-a1fe-1f9bc5a93a51 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,372 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-d67c685e-dc01-4ce0-a1fe-1f9bc5a93a51 2018-07-22 16:09:32,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,499 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-713e5104-0b7d-4fa4-97c6-8b493f31b0c6 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-1397582e-f681-45f6-b561-6df72d0decc4 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,540 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-1397582e-f681-45f6-b561-6df72d0decc4 2018-07-22 16:09:32,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-e33f1ba2-53ba-4e17-8d20-ff9a3be1d2fc Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-d9a0c4b9-b1ac-4d08-bdaf-6444b7d7bf9d 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-d9a0c4b9-b1ac-4d08-bdaf-6444b7d7bf9d 2018-07-22 16:09:32,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,622 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-5297770d-867b-48f6-b3c2-a9479f26a9f2 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-ea7a591b-4d22-4d51-94a6-a9d1edd782d8 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-ea7a591b-4d22-4d51-94a6-a9d1edd782d8 2018-07-22 16:09:32,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-d96f384e-75b7-43e3-b025-76449a0f79eb Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-a5e543b7-29af-4ebe-8739-2f5daa20e066 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-a5e543b7-29af-4ebe-8739-2f5daa20e066 2018-07-22 16:09:32,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,747 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-291ee758-c57a-4719-92ed-87528b7f74eb Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-44346563-22fd-46c7-bfbc-ab78d3f0869d 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-44346563-22fd-46c7-bfbc-ab78d3f0869d 2018-07-22 16:09:32,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-bb41520b-25ff-4df5-93d8-f24d6cb00c59 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-73be3545-ac70-4ecd-9fa7-5711cefb065c 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-73be3545-ac70-4ecd-9fa7-5711cefb065c 2018-07-22 16:09:32,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-900b1d39-d930-41b8-9048-4d132afe6499 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-6413f6e2-ac57-4288-8e63-19e6fac630bd 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,880 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-6413f6e2-ac57-4288-8e63-19e6fac630bd 2018-07-22 16:09:32,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,909 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-abbd457c-d26f-4aed-902b-9a68e6bb06a1 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-340a4940-10fe-4b20-ad95-eec0414552c2 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-340a4940-10fe-4b20-ad95-eec0414552c2 2018-07-22 16:09:32,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:32,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-8f7d7e67-b7f7-4aa2-8ef8-f2dd1d0bdaef Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:32,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-7403299e-c024-49f8-892d-6c657bf7df9c 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:32,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-7403299e-c024-49f8-892d-6c657bf7df9c 2018-07-22 16:09:32,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:33,018 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:32 GMT Server: Apache x-openstack-request-id: req-943f0fa4-dd30-4552-ab94-eb654e97b48a Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:33,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-4781080b-9c10-4f42-8030-9dac816d8d6b 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:33,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-4781080b-9c10-4f42-8030-9dac816d8d6b 2018-07-22 16:09:33,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:33,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-89232383-e688-4217-9b6a-c7e37d4f1b25 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:33,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-6b125ee2-d037-4cf5-86ce-ae6e8dbf5fb1 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:33,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-6b125ee2-d037-4cf5-86ce-ae6e8dbf5fb1 2018-07-22 16:09:33,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:33,125 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-f207c852-f3a3-45a1-abcf-3f12b12d65b3 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:33,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-461db9a8-2436-4bfc-ab1e-060986399c79 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:33,149 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-461db9a8-2436-4bfc-ab1e-060986399c79 2018-07-22 16:09:33,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:33,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-24b1157f-c529-4767-91cd-9e4a6ab89a16 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:33,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-f4770d8f-6131-496e-85b0-06b39bb10362 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:33,205 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-f4770d8f-6131-496e-85b0-06b39bb10362 2018-07-22 16:09:33,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:33,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-dda38c72-8527-4bab-b65e-d0fef125bb99 Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:33,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-e37d0684-49ac-49b7-bf06-d75b9ce011a7 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:33,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-e37d0684-49ac-49b7-bf06-d75b9ce011a7 2018-07-22 16:09:33,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d826b786c67056a7829c9752c7bd79e44e368f" 2018-07-22 16:09:33,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-cd106e78-a37f-4ecd-bb0f-1d4bfb716e3e Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:33,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-44a539cd-008c-4d13-8587-80c95249f3e5 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": "44d17dd5b2ea4845a41511b200a32f3e", "OS::stack_id": "a3982b8d-8790-466c-b59d-5611586cd14d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "image_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image", "inst_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-inst", "subnet_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-subnet", "flavor_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-flavor-name", "net_name": "CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack", "stack_user_project_id": "5dde3781fddc445ebbf93a4bdde3acc3", "tags": null, "creation_time": "2018-07-22T16:09:08Z", "links": [{"href": "http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:09:24Z", "id": "a3982b8d-8790-466c-b59d-5611586cd14d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:33,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-44a539cd-008c-4d13-8587-80c95249f3e5 2018-07-22 16:09:33,329 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack 2018-07-22 16:09:33,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/a3982b8d-8790-466c-b59d-5611586cd14d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0a4a9c1ee4c83c43b59cc0511bbe3fb78627e" 2018-07-22 16:09:33,360 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-2975c173-8df1-4ea0-89ff-b1cc8ba8d4da Location: http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:33,385 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache x-openstack-request-id: req-a099ed2a-bca5-4187-afd4-24220fe592c3 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:09:33,385 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/44d17dd5b2ea4845a41511b200a32f3e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-stack/a3982b8d-8790-466c-b59d-5611586cd14d used request id req-a099ed2a-bca5-4187-afd4-24220fe592c3 2018-07-22 16:09:33,386 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-c27ed18a-a64f-43f7-a801-77ff02e86fbb-image 2018-07-22 16:09:33,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6737711cba12a34ef4ded018c2e0fb4a309eecfa" 2018-07-22 16:09:33,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ee230fc-ba05-4525-b9ce-fe0a85998ef2 Date: Sun, 22 Jul 2018 16:09:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:09:33,820 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7f4514f8-1b39-4b8f-b64e-03780ab2318b used request id req-9ee230fc-ba05-4525-b9ce-fe0a85998ef2 2018-07-22 16:09:33,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/edd2ee1f-49f3-46c7-b4bf-597ab209ef11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84740aae150447c51e5fc508b37ff0895e10f42b" 2018-07-22 16:09:33,855 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:09:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23fe981f-22e1-4cc2-ba07-320e779a913b x-compute-request-id: req-23fe981f-22e1-4cc2-ba07-320e779a913b Content-Length: 0 Content-Type: application/json 2018-07-22 16:09:33,855 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/edd2ee1f-49f3-46c7-b4bf-597ab209ef11 used request id req-23fe981f-22e1-4cc2-ba07-320e779a913b 2018-07-22 16:09:33,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-c8f394b1-9aed-42d2-ae8c-7ffee6f55e90 Date: Sun, 22 Jul 2018 16:09:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "created_at": "2018-07-22T16:09:10Z", "updated_at": "2018-07-22T16:09:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:09:10Z", "revision_number": 0, "id": "047ded75-6377-4d25-a89a-f75d125edc5a", "remote_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "remote_ip_prefix": null, "created_at": "2018-07-22T16:09:10Z", "security_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "port_range_min": null, "ethertype": "IPv6", "project_id": "44d17dd5b2ea4845a41511b200a32f3e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:09:10Z", "revision_number": 0, "id": "0bc93cd8-3d4e-45b6-9973-58cc11f373ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:09:10Z", "security_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "port_range_min": null, "ethertype": "IPv6", "project_id": "44d17dd5b2ea4845a41511b200a32f3e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:09:10Z", "revision_number": 0, "id": "469ef985-664b-48ac-b7b7-d515f02a8348", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:09:10Z", "security_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "port_range_min": null, "ethertype": "IPv4", "project_id": "44d17dd5b2ea4845a41511b200a32f3e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:09:10Z", "revision_number": 0, "id": "b175b673-5256-4474-ade9-7f149a2c100f", "remote_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "remote_ip_prefix": null, "created_at": "2018-07-22T16:09:10Z", "security_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "port_range_min": null, "ethertype": "IPv4", "project_id": "44d17dd5b2ea4845a41511b200a32f3e"}], "revision_number": 4, "project_id": "44d17dd5b2ea4845a41511b200a32f3e", "id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:09:34,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c8f394b1-9aed-42d2-ae8c-7ffee6f55e90 2018-07-22 16:09:34,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a394b7ff-ed52-4b61-9e50-f9883e55780d 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:09:34,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-a394b7ff-ed52-4b61-9e50-f9883e55780d 2018-07-22 16:09:34,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,275 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:09:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8323a96f-0b83-4e2a-9489-b3191e31fcb6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:09:34,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-8323a96f-0b83-4e2a-9489-b3191e31fcb6 2018-07-22 16:09:34,275 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:09:34,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,360 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:09:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2e530f2-7921-4754-a8b3-49bbb8d07eb9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:09:34,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-c2e530f2-7921-4754-a8b3-49bbb8d07eb9 2018-07-22 16:09:34,360 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:09:34,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,439 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:09:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ab586d0-a182-48ff-bdaf-9f128fa24223 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:09:34,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-0ab586d0-a182-48ff-bdaf-9f128fa24223 2018-07-22 16:09:34,439 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:09:34,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7daa419e-5b2b-4064-943a-6e4a427a789b 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:09:34,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-7daa419e-5b2b-4064-943a-6e4a427a789b 2018-07-22 16:09:34,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b4ab60-108e-4799-95c3-c1ed8c8e783d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "44d17dd5b2ea4845a41511b200a32f3e", "name": "CreateStackSuccessTests-e81ec92e-ab61-4da-proj"}} 2018-07-22 16:09:34,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e used request id req-f4b4ab60-108e-4799-95c3-c1ed8c8e783d 2018-07-22 16:09:34,617 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1053f63-aa94-48a1-8204-7c2c4da4bfe1 2018-07-22 16:09:34,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c1053f63-aa94-48a1-8204-7c2c4da4bfe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-04fc7d13-2c03-4e92-b424-e28efe0e4882 Date: Sun, 22 Jul 2018 16:09:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:09:10Z", "security_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "port_range_min": null, "revision_number": 0, "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "created_at": "2018-07-22T16:09:10Z", "project_id": "44d17dd5b2ea4845a41511b200a32f3e", "id": "047ded75-6377-4d25-a89a-f75d125edc5a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:09:10Z", "security_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "port_range_min": null, "revision_number": 0, "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "created_at": "2018-07-22T16:09:10Z", "project_id": "44d17dd5b2ea4845a41511b200a32f3e", "id": "0bc93cd8-3d4e-45b6-9973-58cc11f373ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:09:10Z", "security_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "port_range_min": null, "revision_number": 0, "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "created_at": "2018-07-22T16:09:10Z", "project_id": "44d17dd5b2ea4845a41511b200a32f3e", "id": "469ef985-664b-48ac-b7b7-d515f02a8348"}, {"remote_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:09:10Z", "security_group_id": "c1053f63-aa94-48a1-8204-7c2c4da4bfe1", "port_range_min": null, "revision_number": 0, "tenant_id": "44d17dd5b2ea4845a41511b200a32f3e", "created_at": "2018-07-22T16:09:10Z", "project_id": "44d17dd5b2ea4845a41511b200a32f3e", "id": "b175b673-5256-4474-ade9-7f149a2c100f"}]} 2018-07-22 16:09:34,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c1053f63-aa94-48a1-8204-7c2c4da4bfe1 used request id req-04fc7d13-2c03-4e92-b424-e28efe0e4882 2018-07-22 16:09:34,646 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:09:34,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c1053f63-aa94-48a1-8204-7c2c4da4bfe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:34,863 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ded6db44-5acd-495b-994a-5aea3e7cfbb3 Content-Length: 0 Date: Sun, 22 Jul 2018 16:09:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:09:34,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c1053f63-aa94-48a1-8204-7c2c4da4bfe1 used request id req-ded6db44-5acd-495b-994a-5aea3e7cfbb3 2018-07-22 16:09:34,864 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-e81ec92e-ab61-4da-proj 2018-07-22 16:09:34,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:35,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0e88920-151f-4a1b-b2ce-803e2aa12717 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:35,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/44d17dd5b2ea4845a41511b200a32f3e used request id req-f0e88920-151f-4a1b-b2ce-803e2aa12717 2018-07-22 16:09:35,114 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-e81ec92e-ab61-4da-proj-role 2018-07-22 16:09:35,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c5c10517e70243a29d3030771dbc3386 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:35,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8649505a-52e1-4ab4-a02b-9a9a106db364 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:35,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c5c10517e70243a29d3030771dbc3386 used request id req-8649505a-52e1-4ab4-a02b-9a9a106db364 2018-07-22 16:09:35,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1b2d72e84d75d8a56827508815cb60f8d291ceb" 2018-07-22 16:09:35,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3194bef2-f0d7-40f3-8a9d-8e9c3f9d2cd2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:09:35,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3194bef2-f0d7-40f3-8a9d-8e9c3f9d2cd2 2018-07-22 16:09:35,309 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-e81ec92e-ab61-4da-user 2018-07-22 16:09:35,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/605faa679e424b948460dba4696c8d78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe11d765d907bcf09170eb5c898c990c525ea2c" 2018-07-22 16:09:35,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bb37f53-9993-410b-b5a2-8d1b91a33ec8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:35,617 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/605faa679e424b948460dba4696c8d78 used request id req-6bb37f53-9993-410b-b5a2-8d1b91a33ec8 2018-07-22 16:09:35,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:35,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:09:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["JmqEHeOLSZ2xaVGnBZI_VQ"], "issued_at": "2018-07-22T16:09:35.000000Z"}} 2018-07-22 16:09:35,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c70d44596f5f74b435257d35d704eb3cc3d74ed" 2018-07-22 16:09:36,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25ac6de9-9c1e-4c48-888d-7e07a9c3cfc5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:36,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-25ac6de9-9c1e-4c48-888d-7e07a9c3cfc5 2018-07-22 16:09:36,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:36,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:36,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bT5DMO4dQf6pOs6_0xvM8g"], "issued_at": "2018-07-22T16:09:36.000000Z"}} 2018-07-22 16:09:36,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:09:36,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f539b6-8f06-45ee-aca5-32f8b06e760f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:36,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-64f539b6-8f06-45ee-aca5-32f8b06e760f 2018-07-22 16:09:36,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:09:36,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:09: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:09:36,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-51d88789-1992-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:09:36,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82f4df4d-8ffa-4e39-8d8c-de2836ce4b51 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-51d88789-1992-423-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:09:36,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-51d88789-1992-423-proj used request id req-82f4df4d-8ffa-4e39-8d8c-de2836ce4b51 2018-07-22 16:09:36,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:09:36,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e845962e-ac4f-4350-8941-a02bd8e7e0da Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:09:36,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e845962e-ac4f-4350-8941-a02bd8e7e0da 2018-07-22 16:09:36,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}}' 2018-07-22 16:09:36,689 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48da4d4c-71af-4008-9765-f08e4aeea63d Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6"}, "tags": [], "enabled": true, "id": "66027af44bbd40ecb49b425f609c10e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}} 2018-07-22 16:09:36,689 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-48da4d4c-71af-4008-9765-f08e4aeea63d 2018-07-22 16:09:36,689 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-51d88789-1992-423-proj 2018-07-22 16:09:36,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:36,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:37,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_oGmh3VfShKiDA8fVdmsSA"], "issued_at": "2018-07-22T16:09:37.000000Z"}} 2018-07-22 16:09:37,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fb8c436da0d2e5db8f881c308a9a5327d6d580" 2018-07-22 16:09:37,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f40ba63-0786-4d15-9179-cd3804badb74 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:37,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5f40ba63-0786-4d15-9179-cd3804badb74 2018-07-22 16:09:37,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:09:37,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:09: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:09:37,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fb8c436da0d2e5db8f881c308a9a5327d6d580" 2018-07-22 16:09:37,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e2717c3-346c-4f47-9b49-dae8d46b173b Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:09:37,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1e2717c3-346c-4f47-9b49-dae8d46b173b 2018-07-22 16:09:37,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-51d88789-1992-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fb8c436da0d2e5db8f881c308a9a5327d6d580" 2018-07-22 16:09:37,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624214f4-2113-41f6-8b28-2a498c1e1415 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-51d88789-1992-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6"}, "tags": [], "enabled": true, "id": "66027af44bbd40ecb49b425f609c10e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}]} 2018-07-22 16:09:37,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-51d88789-1992-423-proj used request id req-624214f4-2113-41f6-8b28-2a498c1e1415 2018-07-22 16:09:37,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fb8c436da0d2e5db8f881c308a9a5327d6d580" 2018-07-22 16:09:37,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ed90d2-7d1a-46ca-92b0-dc4f12008517 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:09:37,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a4ed90d2-7d1a-46ca-92b0-dc4f12008517 2018-07-22 16:09:37,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fb8c436da0d2e5db8f881c308a9a5327d6d580" 2018-07-22 16:09:37,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3463e4fc-c32b-4dcd-b1dc-711ee5845f7e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:09:37,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3463e4fc-c32b-4dcd-b1dc-711ee5845f7e 2018-07-22 16:09:37,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-51d88789-1992-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fb8c436da0d2e5db8f881c308a9a5327d6d580" 2018-07-22 16:09:38,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d732706c-f3b0-4edc-8e20-73467c3b4253 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-51d88789-1992-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6"}, "tags": [], "enabled": true, "id": "66027af44bbd40ecb49b425f609c10e6", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}]} 2018-07-22 16:09:38,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-51d88789-1992-423-proj used request id req-d732706c-f3b0-4edc-8e20-73467c3b4253 2018-07-22 16:09:38,011 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-51d88789-1992-423-user 2018-07-22 16:09:38,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:38,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:09:38,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f506e725-b592-4e39-a9ff-1dfdb4803165 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:09:38,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f506e725-b592-4e39-a9ff-1dfdb4803165 2018-07-22 16:09:38,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" -d '{"role": {"name": "CreateStackSuccessTests-51d88789-1992-423-proj-role"}}' 2018-07-22 16:09:38,138 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:09:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49ad1dc7-f4f5-4951-8b7a-15003ec31579 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ef3ec38c0fb49dca02bdf9c1d4e7985", "links": {"self": "http://172.30.9.28:5000/v3/roles/6ef3ec38c0fb49dca02bdf9c1d4e7985"}, "name": "CreateStackSuccessTests-51d88789-1992-423-proj-role"}} 2018-07-22 16:09:38,138 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-49ad1dc7-f4f5-4951-8b7a-15003ec31579 2018-07-22 16:09:38,138 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-51d88789-1992-423-proj-role 2018-07-22 16:09:38,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/6ef3ec38c0fb49dca02bdf9c1d4e7985 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:09:38,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a16098-30e1-45bc-851f-0a574584e291 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ef3ec38c0fb49dca02bdf9c1d4e7985", "links": {"self": "http://172.30.9.28:5000/v3/roles/6ef3ec38c0fb49dca02bdf9c1d4e7985"}, "name": "CreateStackSuccessTests-51d88789-1992-423-proj-role"}} 2018-07-22 16:09:38,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6ef3ec38c0fb49dca02bdf9c1d4e7985 used request id req-a4a16098-30e1-45bc-851f-0a574584e291 2018-07-22 16:09:38,224 - keystone_utils - INFO - Granting role CreateStackSuccessTests-51d88789-1992-423-proj-role to project CreateStackSuccessTests-51d88789-1992-423-proj 2018-07-22 16:09:38,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6/users/f31f45cd2b994a79b905224d6f7b58da/roles/6ef3ec38c0fb49dca02bdf9c1d4e7985 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:09:38,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec3131f6-6484-4095-b2f5-32c1728476ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:38,344 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6/users/f31f45cd2b994a79b905224d6f7b58da/roles/6ef3ec38c0fb49dca02bdf9c1d4e7985 used request id req-ec3131f6-6484-4095-b2f5-32c1728476ae 2018-07-22 16:09:38,345 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:09:38,345 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:09:38,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:38,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:38,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ef3ec38c0fb49dca02bdf9c1d4e7985", "name": "CreateStackSuccessTests-51d88789-1992-423-proj-role"}], "expires_at": "2018-07-22T17:09:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66027af44bbd40ecb49b425f609c10e6", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-51d88789-1992-423-user", "id": "f31f45cd2b994a79b905224d6f7b58da"}, "audit_ids": ["9lefg-L0TFKAS846QNInpA"], "issued_at": "2018-07-22T16:09:38.000000Z"}} 2018-07-22 16:09:38,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" 2018-07-22 16:09:38,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3d64e42-9bb4-4607-806e-db2815a6621a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:38,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e3d64e42-9bb4-4607-806e-db2815a6621a 2018-07-22 16:09:38,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" 2018-07-22 16:09:38,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-566e01f4-218a-4d69-8d02-ec0e148962ef Date: Sun, 22 Jul 2018 16:09:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image"} 2018-07-22 16:09:38,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image used request id req-566e01f4-218a-4d69-8d02-ec0e148962ef 2018-07-22 16:09:39,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" 2018-07-22 16:09:39,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-85f470a9-3347-4407-a5f0-3c67bf43aeb5 Date: Sun, 22 Jul 2018 16:09: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-07-22 16:09:39,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-85f470a9-3347-4407-a5f0-3c67bf43aeb5 2018-07-22 16:09:39,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image"}' 2018-07-22 16:09:39,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8c475f34-6f8f-43bb-aec0-a01d1db13019 Date: Sun, 22 Jul 2018 16:09:39 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:09:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:09:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125", "min_disk": 0, "protected": false, "id": "6e84d416-2ef8-4d9b-bc3c-5943feba4125", "file": "/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/file", "checksum": null, "owner": "66027af44bbd40ecb49b425f609c10e6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:09:39,068 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8c475f34-6f8f-43bb-aec0-a01d1db13019 2018-07-22 16:09:39,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" -d '' 2018-07-22 16:09:39,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-355417f5-a413-4547-8e51-499ad45c5283 Date: Sun, 22 Jul 2018 16:09:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:09:39,453 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/file used request id req-355417f5-a413-4547-8e51-499ad45c5283 2018-07-22 16:09:39,453 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:09:39,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" 2018-07-22 16:09:39,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-e0974a22-90db-4aa2-98ee-4e2885d17343 Date: Sun, 22 Jul 2018 16:09:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:09:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:09:39Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/snap", "metadata": {}}], "self": "/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125", "min_disk": 0, "protected": false, "id": "6e84d416-2ef8-4d9b-bc3c-5943feba4125", "file": "/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "66027af44bbd40ecb49b425f609c10e6", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:09:39,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125 used request id req-e0974a22-90db-4aa2-98ee-4e2885d17343 2018-07-22 16:09:39,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" 2018-07-22 16:09:39,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-72b01ccb-e4fd-4c70-8ae9-46afe580ab7a Date: Sun, 22 Jul 2018 16:09: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-07-22 16:09:39,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-72b01ccb-e4fd-4c70-8ae9-46afe580ab7a 2018-07-22 16:09:39,486 - create_image - INFO - Created image with name - CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image 2018-07-22 16:09:39,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" 2018-07-22 16:09:39,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-6e7ed6c0-95c0-4edc-bb76-c89c75424171 Date: Sun, 22 Jul 2018 16:09:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:09:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:09:39Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/snap", "metadata": {}}], "self": "/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125", "min_disk": 0, "protected": false, "id": "6e84d416-2ef8-4d9b-bc3c-5943feba4125", "file": "/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "66027af44bbd40ecb49b425f609c10e6", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:09:39,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125 used request id req-6e7ed6c0-95c0-4edc-bb76-c89c75424171 2018-07-22 16:09:39,506 - create_image - DEBUG - Instance status is - active 2018-07-22 16:09:39,506 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image 2018-07-22 16:09:39,506 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image 2018-07-22 16:09:39,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:39,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:39,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["kUdCHbUNRL-7-HnyDBtB2A"], "issued_at": "2018-07-22T16:09:39.000000Z"}} 2018-07-22 16:09:39,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c34d65eabf21255c12839b8266c372f0c51a986" 2018-07-22 16:09:39,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c18d417-aa9b-400f-9177-a0c7002af1d3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:39,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2c18d417-aa9b-400f-9177-a0c7002af1d3 2018-07-22 16:09:39,983 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:09:39,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c34d65eabf21255c12839b8266c372f0c51a986" 2018-07-22 16:09:40,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f691a986-08d1-48f4-b82a-1a0f04d39ad6 x-compute-request-id: req-f691a986-08d1-48f4-b82a-1a0f04d39ad6 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:09:40,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f691a986-08d1-48f4-b82a-1a0f04d39ad6 2018-07-22 16:09:40,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c34d65eabf21255c12839b8266c372f0c51a986" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-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-07-22 16:09:40,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f6bf48a-46f6-4e69-b8cb-5193cdf97ac0 x-compute-request-id: req-2f6bf48a-46f6-4e69-b8cb-5193cdf97ac0 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ec4d1a8c-250e-4dc5-a6d5-d8c12213b679", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ec4d1a8c-250e-4dc5-a6d5-d8c12213b679", "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": "ec4d1a8c-250e-4dc5-a6d5-d8c12213b679"}} 2018-07-22 16:09:40,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2f6bf48a-46f6-4e69-b8cb-5193cdf97ac0 2018-07-22 16:09:40,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:40,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:40,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ef3ec38c0fb49dca02bdf9c1d4e7985", "name": "CreateStackSuccessTests-51d88789-1992-423-proj-role"}], "expires_at": "2018-07-22T17:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66027af44bbd40ecb49b425f609c10e6", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-51d88789-1992-423-user", "id": "f31f45cd2b994a79b905224d6f7b58da"}, "audit_ids": ["WLVkG2EER3uyU55--6Z13Q"], "issued_at": "2018-07-22T16:09:40.000000Z"}} 2018-07-22 16:09:40,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:40,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a96446c-aa77-4626-a0af-0ba159d12210 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:40,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2a96446c-aa77-4626-a0af-0ba159d12210 2018-07-22 16:09:40,693 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:09:40,696 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:09:40,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:40,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:40 GMT Server: Apache x-openstack-request-id: req-7a2c37e3-5eb8-4135-a684-43c13f48131d Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:09:40,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack used request id req-7a2c37e3-5eb8-4135-a684-43c13f48131d 2018-07-22 16:09:40,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-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-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}}' 2018-07-22 16:09:42,560 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:09:40 GMT Server: Apache x-openstack-request-id: req-7b6827c6-db46-4c4e-92cc-383ff2955070 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}]}} 2018-07-22 16:09:42,560 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks used request id req-7b6827c6-db46-4c4e-92cc-383ff2955070 2018-07-22 16:09:42,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:42,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:42 GMT Server: Apache x-openstack-request-id: req-502f242c-9c9d-448b-9d77-6b1ba481c999 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:43,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:42 GMT Server: Apache x-openstack-request-id: req-f78a974f-2ddb-417e-aa52-7e5437f7469a 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:43,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-f78a974f-2ddb-417e-aa52-7e5437f7469a 2018-07-22 16:09:43,008 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack 2018-07-22 16:09:43,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:43,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:43 GMT Server: Apache x-openstack-request-id: req-b8848273-364f-4e53-945b-d4bcaac07f81 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:43,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:43 GMT Server: Apache x-openstack-request-id: req-e16e7e58-d6bc-4ddc-a224-6bd38c88a518 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:43,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-e16e7e58-d6bc-4ddc-a224-6bd38c88a518 2018-07-22 16:09:43,345 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:09:43,346 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:09:46,349 - create_stack - DEBUG - Stack status query timeout in 1196.65971804 2018-07-22 16:09:46,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:46,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:46 GMT Server: Apache x-openstack-request-id: req-b9f547e4-5355-4a78-a0ae-000199a9a511 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:46,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:46 GMT Server: Apache x-openstack-request-id: req-abaf411e-a0ce-4b6f-b9ee-fe979f1e116b 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:46,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-abaf411e-a0ce-4b6f-b9ee-fe979f1e116b 2018-07-22 16:09:46,730 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:09:46,730 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:09:49,733 - create_stack - DEBUG - Stack status query timeout in 1193.27536702 2018-07-22 16:09:49,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:49,762 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:49 GMT Server: Apache x-openstack-request-id: req-82a93784-f8ce-4996-a82c-505238609e21 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:49,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:49 GMT Server: Apache x-openstack-request-id: req-6388a635-72bc-4a59-9d54-b8853a2ff6ba 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:49,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-6388a635-72bc-4a59-9d54-b8853a2ff6ba 2018-07-22 16:09:49,805 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:09:49,805 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:09:52,808 - create_stack - DEBUG - Stack status query timeout in 1190.20044518 2018-07-22 16:09:52,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:52,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:52 GMT Server: Apache x-openstack-request-id: req-27f0fc36-13b2-408b-8827-c38c376a8406 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:53,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:52 GMT Server: Apache x-openstack-request-id: req-647b490f-2fdf-4c11-9682-acf4c7dd82b0 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:53,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-647b490f-2fdf-4c11-9682-acf4c7dd82b0 2018-07-22 16:09:53,038 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:09:53,039 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:09:56,042 - create_stack - DEBUG - Stack status query timeout in 1186.96676803 2018-07-22 16:09:56,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:56,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:56 GMT Server: Apache x-openstack-request-id: req-08aa20ec-41a0-498e-ab39-c353c8338f5f Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:56,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:56 GMT Server: Apache x-openstack-request-id: req-d2169ea4-6d97-4bac-a609-58db9a97a30d 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:56,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-d2169ea4-6d97-4bac-a609-58db9a97a30d 2018-07-22 16:09:56,258 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:09:56,259 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack 2018-07-22 16:09:56,259 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack 2018-07-22 16:09:56,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:56,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ef3ec38c0fb49dca02bdf9c1d4e7985", "name": "CreateStackSuccessTests-51d88789-1992-423-proj-role"}], "expires_at": "2018-07-22T17:09:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66027af44bbd40ecb49b425f609c10e6", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-51d88789-1992-423-user", "id": "f31f45cd2b994a79b905224d6f7b58da"}, "audit_ids": ["agwytRSpRcCgmi7Fscdkvw"], "issued_at": "2018-07-22T16:09:56.000000Z"}} 2018-07-22 16:09:56,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37764152bfee244067cfa760c9382aa877d9bc9f" 2018-07-22 16:09:56,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:56 GMT Server: Apache x-openstack-request-id: req-ad0a1f32-1d85-45f5-b291-0035340b535d Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:57,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:56 GMT Server: Apache x-openstack-request-id: req-c5e27473-9e77-4c4a-9af8-c348866ad7dd 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:57,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-c5e27473-9e77-4c4a-9af8-c348866ad7dd 2018-07-22 16:09:57,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:57,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:57 GMT Server: Apache x-openstack-request-id: req-359d684b-cea3-4546-87e0-851c51afd9f7 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:57,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:57 GMT Server: Apache x-openstack-request-id: req-52eea486-44df-4326-b479-27f5b5955edf 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:57,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-52eea486-44df-4326-b479-27f5b5955edf 2018-07-22 16:09:57,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:09:57,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:09:57,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ef3ec38c0fb49dca02bdf9c1d4e7985", "name": "CreateStackSuccessTests-51d88789-1992-423-proj-role"}], "expires_at": "2018-07-22T17:09:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66027af44bbd40ecb49b425f609c10e6", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_66027af44bbd40ecb49b425f609c10e6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_66027af44bbd40ecb49b425f609c10e6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-51d88789-1992-423-user", "id": "f31f45cd2b994a79b905224d6f7b58da"}, "audit_ids": ["oRLMhrUtSuK8k9JzIzwebQ"], "issued_at": "2018-07-22T16:09:57.000000Z"}} 2018-07-22 16:09:57,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d38ba025e497e0d3f51471dc7f1efbd997fe0bd" 2018-07-22 16:09:57,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ece3ab-1085-46b0-af24-1d032f010210 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:09:57,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-62ece3ab-1085-46b0-af24-1d032f010210 2018-07-22 16:09:57,721 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:09:57,724 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:09:57,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d38ba025e497e0d3f51471dc7f1efbd997fe0bd" 2018-07-22 16:09:57,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:57 GMT Server: Apache x-openstack-request-id: req-83880f2f-fb0c-48c0-9bd7-74460ee087a2 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-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "deletion_time": null, "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "tags": null}]} 2018-07-22 16:09:57,915 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack used request id req-83880f2f-fb0c-48c0-9bd7-74460ee087a2 2018-07-22 16:09:57,915 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack 2018-07-22 16:09:57,915 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack 2018-07-22 16:09:57,915 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack 2018-07-22 16:09:57,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:57,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:57 GMT Server: Apache x-openstack-request-id: req-edcff8c0-7f1a-42a7-919e-2b74727439b7 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:57,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:09:57 GMT Server: Apache x-openstack-request-id: req-2da76927-46a9-4a0d-a90c-07227736d199 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:09:57,985 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-2da76927-46a9-4a0d-a90c-07227736d199 2018-07-22 16:09:57,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:09:58,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:09:57 GMT Server: Apache x-openstack-request-id: req-c1ad5dc2-72da-410b-a3db-f8ff24f52b07 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:09:58,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:09:58 GMT Server: Apache x-openstack-request-id: req-faee56b0-fe06-47c9-b4c6-3ef41f7c9fce 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:57Z", "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:09:58,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-faee56b0-fe06-47c9-b4c6-3ef41f7c9fce 2018-07-22 16:09:58,087 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:09:58,087 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:01,090 - create_stack - DEBUG - Stack status query timeout in 1196.89521313 2018-07-22 16:10:01,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:10:01,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:01 GMT Server: Apache x-openstack-request-id: req-dc108f2b-2c44-4dce-af60-53dd210ed21e Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:01,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:01 GMT Server: Apache x-openstack-request-id: req-ff22d9f2-754b-414f-9c90-2668d51ba577 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:57Z", "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:01,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-ff22d9f2-754b-414f-9c90-2668d51ba577 2018-07-22 16:10:01,321 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:10:01,321 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:04,324 - create_stack - DEBUG - Stack status query timeout in 1193.66120911 2018-07-22 16:10:04,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:10:04,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:04 GMT Server: Apache x-openstack-request-id: req-653f85e3-a1d9-4150-a2a9-d222dff61e64 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:04,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:04 GMT Server: Apache x-openstack-request-id: req-a8fa62e1-11c1-4434-ad82-5367cad369af 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:09:57Z", "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:04,428 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-a8fa62e1-11c1-4434-ad82-5367cad369af 2018-07-22 16:10:04,429 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:10:04,429 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:07,432 - create_stack - DEBUG - Stack status query timeout in 1190.55340409 2018-07-22 16:10:07,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:10:07,462 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:07 GMT Server: Apache x-openstack-request-id: req-52670405-7c36-4235-9fbf-ca38b2630740 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:07,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:07 GMT Server: Apache x-openstack-request-id: req-f5a72439-d8a4-4736-ba0c-0ad0c91875cb 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": "66027af44bbd40ecb49b425f609c10e6", "OS::stack_id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "image_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image", "inst_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-inst", "subnet_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-subnet", "flavor_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-flavor-name", "net_name": "CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-net"}, "deletion_time": "2018-07-22T16:10:07Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack", "stack_user_project_id": "e1dc98db066a4ed083cb15d3e29582b5", "tags": null, "creation_time": "2018-07-22T16:09:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:09:57Z", "id": "35455a1c-fdf3-4dc2-84b2-8ee6d021743d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:07,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-f5a72439-d8a4-4736-ba0c-0ad0c91875cb 2018-07-22 16:10:07,488 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:10:07,488 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack 2018-07-22 16:10:07,488 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack 2018-07-22 16:10:07,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/35455a1c-fdf3-4dc2-84b2-8ee6d021743d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a9ddf0b274ad58d36cf75aa88f2b20c463d0f4" 2018-07-22 16:10:07,517 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:07 GMT Server: Apache x-openstack-request-id: req-c87f988f-bb00-4c2b-8bc2-96183d018a43 Location: http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:07,542 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:10:07 GMT Server: Apache x-openstack-request-id: req-1e325ffc-87d1-498f-a5db-dfb52649867f Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:10:07,543 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/66027af44bbd40ecb49b425f609c10e6/stacks/CreateStackSuccessTests-CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-stack/35455a1c-fdf3-4dc2-84b2-8ee6d021743d used request id req-1e325ffc-87d1-498f-a5db-dfb52649867f 2018-07-22 16:10:07,544 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-78e3848b-641d-4b75-b5d9-b02dee3f51cc-image 2018-07-22 16:10:07,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9fc2a927dc452702758b1e4ab378a5020ce053ef" 2018-07-22 16:10:08,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-86e5739a-edcc-4e36-913a-829eede154e9 Date: Sun, 22 Jul 2018 16:10:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:10:08,001 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6e84d416-2ef8-4d9b-bc3c-5943feba4125 used request id req-86e5739a-edcc-4e36-913a-829eede154e9 2018-07-22 16:10:08,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/ec4d1a8c-250e-4dc5-a6d5-d8c12213b679 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c34d65eabf21255c12839b8266c372f0c51a986" 2018-07-22 16:10:08,029 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:10:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85070c7c-cd72-43bf-9e8b-a23bc468c799 x-compute-request-id: req-85070c7c-cd72-43bf-9e8b-a23bc468c799 Content-Length: 0 Content-Type: application/json 2018-07-22 16:10:08,030 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ec4d1a8c-250e-4dc5-a6d5-d8c12213b679 used request id req-85070c7c-cd72-43bf-9e8b-a23bc468c799 2018-07-22 16:10:08,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:08,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-fdd9f6d6-75c1-423f-b426-a0afb54643c6 Date: Sun, 22 Jul 2018 16:10:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "created_at": "2018-07-22T16:09:42Z", "updated_at": "2018-07-22T16:09:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:09:43Z", "revision_number": 0, "id": "11760358-c860-4794-b20e-eaf1a4ab2480", "remote_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "remote_ip_prefix": null, "created_at": "2018-07-22T16:09:43Z", "security_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "66027af44bbd40ecb49b425f609c10e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:09:43Z", "revision_number": 0, "id": "3e6f95d9-d130-47a5-9cac-4df49ddb9210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:09:43Z", "security_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "66027af44bbd40ecb49b425f609c10e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:09:43Z", "revision_number": 0, "id": "82b5ac67-1e79-4cb4-8021-07f731156bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:09:43Z", "security_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "66027af44bbd40ecb49b425f609c10e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:09:43Z", "revision_number": 0, "id": "c6953e02-d849-4bb4-a063-96ce9281e998", "remote_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "remote_ip_prefix": null, "created_at": "2018-07-22T16:09:43Z", "security_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "66027af44bbd40ecb49b425f609c10e6"}], "revision_number": 4, "project_id": "66027af44bbd40ecb49b425f609c10e6", "id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:10:08,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-fdd9f6d6-75c1-423f-b426-a0afb54643c6 2018-07-22 16:10:08,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:08,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a932314-51fb-4ed7-b9bb-35ba3d9dea0a 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:10:08,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-6a932314-51fb-4ed7-b9bb-35ba3d9dea0a 2018-07-22 16:10:08,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:08,453 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65e2d903-dc53-48e2-8d81-1289d7a57cc8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:10:08,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-65e2d903-dc53-48e2-8d81-1289d7a57cc8 2018-07-22 16:10:08,453 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:10:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:08,540 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a77c220-4817-40ce-93af-616d84fcc2d1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:10:08,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-8a77c220-4817-40ce-93af-616d84fcc2d1 2018-07-22 16:10:08,540 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:10:08,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:08,622 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce56a955-f52c-4cdb-8c99-a5a0addbee86 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:10:08,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-ce56a955-f52c-4cdb-8c99-a5a0addbee86 2018-07-22 16:10:08,622 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:10:08,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:08,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49cd7cc2-4f1f-4c7b-90c4-5392062914bf Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "66027af44bbd40ecb49b425f609c10e6", "name": "CreateStackSuccessTests-51d88789-1992-423-proj"}} 2018-07-22 16:10:08,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6 used request id req-49cd7cc2-4f1f-4c7b-90c4-5392062914bf 2018-07-22 16:10:08,714 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a948705f-5321-45d7-aaa4-802a8c0cf07f 2018-07-22 16:10:08,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a948705f-5321-45d7-aaa4-802a8c0cf07f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:08,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4aa3d47d-f836-4052-83e3-3b50c2e69218 Date: Sun, 22 Jul 2018 16:10:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:09:43Z", "security_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "port_range_min": null, "revision_number": 0, "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "created_at": "2018-07-22T16:09:43Z", "project_id": "66027af44bbd40ecb49b425f609c10e6", "id": "11760358-c860-4794-b20e-eaf1a4ab2480"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:09:43Z", "security_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "port_range_min": null, "revision_number": 0, "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "created_at": "2018-07-22T16:09:43Z", "project_id": "66027af44bbd40ecb49b425f609c10e6", "id": "3e6f95d9-d130-47a5-9cac-4df49ddb9210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:09:43Z", "security_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "port_range_min": null, "revision_number": 0, "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "created_at": "2018-07-22T16:09:43Z", "project_id": "66027af44bbd40ecb49b425f609c10e6", "id": "82b5ac67-1e79-4cb4-8021-07f731156bc6"}, {"remote_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:09:43Z", "security_group_id": "a948705f-5321-45d7-aaa4-802a8c0cf07f", "port_range_min": null, "revision_number": 0, "tenant_id": "66027af44bbd40ecb49b425f609c10e6", "created_at": "2018-07-22T16:09:43Z", "project_id": "66027af44bbd40ecb49b425f609c10e6", "id": "c6953e02-d849-4bb4-a063-96ce9281e998"}]} 2018-07-22 16:10:08,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a948705f-5321-45d7-aaa4-802a8c0cf07f used request id req-4aa3d47d-f836-4052-83e3-3b50c2e69218 2018-07-22 16:10:08,743 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:10:08,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a948705f-5321-45d7-aaa4-802a8c0cf07f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:08,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f42e39f-a952-45b3-91f8-f489f2ce912d Content-Length: 0 Date: Sun, 22 Jul 2018 16:10:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:10:08,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a948705f-5321-45d7-aaa4-802a8c0cf07f used request id req-7f42e39f-a952-45b3-91f8-f489f2ce912d 2018-07-22 16:10:08,947 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-51d88789-1992-423-proj 2018-07-22 16:10:08,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:09,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c440b3d8-9231-4cba-9a9e-b50057b51650 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:09,234 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/66027af44bbd40ecb49b425f609c10e6 used request id req-c440b3d8-9231-4cba-9a9e-b50057b51650 2018-07-22 16:10:09,234 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-51d88789-1992-423-proj-role 2018-07-22 16:10:09,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/6ef3ec38c0fb49dca02bdf9c1d4e7985 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:09,336 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24381602-8883-4dae-a32d-8f20f77cddc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:09,336 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6ef3ec38c0fb49dca02bdf9c1d4e7985 used request id req-24381602-8883-4dae-a32d-8f20f77cddc4 2018-07-22 16:10:09,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ef0643135921dc38e580867ace06100c3fbcb9" 2018-07-22 16:10:09,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8571979-88c8-4376-b99e-88c8abc181f2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:10:09,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b8571979-88c8-4376-b99e-88c8abc181f2 2018-07-22 16:10:09,424 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-51d88789-1992-423-user 2018-07-22 16:10:09,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f31f45cd2b994a79b905224d6f7b58da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fb8c436da0d2e5db8f881c308a9a5327d6d580" 2018-07-22 16:10:09,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8e4f6c8-951d-466e-8e55-7b16f7413563 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:09,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f31f45cd2b994a79b905224d6f7b58da used request id req-b8e4f6c8-951d-466e-8e55-7b16f7413563 2018-07-22 16:10:09,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:09,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:10:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Fmxj3EySQ-mxVQEQ7ImHBg"], "issued_at": "2018-07-22T16:10:09.000000Z"}} 2018-07-22 16:10:09,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}272ea0cf410717c228bf5a6cf658776858e989f7" 2018-07-22 16:10:10,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ef6c8e-ae7f-4f7f-a4db-58a51230b742 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:10,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-57ef6c8e-ae7f-4f7f-a4db-58a51230b742 2018-07-22 16:10:10,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:10,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:10,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:10:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["YfWsDYrqTiKxZeGf91F8-w"], "issued_at": "2018-07-22T16:10:10.000000Z"}} 2018-07-22 16:10:10,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:10,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b506f6e-eb4f-44dc-abdc-b09b7763125f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:10,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4b506f6e-eb4f-44dc-abdc-b09b7763125f 2018-07-22 16:10:10,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:10:10,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:10:10,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3b8176e2-10c6-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:10,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe97a05-c441-4079-864f-72303d882799 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3b8176e2-10c6-436-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:10:10,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3b8176e2-10c6-436-proj used request id req-bbe97a05-c441-4079-864f-72303d882799 2018-07-22 16:10:10,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:10,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc257218-5233-41d3-9655-2aa546ec9c65 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:10:10,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-cc257218-5233-41d3-9655-2aa546ec9c65 2018-07-22 16:10:10,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj"}}' 2018-07-22 16:10:10,912 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:10:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cf323f4-85d4-437a-a8a8-dd41c0b63797 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5"}, "tags": [], "enabled": true, "id": "77ab87a41ca648b8851ea399064aaad5", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj"}} 2018-07-22 16:10:10,912 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2cf323f4-85d4-437a-a8a8-dd41c0b63797 2018-07-22 16:10:10,912 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3b8176e2-10c6-436-proj 2018-07-22 16:10:10,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:10,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:11,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:10:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["gJQez2BwR-qlJLsSEhdpYw"], "issued_at": "2018-07-22T16:10:11.000000Z"}} 2018-07-22 16:10:11,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5b122763c806efb482f98fc2a778e32bf102352" 2018-07-22 16:10:11,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4865e760-6248-4ab1-9691-5c255d78b37b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:11,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4865e760-6248-4ab1-9691-5c255d78b37b 2018-07-22 16:10:11,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:10:11,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:10:11,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5b122763c806efb482f98fc2a778e32bf102352" 2018-07-22 16:10:11,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f90300c9-f6fd-4d7c-b96a-5ff61370b552 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:10:11,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f90300c9-f6fd-4d7c-b96a-5ff61370b552 2018-07-22 16:10:11,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3b8176e2-10c6-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5b122763c806efb482f98fc2a778e32bf102352" 2018-07-22 16:10:11,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d081cff-7387-43a1-b43b-89901c8547b7 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3b8176e2-10c6-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5"}, "tags": [], "enabled": true, "id": "77ab87a41ca648b8851ea399064aaad5", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj"}]} 2018-07-22 16:10:11,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3b8176e2-10c6-436-proj used request id req-3d081cff-7387-43a1-b43b-89901c8547b7 2018-07-22 16:10:11,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5b122763c806efb482f98fc2a778e32bf102352" 2018-07-22 16:10:11,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-798141c8-b811-496b-914a-be317fde0135 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:10:11,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-798141c8-b811-496b-914a-be317fde0135 2018-07-22 16:10:12,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5b122763c806efb482f98fc2a778e32bf102352" 2018-07-22 16:10:12,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5932599-e22d-4c21-a1f4-c7d427f2a4db Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:10:12,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c5932599-e22d-4c21-a1f4-c7d427f2a4db 2018-07-22 16:10:12,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3b8176e2-10c6-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5b122763c806efb482f98fc2a778e32bf102352" 2018-07-22 16:10:12,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d577fa74-ea8d-4e2e-83cd-2b9d8af5b6bb Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3b8176e2-10c6-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5"}, "tags": [], "enabled": true, "id": "77ab87a41ca648b8851ea399064aaad5", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj"}]} 2018-07-22 16:10:12,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3b8176e2-10c6-436-proj used request id req-d577fa74-ea8d-4e2e-83cd-2b9d8af5b6bb 2018-07-22 16:10:12,112 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3b8176e2-10c6-436-user 2018-07-22 16:10:12,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:12,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:12,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce748fd2-6a4f-481c-8c52-23afa0e9fdfb Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:10:12,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ce748fd2-6a4f-481c-8c52-23afa0e9fdfb 2018-07-22 16:10:12,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" -d '{"role": {"name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj-role"}}' 2018-07-22 16:10:12,301 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42c43f86-66d1-461c-ae1e-4ce2ce2556f7 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6da68d0231e84029af6f8e9c10c7213e", "links": {"self": "http://172.30.9.28:5000/v3/roles/6da68d0231e84029af6f8e9c10c7213e"}, "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj-role"}} 2018-07-22 16:10:12,301 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-42c43f86-66d1-461c-ae1e-4ce2ce2556f7 2018-07-22 16:10:12,301 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3b8176e2-10c6-436-proj-role 2018-07-22 16:10:12,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/6da68d0231e84029af6f8e9c10c7213e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:12,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-378dc773-f54e-4b88-bbfc-20d38a10c61c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6da68d0231e84029af6f8e9c10c7213e", "links": {"self": "http://172.30.9.28:5000/v3/roles/6da68d0231e84029af6f8e9c10c7213e"}, "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj-role"}} 2018-07-22 16:10:12,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6da68d0231e84029af6f8e9c10c7213e used request id req-378dc773-f54e-4b88-bbfc-20d38a10c61c 2018-07-22 16:10:12,390 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3b8176e2-10c6-436-proj-role to project CreateStackSuccessTests-3b8176e2-10c6-436-proj 2018-07-22 16:10:12,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5/users/34ec318e391146e3b313d11dff75d067/roles/6da68d0231e84029af6f8e9c10c7213e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:12,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-039232c6-7fac-44a4-b36d-2c0c41277e07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:12,525 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5/users/34ec318e391146e3b313d11dff75d067/roles/6da68d0231e84029af6f8e9c10c7213e used request id req-039232c6-7fac-44a4-b36d-2c0c41277e07 2018-07-22 16:10:12,525 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:10:12,526 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:10:12,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:12,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:12,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6da68d0231e84029af6f8e9c10c7213e", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj-role"}], "expires_at": "2018-07-22T17:10:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77ab87a41ca648b8851ea399064aaad5", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/77ab87a41ca648b8851ea399064aaad5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/77ab87a41ca648b8851ea399064aaad5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3b8176e2-10c6-436-user", "id": "34ec318e391146e3b313d11dff75d067"}, "audit_ids": ["XHv3UGaqSjKd0JJsHtYing"], "issued_at": "2018-07-22T16:10:12.000000Z"}} 2018-07-22 16:10:12,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" 2018-07-22 16:10:12,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd225ed-48b3-443a-9a20-b5ad57b44a6b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:12,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1bd225ed-48b3-443a-9a20-b5ad57b44a6b 2018-07-22 16:10:12,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" 2018-07-22 16:10:13,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-4b691855-75f4-4a9d-b313-7be971b5a45d Date: Sun, 22 Jul 2018 16:10:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image"} 2018-07-22 16:10:13,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image used request id req-4b691855-75f4-4a9d-b313-7be971b5a45d 2018-07-22 16:10:13,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" 2018-07-22 16:10:13,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ed6c4c44-3026-4c46-bd89-4a1844e0a801 Date: Sun, 22 Jul 2018 16:10: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-07-22 16:10:13,186 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ed6c4c44-3026-4c46-bd89-4a1844e0a801 2018-07-22 16:10:13,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image"}' 2018-07-22 16:10:13,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d998f9e3-3b10-43e3-88bb-5f79e41d2a87 Date: Sun, 22 Jul 2018 16:10:13 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:10:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:10:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee", "min_disk": 0, "protected": false, "id": "d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee", "file": "/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/file", "checksum": null, "owner": "77ab87a41ca648b8851ea399064aaad5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:10:13,257 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-d998f9e3-3b10-43e3-88bb-5f79e41d2a87 2018-07-22 16:10:13,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" -d '' 2018-07-22 16:10:13,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-313a5e18-33c3-4ec2-bddc-13d4659cd8c0 Date: Sun, 22 Jul 2018 16:10:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:10:13,629 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/file used request id req-313a5e18-33c3-4ec2-bddc-13d4659cd8c0 2018-07-22 16:10:13,629 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:10:13,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" 2018-07-22 16:10:13,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-63ceb4c9-00bc-402b-b856-a21c4909924e Date: Sun, 22 Jul 2018 16:10:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:10:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:10:13Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/snap", "metadata": {}}], "self": "/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee", "min_disk": 0, "protected": false, "id": "d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee", "file": "/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "77ab87a41ca648b8851ea399064aaad5", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:10:13,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee used request id req-63ceb4c9-00bc-402b-b856-a21c4909924e 2018-07-22 16:10:13,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" 2018-07-22 16:10:13,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-a73ba178-e06c-48ae-90f3-3bbbc8a3c714 Date: Sun, 22 Jul 2018 16:10: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-07-22 16:10:13,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a73ba178-e06c-48ae-90f3-3bbbc8a3c714 2018-07-22 16:10:13,661 - create_image - INFO - Created image with name - CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image 2018-07-22 16:10:13,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" 2018-07-22 16:10:13,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b7dfd1fb-a322-41d1-88a2-4ec7b3d895f6 Date: Sun, 22 Jul 2018 16:10:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:10:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:10:13Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/snap", "metadata": {}}], "self": "/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee", "min_disk": 0, "protected": false, "id": "d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee", "file": "/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "77ab87a41ca648b8851ea399064aaad5", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:10:13,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee used request id req-b7dfd1fb-a322-41d1-88a2-4ec7b3d895f6 2018-07-22 16:10:13,679 - create_image - DEBUG - Instance status is - active 2018-07-22 16:10:13,679 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image 2018-07-22 16:10:13,679 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image 2018-07-22 16:10:13,679 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:13,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:14,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:10:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["AkR0fnlORnypD2bv0_akyw"], "issued_at": "2018-07-22T16:10:14.000000Z"}} 2018-07-22 16:10:14,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f969e2d706d8b52225972ffd7d83256411423e3" 2018-07-22 16:10:14,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34661275-8bd2-4b3c-9afa-544a31113341 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:14,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-34661275-8bd2-4b3c-9afa-544a31113341 2018-07-22 16:10:14,149 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:10:14,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f969e2d706d8b52225972ffd7d83256411423e3" 2018-07-22 16:10:14,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-cb84d128-d8d9-4458-8443-21d5d4962237 x-compute-request-id: req-cb84d128-d8d9-4458-8443-21d5d4962237 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:10:14,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cb84d128-d8d9-4458-8443-21d5d4962237 2018-07-22 16:10:14,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f969e2d706d8b52225972ffd7d83256411423e3" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-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-07-22 16:10:14,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-2610ee2d-d2ba-48a8-9085-bd255fab88ea x-compute-request-id: req-2610ee2d-d2ba-48a8-9085-bd255fab88ea Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3f9a0e1a-9ee3-41b7-b7fc-56ebb753a608", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3f9a0e1a-9ee3-41b7-b7fc-56ebb753a608", "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": "3f9a0e1a-9ee3-41b7-b7fc-56ebb753a608"}} 2018-07-22 16:10:14,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2610ee2d-d2ba-48a8-9085-bd255fab88ea 2018-07-22 16:10:14,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:14,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:14,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6da68d0231e84029af6f8e9c10c7213e", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj-role"}], "expires_at": "2018-07-22T17:10:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77ab87a41ca648b8851ea399064aaad5", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/77ab87a41ca648b8851ea399064aaad5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/77ab87a41ca648b8851ea399064aaad5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_77ab87a41ca648b8851ea399064aaad5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_77ab87a41ca648b8851ea399064aaad5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3b8176e2-10c6-436-user", "id": "34ec318e391146e3b313d11dff75d067"}, "audit_ids": ["HCj72J6DQqu9XiBxab9q3g"], "issued_at": "2018-07-22T16:10:14.000000Z"}} 2018-07-22 16:10:14,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:14,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ad7806-f777-4beb-985f-b6c9eea22549 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:14,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c8ad7806-f777-4beb-985f-b6c9eea22549 2018-07-22 16:10:14,847 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:10:14,850 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:10:14,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:15,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:14 GMT Server: Apache x-openstack-request-id: req-c16b31af-3200-40cb-bb0c-e25471d65dd2 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:10:15,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack used request id req-c16b31af-3200-40cb-bb0c-e25471d65dd2 2018-07-22 16:10:15,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-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-fd5807a8-96a8-482a-ae24-112519d332f6-net", "inst_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-inst", "subnet_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-subnet", "image_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "flavor_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-flavor-name"}}' 2018-07-22 16:10:16,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:10:15 GMT Server: Apache x-openstack-request-id: req-493738ad-8543-4c75-b1b9-70f766cafabc Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "links": [{"href": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61", "rel": "self"}]}} 2018-07-22 16:10:16,903 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks used request id req-493738ad-8543-4c75-b1b9-70f766cafabc 2018-07-22 16:10:16,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/0ea895d0-143a-494b-a75a-1e91ec3f1b61 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:16,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:16 GMT Server: Apache x-openstack-request-id: req-b0c7a0b6-4f30-4107-b03c-f7a6dfefa1df Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:17,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:16 GMT Server: Apache x-openstack-request-id: req-19ae3d0e-8d2d-4dd4-b427-63d74c1aacda 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": "77ab87a41ca648b8851ea399064aaad5", "OS::stack_id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "image_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "inst_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-inst", "subnet_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-subnet", "net_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-net", "flavor_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "stack_user_project_id": "46514169c6b940f497619385c6b7c4c9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:10:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:17,140 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 used request id req-19ae3d0e-8d2d-4dd4-b427-63d74c1aacda 2018-07-22 16:10:17,140 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack 2018-07-22 16:10:17,141 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-07-22 16:10:17,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/0ea895d0-143a-494b-a75a-1e91ec3f1b61 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:17,345 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:17 GMT Server: Apache x-openstack-request-id: req-6b539a31-225e-466e-9bc8-9317da4a792a Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:17,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:17 GMT Server: Apache x-openstack-request-id: req-a414d228-d5fd-4b87-9b9c-ec9a6e7ea5c2 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": "77ab87a41ca648b8851ea399064aaad5", "OS::stack_id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "image_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "inst_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-inst", "subnet_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-subnet", "net_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-net", "flavor_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "stack_user_project_id": "46514169c6b940f497619385c6b7c4c9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:10:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:17,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 used request id req-a414d228-d5fd-4b87-9b9c-ec9a6e7ea5c2 2018-07-22 16:10:17,646 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-07-22 16:10:17,646 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack 2018-07-22 16:10:17,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/0ea895d0-143a-494b-a75a-1e91ec3f1b61 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:17,678 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:17 GMT Server: Apache x-openstack-request-id: req-ea745549-9f52-4ff5-a6c7-a004682d2259 Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:17,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:17 GMT Server: Apache x-openstack-request-id: req-32e0b69d-434e-4ff5-8bf9-36eb1602c389 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:17,751 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 used request id req-32e0b69d-434e-4ff5-8bf9-36eb1602c389 2018-07-22 16:10:17,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/0ea895d0-143a-494b-a75a-1e91ec3f1b61 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:18,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:17 GMT Server: Apache x-openstack-request-id: req-7b29a28f-f99e-4135-943b-aae380d26a95 Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:18,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:18 GMT Server: Apache x-openstack-request-id: req-11261d3b-1b0f-4e6c-b7b9-c96eab017ccf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "77ab87a41ca648b8851ea399064aaad5", "OS::stack_id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "image_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "inst_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-inst", "subnet_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-subnet", "net_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-net", "flavor_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "stack_user_project_id": "46514169c6b940f497619385c6b7c4c9", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-07-22T16:10:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:18,192 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 used request id req-11261d3b-1b0f-4e6c-b7b9-c96eab017ccf 2018-07-22 16:10:18,193 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-07-22 16:10:18,193 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:21,193 - create_stack - DEBUG - Stack status query timeout in 1196.55854797 2018-07-22 16:10:21,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/0ea895d0-143a-494b-a75a-1e91ec3f1b61 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:21,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:21 GMT Server: Apache x-openstack-request-id: req-be19f581-788f-49ff-bd23-d1d97e7577a8 Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:21,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:21 GMT Server: Apache x-openstack-request-id: req-1ef4f92c-814b-40ad-b622-174afce06411 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "77ab87a41ca648b8851ea399064aaad5", "OS::stack_id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "image_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "inst_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-inst", "subnet_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-subnet", "net_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-net", "flavor_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "stack_user_project_id": "46514169c6b940f497619385c6b7c4c9", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-07-22T16:10:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:21,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 used request id req-1ef4f92c-814b-40ad-b622-174afce06411 2018-07-22 16:10:21,267 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-07-22 16:10:21,267 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:24,270 - create_stack - DEBUG - Stack status query timeout in 1193.48115611 2018-07-22 16:10:24,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/0ea895d0-143a-494b-a75a-1e91ec3f1b61 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:24,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:24 GMT Server: Apache x-openstack-request-id: req-970800db-5b43-41ab-9423-1bbd810a21bb Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:24,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:24 GMT Server: Apache x-openstack-request-id: req-d1a03c4b-34cb-4e84-a8f0-1fab989e7073 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": "77ab87a41ca648b8851ea399064aaad5", "OS::stack_id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "image_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "inst_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-inst", "subnet_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-subnet", "flavor_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-flavor-name", "net_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "stack_user_project_id": "46514169c6b940f497619385c6b7c4c9", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:10:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:10:22Z", "id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:24,330 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 used request id req-d1a03c4b-34cb-4e84-a8f0-1fab989e7073 2018-07-22 16:10:24,330 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:10:24,330 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:27,334 - create_stack - DEBUG - Stack status query timeout in 1190.41809702 2018-07-22 16:10:27,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/0ea895d0-143a-494b-a75a-1e91ec3f1b61 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:27,530 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:27 GMT Server: Apache x-openstack-request-id: req-741664a8-ffbe-492b-84ed-2176e5288f8f Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:27,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:27 GMT Server: Apache x-openstack-request-id: req-759d276e-d577-441c-8691-8d1a737413a0 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": "77ab87a41ca648b8851ea399064aaad5", "OS::stack_id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "image_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image", "inst_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-inst", "subnet_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-subnet", "flavor_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-flavor-name", "net_name": "CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-net"}, "deletion_time": "2018-07-22T16:10:26Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack", "stack_user_project_id": "46514169c6b940f497619385c6b7c4c9", "tags": null, "creation_time": "2018-07-22T16:10:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:10:22Z", "id": "0ea895d0-143a-494b-a75a-1e91ec3f1b61", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:27,556 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 used request id req-759d276e-d577-441c-8691-8d1a737413a0 2018-07-22 16:10:27,557 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:10:27,557 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack 2018-07-22 16:10:27,557 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack 2018-07-22 16:10:27,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/0ea895d0-143a-494b-a75a-1e91ec3f1b61 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d111cbaf490db55bf6d93931e215c69b7e34b1" 2018-07-22 16:10:27,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:27 GMT Server: Apache x-openstack-request-id: req-d5511bb3-cb24-4a63-90b9-82f5c0ca7ea5 Location: http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:27,847 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:10:27 GMT Server: Apache x-openstack-request-id: req-d3776016-3eee-46d2-a596-b22441876d1e Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:10:27,847 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/77ab87a41ca648b8851ea399064aaad5/stacks/CreateStackSuccessTests-CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-stack/0ea895d0-143a-494b-a75a-1e91ec3f1b61 used request id req-d3776016-3eee-46d2-a596-b22441876d1e 2018-07-22 16:10:27,848 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-fd5807a8-96a8-482a-ae24-112519d332f6-image 2018-07-22 16:10:27,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f76aa551a08b84012b9083505863b0f36391fda9" 2018-07-22 16:10:29,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8c4d2c97-835c-4cef-a7d6-f7e344136082 Date: Sun, 22 Jul 2018 16:10:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:10:29,227 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d02ce6e6-0af4-46d2-b33b-1fbbc70f10ee used request id req-8c4d2c97-835c-4cef-a7d6-f7e344136082 2018-07-22 16:10:29,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/3f9a0e1a-9ee3-41b7-b7fc-56ebb753a608 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f969e2d706d8b52225972ffd7d83256411423e3" 2018-07-22 16:10:29,261 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:10: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-31d1d7e8-d665-42db-9e0e-0b630a280088 x-compute-request-id: req-31d1d7e8-d665-42db-9e0e-0b630a280088 Content-Length: 0 Content-Type: application/json 2018-07-22 16:10:29,261 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3f9a0e1a-9ee3-41b7-b7fc-56ebb753a608 used request id req-31d1d7e8-d665-42db-9e0e-0b630a280088 2018-07-22 16:10:29,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:29,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-92084306-4644-46c8-be21-71eba0c18dcb Date: Sun, 22 Jul 2018 16:10:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "created_at": "2018-07-22T16:10:17Z", "updated_at": "2018-07-22T16:10:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:10:17Z", "revision_number": 0, "id": "041ebc56-4e56-4b3a-9799-7df104b3a300", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:10:17Z", "security_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "port_range_min": null, "ethertype": "IPv6", "project_id": "77ab87a41ca648b8851ea399064aaad5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:10:17Z", "revision_number": 0, "id": "1e4dd534-929d-461b-8be7-85a7d203397b", "remote_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "remote_ip_prefix": null, "created_at": "2018-07-22T16:10:17Z", "security_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "port_range_min": null, "ethertype": "IPv4", "project_id": "77ab87a41ca648b8851ea399064aaad5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:10:17Z", "revision_number": 0, "id": "5410683a-72fe-4a60-bb2e-811c5862f85f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:10:17Z", "security_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "port_range_min": null, "ethertype": "IPv4", "project_id": "77ab87a41ca648b8851ea399064aaad5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:10:17Z", "revision_number": 0, "id": "cc4f4316-2d9f-43aa-a455-26441c29cb6a", "remote_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "remote_ip_prefix": null, "created_at": "2018-07-22T16:10:17Z", "security_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "port_range_min": null, "ethertype": "IPv6", "project_id": "77ab87a41ca648b8851ea399064aaad5"}], "revision_number": 4, "project_id": "77ab87a41ca648b8851ea399064aaad5", "id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:10:29,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-92084306-4644-46c8-be21-71eba0c18dcb 2018-07-22 16:10:29,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:29,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb70fda-5f44-450c-8e35-f1381559ebd7 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:10:29,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-bfb70fda-5f44-450c-8e35-f1381559ebd7 2018-07-22 16:10:29,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:29,733 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:10:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-873638ff-f4b8-4d39-87fb-7f6d55bd2cba Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:10:29,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-873638ff-f4b8-4d39-87fb-7f6d55bd2cba 2018-07-22 16:10:29,734 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:10:29,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:29,816 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:10:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f46a3ac-936a-4124-8786-63023c22ad6c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:10:29,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-8f46a3ac-936a-4124-8786-63023c22ad6c 2018-07-22 16:10:29,816 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:10:29,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:29,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:10:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5dbb860b-e174-4e52-a048-c5c1a1bc921a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:10:29,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-5dbb860b-e174-4e52-a048-c5c1a1bc921a 2018-07-22 16:10:29,900 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:10:29,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:29,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a18ce983-1091-45fb-8e63-191e11b6d4a4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "77ab87a41ca648b8851ea399064aaad5", "name": "CreateStackSuccessTests-3b8176e2-10c6-436-proj"}} 2018-07-22 16:10:29,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5 used request id req-a18ce983-1091-45fb-8e63-191e11b6d4a4 2018-07-22 16:10:29,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae9169a6-183c-4d36-ae8a-cee43d814754 2018-07-22 16:10:29,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ae9169a6-183c-4d36-ae8a-cee43d814754 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:30,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b682a347-d4ca-4ed0-b39f-d7b73e9802fb Date: Sun, 22 Jul 2018 16:10: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-07-22T16:10:17Z", "security_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "port_range_min": null, "revision_number": 0, "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "created_at": "2018-07-22T16:10:17Z", "project_id": "77ab87a41ca648b8851ea399064aaad5", "id": "041ebc56-4e56-4b3a-9799-7df104b3a300"}, {"remote_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:10:17Z", "security_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "port_range_min": null, "revision_number": 0, "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "created_at": "2018-07-22T16:10:17Z", "project_id": "77ab87a41ca648b8851ea399064aaad5", "id": "1e4dd534-929d-461b-8be7-85a7d203397b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:10:17Z", "security_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "port_range_min": null, "revision_number": 0, "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "created_at": "2018-07-22T16:10:17Z", "project_id": "77ab87a41ca648b8851ea399064aaad5", "id": "5410683a-72fe-4a60-bb2e-811c5862f85f"}, {"remote_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:10:17Z", "security_group_id": "ae9169a6-183c-4d36-ae8a-cee43d814754", "port_range_min": null, "revision_number": 0, "tenant_id": "77ab87a41ca648b8851ea399064aaad5", "created_at": "2018-07-22T16:10:17Z", "project_id": "77ab87a41ca648b8851ea399064aaad5", "id": "cc4f4316-2d9f-43aa-a455-26441c29cb6a"}]} 2018-07-22 16:10:30,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ae9169a6-183c-4d36-ae8a-cee43d814754 used request id req-b682a347-d4ca-4ed0-b39f-d7b73e9802fb 2018-07-22 16:10:30,020 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:10:30,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ae9169a6-183c-4d36-ae8a-cee43d814754 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:30,260 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f314629-c175-463a-a33f-e24800498ae8 Content-Length: 0 Date: Sun, 22 Jul 2018 16:10:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:10:30,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ae9169a6-183c-4d36-ae8a-cee43d814754 used request id req-4f314629-c175-463a-a33f-e24800498ae8 2018-07-22 16:10:30,261 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3b8176e2-10c6-436-proj 2018-07-22 16:10:30,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:30,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e175cf62-b206-4c88-8557-4f1f4e548d66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:30,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/77ab87a41ca648b8851ea399064aaad5 used request id req-e175cf62-b206-4c88-8557-4f1f4e548d66 2018-07-22 16:10:30,543 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3b8176e2-10c6-436-proj-role 2018-07-22 16:10:30,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/6da68d0231e84029af6f8e9c10c7213e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:30,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2da35b1-ea14-4bf6-8b87-f607861005e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:30,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6da68d0231e84029af6f8e9c10c7213e used request id req-a2da35b1-ea14-4bf6-8b87-f607861005e8 2018-07-22 16:10:30,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda7b1ea39bd0a6597435b30f11af903b6cc57b1" 2018-07-22 16:10:30,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b1d922-f9b5-471e-b9b0-48cb11b9d775 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:10:30,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f8b1d922-f9b5-471e-b9b0-48cb11b9d775 2018-07-22 16:10:30,738 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3b8176e2-10c6-436-user 2018-07-22 16:10:30,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/34ec318e391146e3b313d11dff75d067 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5b122763c806efb482f98fc2a778e32bf102352" 2018-07-22 16:10:30,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f253902-5c63-4653-a49a-db7ef48ec01f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:30,932 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/34ec318e391146e3b313d11dff75d067 used request id req-6f253902-5c63-4653-a49a-db7ef48ec01f 2018-07-22 16:10:30,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:31,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["89r2ZrmqTAC1JIQkCdQMvw"], "issued_at": "2018-07-22T16:10:31.000000Z"}} 2018-07-22 16:10:31,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cbaccc6572a2cd8ae570557ee879f154414c01d" 2018-07-22 16:10:31,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b734a46-131d-47ac-9fb9-8609f6db52fc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:31,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4b734a46-131d-47ac-9fb9-8609f6db52fc 2018-07-22 16:10:31,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:31,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:31,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["UqaHSvePTT2L8aLGDgfrkw"], "issued_at": "2018-07-22T16:10:31.000000Z"}} 2018-07-22 16:10:31,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:10:31,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfddeb3a-02a5-43c3-b782-b1b1a8c3fd44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:31,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dfddeb3a-02a5-43c3-b782-b1b1a8c3fd44 2018-07-22 16:10:31,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:10:31,959 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:10:31,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a831678e-2958-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:10:32,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75fa1ae-e0e5-4497-9743-d3f70b00daca Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a831678e-2958-403-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:10:32,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a831678e-2958-403-proj used request id req-d75fa1ae-e0e5-4497-9743-d3f70b00daca 2018-07-22 16:10:32,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:10:32,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0947e04-4035-4b5d-9342-c9d49ce71fe9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:10:32,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d0947e04-4035-4b5d-9342-c9d49ce71fe9 2018-07-22 16:10:32,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-a831678e-2958-403-proj"}}' 2018-07-22 16:10:32,263 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9891ff30-4b73-4fda-8e0b-8125eb8979d4 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f"}, "tags": [], "enabled": true, "id": "0d3c04fa92a34d12b8773a0d9a36e20f", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a831678e-2958-403-proj"}} 2018-07-22 16:10:32,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9891ff30-4b73-4fda-8e0b-8125eb8979d4 2018-07-22 16:10:32,263 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-a831678e-2958-403-proj 2018-07-22 16:10:32,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:32,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:32,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:10:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Fgx7CQN4TimZD2G8Cw3edA"], "issued_at": "2018-07-22T16:10:32.000000Z"}} 2018-07-22 16:10:32,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011a87c3162449032a9e697bc0113e88aeacf563" 2018-07-22 16:10:32,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac6882b8-248d-4b57-b1b6-5f1b3e9f815f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:32,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ac6882b8-248d-4b57-b1b6-5f1b3e9f815f 2018-07-22 16:10:32,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:10:32,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:10:32,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011a87c3162449032a9e697bc0113e88aeacf563" 2018-07-22 16:10:32,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37eae56f-6236-4057-8f43-812e590149ee Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:10:32,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-37eae56f-6236-4057-8f43-812e590149ee 2018-07-22 16:10:32,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-a831678e-2958-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011a87c3162449032a9e697bc0113e88aeacf563" 2018-07-22 16:10:32,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ba158a-3746-4f7c-80c3-36b5e45df5b1 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-a831678e-2958-403-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f"}, "tags": [], "enabled": true, "id": "0d3c04fa92a34d12b8773a0d9a36e20f", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a831678e-2958-403-proj"}]} 2018-07-22 16:10:32,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-a831678e-2958-403-proj used request id req-f4ba158a-3746-4f7c-80c3-36b5e45df5b1 2018-07-22 16:10:32,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011a87c3162449032a9e697bc0113e88aeacf563" 2018-07-22 16:10:32,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0886613a-aad2-4bb6-8595-840a87f9efae Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:10:32,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0886613a-aad2-4bb6-8595-840a87f9efae 2018-07-22 16:10:33,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011a87c3162449032a9e697bc0113e88aeacf563" 2018-07-22 16:10:33,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5caf46de-58cc-410e-bb5e-e6adcddb9abf Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:10:33,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5caf46de-58cc-410e-bb5e-e6adcddb9abf 2018-07-22 16:10:33,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-a831678e-2958-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011a87c3162449032a9e697bc0113e88aeacf563" 2018-07-22 16:10:33,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc179679-57fc-4a57-9b30-719d371faba2 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-a831678e-2958-403-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f"}, "tags": [], "enabled": true, "id": "0d3c04fa92a34d12b8773a0d9a36e20f", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a831678e-2958-403-proj"}]} 2018-07-22 16:10:33,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-a831678e-2958-403-proj used request id req-bc179679-57fc-4a57-9b30-719d371faba2 2018-07-22 16:10:33,520 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-a831678e-2958-403-user 2018-07-22 16:10:33,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:33,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:10:33,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-041608e7-bed2-466c-8eb6-78e017671b28 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:10:33,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-041608e7-bed2-466c-8eb6-78e017671b28 2018-07-22 16:10:33,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" -d '{"role": {"name": "CreateStackSuccessTests-a831678e-2958-403-proj-role"}}' 2018-07-22 16:10:33,705 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23c7f25b-33d4-422f-a1b4-6204d8bb3312 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "128c60c4364949f9b3a06e382c21c642", "links": {"self": "http://172.30.9.28:5000/v3/roles/128c60c4364949f9b3a06e382c21c642"}, "name": "CreateStackSuccessTests-a831678e-2958-403-proj-role"}} 2018-07-22 16:10:33,706 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-23c7f25b-33d4-422f-a1b4-6204d8bb3312 2018-07-22 16:10:33,706 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-a831678e-2958-403-proj-role 2018-07-22 16:10:33,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/128c60c4364949f9b3a06e382c21c642 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:10:33,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bab212b5-2a3f-45b1-9428-6768b13034e8 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "128c60c4364949f9b3a06e382c21c642", "links": {"self": "http://172.30.9.28:5000/v3/roles/128c60c4364949f9b3a06e382c21c642"}, "name": "CreateStackSuccessTests-a831678e-2958-403-proj-role"}} 2018-07-22 16:10:33,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/128c60c4364949f9b3a06e382c21c642 used request id req-bab212b5-2a3f-45b1-9428-6768b13034e8 2018-07-22 16:10:33,795 - keystone_utils - INFO - Granting role CreateStackSuccessTests-a831678e-2958-403-proj-role to project CreateStackSuccessTests-a831678e-2958-403-proj 2018-07-22 16:10:33,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f/users/dd9560addce94bed8b099aa84850798b/roles/128c60c4364949f9b3a06e382c21c642 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:10:33,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89606d90-b305-4078-988e-21447daabb04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:33,912 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f/users/dd9560addce94bed8b099aa84850798b/roles/128c60c4364949f9b3a06e382c21c642 used request id req-89606d90-b305-4078-988e-21447daabb04 2018-07-22 16:10:33,912 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:10:33,912 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:10:33,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:33,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:34,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "128c60c4364949f9b3a06e382c21c642", "name": "CreateStackSuccessTests-a831678e-2958-403-proj-role"}], "expires_at": "2018-07-22T17:10:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d3c04fa92a34d12b8773a0d9a36e20f", "name": "CreateStackSuccessTests-a831678e-2958-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a831678e-2958-403-user", "id": "dd9560addce94bed8b099aa84850798b"}, "audit_ids": ["JHBnSBAHTw2FotgANpS0PA"], "issued_at": "2018-07-22T16:10:34.000000Z"}} 2018-07-22 16:10:34,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" 2018-07-22 16:10:34,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b11900ce-8e92-4274-afd4-e5edba018a0e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:34,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b11900ce-8e92-4274-afd4-e5edba018a0e 2018-07-22 16:10:34,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" 2018-07-22 16:10:34,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-d8e853a1-2ac4-4b83-bcbd-45c8d51de116 Date: Sun, 22 Jul 2018 16:10:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image"} 2018-07-22 16:10:34,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image used request id req-d8e853a1-2ac4-4b83-bcbd-45c8d51de116 2018-07-22 16:10:34,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" 2018-07-22 16:10:34,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-d0b37303-0984-4937-be00-c69278350f02 Date: Sun, 22 Jul 2018 16:10: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-07-22 16:10:34,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d0b37303-0984-4937-be00-c69278350f02 2018-07-22 16:10:34,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image"}' 2018-07-22 16:10:34,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ac377898-2948-4e5d-9bf9-da7cf59a47e3 Date: Sun, 22 Jul 2018 16:10:34 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:10:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:10:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138", "min_disk": 0, "protected": false, "id": "056dc690-2b2c-4e3e-9a0c-9f68e2cbf138", "file": "/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/file", "checksum": null, "owner": "0d3c04fa92a34d12b8773a0d9a36e20f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:10:34,637 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ac377898-2948-4e5d-9bf9-da7cf59a47e3 2018-07-22 16:10:34,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" -d '' 2018-07-22 16:10:35,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b8cbb50-0e02-4e01-a0ca-fb6fe8cd0ea9 Date: Sun, 22 Jul 2018 16:10:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:10:35,117 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/file used request id req-0b8cbb50-0e02-4e01-a0ca-fb6fe8cd0ea9 2018-07-22 16:10:35,118 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:10:35,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" 2018-07-22 16:10:35,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-a7e61ca3-bf88-45c6-aacd-7a605919448c Date: Sun, 22 Jul 2018 16:10:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:10:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:10:35Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/snap", "metadata": {}}], "self": "/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138", "min_disk": 0, "protected": false, "id": "056dc690-2b2c-4e3e-9a0c-9f68e2cbf138", "file": "/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0d3c04fa92a34d12b8773a0d9a36e20f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:10:35,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138 used request id req-a7e61ca3-bf88-45c6-aacd-7a605919448c 2018-07-22 16:10:35,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" 2018-07-22 16:10:35,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2a3d403e-507a-4176-8c45-b0713f2e69d3 Date: Sun, 22 Jul 2018 16:10: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-07-22 16:10:35,147 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2a3d403e-507a-4176-8c45-b0713f2e69d3 2018-07-22 16:10:35,150 - create_image - INFO - Created image with name - CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image 2018-07-22 16:10:35,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" 2018-07-22 16:10:35,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-2ef8ca66-2f09-42aa-96c2-d80679a122d2 Date: Sun, 22 Jul 2018 16:10:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:10:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:10:35Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/snap", "metadata": {}}], "self": "/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138", "min_disk": 0, "protected": false, "id": "056dc690-2b2c-4e3e-9a0c-9f68e2cbf138", "file": "/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0d3c04fa92a34d12b8773a0d9a36e20f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:10:35,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138 used request id req-2ef8ca66-2f09-42aa-96c2-d80679a122d2 2018-07-22 16:10:35,168 - create_image - DEBUG - Instance status is - active 2018-07-22 16:10:35,169 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image 2018-07-22 16:10:35,169 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image 2018-07-22 16:10:35,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:35,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:35,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:10:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Wo9_ppHsSLaatsyZ6VDR4w"], "issued_at": "2018-07-22T16:10:35.000000Z"}} 2018-07-22 16:10:35,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fb72345a6bf478bffb541bc62914db99bca0991" 2018-07-22 16:10:35,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b41fde9-343d-4252-b916-1442c89df3b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:35,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0b41fde9-343d-4252-b916-1442c89df3b6 2018-07-22 16:10:35,703 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:10:35,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fb72345a6bf478bffb541bc62914db99bca0991" 2018-07-22 16:10:35,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10: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-cdfdb1fe-9ef4-4117-86ee-e6020e1a1c57 x-compute-request-id: req-cdfdb1fe-9ef4-4117-86ee-e6020e1a1c57 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:10:35,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cdfdb1fe-9ef4-4117-86ee-e6020e1a1c57 2018-07-22 16:10:35,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fb72345a6bf478bffb541bc62914db99bca0991" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-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-07-22 16:10:35,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10: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-c4bdc5cc-480e-4885-b7db-c3c202e923cb x-compute-request-id: req-c4bdc5cc-480e-4885-b7db-c3c202e923cb Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/97210c7a-a02d-49d5-ad90-bb7031141b1a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/97210c7a-a02d-49d5-ad90-bb7031141b1a", "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": "97210c7a-a02d-49d5-ad90-bb7031141b1a"}} 2018-07-22 16:10:35,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c4bdc5cc-480e-4885-b7db-c3c202e923cb 2018-07-22 16:10:35,943 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:10:35,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:36,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "128c60c4364949f9b3a06e382c21c642", "name": "CreateStackSuccessTests-a831678e-2958-403-proj-role"}], "expires_at": "2018-07-22T17:10:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d3c04fa92a34d12b8773a0d9a36e20f", "name": "CreateStackSuccessTests-a831678e-2958-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a831678e-2958-403-user", "id": "dd9560addce94bed8b099aa84850798b"}, "audit_ids": ["uPIr2CnYTDirLY18j-sbsw"], "issued_at": "2018-07-22T16:10:36.000000Z"}} 2018-07-22 16:10:36,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:36,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d44939b-5bf4-448f-8875-cf9dfae8d1ad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:10:36,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1d44939b-5bf4-448f-8875-cf9dfae8d1ad 2018-07-22 16:10:36,399 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:10:36,402 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:10:36,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:36,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:36 GMT Server: Apache x-openstack-request-id: req-379f2fad-56c8-4d7e-8eee-d9ba7a133ad6 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:10:36,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack used request id req-379f2fad-56c8-4d7e-8eee-d9ba7a133ad6 2018-07-22 16:10:36,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-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-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}}' 2018-07-22 16:10:38,367 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:10:36 GMT Server: Apache x-openstack-request-id: req-a649d16f-ea14-4e37-b98c-2f90de8a2835 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}]}} 2018-07-22 16:10:38,368 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks used request id req-a649d16f-ea14-4e37-b98c-2f90de8a2835 2018-07-22 16:10:38,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:38,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:38 GMT Server: Apache x-openstack-request-id: req-31fd79bc-63f0-4c71-9193-052c1023577d Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:38,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:38 GMT Server: Apache x-openstack-request-id: req-ba61279b-e905-4d7d-b77c-c349164762f8 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:38,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-ba61279b-e905-4d7d-b77c-c349164762f8 2018-07-22 16:10:38,789 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack 2018-07-22 16:10:38,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:38,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:38 GMT Server: Apache x-openstack-request-id: req-ba9ccdd4-fe25-40a4-8773-759adbbefaf6 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:39,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:38 GMT Server: Apache x-openstack-request-id: req-0370a6fa-98c4-4a3f-9d28-8b623091112b 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:39,160 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-0370a6fa-98c4-4a3f-9d28-8b623091112b 2018-07-22 16:10:39,161 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:10:39,161 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:42,164 - create_stack - DEBUG - Stack status query timeout in 1196.62456894 2018-07-22 16:10:42,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:42,194 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:42 GMT Server: Apache x-openstack-request-id: req-c41cca83-b241-4327-bc60-5696624a7820 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:42,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:42 GMT Server: Apache x-openstack-request-id: req-c8173b38-b764-42c9-9b43-bb9ba1eb1a02 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:42,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-c8173b38-b764-42c9-9b43-bb9ba1eb1a02 2018-07-22 16:10:42,319 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:10:42,319 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:45,322 - create_stack - DEBUG - Stack status query timeout in 1193.466573 2018-07-22 16:10:45,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:45,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:45 GMT Server: Apache x-openstack-request-id: req-5cb50d5f-43cc-4cec-9dab-537078246ce1 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:45,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:45 GMT Server: Apache x-openstack-request-id: req-e160377f-f01d-478a-afb8-9de9051417b0 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:45,394 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-e160377f-f01d-478a-afb8-9de9051417b0 2018-07-22 16:10:45,394 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:10:45,394 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:48,398 - create_stack - DEBUG - Stack status query timeout in 1190.39142895 2018-07-22 16:10:48,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:48,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:48 GMT Server: Apache x-openstack-request-id: req-4f573fdd-9169-4bbe-81e4-3b8d03910b91 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:48,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:48 GMT Server: Apache x-openstack-request-id: req-33769dd3-7c1a-4528-a18a-972247373518 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:48,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-33769dd3-7c1a-4528-a18a-972247373518 2018-07-22 16:10:48,805 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:10:48,805 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:51,808 - create_stack - DEBUG - Stack status query timeout in 1186.98054004 2018-07-22 16:10:51,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:51,839 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:51 GMT Server: Apache x-openstack-request-id: req-1ab0f9e4-d38a-49f7-b1be-53c41bf3f88c Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:51,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:51 GMT Server: Apache x-openstack-request-id: req-61ad0943-209d-4ca9-8f5a-d48bdcf32bb2 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:51,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-61ad0943-209d-4ca9-8f5a-d48bdcf32bb2 2018-07-22 16:10:51,881 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:10:51,882 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack 2018-07-22 16:10:51,882 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack 2018-07-22 16:10:51,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:10:52,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "128c60c4364949f9b3a06e382c21c642", "name": "CreateStackSuccessTests-a831678e-2958-403-proj-role"}], "expires_at": "2018-07-22T17:10:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d3c04fa92a34d12b8773a0d9a36e20f", "name": "CreateStackSuccessTests-a831678e-2958-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_0d3c04fa92a34d12b8773a0d9a36e20f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a831678e-2958-403-user", "id": "dd9560addce94bed8b099aa84850798b"}, "audit_ids": ["L8oQV2NLS8e9z2p_2RQ9xw"], "issued_at": "2018-07-22T16:10:52.000000Z"}} 2018-07-22 16:10:52,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}096c805e76c856352a6132d403808927d07a7d96" 2018-07-22 16:10:52,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:52 GMT Server: Apache x-openstack-request-id: req-a7eeb5e7-f2fd-4078-867e-b1a8c0b2b770 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:52,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:52 GMT Server: Apache x-openstack-request-id: req-e6f382ff-c6a2-47b3-b39d-2c3862f52974 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:52,709 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-e6f382ff-c6a2-47b3-b39d-2c3862f52974 2018-07-22 16:10:52,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:52,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:52 GMT Server: Apache x-openstack-request-id: req-ec3ca8c0-310f-41d0-959a-732825b55321 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:52,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:52 GMT Server: Apache x-openstack-request-id: req-b820822e-4f70-4177-b037-e682cca74cb2 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:52,931 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-b820822e-4f70-4177-b037-e682cca74cb2 2018-07-22 16:10:52,931 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack 2018-07-22 16:10:52,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:53,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:52 GMT Server: Apache x-openstack-request-id: req-56bb0943-3dc8-461f-a369-e7791bc858b8 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:53,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:10:53 GMT Server: Apache x-openstack-request-id: req-70d095e5-b37d-4d2a-b656-c64195268136 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:10:53,158 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-70d095e5-b37d-4d2a-b656-c64195268136 2018-07-22 16:10:53,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:53,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:53 GMT Server: Apache x-openstack-request-id: req-060b2780-5b46-4899-b4e4-177887cced34 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:53,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:53 GMT Server: Apache x-openstack-request-id: req-c381f057-06ed-4a62-bf39-c6c964c0191e 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:10:53Z", "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:53,261 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-c381f057-06ed-4a62-bf39-c6c964c0191e 2018-07-22 16:10:53,261 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:10:53,261 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:56,265 - create_stack - DEBUG - Stack status query timeout in 1196.89397311 2018-07-22 16:10:56,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:56,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:56 GMT Server: Apache x-openstack-request-id: req-a56b2537-f4cc-4c37-9249-021da6fb4ee4 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:56,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:56 GMT Server: Apache x-openstack-request-id: req-0ee1510e-fb15-47cd-8576-6353164137b9 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:10:53Z", "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:56,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-0ee1510e-fb15-47cd-8576-6353164137b9 2018-07-22 16:10:56,474 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:10:56,474 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:10:59,478 - create_stack - DEBUG - Stack status query timeout in 1193.68093514 2018-07-22 16:10:59,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:10:59,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:10:59 GMT Server: Apache x-openstack-request-id: req-cdcdcb5f-0957-4405-9b6a-832f53d896c9 Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:10:59,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:10:59 GMT Server: Apache x-openstack-request-id: req-d04a7895-bf45-4d19-9416-e3c246950cce 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:10:53Z", "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:10:59,549 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-d04a7895-bf45-4d19-9416-e3c246950cce 2018-07-22 16:10:59,550 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:10:59,550 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:02,553 - create_stack - DEBUG - Stack status query timeout in 1190.60559916 2018-07-22 16:11:02,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:11:02,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:02 GMT Server: Apache x-openstack-request-id: req-c311b3ef-d057-432c-9d0e-d08bb7b773fe Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:02,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:02 GMT Server: Apache x-openstack-request-id: req-637ae370-9270-4265-9886-6eac8b74c73f 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": "0d3c04fa92a34d12b8773a0d9a36e20f", "OS::stack_id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "image_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image", "inst_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-inst", "subnet_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-subnet", "flavor_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-flavor-name", "net_name": "CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack", "stack_user_project_id": "5959342af04d4da5b0d7da0f9f290215", "tags": null, "creation_time": "2018-07-22T16:10:37Z", "links": [{"href": "http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:10:53Z", "id": "cf76edc4-5ad7-4ea6-90a8-46acd97283a2", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:02,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-637ae370-9270-4265-9886-6eac8b74c73f 2018-07-22 16:11:02,758 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:11:02,758 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack 2018-07-22 16:11:02,758 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack 2018-07-22 16:11:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b953e4b5ff5fe6228a9775e798302b86b011e1be" 2018-07-22 16:11:02,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:02 GMT Server: Apache x-openstack-request-id: req-94b83f14-11fc-419c-9e35-b2f7c8a0d97d Location: http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:02,972 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:11:02 GMT Server: Apache x-openstack-request-id: req-5eb760b4-0374-48cd-a4f2-82809c1f68b0 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:11:02,972 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/0d3c04fa92a34d12b8773a0d9a36e20f/stacks/CreateStackSuccessTests-CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-stack/cf76edc4-5ad7-4ea6-90a8-46acd97283a2 used request id req-5eb760b4-0374-48cd-a4f2-82809c1f68b0 2018-07-22 16:11:02,973 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-31ab47a4-dad4-4cff-8a7c-5f24b6081108-image 2018-07-22 16:11:02,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc19fcde13a68bb8deea226a310653698dd82d3c" 2018-07-22 16:11:03,444 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8def62fc-a67d-4d15-88ac-52d35f1b7a9f Date: Sun, 22 Jul 2018 16:11:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:11:03,444 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/056dc690-2b2c-4e3e-9a0c-9f68e2cbf138 used request id req-8def62fc-a67d-4d15-88ac-52d35f1b7a9f 2018-07-22 16:11:03,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/97210c7a-a02d-49d5-ad90-bb7031141b1a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fb72345a6bf478bffb541bc62914db99bca0991" 2018-07-22 16:11:03,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-977d2204-0a00-43af-83c1-711f97a9434c x-compute-request-id: req-977d2204-0a00-43af-83c1-711f97a9434c Content-Length: 0 Content-Type: application/json 2018-07-22 16:11:03,510 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/97210c7a-a02d-49d5-ad90-bb7031141b1a used request id req-977d2204-0a00-43af-83c1-711f97a9434c 2018-07-22 16:11:03,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:11:03,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-d0054fb8-0aab-4938-8c6b-d56f7cf4acfe Date: Sun, 22 Jul 2018 16:11:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "created_at": "2018-07-22T16:10:38Z", "updated_at": "2018-07-22T16:10:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:10:38Z", "revision_number": 0, "id": "233a59a2-9541-4908-a282-3ce3023bca7b", "remote_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "remote_ip_prefix": null, "created_at": "2018-07-22T16:10:38Z", "security_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:10:38Z", "revision_number": 0, "id": "25724644-52d8-4f77-8c51-fca871981ca7", "remote_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "remote_ip_prefix": null, "created_at": "2018-07-22T16:10:38Z", "security_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:10:38Z", "revision_number": 0, "id": "43abf04e-4784-41e4-8f1b-f18d0f96c8f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:10:38Z", "security_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:10:38Z", "revision_number": 0, "id": "a8bae22f-2fa8-448a-a1ab-dca9b9777b20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:10:38Z", "security_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f"}], "revision_number": 4, "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "id": "663b7318-38a6-4d64-898d-3c472e734a14", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:11:03,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d0054fb8-0aab-4938-8c6b-d56f7cf4acfe 2018-07-22 16:11:03,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:11:03,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cddbe82d-92ff-45f9-b32c-58368e4149a0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "0d3c04fa92a34d12b8773a0d9a36e20f", "name": "CreateStackSuccessTests-a831678e-2958-403-proj"}} 2018-07-22 16:11:03,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f used request id req-cddbe82d-92ff-45f9-b32c-58368e4149a0 2018-07-22 16:11:03,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 663b7318-38a6-4d64-898d-3c472e734a14 2018-07-22 16:11:03,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=663b7318-38a6-4d64-898d-3c472e734a14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:11:03,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d37eb845-572b-46bd-a6ae-2e3fbeb6d486 Date: Sun, 22 Jul 2018 16:11:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:10:38Z", "security_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "port_range_min": null, "revision_number": 0, "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "created_at": "2018-07-22T16:10:38Z", "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "id": "233a59a2-9541-4908-a282-3ce3023bca7b"}, {"remote_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:10:38Z", "security_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "port_range_min": null, "revision_number": 0, "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "created_at": "2018-07-22T16:10:38Z", "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "id": "25724644-52d8-4f77-8c51-fca871981ca7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:10:38Z", "security_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "port_range_min": null, "revision_number": 0, "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "created_at": "2018-07-22T16:10:38Z", "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "id": "43abf04e-4784-41e4-8f1b-f18d0f96c8f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:10:38Z", "security_group_id": "663b7318-38a6-4d64-898d-3c472e734a14", "port_range_min": null, "revision_number": 0, "tenant_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "created_at": "2018-07-22T16:10:38Z", "project_id": "0d3c04fa92a34d12b8773a0d9a36e20f", "id": "a8bae22f-2fa8-448a-a1ab-dca9b9777b20"}]} 2018-07-22 16:11:03,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=663b7318-38a6-4d64-898d-3c472e734a14 used request id req-d37eb845-572b-46bd-a6ae-2e3fbeb6d486 2018-07-22 16:11:03,896 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:11:03,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/663b7318-38a6-4d64-898d-3c472e734a14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:11:04,073 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a4e872d3-4989-45ee-ad80-d4fad476ad98 Content-Length: 0 Date: Sun, 22 Jul 2018 16:11:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:11:04,073 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/663b7318-38a6-4d64-898d-3c472e734a14 used request id req-a4e872d3-4989-45ee-ad80-d4fad476ad98 2018-07-22 16:11:04,074 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-a831678e-2958-403-proj 2018-07-22 16:11:04,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:11:04,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bfab576-02d0-47a9-8e62-6922ebd2c1f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:04,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0d3c04fa92a34d12b8773a0d9a36e20f used request id req-7bfab576-02d0-47a9-8e62-6922ebd2c1f5 2018-07-22 16:11:04,450 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-a831678e-2958-403-proj-role 2018-07-22 16:11:04,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/128c60c4364949f9b3a06e382c21c642 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:11:04,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17fa888d-50dc-4ddf-a5cc-424517c32bfc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:04,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/128c60c4364949f9b3a06e382c21c642 used request id req-17fa888d-50dc-4ddf-a5cc-424517c32bfc 2018-07-22 16:11:04,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ed29b8a9520d883f74fcbb1691b466ebda2c57" 2018-07-22 16:11:04,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c897e59-8187-49ba-ae8e-336b6e26bcb2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:11:04,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0c897e59-8187-49ba-ae8e-336b6e26bcb2 2018-07-22 16:11:04,672 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-a831678e-2958-403-user 2018-07-22 16:11:04,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/dd9560addce94bed8b099aa84850798b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011a87c3162449032a9e697bc0113e88aeacf563" 2018-07-22 16:11:04,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0844cc7a-a29d-404e-ba4c-ec85e3f2b1ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:04,851 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/dd9560addce94bed8b099aa84850798b used request id req-0844cc7a-a29d-404e-ba4c-ec85e3f2b1ad 2018-07-22 16:11:04,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:05,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:11:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["csL8N7JUTkOaoFQQgZxOYg"], "issued_at": "2018-07-22T16:11:05.000000Z"}} 2018-07-22 16:11:05,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcd2f1c0e18e93a5a8e1e72582a0ec496d32fca6" 2018-07-22 16:11:05,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c462c32e-efb3-418e-9322-8e81d9571422 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:05,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c462c32e-efb3-418e-9322-8e81d9571422 2018-07-22 16:11:05,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:05,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:05,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:11:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["JfUu7J_2TSGk0kDat5etww"], "issued_at": "2018-07-22T16:11:05.000000Z"}} 2018-07-22 16:11:05,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:05,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d7f7c3-c88b-45d3-b69c-bd9cea74a25c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:05,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-89d7f7c3-c88b-45d3-b69c-bd9cea74a25c 2018-07-22 16:11:05,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:11:05,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:11:05,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-aec59f84-a986-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:05,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c548f6a-06c7-4c3e-8e90-727d2f834fdc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-aec59f84-a986-40d-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:11:05,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-aec59f84-a986-40d-proj used request id req-7c548f6a-06c7-4c3e-8e90-727d2f834fdc 2018-07-22 16:11:05,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:05,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac46a4d-c622-4aaf-8058-11764a236d4f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:11:05,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1ac46a4d-c622-4aaf-8058-11764a236d4f 2018-07-22 16:11:05,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}}' 2018-07-22 16:11:05,948 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60af058c-68df-4e42-ae59-33e3cedc9d7f Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c"}, "tags": [], "enabled": true, "id": "83445317ba174c0ab87e77d982c2b30c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}} 2018-07-22 16:11:05,948 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-60af058c-68df-4e42-ae59-33e3cedc9d7f 2018-07-22 16:11:05,948 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-aec59f84-a986-40d-proj 2018-07-22 16:11:05,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:05,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:06,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:11:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bGYsQ1hWQYunf8ij6EKl6w"], "issued_at": "2018-07-22T16:11:06.000000Z"}} 2018-07-22 16:11:06,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3ca9f3be8029bd7bcf684e987cf1dbc2f37164d" 2018-07-22 16:11:06,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cb33c49-3d15-40bb-9d4c-e5f51321c054 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:06,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8cb33c49-3d15-40bb-9d4c-e5f51321c054 2018-07-22 16:11:06,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:11:06,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:11:06,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3ca9f3be8029bd7bcf684e987cf1dbc2f37164d" 2018-07-22 16:11:06,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f7727f8-0887-48eb-ad3c-f2a2895d7814 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:11:06,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9f7727f8-0887-48eb-ad3c-f2a2895d7814 2018-07-22 16:11:06,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-aec59f84-a986-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3ca9f3be8029bd7bcf684e987cf1dbc2f37164d" 2018-07-22 16:11:06,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7d71631-c6fb-4536-8da1-7a1a38b49ca3 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-aec59f84-a986-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c"}, "tags": [], "enabled": true, "id": "83445317ba174c0ab87e77d982c2b30c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}]} 2018-07-22 16:11:06,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-aec59f84-a986-40d-proj used request id req-e7d71631-c6fb-4536-8da1-7a1a38b49ca3 2018-07-22 16:11:06,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3ca9f3be8029bd7bcf684e987cf1dbc2f37164d" 2018-07-22 16:11:06,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820142ae-8b71-4712-86d8-3d427e7814bc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:11:06,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-820142ae-8b71-4712-86d8-3d427e7814bc 2018-07-22 16:11:07,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3ca9f3be8029bd7bcf684e987cf1dbc2f37164d" 2018-07-22 16:11:07,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90035ffc-d5bc-49a8-9427-a02e9eb5272e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:11:07,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-90035ffc-d5bc-49a8-9427-a02e9eb5272e 2018-07-22 16:11:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-aec59f84-a986-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3ca9f3be8029bd7bcf684e987cf1dbc2f37164d" 2018-07-22 16:11:07,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba0148c7-6173-4d3f-a6ec-377d7da01a3f Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-aec59f84-a986-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c"}, "tags": [], "enabled": true, "id": "83445317ba174c0ab87e77d982c2b30c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}]} 2018-07-22 16:11:07,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-aec59f84-a986-40d-proj used request id req-ba0148c7-6173-4d3f-a6ec-377d7da01a3f 2018-07-22 16:11:07,263 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-aec59f84-a986-40d-user 2018-07-22 16:11:07,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:07,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:07,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7a59009-c432-410d-b499-8054e88607ed Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:11:07,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f7a59009-c432-410d-b499-8054e88607ed 2018-07-22 16:11:07,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" -d '{"role": {"name": "CreateStackSuccessTests-aec59f84-a986-40d-proj-role"}}' 2018-07-22 16:11:07,481 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:11:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3767b14-fdd8-47f8-b598-d492724fd669 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1a97115c90e04fd7bcb439a29d419f60", "links": {"self": "http://172.30.9.28:5000/v3/roles/1a97115c90e04fd7bcb439a29d419f60"}, "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj-role"}} 2018-07-22 16:11:07,481 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f3767b14-fdd8-47f8-b598-d492724fd669 2018-07-22 16:11:07,481 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-aec59f84-a986-40d-proj-role 2018-07-22 16:11:07,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/1a97115c90e04fd7bcb439a29d419f60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:07,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e99cbfbb-821b-4a5b-b9ad-13c0f7846a0a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1a97115c90e04fd7bcb439a29d419f60", "links": {"self": "http://172.30.9.28:5000/v3/roles/1a97115c90e04fd7bcb439a29d419f60"}, "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj-role"}} 2018-07-22 16:11:07,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/1a97115c90e04fd7bcb439a29d419f60 used request id req-e99cbfbb-821b-4a5b-b9ad-13c0f7846a0a 2018-07-22 16:11:07,588 - keystone_utils - INFO - Granting role CreateStackSuccessTests-aec59f84-a986-40d-proj-role to project CreateStackSuccessTests-aec59f84-a986-40d-proj 2018-07-22 16:11:07,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c/users/3be833aeb7b94e17877090183835a16f/roles/1a97115c90e04fd7bcb439a29d419f60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:07,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f9254c4-b444-46d3-aeab-98f558a680f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:07,710 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c/users/3be833aeb7b94e17877090183835a16f/roles/1a97115c90e04fd7bcb439a29d419f60 used request id req-9f9254c4-b444-46d3-aeab-98f558a680f1 2018-07-22 16:11:07,711 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:11:07,711 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:11:07,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:07,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:08,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a97115c90e04fd7bcb439a29d419f60", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj-role"}], "expires_at": "2018-07-22T17:11:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83445317ba174c0ab87e77d982c2b30c", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-aec59f84-a986-40d-user", "id": "3be833aeb7b94e17877090183835a16f"}, "audit_ids": ["KTFr6vCOQtqnylvtZi6ahQ"], "issued_at": "2018-07-22T16:11:08.000000Z"}} 2018-07-22 16:11:08,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" 2018-07-22 16:11:08,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb85abd-2d2d-4f70-802d-121bb195ffd7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:08,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7cb85abd-2d2d-4f70-802d-121bb195ffd7 2018-07-22 16:11:08,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" 2018-07-22 16:11:08,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-b7f70fb4-df12-48b9-ab21-459595bd2975 Date: Sun, 22 Jul 2018 16:11:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image"} 2018-07-22 16:11:08,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image used request id req-b7f70fb4-df12-48b9-ab21-459595bd2975 2018-07-22 16:11:08,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" 2018-07-22 16:11:08,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2bc74ec7-37f6-4912-9303-7337b9b9b747 Date: Sun, 22 Jul 2018 16:11: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-07-22 16:11:08,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2bc74ec7-37f6-4912-9303-7337b9b9b747 2018-07-22 16:11:08,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image"}' 2018-07-22 16:11:08,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ead97f1c-d4b3-408c-9644-912681faea02 Date: Sun, 22 Jul 2018 16:11:08 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:11:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:11:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/d7f77690-af69-48fb-a611-550d9afcd134", "min_disk": 0, "protected": false, "id": "d7f77690-af69-48fb-a611-550d9afcd134", "file": "/v2/images/d7f77690-af69-48fb-a611-550d9afcd134/file", "checksum": null, "owner": "83445317ba174c0ab87e77d982c2b30c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:11:08,435 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ead97f1c-d4b3-408c-9644-912681faea02 2018-07-22 16:11:08,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" -d '' 2018-07-22 16:11:09,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6328e882-2b69-41b6-95e3-129143382cce Date: Sun, 22 Jul 2018 16:11:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:11:09,135 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134/file used request id req-6328e882-2b69-41b6-95e3-129143382cce 2018-07-22 16:11:09,135 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:11:09,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" 2018-07-22 16:11:09,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-4e89d797-3693-48a3-856b-18ab9279acce Date: Sun, 22 Jul 2018 16:11:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:11:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:11:09Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d7f77690-af69-48fb-a611-550d9afcd134/snap", "metadata": {}}], "self": "/v2/images/d7f77690-af69-48fb-a611-550d9afcd134", "min_disk": 0, "protected": false, "id": "d7f77690-af69-48fb-a611-550d9afcd134", "file": "/v2/images/d7f77690-af69-48fb-a611-550d9afcd134/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "83445317ba174c0ab87e77d982c2b30c", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d7f77690-af69-48fb-a611-550d9afcd134/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:11:09,155 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134 used request id req-4e89d797-3693-48a3-856b-18ab9279acce 2018-07-22 16:11:09,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" 2018-07-22 16:11:09,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-6df2bdf7-4b29-4141-a941-9e7f2f44c27b Date: Sun, 22 Jul 2018 16:11: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-07-22 16:11:09,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-6df2bdf7-4b29-4141-a941-9e7f2f44c27b 2018-07-22 16:11:09,168 - create_image - INFO - Created image with name - CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image 2018-07-22 16:11:09,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" 2018-07-22 16:11:09,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-45b8a873-dd84-4bec-a594-22a79b63ed30 Date: Sun, 22 Jul 2018 16:11:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:11:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:11:09Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d7f77690-af69-48fb-a611-550d9afcd134/snap", "metadata": {}}], "self": "/v2/images/d7f77690-af69-48fb-a611-550d9afcd134", "min_disk": 0, "protected": false, "id": "d7f77690-af69-48fb-a611-550d9afcd134", "file": "/v2/images/d7f77690-af69-48fb-a611-550d9afcd134/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "83445317ba174c0ab87e77d982c2b30c", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d7f77690-af69-48fb-a611-550d9afcd134/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:11:09,187 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134 used request id req-45b8a873-dd84-4bec-a594-22a79b63ed30 2018-07-22 16:11:09,188 - create_image - DEBUG - Instance status is - active 2018-07-22 16:11:09,188 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image 2018-07-22 16:11:09,188 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image 2018-07-22 16:11:09,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:09,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:09,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:11:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["C_AW-hs2TICSKtrkw0wG1A"], "issued_at": "2018-07-22T16:11:09.000000Z"}} 2018-07-22 16:11:09,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea76ea5ec45b55828a89cd8ea1fd90177169542d" 2018-07-22 16:11:09,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63495040-8559-4bad-ab50-323cd6153336 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:09,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-63495040-8559-4bad-ab50-323cd6153336 2018-07-22 16:11:09,656 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:11:09,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea76ea5ec45b55828a89cd8ea1fd90177169542d" 2018-07-22 16:11:09,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-23707b28-3d82-4a0d-80d7-28f9eea59d46 x-compute-request-id: req-23707b28-3d82-4a0d-80d7-28f9eea59d46 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:11:09,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-23707b28-3d82-4a0d-80d7-28f9eea59d46 2018-07-22 16:11:09,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea76ea5ec45b55828a89cd8ea1fd90177169542d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-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-07-22 16:11:09,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-114920b0-1d55-4eae-a7a9-24e2ac295e13 x-compute-request-id: req-114920b0-1d55-4eae-a7a9-24e2ac295e13 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e3d6655e-c4a1-40e3-81b4-7cecca67072e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e3d6655e-c4a1-40e3-81b4-7cecca67072e", "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": "e3d6655e-c4a1-40e3-81b4-7cecca67072e"}} 2018-07-22 16:11:09,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-114920b0-1d55-4eae-a7a9-24e2ac295e13 2018-07-22 16:11:09,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:09,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:10,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a97115c90e04fd7bcb439a29d419f60", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj-role"}], "expires_at": "2018-07-22T17:11:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83445317ba174c0ab87e77d982c2b30c", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-aec59f84-a986-40d-user", "id": "3be833aeb7b94e17877090183835a16f"}, "audit_ids": ["BtUUgAYNTjqxGhTAl9_gDw"], "issued_at": "2018-07-22T16:11:10.000000Z"}} 2018-07-22 16:11:10,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:10,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea70ff84-6d6e-4165-9322-9d2d0ecbd414 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:10,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ea70ff84-6d6e-4165-9322-9d2d0ecbd414 2018-07-22 16:11:10,324 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:11:10,327 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:11:10,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:10,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:10 GMT Server: Apache x-openstack-request-id: req-7e41c3e0-2e10-4533-8c9a-19d1630ef6f4 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:11:10,515 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack used request id req-7e41c3e0-2e10-4533-8c9a-19d1630ef6f4 2018-07-22 16:11:10,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-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-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}}' 2018-07-22 16:11:12,377 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:11:10 GMT Server: Apache x-openstack-request-id: req-2b8af3c2-b9dd-460d-b9de-67025dcf8cfc Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}]}} 2018-07-22 16:11:12,378 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks used request id req-2b8af3c2-b9dd-460d-b9de-67025dcf8cfc 2018-07-22 16:11:12,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:12,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:12 GMT Server: Apache x-openstack-request-id: req-ba59e2d2-1e95-4579-bf94-c9e8c0a1a02a Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:12,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:12 GMT Server: Apache x-openstack-request-id: req-ea897837-37a9-4a35-9dac-d3cc99fe2a0a 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:12,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-ea897837-37a9-4a35-9dac-d3cc99fe2a0a 2018-07-22 16:11:12,809 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack 2018-07-22 16:11:12,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:13,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:12 GMT Server: Apache x-openstack-request-id: req-3c287cf2-2d4f-4594-a454-577379d12b60 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:13,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:13 GMT Server: Apache x-openstack-request-id: req-9e589d95-08e4-4299-98a7-6fc987ff642d 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:13,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-9e589d95-08e4-4299-98a7-6fc987ff642d 2018-07-22 16:11:13,290 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:11:13,290 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:16,291 - create_stack - DEBUG - Stack status query timeout in 1196.51847601 2018-07-22 16:11:16,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:16,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:16 GMT Server: Apache x-openstack-request-id: req-8b719273-8daf-49a7-a4ac-3f1ae311c11f Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:16,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:16 GMT Server: Apache x-openstack-request-id: req-3e4c6c0e-eab1-4f76-a186-977220fd669a 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:16,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-3e4c6c0e-eab1-4f76-a186-977220fd669a 2018-07-22 16:11:16,608 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:11:16,608 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:19,611 - create_stack - DEBUG - Stack status query timeout in 1193.19796705 2018-07-22 16:11:19,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:19,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:19 GMT Server: Apache x-openstack-request-id: req-b19d600c-530e-47d9-b95e-35659bdf6659 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:19,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:19 GMT Server: Apache x-openstack-request-id: req-9e841b41-a643-4073-8281-bf3675e409aa 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:19,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-9e841b41-a643-4073-8281-bf3675e409aa 2018-07-22 16:11:19,938 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:11:19,938 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:22,942 - create_stack - DEBUG - Stack status query timeout in 1189.86778212 2018-07-22 16:11:22,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:22,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:22 GMT Server: Apache x-openstack-request-id: req-0fc20186-de0f-4b8e-b4ef-9644430317a8 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:23,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:22 GMT Server: Apache x-openstack-request-id: req-db6d9da1-ae83-4802-a5da-dba956e45ae5 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:23,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-db6d9da1-ae83-4802-a5da-dba956e45ae5 2018-07-22 16:11:23,017 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:11:23,018 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:26,021 - create_stack - DEBUG - Stack status query timeout in 1186.78867817 2018-07-22 16:11:26,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:26,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:26 GMT Server: Apache x-openstack-request-id: req-7b3929a9-0b72-4e06-b4e8-b49124b86a45 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:26,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:26 GMT Server: Apache x-openstack-request-id: req-ec1c1f4a-c562-40cf-b918-84706cadbac2 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:26,240 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-ec1c1f4a-c562-40cf-b918-84706cadbac2 2018-07-22 16:11:26,241 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:11:26,241 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack 2018-07-22 16:11:26,241 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack 2018-07-22 16:11:26,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:26,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a97115c90e04fd7bcb439a29d419f60", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj-role"}], "expires_at": "2018-07-22T17:11:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83445317ba174c0ab87e77d982c2b30c", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-aec59f84-a986-40d-user", "id": "3be833aeb7b94e17877090183835a16f"}, "audit_ids": ["sPgf2YYgTeK6gLT2FKdFmA"], "issued_at": "2018-07-22T16:11:26.000000Z"}} 2018-07-22 16:11:26,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd772efed11b3586fa930919b811305f14ee9add" 2018-07-22 16:11:26,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:26 GMT Server: Apache x-openstack-request-id: req-2ba1242a-9042-41d2-8db7-c73911d68d33 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:27,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:26 GMT Server: Apache x-openstack-request-id: req-422ac5de-f970-4850-b904-7fcd6fdc1fa4 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:27,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-422ac5de-f970-4850-b904-7fcd6fdc1fa4 2018-07-22 16:11:27,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:27,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:27 GMT Server: Apache x-openstack-request-id: req-9b305c80-110b-4dce-90f6-c4a739d0b122 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:27,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:27 GMT Server: Apache x-openstack-request-id: req-2859270d-5f65-44bf-b2b1-463db9d9ba9a 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:27,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-2859270d-5f65-44bf-b2b1-463db9d9ba9a 2018-07-22 16:11:27,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:27,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:27,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a97115c90e04fd7bcb439a29d419f60", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj-role"}], "expires_at": "2018-07-22T17:11:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83445317ba174c0ab87e77d982c2b30c", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_83445317ba174c0ab87e77d982c2b30c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_83445317ba174c0ab87e77d982c2b30c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-aec59f84-a986-40d-user", "id": "3be833aeb7b94e17877090183835a16f"}, "audit_ids": ["MaFCUMKpRQ22b97cJW6vMw"], "issued_at": "2018-07-22T16:11:27.000000Z"}} 2018-07-22 16:11:27,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f2ec8399bcca241168d0ec28c022a45881a844" 2018-07-22 16:11:27,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a30b1bce-3f66-49d2-896a-f4b8402d79d2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:27,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a30b1bce-3f66-49d2-896a-f4b8402d79d2 2018-07-22 16:11:27,645 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:11:27,647 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:11:27,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f2ec8399bcca241168d0ec28c022a45881a844" 2018-07-22 16:11:27,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:27 GMT Server: Apache x-openstack-request-id: req-c471fe56-aa43-45a7-a4ed-bc5e799be758 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-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "deletion_time": null, "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "tags": null}]} 2018-07-22 16:11:27,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack used request id req-c471fe56-aa43-45a7-a4ed-bc5e799be758 2018-07-22 16:11:27,843 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack 2018-07-22 16:11:27,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f2ec8399bcca241168d0ec28c022a45881a844" 2018-07-22 16:11:28,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:27 GMT Server: Apache x-openstack-request-id: req-ff8c682a-5d8a-4717-83a0-09edca4aa704 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:28,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:28 GMT Server: Apache x-openstack-request-id: req-c1fd1862-7737-4b7b-96ab-8f5e8ec6270d 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:28,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-c1fd1862-7737-4b7b-96ab-8f5e8ec6270d 2018-07-22 16:11:28,228 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack 2018-07-22 16:11:28,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:28,257 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:28 GMT Server: Apache x-openstack-request-id: req-81d68522-b5f6-4c54-a25d-1d796b97a347 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:28,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:28 GMT Server: Apache x-openstack-request-id: req-7dd4e403-1f14-450f-a1ad-fc24dbde0242 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:28,451 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-7dd4e403-1f14-450f-a1ad-fc24dbde0242 2018-07-22 16:11:28,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:28,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:28 GMT Server: Apache x-openstack-request-id: req-4ff9ab54-dafd-44b2-aa99-279fe79aa879 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:28,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:28 GMT Server: Apache x-openstack-request-id: req-897813c6-9090-4e21-a7f3-19cef416fa98 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:11:28Z", "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:28,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-897813c6-9090-4e21-a7f3-19cef416fa98 2018-07-22 16:11:28,803 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:11:28,803 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:31,806 - create_stack - DEBUG - Stack status query timeout in 1196.64505506 2018-07-22 16:11:31,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:31,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:31 GMT Server: Apache x-openstack-request-id: req-fa13c8f1-4088-4270-bfbd-9abbab0a1efa Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:31,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:31 GMT Server: Apache x-openstack-request-id: req-6efd2192-e42a-4476-8ada-d9ac219f2644 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:11:28Z", "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:31,861 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-6efd2192-e42a-4476-8ada-d9ac219f2644 2018-07-22 16:11:31,861 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:11:31,861 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:34,863 - create_stack - DEBUG - Stack status query timeout in 1193.58804989 2018-07-22 16:11:34,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:34,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:34 GMT Server: Apache x-openstack-request-id: req-cbdbce48-9b90-44fe-b865-80e14d7b24f5 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:34,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:34 GMT Server: Apache x-openstack-request-id: req-d4f3ad9a-1023-4544-a5e0-bb3935f9037d 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:11:28Z", "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:34,937 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-d4f3ad9a-1023-4544-a5e0-bb3935f9037d 2018-07-22 16:11:34,938 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:11:34,938 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:37,941 - create_stack - DEBUG - Stack status query timeout in 1190.509794 2018-07-22 16:11:37,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:38,269 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:37 GMT Server: Apache x-openstack-request-id: req-bcd13bb8-261b-48ee-9168-9726e35e3906 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:38,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:38 GMT Server: Apache x-openstack-request-id: req-036d6f3f-6587-47e8-a2e7-4dbe0527b854 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": "83445317ba174c0ab87e77d982c2b30c", "OS::stack_id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "image_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image", "inst_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-inst", "subnet_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-subnet", "flavor_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-flavor-name", "net_name": "CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-net"}, "deletion_time": "2018-07-22T16:11:37Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack", "stack_user_project_id": "1a360cc032514e30b4dd7b2b16ad5bc9", "tags": null, "creation_time": "2018-07-22T16:11:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:11:28Z", "id": "7e90ffb4-638c-4c52-bffe-8dd41c065868", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:38,296 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-036d6f3f-6587-47e8-a2e7-4dbe0527b854 2018-07-22 16:11:38,296 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:11:38,296 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack 2018-07-22 16:11:38,296 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack 2018-07-22 16:11:38,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/7e90ffb4-638c-4c52-bffe-8dd41c065868 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cd5bc690ae6a377f4e4fc6aa7805d7ac449e135" 2018-07-22 16:11:38,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:38 GMT Server: Apache x-openstack-request-id: req-68f0d7a8-a791-404d-a4af-2d32cd33afa8 Location: http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:38,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:11:38 GMT Server: Apache x-openstack-request-id: req-b478f624-f64a-41d3-9903-6085452c514f Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:11:38,351 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/83445317ba174c0ab87e77d982c2b30c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-stack/7e90ffb4-638c-4c52-bffe-8dd41c065868 used request id req-b478f624-f64a-41d3-9903-6085452c514f 2018-07-22 16:11:38,352 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-2f4f2751-53e1-488c-892a-3d9aa4e82630-image 2018-07-22 16:11:38,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}33d4ba43dcea946e32fbe411c1d14afe1928c6c5" 2018-07-22 16:11:39,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3c8c6c9a-216e-417e-8c84-53d84cd4b36b Date: Sun, 22 Jul 2018 16:11:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:11:39,171 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d7f77690-af69-48fb-a611-550d9afcd134 used request id req-3c8c6c9a-216e-417e-8c84-53d84cd4b36b 2018-07-22 16:11:39,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/e3d6655e-c4a1-40e3-81b4-7cecca67072e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea76ea5ec45b55828a89cd8ea1fd90177169542d" 2018-07-22 16:11:39,206 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:11:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-042e3bc3-fc4a-464f-b588-d2eebbc1da5f x-compute-request-id: req-042e3bc3-fc4a-464f-b588-d2eebbc1da5f Content-Length: 0 Content-Type: application/json 2018-07-22 16:11:39,206 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e3d6655e-c4a1-40e3-81b4-7cecca67072e used request id req-042e3bc3-fc4a-464f-b588-d2eebbc1da5f 2018-07-22 16:11:39,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:39,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-1695739e-fd55-41e8-acfa-f53bee90428b Date: Sun, 22 Jul 2018 16:11:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "created_at": "2018-07-22T16:11:12Z", "updated_at": "2018-07-22T16:11:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:11:12Z", "revision_number": 0, "id": "4cac25c8-a978-4ec1-8143-b6ccf945955d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:11:12Z", "security_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "port_range_min": null, "ethertype": "IPv6", "project_id": "83445317ba174c0ab87e77d982c2b30c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:11:12Z", "revision_number": 0, "id": "5335774a-68ff-4da6-912a-0c58a270525d", "remote_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "remote_ip_prefix": null, "created_at": "2018-07-22T16:11:12Z", "security_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "port_range_min": null, "ethertype": "IPv4", "project_id": "83445317ba174c0ab87e77d982c2b30c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:11:12Z", "revision_number": 0, "id": "add24b11-32a4-4c79-b7de-b03bc1789858", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:11:12Z", "security_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "port_range_min": null, "ethertype": "IPv4", "project_id": "83445317ba174c0ab87e77d982c2b30c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:11:12Z", "revision_number": 0, "id": "e8a97ef5-fdb2-4a25-ad65-f830dfdc458c", "remote_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "remote_ip_prefix": null, "created_at": "2018-07-22T16:11:12Z", "security_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "port_range_min": null, "ethertype": "IPv6", "project_id": "83445317ba174c0ab87e77d982c2b30c"}], "revision_number": 4, "project_id": "83445317ba174c0ab87e77d982c2b30c", "id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:11:39,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1695739e-fd55-41e8-acfa-f53bee90428b 2018-07-22 16:11:39,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:39,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79dd0d1c-2ed0-448c-a759-958ea2a67a1e 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:11:39,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-79dd0d1c-2ed0-448c-a759-958ea2a67a1e 2018-07-22 16:11:39,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:39,646 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fe92862-fe2d-4f10-a10a-1366487773b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:11:39,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-9fe92862-fe2d-4f10-a10a-1366487773b1 2018-07-22 16:11:39,647 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:11:39,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:39,733 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-218031e4-f71c-40c0-94f0-e0d291143e3e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:11:39,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-218031e4-f71c-40c0-94f0-e0d291143e3e 2018-07-22 16:11:39,734 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:11:39,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:39,819 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55aff8ee-57f9-425d-874f-815b229cdfa8 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:11:39,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-55aff8ee-57f9-425d-874f-815b229cdfa8 2018-07-22 16:11:39,819 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:11:39,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:39,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1feced89-9e04-4b07-975b-6d884e5d21c5 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:11:39,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-1feced89-9e04-4b07-975b-6d884e5d21c5 2018-07-22 16:11:39,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:40,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a57bc38-c554-4c17-96e8-a6ff71711f46 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "83445317ba174c0ab87e77d982c2b30c", "name": "CreateStackSuccessTests-aec59f84-a986-40d-proj"}} 2018-07-22 16:11:40,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c used request id req-9a57bc38-c554-4c17-96e8-a6ff71711f46 2018-07-22 16:11:40,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf6134ad-8dd1-40c9-b747-bbbf99a00038 2018-07-22 16:11:40,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf6134ad-8dd1-40c9-b747-bbbf99a00038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:40,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-befb5d0d-abc5-43f2-8c70-c8d2df28fed0 Date: Sun, 22 Jul 2018 16:11: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-07-22T16:11:12Z", "security_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "port_range_min": null, "revision_number": 0, "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "created_at": "2018-07-22T16:11:12Z", "project_id": "83445317ba174c0ab87e77d982c2b30c", "id": "4cac25c8-a978-4ec1-8143-b6ccf945955d"}, {"remote_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:11:12Z", "security_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "port_range_min": null, "revision_number": 0, "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "created_at": "2018-07-22T16:11:12Z", "project_id": "83445317ba174c0ab87e77d982c2b30c", "id": "5335774a-68ff-4da6-912a-0c58a270525d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:11:12Z", "security_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "port_range_min": null, "revision_number": 0, "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "created_at": "2018-07-22T16:11:12Z", "project_id": "83445317ba174c0ab87e77d982c2b30c", "id": "add24b11-32a4-4c79-b7de-b03bc1789858"}, {"remote_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:11:12Z", "security_group_id": "bf6134ad-8dd1-40c9-b747-bbbf99a00038", "port_range_min": null, "revision_number": 0, "tenant_id": "83445317ba174c0ab87e77d982c2b30c", "created_at": "2018-07-22T16:11:12Z", "project_id": "83445317ba174c0ab87e77d982c2b30c", "id": "e8a97ef5-fdb2-4a25-ad65-f830dfdc458c"}]} 2018-07-22 16:11:40,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf6134ad-8dd1-40c9-b747-bbbf99a00038 used request id req-befb5d0d-abc5-43f2-8c70-c8d2df28fed0 2018-07-22 16:11:40,030 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:11:40,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/bf6134ad-8dd1-40c9-b747-bbbf99a00038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:40,227 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d4a6250-7d4b-4b4b-9316-c49cf3238cc8 Content-Length: 0 Date: Sun, 22 Jul 2018 16:11:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:11:40,227 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/bf6134ad-8dd1-40c9-b747-bbbf99a00038 used request id req-7d4a6250-7d4b-4b4b-9316-c49cf3238cc8 2018-07-22 16:11:40,228 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-aec59f84-a986-40d-proj 2018-07-22 16:11:40,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:40,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1128b936-7ec7-4614-9eb7-7e8cf528fe87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:40,506 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/83445317ba174c0ab87e77d982c2b30c used request id req-1128b936-7ec7-4614-9eb7-7e8cf528fe87 2018-07-22 16:11:40,506 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-aec59f84-a986-40d-proj-role 2018-07-22 16:11:40,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/1a97115c90e04fd7bcb439a29d419f60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:40,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3a149c6-7744-4c54-8e53-3cab0a3f318d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:40,614 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1a97115c90e04fd7bcb439a29d419f60 used request id req-c3a149c6-7744-4c54-8e53-3cab0a3f318d 2018-07-22 16:11:40,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9f1db305781c46ddf1bb414fb65ac8e6359dfb6" 2018-07-22 16:11:40,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1420d7d-e728-4454-b2f4-487a03a058fc Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:11:40,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f1420d7d-e728-4454-b2f4-487a03a058fc 2018-07-22 16:11:40,698 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-aec59f84-a986-40d-user 2018-07-22 16:11:40,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3be833aeb7b94e17877090183835a16f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3ca9f3be8029bd7bcf684e987cf1dbc2f37164d" 2018-07-22 16:11:40,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6b1ddb4-7186-42d5-a39a-85cdf3771a6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:40,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3be833aeb7b94e17877090183835a16f used request id req-f6b1ddb4-7186-42d5-a39a-85cdf3771a6a 2018-07-22 16:11:40,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:41,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:11:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MGeOaLbTQS-adH0LrOMRgg"], "issued_at": "2018-07-22T16:11:41.000000Z"}} 2018-07-22 16:11:41,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfe95cba9d7c3206b400be4d691ab381dae9a4b7" 2018-07-22 16:11:41,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74bb81fd-14f6-4bd9-b1fe-33b878de5550 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:41,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-74bb81fd-14f6-4bd9-b1fe-33b878de5550 2018-07-22 16:11:41,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:41,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:41,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:11:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["J-lJ3M1hTy2pvsLHkhUNaA"], "issued_at": "2018-07-22T16:11:41.000000Z"}} 2018-07-22 16:11:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:11:41,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e9d2f3-ae7d-477b-8d75-2f79b578cd90 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:41,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-93e9d2f3-ae7d-477b-8d75-2f79b578cd90 2018-07-22 16:11:41,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:11:41,836 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:11:41,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:11:41,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c00eb8d6-8b1d-4aef-9382-2ed01c815ff7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:11:41,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj used request id req-c00eb8d6-8b1d-4aef-9382-2ed01c815ff7 2018-07-22 16:11:41,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:11:41,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17655133-c2e8-4567-bc0b-e700518703bc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:11:41,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-17655133-c2e8-4567-bc0b-e700518703bc 2018-07-22 16:11:41,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}}' 2018-07-22 16:11:41,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:11:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e33f181a-27d9-4d47-b83f-a9efc0948531 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b"}, "tags": [], "enabled": true, "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}} 2018-07-22 16:11:41,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e33f181a-27d9-4d47-b83f-a9efc0948531 2018-07-22 16:11:41,987 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-7f28774a-86cd-4e7-proj 2018-07-22 16:11:41,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:41,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:42,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:11:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["vZGwVHg9Tza0WhPej0MZkA"], "issued_at": "2018-07-22T16:11:42.000000Z"}} 2018-07-22 16:11:42,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d002948dc5ff8ef20d558f307dc61147038debc3" 2018-07-22 16:11:42,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c871c006-066b-4041-945d-b3b0ddcbd043 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:42,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c871c006-066b-4041-945d-b3b0ddcbd043 2018-07-22 16:11:42,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:11:42,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:11:42,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d002948dc5ff8ef20d558f307dc61147038debc3" 2018-07-22 16:11:42,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cba21e1-bbc9-458d-a32d-16a2e494028e Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:11:42,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2cba21e1-bbc9-458d-a32d-16a2e494028e 2018-07-22 16:11:42,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d002948dc5ff8ef20d558f307dc61147038debc3" 2018-07-22 16:11:42,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7de7a9e-9644-46fe-aeb1-9f08cadc24be Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b"}, "tags": [], "enabled": true, "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}]} 2018-07-22 16:11:42,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj used request id req-f7de7a9e-9644-46fe-aeb1-9f08cadc24be 2018-07-22 16:11:42,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d002948dc5ff8ef20d558f307dc61147038debc3" 2018-07-22 16:11:42,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce439f37-6f31-4118-9b0a-a6b4d0e81cf8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:11:42,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ce439f37-6f31-4118-9b0a-a6b4d0e81cf8 2018-07-22 16:11:43,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d002948dc5ff8ef20d558f307dc61147038debc3" 2018-07-22 16:11:43,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f353a01-fb4a-4278-ac2a-a8eccdfee30b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:11:43,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4f353a01-fb4a-4278-ac2a-a8eccdfee30b 2018-07-22 16:11:43,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d002948dc5ff8ef20d558f307dc61147038debc3" 2018-07-22 16:11:43,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1fd639-42ad-4967-b4e3-5d47a0cef6b4 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b"}, "tags": [], "enabled": true, "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}]} 2018-07-22 16:11:43,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-7f28774a-86cd-4e7-proj used request id req-0e1fd639-42ad-4967-b4e3-5d47a0cef6b4 2018-07-22 16:11:43,379 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-7f28774a-86cd-4e7-user 2018-07-22 16:11:43,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:43,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:11:43,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f6c3021-2342-41b1-90f3-e6f619bcea4c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:11:43,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7f6c3021-2342-41b1-90f3-e6f619bcea4c 2018-07-22 16:11:43,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" -d '{"role": {"name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role"}}' 2018-07-22 16:11:43,572 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:11:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a65323e-fdf6-489d-a48b-63f6bcfc6d21 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e37a97063a8f4640910424d4d820fbbe", "links": {"self": "http://172.30.9.28:5000/v3/roles/e37a97063a8f4640910424d4d820fbbe"}, "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role"}} 2018-07-22 16:11:43,572 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-7a65323e-fdf6-489d-a48b-63f6bcfc6d21 2018-07-22 16:11:43,573 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role 2018-07-22 16:11:43,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e37a97063a8f4640910424d4d820fbbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:11:43,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225ba9bf-3543-4ecc-a606-53ed3d17ec50 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e37a97063a8f4640910424d4d820fbbe", "links": {"self": "http://172.30.9.28:5000/v3/roles/e37a97063a8f4640910424d4d820fbbe"}, "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role"}} 2018-07-22 16:11:43,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e37a97063a8f4640910424d4d820fbbe used request id req-225ba9bf-3543-4ecc-a606-53ed3d17ec50 2018-07-22 16:11:43,660 - keystone_utils - INFO - Granting role CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role to project CreateStackSuccessTests-7f28774a-86cd-4e7-proj 2018-07-22 16:11:43,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b/users/9ddf6dacc4c141628eace720c437d7d5/roles/e37a97063a8f4640910424d4d820fbbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:11:43,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:11:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2ba2df3-58ca-472a-88fc-36b8a2ce52bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:11:43,785 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b/users/9ddf6dacc4c141628eace720c437d7d5/roles/e37a97063a8f4640910424d4d820fbbe used request id req-c2ba2df3-58ca-472a-88fc-36b8a2ce52bd 2018-07-22 16:11:43,786 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:11:43,786 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:11:43,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:43,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:44,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e37a97063a8f4640910424d4d820fbbe", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role"}], "expires_at": "2018-07-22T17:11:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-user", "id": "9ddf6dacc4c141628eace720c437d7d5"}, "audit_ids": ["a1ef-fpSQbajV_V_U0ntnw"], "issued_at": "2018-07-22T16:11:44.000000Z"}} 2018-07-22 16:11:44,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" 2018-07-22 16:11:44,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d00d941-713a-45d5-ab3e-65776321ca3b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:44,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5d00d941-713a-45d5-ab3e-65776321ca3b 2018-07-22 16:11:44,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" 2018-07-22 16:11:44,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-02f7c931-765f-495d-a1b2-3d48b9fdeba3 Date: Sun, 22 Jul 2018 16:11:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image"} 2018-07-22 16:11:44,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image used request id req-02f7c931-765f-495d-a1b2-3d48b9fdeba3 2018-07-22 16:11:44,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" 2018-07-22 16:11:44,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ab48e25b-3b26-43b5-90fe-368643162c75 Date: Sun, 22 Jul 2018 16:11:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:11:44,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ab48e25b-3b26-43b5-90fe-368643162c75 2018-07-22 16:11:44,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image"}' 2018-07-22 16:11:44,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-32916275-b117-43c0-9d4b-add0de2f23d6 Date: Sun, 22 Jul 2018 16:11:44 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:11:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:11:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64", "min_disk": 0, "protected": false, "id": "312f6e11-1531-4d27-ac18-3d8b2d42db64", "file": "/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/file", "checksum": null, "owner": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:11:44,524 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-32916275-b117-43c0-9d4b-add0de2f23d6 2018-07-22 16:11:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" -d '' 2018-07-22 16:11:45,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd2eeda3-b20f-444e-8462-282273b22f4d Date: Sun, 22 Jul 2018 16:11:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:11:45,178 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/file used request id req-dd2eeda3-b20f-444e-8462-282273b22f4d 2018-07-22 16:11:45,178 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:11:45,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" 2018-07-22 16:11:45,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-6620e72e-b1f5-4f79-baa4-59103a53dcb9 Date: Sun, 22 Jul 2018 16:11:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:11:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:11:45Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/snap", "metadata": {}}], "self": "/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64", "min_disk": 0, "protected": false, "id": "312f6e11-1531-4d27-ac18-3d8b2d42db64", "file": "/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:11:45,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64 used request id req-6620e72e-b1f5-4f79-baa4-59103a53dcb9 2018-07-22 16:11:45,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" 2018-07-22 16:11:45,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9e5aef6b-7055-4a31-8b0e-660f22be287c Date: Sun, 22 Jul 2018 16:11:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:11:45,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-9e5aef6b-7055-4a31-8b0e-660f22be287c 2018-07-22 16:11:45,212 - create_image - INFO - Created image with name - CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image 2018-07-22 16:11:45,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" 2018-07-22 16:11:45,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8b12576b-ba41-4638-861a-2538b2da07e0 Date: Sun, 22 Jul 2018 16:11:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:11:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:11:45Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/snap", "metadata": {}}], "self": "/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64", "min_disk": 0, "protected": false, "id": "312f6e11-1531-4d27-ac18-3d8b2d42db64", "file": "/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/312f6e11-1531-4d27-ac18-3d8b2d42db64/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:11:45,231 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64 used request id req-8b12576b-ba41-4638-861a-2538b2da07e0 2018-07-22 16:11:45,232 - create_image - DEBUG - Instance status is - active 2018-07-22 16:11:45,232 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image 2018-07-22 16:11:45,232 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image 2018-07-22 16:11:45,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:45,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:45,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:11:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["N9leQ4PbSs-l-KAZUa0KQg"], "issued_at": "2018-07-22T16:11:45.000000Z"}} 2018-07-22 16:11:45,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb76509ff6b6cf5ce567b372de2e5b2a784e3c4c" 2018-07-22 16:11:45,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2ea7af-bc6f-437f-99f9-5b9d11a88db5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:45,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5f2ea7af-bc6f-437f-99f9-5b9d11a88db5 2018-07-22 16:11:45,710 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:11:45,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb76509ff6b6cf5ce567b372de2e5b2a784e3c4c" 2018-07-22 16:11:45,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11: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-36c33933-3f9f-43eb-bb53-4f12c33acee2 x-compute-request-id: req-36c33933-3f9f-43eb-bb53-4f12c33acee2 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:11:45,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-36c33933-3f9f-43eb-bb53-4f12c33acee2 2018-07-22 16:11:45,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb76509ff6b6cf5ce567b372de2e5b2a784e3c4c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-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-07-22 16:11:45,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11: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-572ec5a5-fb14-4df5-878d-1aaab3747a4a x-compute-request-id: req-572ec5a5-fb14-4df5-878d-1aaab3747a4a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/453a6457-bb06-4e56-a04d-fe4a40d02231", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/453a6457-bb06-4e56-a04d-fe4a40d02231", "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": "453a6457-bb06-4e56-a04d-fe4a40d02231"}} 2018-07-22 16:11:45,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-572ec5a5-fb14-4df5-878d-1aaab3747a4a 2018-07-22 16:11:45,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:11:45,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:11:46,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e37a97063a8f4640910424d4d820fbbe", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role"}], "expires_at": "2018-07-22T17:11:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-user", "id": "9ddf6dacc4c141628eace720c437d7d5"}, "audit_ids": ["iHE-S5oRR7WUAYjWxhCCsA"], "issued_at": "2018-07-22T16:11:46.000000Z"}} 2018-07-22 16:11:46,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:11:46,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50f56f6-0ba3-46ae-9ad9-4c1e36dcc346 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:11:46,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a50f56f6-0ba3-46ae-9ad9-4c1e36dcc346 2018-07-22 16:11:46,433 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:11:46,436 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:11:46,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:11:46,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:46 GMT Server: Apache x-openstack-request-id: req-5dea3ef2-363f-4d8a-b41e-5457ffb33c45 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:11:46,626 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack used request id req-5dea3ef2-363f-4d8a-b41e-5457ffb33c45 2018-07-22 16:11:46,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-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-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name"}}' 2018-07-22 16:11:48,487 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:11:46 GMT Server: Apache x-openstack-request-id: req-558ed4fc-7ea8-4436-b6b4-abadbd54417f Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}]}} 2018-07-22 16:11:48,487 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks used request id req-558ed4fc-7ea8-4436-b6b4-abadbd54417f 2018-07-22 16:11:48,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:11:48,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:48 GMT Server: Apache x-openstack-request-id: req-574c4332-46d5-4825-87b2-bcf9fbba54b4 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:48,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:48 GMT Server: Apache x-openstack-request-id: req-a6df4db5-1fda-4687-8977-8607ee0da39d 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:48,854 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-a6df4db5-1fda-4687-8977-8607ee0da39d 2018-07-22 16:11:48,855 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack 2018-07-22 16:11:48,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:11:49,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:48 GMT Server: Apache x-openstack-request-id: req-c39ea64b-6672-40ed-a392-cc2cbfc78eb5 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:49,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:49 GMT Server: Apache x-openstack-request-id: req-9428a230-98d8-4e76-9e81-7eb17360ba0e 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:49,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-9428a230-98d8-4e76-9e81-7eb17360ba0e 2018-07-22 16:11:49,081 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:11:49,081 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:52,084 - create_stack - DEBUG - Stack status query timeout in 1196.77090001 2018-07-22 16:11:52,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:11:52,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:52 GMT Server: Apache x-openstack-request-id: req-44b82560-7caa-4c40-9b8b-5cd5010d963a Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:52,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:52 GMT Server: Apache x-openstack-request-id: req-8f5813c2-c5ec-4095-ab9a-a6d0ab65ace5 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:52,381 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-8f5813c2-c5ec-4095-ab9a-a6d0ab65ace5 2018-07-22 16:11:52,381 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:11:52,382 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:55,385 - create_stack - DEBUG - Stack status query timeout in 1193.4700799 2018-07-22 16:11:55,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:11:55,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:55 GMT Server: Apache x-openstack-request-id: req-8e64582d-b152-4e13-af5c-dafe939b34e1 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:55,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:55 GMT Server: Apache x-openstack-request-id: req-9f87207a-3c06-4f2a-87dc-d2696411d8e4 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:55,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-9f87207a-3c06-4f2a-87dc-d2696411d8e4 2018-07-22 16:11:55,819 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:11:55,819 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:11:58,822 - create_stack - DEBUG - Stack status query timeout in 1190.032552 2018-07-22 16:11:58,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:11:59,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:11:58 GMT Server: Apache x-openstack-request-id: req-7e727288-bf14-4830-93f2-b6990ef9b3d8 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:11:59,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:11:59 GMT Server: Apache x-openstack-request-id: req-897c5c09-0280-4788-9c64-399c77afe74f 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:11:59,172 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-897c5c09-0280-4788-9c64-399c77afe74f 2018-07-22 16:11:59,173 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:11:59,173 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:02,176 - create_stack - DEBUG - Stack status query timeout in 1186.67851281 2018-07-22 16:12:02,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:02,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:02 GMT Server: Apache x-openstack-request-id: req-20cbdb85-5059-44f6-b3a6-9c5425fbbb77 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:02,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:02 GMT Server: Apache x-openstack-request-id: req-ae6a7e44-69fe-4ca3-b8b2-164017e03a92 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:02,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-ae6a7e44-69fe-4ca3-b8b2-164017e03a92 2018-07-22 16:12:02,673 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:12:02,673 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack 2018-07-22 16:12:02,673 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack 2018-07-22 16:12:02,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:02,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:02 GMT Server: Apache x-openstack-request-id: req-9cd54100-5b2c-4449-9431-a0443a3e1825 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:02,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:02 GMT Server: Apache x-openstack-request-id: req-b4d377b3-d83a-4a80-ab3e-732465ed0027 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-07-22T16:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:11:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7c993493-a888-4805-976b-3c6544e4ac21", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-07-22T16:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:11:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "8e9b8516-3aa4-41bd-b130-0678792b828c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-07-22T16:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:11:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "8b42ab20-93b5-4c16-994d-28c93ef43794", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-07-22T16:11:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:11:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "62e42fa5-2e94-4cf7-ab87-0ec3e867fb72", "resource_type": "OS::Nova::Server"}]} 2018-07-22 16:12:02,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e/resources used request id req-b4d377b3-d83a-4a80-ab3e-732465ed0027 2018-07-22 16:12:02,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=8b42ab20-93b5-4c16-994d-28c93ef43794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:03,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-71b871da-20de-47cb-acb5-cc6c5f2a0202 Date: Sun, 22 Jul 2018 16:12: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":["8e9b8516-3aa4-41bd-b130-0678792b828c"],"updated_at":"2018-07-22T16:11:50Z","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8b42ab20-93b5-4c16-994d-28c93ef43794","name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net"}]} 2018-07-22 16:12:03,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=8b42ab20-93b5-4c16-994d-28c93ef43794 used request id req-71b871da-20de-47cb-acb5-cc6c5f2a0202 2018-07-22 16:12:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:03,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-cf63c8c5-3d15-4cb5-a8e9-88574cb47148 Date: Sun, 22 Jul 2018 16:12:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b42ab20-93b5-4c16-994d-28c93ef43794","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:50Z","dns_nameservers":[],"updated_at":"2018-07-22T16:11:50Z","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":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8e9b8516-3aa4-41bd-b130-0678792b828c","subnetpool_id":null,"name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet"}]} 2018-07-22 16:12:03,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 used request id req-cf63c8c5-3d15-4cb5-a8e9-88574cb47148 2018-07-22 16:12:03,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:03,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7566a586-f924-4c43-8da0-f46e0bc75941 Date: Sun, 22 Jul 2018 16:12:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b42ab20-93b5-4c16-994d-28c93ef43794","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:50Z","dns_nameservers":[],"updated_at":"2018-07-22T16:11:50Z","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":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8e9b8516-3aa4-41bd-b130-0678792b828c","subnetpool_id":null,"name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet"}]} 2018-07-22 16:12:03,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 used request id req-7566a586-f924-4c43-8da0-f46e0bc75941 2018-07-22 16:12:03,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:03,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:03,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e37a97063a8f4640910424d4d820fbbe", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role"}], "expires_at": "2018-07-22T17:12:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-user", "id": "9ddf6dacc4c141628eace720c437d7d5"}, "audit_ids": ["mEyfP7sTQPWkcbWzBRtqZg"], "issued_at": "2018-07-22T16:12:03.000000Z"}} 2018-07-22 16:12:03,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f00476fe25535d383cb2dc3231996fbf824427" 2018-07-22 16:12:03,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb55d801-d214-452a-a06c-c4c9f7ed8d16 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:03,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-eb55d801-d214-452a-a06c-c4c9f7ed8d16 2018-07-22 16:12:03,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f00476fe25535d383cb2dc3231996fbf824427" 2018-07-22 16:12:03,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-2dcd71e0-a07a-4f1f-a315-9792859fd967 Date: Sun, 22 Jul 2018 16:12: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":["8e9b8516-3aa4-41bd-b130-0678792b828c"],"updated_at":"2018-07-22T16:11:50Z","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8b42ab20-93b5-4c16-994d-28c93ef43794","name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net"}]} 2018-07-22 16:12:03,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net used request id req-2dcd71e0-a07a-4f1f-a315-9792859fd967 2018-07-22 16:12:03,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:12:03,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:12:03,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f00476fe25535d383cb2dc3231996fbf824427" 2018-07-22 16:12:03,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1561213-5216-4a9a-b4c9-4ebc25356ef7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}} 2018-07-22 16:12:03,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b used request id req-c1561213-5216-4a9a-b4c9-4ebc25356ef7 2018-07-22 16:12:03,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f00476fe25535d383cb2dc3231996fbf824427" 2018-07-22 16:12:04,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e5af7263-d3e7-440c-acc6-5957e276b96d Date: Sun, 22 Jul 2018 16:12:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b42ab20-93b5-4c16-994d-28c93ef43794","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:50Z","dns_nameservers":[],"updated_at":"2018-07-22T16:11:50Z","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":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8e9b8516-3aa4-41bd-b130-0678792b828c","subnetpool_id":null,"name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet"}]} 2018-07-22 16:12:04,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 used request id req-e5af7263-d3e7-440c-acc6-5957e276b96d 2018-07-22 16:12:04,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:04,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e37a97063a8f4640910424d4d820fbbe", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role"}], "expires_at": "2018-07-22T17:12:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d7ba25fa9e7a4ff68a5f1b749a6dd56b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-user", "id": "9ddf6dacc4c141628eace720c437d7d5"}, "audit_ids": ["zDLWdPCyQLCM5O52FJSosQ"], "issued_at": "2018-07-22T16:12:04.000000Z"}} 2018-07-22 16:12:04,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d421f4bf461a3ae1ce23443ec03cbafaa516dd3a" 2018-07-22 16:12:04,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cfcbe13-93d7-412f-9f45-a3d658bac08d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:04,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4cfcbe13-93d7-412f-9f45-a3d658bac08d 2018-07-22 16:12:04,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d421f4bf461a3ae1ce23443ec03cbafaa516dd3a" 2018-07-22 16:12:04,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-2f545e17-8c6b-464f-a2d3-4316e9669b2b Date: Sun, 22 Jul 2018 16:12: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":["8e9b8516-3aa4-41bd-b130-0678792b828c"],"updated_at":"2018-07-22T16:11:50Z","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8b42ab20-93b5-4c16-994d-28c93ef43794","name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net"}]} 2018-07-22 16:12:04,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net used request id req-2f545e17-8c6b-464f-a2d3-4316e9669b2b 2018-07-22 16:12:04,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d421f4bf461a3ae1ce23443ec03cbafaa516dd3a" 2018-07-22 16:12:04,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c216806b-43cf-4928-a857-b4402ed87939 Date: Sun, 22 Jul 2018 16:12:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b42ab20-93b5-4c16-994d-28c93ef43794","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:50Z","dns_nameservers":[],"updated_at":"2018-07-22T16:11:50Z","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":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8e9b8516-3aa4-41bd-b130-0678792b828c","subnetpool_id":null,"name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet"}]} 2018-07-22 16:12:04,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 used request id req-c216806b-43cf-4928-a857-b4402ed87939 2018-07-22 16:12:04,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=8b42ab20-93b5-4c16-994d-28c93ef43794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d421f4bf461a3ae1ce23443ec03cbafaa516dd3a" 2018-07-22 16:12:04,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-6a6fffad-16d3-461a-bd16-959bd3b64ea9 Date: Sun, 22 Jul 2018 16:12: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":["8e9b8516-3aa4-41bd-b130-0678792b828c"],"updated_at":"2018-07-22T16:11:50Z","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8b42ab20-93b5-4c16-994d-28c93ef43794","name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net"}]} 2018-07-22 16:12:04,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=8b42ab20-93b5-4c16-994d-28c93ef43794 used request id req-6a6fffad-16d3-461a-bd16-959bd3b64ea9 2018-07-22 16:12:04,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d421f4bf461a3ae1ce23443ec03cbafaa516dd3a" 2018-07-22 16:12:04,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7ad05c38-3a01-4d1d-94f3-93941d68ad0c Date: Sun, 22 Jul 2018 16:12:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b42ab20-93b5-4c16-994d-28c93ef43794","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:50Z","dns_nameservers":[],"updated_at":"2018-07-22T16:11:50Z","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":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8e9b8516-3aa4-41bd-b130-0678792b828c","subnetpool_id":null,"name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet"}]} 2018-07-22 16:12:04,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794 used request id req-7ad05c38-3a01-4d1d-94f3-93941d68ad0c 2018-07-22 16:12:04,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794&name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d421f4bf461a3ae1ce23443ec03cbafaa516dd3a" 2018-07-22 16:12:05,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8ae49f4d-5402-4456-b382-d86bb1f49e7e Date: Sun, 22 Jul 2018 16:12:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b42ab20-93b5-4c16-994d-28c93ef43794","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:50Z","dns_nameservers":[],"updated_at":"2018-07-22T16:11:50Z","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":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8e9b8516-3aa4-41bd-b130-0678792b828c","subnetpool_id":null,"name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet"}]} 2018-07-22 16:12:05,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=8b42ab20-93b5-4c16-994d-28c93ef43794&name=CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet used request id req-8ae49f4d-5402-4456-b382-d86bb1f49e7e 2018-07-22 16:12:05,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/8e9b8516-3aa4-41bd-b130-0678792b828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d421f4bf461a3ae1ce23443ec03cbafaa516dd3a" 2018-07-22 16:12:05,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-8df60503-9064-4f0c-9e9c-4b5b92733fa7 Date: Sun, 22 Jul 2018 16:12:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b42ab20-93b5-4c16-994d-28c93ef43794","tenant_id":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","created_at":"2018-07-22T16:11:50Z","dns_nameservers":[],"updated_at":"2018-07-22T16:11:50Z","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":"d7ba25fa9e7a4ff68a5f1b749a6dd56b","id":"8e9b8516-3aa4-41bd-b130-0678792b828c","subnetpool_id":null,"name":"CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet"}} 2018-07-22 16:12:05,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/8e9b8516-3aa4-41bd-b130-0678792b828c used request id req-8df60503-9064-4f0c-9e9c-4b5b92733fa7 2018-07-22 16:12:05,054 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack 2018-07-22 16:12:05,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:05,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:05 GMT Server: Apache x-openstack-request-id: req-84b7eb63-a085-475b-ba90-27e09be6556f Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:05,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:05 GMT Server: Apache x-openstack-request-id: req-b8c34cfa-58d9-4cdf-ad43-3eea330b526d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:05,269 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-b8c34cfa-58d9-4cdf-ad43-3eea330b526d 2018-07-22 16:12:05,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:05,346 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:05 GMT Server: Apache x-openstack-request-id: req-b13d8ef1-765a-425b-8281-7a7094e362dd Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:05,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:05 GMT Server: Apache x-openstack-request-id: req-f427e159-2ed7-47d9-b931-e37fce885073 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:12:05Z", "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:05,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-f427e159-2ed7-47d9-b931-e37fce885073 2018-07-22 16:12:05,374 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:12:05,374 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:08,378 - create_stack - DEBUG - Stack status query timeout in 1196.89127111 2018-07-22 16:12:08,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:08,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:08 GMT Server: Apache x-openstack-request-id: req-b552a376-fbd7-42a7-9375-2b40af4e5165 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:08,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:08 GMT Server: Apache x-openstack-request-id: req-f231ec11-593a-49f9-8b01-bdcdb3ef42a1 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:12:05Z", "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:08,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-f231ec11-593a-49f9-8b01-bdcdb3ef42a1 2018-07-22 16:12:08,434 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:12:08,434 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:11,437 - create_stack - DEBUG - Stack status query timeout in 1193.83200097 2018-07-22 16:12:11,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:11,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:11 GMT Server: Apache x-openstack-request-id: req-53dfbb8e-eff8-40a5-b55a-e38aae1ed31c Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:11,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:11 GMT Server: Apache x-openstack-request-id: req-dd58a457-fc70-4445-bbc4-ffd8345d95df 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:12:05Z", "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:11,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-dd58a457-fc70-4445-bbc4-ffd8345d95df 2018-07-22 16:12:11,512 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:12:11,512 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:14,515 - create_stack - DEBUG - Stack status query timeout in 1190.75354409 2018-07-22 16:12:14,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:14,545 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:14 GMT Server: Apache x-openstack-request-id: req-8c14723a-2acf-4b7d-bf85-5401b612f763 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:14,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:14 GMT Server: Apache x-openstack-request-id: req-9c2ec0b3-5b0d-4304-bd5f-ffa082527318 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": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "OS::stack_id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "image_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image", "inst_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-inst", "subnet_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-subnet", "flavor_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-flavor-name", "net_name": "CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-net"}, "deletion_time": "2018-07-22T16:12:14Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack", "stack_user_project_id": "7a76da51d7a74fa589a0c4631df08826", "tags": null, "creation_time": "2018-07-22T16:11:47Z", "links": [{"href": "http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:12:05Z", "id": "4c1961f2-50da-4f7c-85b0-58859019c48e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:14,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-9c2ec0b3-5b0d-4304-bd5f-ffa082527318 2018-07-22 16:12:14,571 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:12:14,571 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack 2018-07-22 16:12:14,571 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack 2018-07-22 16:12:14,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/4c1961f2-50da-4f7c-85b0-58859019c48e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50505bef03a7cbe12f534ee9476fc34c4f947c0" 2018-07-22 16:12:14,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:14 GMT Server: Apache x-openstack-request-id: req-59ed8115-abdc-4c59-bc5b-b81cf21032a9 Location: http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:14,620 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:14 GMT Server: Apache x-openstack-request-id: req-da202380-6a56-4d30-92da-3907465c9aa0 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:12:14,620 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/d7ba25fa9e7a4ff68a5f1b749a6dd56b/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-stack/4c1961f2-50da-4f7c-85b0-58859019c48e used request id req-da202380-6a56-4d30-92da-3907465c9aa0 2018-07-22 16:12:14,621 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-da7a6c33-bec8-4870-8a66-aa15aecd4cd8-image 2018-07-22 16:12:14,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1415cfb08ec33a803bfb54ffba09c82d85d6565" 2018-07-22 16:12:15,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7055ddfc-4b15-40a4-85e0-8af3574e24dd Date: Sun, 22 Jul 2018 16:12:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:12:15,205 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/312f6e11-1531-4d27-ac18-3d8b2d42db64 used request id req-7055ddfc-4b15-40a4-85e0-8af3574e24dd 2018-07-22 16:12:15,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/453a6457-bb06-4e56-a04d-fe4a40d02231 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb76509ff6b6cf5ce567b372de2e5b2a784e3c4c" 2018-07-22 16:12:15,240 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:12:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-400ff202-a104-42e9-a300-a6520839b8e7 x-compute-request-id: req-400ff202-a104-42e9-a300-a6520839b8e7 Content-Length: 0 Content-Type: application/json 2018-07-22 16:12:15,240 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/453a6457-bb06-4e56-a04d-fe4a40d02231 used request id req-400ff202-a104-42e9-a300-a6520839b8e7 2018-07-22 16:12:15,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:15,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-b5cfed45-733f-470c-8d85-7820a8be2665 Date: Sun, 22 Jul 2018 16:12:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "created_at": "2018-07-22T16:11:49Z", "updated_at": "2018-07-22T16:11:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:11:49Z", "revision_number": 0, "id": "480a4216-5e6c-4d31-a332-49933d82f2f1", "remote_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "remote_ip_prefix": null, "created_at": "2018-07-22T16:11:49Z", "security_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:11:49Z", "revision_number": 0, "id": "56e537be-3e38-4230-a496-b8461363e71b", "remote_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "remote_ip_prefix": null, "created_at": "2018-07-22T16:11:49Z", "security_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:11:49Z", "revision_number": 0, "id": "6bf12242-f75b-4dad-8dc6-372d6204d998", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:11:49Z", "security_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:11:49Z", "revision_number": 0, "id": "b6a95228-7735-4ade-9faa-5442071a93d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:11:49Z", "security_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b"}], "revision_number": 4, "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:12:15,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b5cfed45-733f-470c-8d85-7820a8be2665 2018-07-22 16:12:15,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:15,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c84905bf-6130-4ba4-9c5f-e8e42a0f4c51 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:12:15,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-c84905bf-6130-4ba4-9c5f-e8e42a0f4c51 2018-07-22 16:12:15,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:15,653 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f572dbdc-1f1d-41e9-a827-fc99d6958781 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:12:15,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-f572dbdc-1f1d-41e9-a827-fc99d6958781 2018-07-22 16:12:15,654 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:12:15,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:15,745 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1740ee1-155c-42be-b8c2-b84297e93f13 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:12:15,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-f1740ee1-155c-42be-b8c2-b84297e93f13 2018-07-22 16:12:15,745 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:12:15,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:15,824 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f26d38e-b3d5-4db7-9216-769060f1822a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:12:15,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-5f26d38e-b3d5-4db7-9216-769060f1822a 2018-07-22 16:12:15,824 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:12:15,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:15,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8bf957a-6895-4aaa-8ad9-97e1b3847a4a 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:12:15,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-f8bf957a-6895-4aaa-8ad9-97e1b3847a4a 2018-07-22 16:12:15,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:16,000 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-920b5d61-99fd-4d98-b641-8ec421bf1c7a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:12:16,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-920b5d61-99fd-4d98-b641-8ec421bf1c7a 2018-07-22 16:12:16,000 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:12:16,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:16,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b0cfb62-90c9-4004-ac3c-0dc26cbc4ff7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "name": "CreateStackSuccessTests-7f28774a-86cd-4e7-proj"}} 2018-07-22 16:12:16,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b used request id req-3b0cfb62-90c9-4004-ac3c-0dc26cbc4ff7 2018-07-22 16:12:16,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd156cbc-c944-4dbc-bd4f-84825bd34a68 2018-07-22 16:12:16,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cd156cbc-c944-4dbc-bd4f-84825bd34a68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:16,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6b715c24-8f34-4b59-8db1-b70c72a0f59f Date: Sun, 22 Jul 2018 16:12:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:11:49Z", "security_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "port_range_min": null, "revision_number": 0, "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "created_at": "2018-07-22T16:11:49Z", "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "id": "480a4216-5e6c-4d31-a332-49933d82f2f1"}, {"remote_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:11:49Z", "security_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "port_range_min": null, "revision_number": 0, "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "created_at": "2018-07-22T16:11:49Z", "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "id": "56e537be-3e38-4230-a496-b8461363e71b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:11:49Z", "security_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "port_range_min": null, "revision_number": 0, "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "created_at": "2018-07-22T16:11:49Z", "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "id": "6bf12242-f75b-4dad-8dc6-372d6204d998"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:11:49Z", "security_group_id": "cd156cbc-c944-4dbc-bd4f-84825bd34a68", "port_range_min": null, "revision_number": 0, "tenant_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "created_at": "2018-07-22T16:11:49Z", "project_id": "d7ba25fa9e7a4ff68a5f1b749a6dd56b", "id": "b6a95228-7735-4ade-9faa-5442071a93d6"}]} 2018-07-22 16:12:16,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cd156cbc-c944-4dbc-bd4f-84825bd34a68 used request id req-6b715c24-8f34-4b59-8db1-b70c72a0f59f 2018-07-22 16:12:16,114 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:12:16,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cd156cbc-c944-4dbc-bd4f-84825bd34a68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:16,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a4ee1e69-fff1-4cfe-addf-a55fa697edcd Content-Length: 0 Date: Sun, 22 Jul 2018 16:12:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:12:16,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cd156cbc-c944-4dbc-bd4f-84825bd34a68 used request id req-a4ee1e69-fff1-4cfe-addf-a55fa697edcd 2018-07-22 16:12:16,313 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-7f28774a-86cd-4e7-proj 2018-07-22 16:12:16,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:16,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-084bace1-3f6c-4c1d-996c-2078787a72dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:16,685 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d7ba25fa9e7a4ff68a5f1b749a6dd56b used request id req-084bace1-3f6c-4c1d-996c-2078787a72dd 2018-07-22 16:12:16,685 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-7f28774a-86cd-4e7-proj-role 2018-07-22 16:12:16,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e37a97063a8f4640910424d4d820fbbe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:16,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c327d35-5468-4fb7-872c-5f99bc8a63bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:16,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e37a97063a8f4640910424d4d820fbbe used request id req-1c327d35-5468-4fb7-872c-5f99bc8a63bc 2018-07-22 16:12:16,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d83e4b8080256cec0cd2d40fa48415676efbf196" 2018-07-22 16:12:16,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e74f5cc-b1e4-47e4-9e88-a3bf6e071714 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:12:16,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1e74f5cc-b1e4-47e4-9e88-a3bf6e071714 2018-07-22 16:12:16,882 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-7f28774a-86cd-4e7-user 2018-07-22 16:12:16,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9ddf6dacc4c141628eace720c437d7d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d002948dc5ff8ef20d558f307dc61147038debc3" 2018-07-22 16:12:17,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c64e8a7-a496-4f79-b341-8e29ae187e72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:17,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9ddf6dacc4c141628eace720c437d7d5 used request id req-2c64e8a7-a496-4f79-b341-8e29ae187e72 2018-07-22 16:12:17,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:17,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:12:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["RUR3n6VSSx-93BSTIL1LkA"], "issued_at": "2018-07-22T16:12:17.000000Z"}} 2018-07-22 16:12:17,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}958ae7628eaec7a3378b2e5f0ddb051f2b623005" 2018-07-22 16:12:17,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60af4241-31ba-4272-b854-857c9631715c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:17,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-60af4241-31ba-4272-b854-857c9631715c 2018-07-22 16:12:17,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:17,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:17,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:12:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["IV0_l9bNTqWHlPJZm7rsIw"], "issued_at": "2018-07-22T16:12:17.000000Z"}} 2018-07-22 16:12:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:18,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef06938a-6d4a-4cac-b691-6669d0ac4019 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:18,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ef06938a-6d4a-4cac-b691-6669d0ac4019 2018-07-22 16:12:18,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:12:18,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:12:18,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:18,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab52e242-9a98-431e-85aa-854892da0a11 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:12:18,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj used request id req-ab52e242-9a98-431e-85aa-854892da0a11 2018-07-22 16:12:18,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:18,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64d7c7a-8101-4c20-93d9-eed7537f0c1a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:12:18,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b64d7c7a-8101-4c20-93d9-eed7537f0c1a 2018-07-22 16:12:18,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}}' 2018-07-22 16:12:18,241 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4557cbf5-ae19-49b3-8643-dbc560b4438f Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:18,242 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4557cbf5-ae19-49b3-8643-dbc560b4438f 2018-07-22 16:12:18,242 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-4785c49f-2d36-4c4-proj 2018-07-22 16:12:18,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:18,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:18,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:12:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["L9UQM5y5Sx2Zt-2y0R44zA"], "issued_at": "2018-07-22T16:12:18.000000Z"}} 2018-07-22 16:12:18,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3cc730fbeb6130e17ae173e25e20978b7698011" 2018-07-22 16:12:18,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b5300b-3e79-4d53-b783-a22e6dbc81be Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:18,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-01b5300b-3e79-4d53-b783-a22e6dbc81be 2018-07-22 16:12:18,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:12:18,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:12:18,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3cc730fbeb6130e17ae173e25e20978b7698011" 2018-07-22 16:12:18,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12093077-1b29-4466-bbd2-baecf41b8e7a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:12:18,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-12093077-1b29-4466-bbd2-baecf41b8e7a 2018-07-22 16:12:18,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3cc730fbeb6130e17ae173e25e20978b7698011" 2018-07-22 16:12:18,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d8312c-a033-4e88-9c5e-5f4d3e91bec9 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}]} 2018-07-22 16:12:18,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj used request id req-46d8312c-a033-4e88-9c5e-5f4d3e91bec9 2018-07-22 16:12:18,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3cc730fbeb6130e17ae173e25e20978b7698011" 2018-07-22 16:12:18,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6c1061-ba77-4567-82fb-22dcc966b2fa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:12:18,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2a6c1061-ba77-4567-82fb-22dcc966b2fa 2018-07-22 16:12:19,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3cc730fbeb6130e17ae173e25e20978b7698011" 2018-07-22 16:12:19,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d55143-c7b5-4a20-a3f4-978b3d41f184 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:12:19,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c0d55143-c7b5-4a20-a3f4-978b3d41f184 2018-07-22 16:12:19,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3cc730fbeb6130e17ae173e25e20978b7698011" 2018-07-22 16:12:19,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b88c2fa-4590-4a00-8939-8244e2cc435d Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}]} 2018-07-22 16:12:19,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-4785c49f-2d36-4c4-proj used request id req-6b88c2fa-4590-4a00-8939-8244e2cc435d 2018-07-22 16:12:19,411 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-4785c49f-2d36-4c4-user 2018-07-22 16:12:19,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:19,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:19,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-084fec74-3a85-4052-8104-845ea7c79f36 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:12:19,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-084fec74-3a85-4052-8104-845ea7c79f36 2018-07-22 16:12:19,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" -d '{"role": {"name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role"}}' 2018-07-22 16:12:19,607 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:12:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af4f3934-e868-4a6c-9486-aed3d876c194 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ecfc313c92de427a96e6c980a96d086b", "links": {"self": "http://172.30.9.28:5000/v3/roles/ecfc313c92de427a96e6c980a96d086b"}, "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role"}} 2018-07-22 16:12:19,607 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-af4f3934-e868-4a6c-9486-aed3d876c194 2018-07-22 16:12:19,607 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role 2018-07-22 16:12:19,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ecfc313c92de427a96e6c980a96d086b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:19,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff319dc-1111-499d-b756-e6e9995c07cd Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ecfc313c92de427a96e6c980a96d086b", "links": {"self": "http://172.30.9.28:5000/v3/roles/ecfc313c92de427a96e6c980a96d086b"}, "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role"}} 2018-07-22 16:12:19,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ecfc313c92de427a96e6c980a96d086b used request id req-1ff319dc-1111-499d-b756-e6e9995c07cd 2018-07-22 16:12:19,696 - keystone_utils - INFO - Granting role CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role to project CreateStackSuccessTests-4785c49f-2d36-4c4-proj 2018-07-22 16:12:19,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2/users/3fbcc4fba2c143bb89540b92f23ff7b6/roles/ecfc313c92de427a96e6c980a96d086b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:19,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-532c5555-4232-48c1-86e5-33f67d247c9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:19,819 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2/users/3fbcc4fba2c143bb89540b92f23ff7b6/roles/ecfc313c92de427a96e6c980a96d086b used request id req-532c5555-4232-48c1-86e5-33f67d247c9f 2018-07-22 16:12:19,819 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:12:19,820 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-07-22 16:12:19,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:19,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:20,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ecfc313c92de427a96e6c980a96d086b", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role"}], "expires_at": "2018-07-22T17:12:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-user", "id": "3fbcc4fba2c143bb89540b92f23ff7b6"}, "audit_ids": ["qIeBMRbwQ0aikHZ3984xsg"], "issued_at": "2018-07-22T16:12:20.000000Z"}} 2018-07-22 16:12:20,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" 2018-07-22 16:12:20,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f3dcec-3c3d-4c36-b05e-db48c79dbb69 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:20,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-89f3dcec-3c3d-4c36-b05e-db48c79dbb69 2018-07-22 16:12:20,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" 2018-07-22 16:12:20,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-fe33aaa6-6ddd-4973-905c-f04a708562f8 Date: Sun, 22 Jul 2018 16:12:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image"} 2018-07-22 16:12:20,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image used request id req-fe33aaa6-6ddd-4973-905c-f04a708562f8 2018-07-22 16:12:20,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" 2018-07-22 16:12:20,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b8edbc88-c160-4726-8d3c-35d71e2b13f4 Date: Sun, 22 Jul 2018 16:12: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-07-22 16:12:20,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b8edbc88-c160-4726-8d3c-35d71e2b13f4 2018-07-22 16:12:20,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image"}' 2018-07-22 16:12:20,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8dd282f2-7b6f-4c84-80ce-83d5fabb4ce2 Date: Sun, 22 Jul 2018 16:12:20 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:12:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:12:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/f5130578-d79f-4c61-9f27-575b7999e853", "min_disk": 0, "protected": false, "id": "f5130578-d79f-4c61-9f27-575b7999e853", "file": "/v2/images/f5130578-d79f-4c61-9f27-575b7999e853/file", "checksum": null, "owner": "5cb334a5e6eb4050a4f35037ca40c0b2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:12:20,537 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8dd282f2-7b6f-4c84-80ce-83d5fabb4ce2 2018-07-22 16:12:20,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" -d '' 2018-07-22 16:12:21,131 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-99653312-7d93-4bfb-969d-24fece48dbb0 Date: Sun, 22 Jul 2018 16:12:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:12:21,131 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853/file used request id req-99653312-7d93-4bfb-969d-24fece48dbb0 2018-07-22 16:12:21,132 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:12:21,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" 2018-07-22 16:12:21,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-658faeeb-5185-43f8-84cd-836f37a3f3b1 Date: Sun, 22 Jul 2018 16:12:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:12:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:12:21Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f5130578-d79f-4c61-9f27-575b7999e853/snap", "metadata": {}}], "self": "/v2/images/f5130578-d79f-4c61-9f27-575b7999e853", "min_disk": 0, "protected": false, "id": "f5130578-d79f-4c61-9f27-575b7999e853", "file": "/v2/images/f5130578-d79f-4c61-9f27-575b7999e853/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5cb334a5e6eb4050a4f35037ca40c0b2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f5130578-d79f-4c61-9f27-575b7999e853/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:12:21,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853 used request id req-658faeeb-5185-43f8-84cd-836f37a3f3b1 2018-07-22 16:12:21,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" 2018-07-22 16:12:21,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-b16881c8-665c-41ea-8373-2e44528776dc Date: Sun, 22 Jul 2018 16:12:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:12:21,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b16881c8-665c-41ea-8373-2e44528776dc 2018-07-22 16:12:21,163 - create_image - INFO - Created image with name - CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image 2018-07-22 16:12:21,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" 2018-07-22 16:12:21,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-eea45f59-b9db-4849-8afd-df3b237b59db Date: Sun, 22 Jul 2018 16:12:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:12:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-07-22T16:12:21Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f5130578-d79f-4c61-9f27-575b7999e853/snap", "metadata": {}}], "self": "/v2/images/f5130578-d79f-4c61-9f27-575b7999e853", "min_disk": 0, "protected": false, "id": "f5130578-d79f-4c61-9f27-575b7999e853", "file": "/v2/images/f5130578-d79f-4c61-9f27-575b7999e853/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5cb334a5e6eb4050a4f35037ca40c0b2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/f5130578-d79f-4c61-9f27-575b7999e853/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:12:21,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853 used request id req-eea45f59-b9db-4849-8afd-df3b237b59db 2018-07-22 16:12:21,181 - create_image - DEBUG - Instance status is - active 2018-07-22 16:12:21,181 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image 2018-07-22 16:12:21,181 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image 2018-07-22 16:12:21,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:21,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:21,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bDGdGM6vQnSUiT0h5P1nYQ"], "issued_at": "2018-07-22T16:12:21.000000Z"}} 2018-07-22 16:12:21,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524d8e958fdbff284c3a70bd015d32fae4548c34" 2018-07-22 16:12:21,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ba1d41-906f-409b-a23c-a43f9940904f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:21,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-27ba1d41-906f-409b-a23c-a43f9940904f 2018-07-22 16:12:21,646 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:12:21,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524d8e958fdbff284c3a70bd015d32fae4548c34" 2018-07-22 16:12:21,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-0f1e48ef-1f39-4337-91ef-266aa26ff507 x-compute-request-id: req-0f1e48ef-1f39-4337-91ef-266aa26ff507 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:12:21,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0f1e48ef-1f39-4337-91ef-266aa26ff507 2018-07-22 16:12:21,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524d8e958fdbff284c3a70bd015d32fae4548c34" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-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-07-22 16:12:21,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-79b2d7f7-a06b-4e69-b066-d5091841ed72 x-compute-request-id: req-79b2d7f7-a06b-4e69-b066-d5091841ed72 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "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": "f0d776c0-c476-48c3-a44a-2f8336c0031d"}} 2018-07-22 16:12:21,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-79b2d7f7-a06b-4e69-b066-d5091841ed72 2018-07-22 16:12:21,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:21,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:22,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ecfc313c92de427a96e6c980a96d086b", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role"}], "expires_at": "2018-07-22T17:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-user", "id": "3fbcc4fba2c143bb89540b92f23ff7b6"}, "audit_ids": ["joK-YD6BQcm1EaqMqUbPcA"], "issued_at": "2018-07-22T16:12:22.000000Z"}} 2018-07-22 16:12:22,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:22,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3caf8a3-cdce-4bca-bc77-5ba43552b785 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:22,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e3caf8a3-cdce-4bca-bc77-5ba43552b785 2018-07-22 16:12:22,352 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:12:22,355 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:12:22,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:22,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:22 GMT Server: Apache x-openstack-request-id: req-6ade563d-5076-4c1f-9fd9-e13ff1bf9ba1 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:12:22,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack used request id req-6ade563d-5076-4c1f-9fd9-e13ff1bf9ba1 2018-07-22 16:12:22,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-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-8285d439-ec9b-4e26-8d67-b18909e28493-net", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name"}}' 2018-07-22 16:12:24,351 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:12:22 GMT Server: Apache x-openstack-request-id: req-6d26a99f-a858-403f-9cd9-2ad866c72f2f Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}]}} 2018-07-22 16:12:24,352 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks used request id req-6d26a99f-a858-403f-9cd9-2ad866c72f2f 2018-07-22 16:12:24,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:24,529 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:24 GMT Server: Apache x-openstack-request-id: req-188cdd10-24ef-46ba-80c6-350927349ca6 Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:24,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:24 GMT Server: Apache x-openstack-request-id: req-e2af8956-9a30-4b64-ba0e-b283134e12c7 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:24,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-e2af8956-9a30-4b64-ba0e-b283134e12c7 2018-07-22 16:12:24,807 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack 2018-07-22 16:12:24,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:25,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:24 GMT Server: Apache x-openstack-request-id: req-cf045a0f-cbe8-4f9d-821a-045b527eec6e Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:25,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:25 GMT Server: Apache x-openstack-request-id: req-89ef613b-256f-42f5-b847-05fd7a9b2b3e 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:25,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-89ef613b-256f-42f5-b847-05fd7a9b2b3e 2018-07-22 16:12:25,101 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:12:25,101 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:28,104 - create_stack - DEBUG - Stack status query timeout in 1196.70272708 2018-07-22 16:12:28,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:28,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:28 GMT Server: Apache x-openstack-request-id: req-6db15ac7-92b7-4062-8f6e-dba8e290da26 Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:28,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:28 GMT Server: Apache x-openstack-request-id: req-4f225394-a3f0-4149-8f81-b57215df383b 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:28,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-4f225394-a3f0-4149-8f81-b57215df383b 2018-07-22 16:12:28,188 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:12:28,188 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:31,191 - create_stack - DEBUG - Stack status query timeout in 1193.61599088 2018-07-22 16:12:31,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:31,386 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:31 GMT Server: Apache x-openstack-request-id: req-957ee8e5-8f51-4bec-a18e-1a0bfab6a20e Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:31,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:31 GMT Server: Apache x-openstack-request-id: req-3b7d2f8f-a658-40a0-a520-ee1e232528dd 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:31,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-3b7d2f8f-a658-40a0-a520-ee1e232528dd 2018-07-22 16:12:31,574 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:12:31,574 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:34,577 - create_stack - DEBUG - Stack status query timeout in 1190.22992706 2018-07-22 16:12:34,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:34,779 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:34 GMT Server: Apache x-openstack-request-id: req-dae6cbe4-4845-4121-a041-1d082160b929 Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:34,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:34 GMT Server: Apache x-openstack-request-id: req-0fea1f6c-c9a4-4a6d-a2f1-aa7956c607b9 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:34,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-0fea1f6c-c9a4-4a6d-a2f1-aa7956c607b9 2018-07-22 16:12:34,987 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:12:34,987 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:37,990 - create_stack - DEBUG - Stack status query timeout in 1186.81693196 2018-07-22 16:12:37,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:38,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:37 GMT Server: Apache x-openstack-request-id: req-9b82ecd2-acb2-4536-97bb-6c267e8a8a6b Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:38,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:38 GMT Server: Apache x-openstack-request-id: req-26f5a1c3-e3ff-4fbd-af95-6fbc9d398fd3 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:38,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-26f5a1c3-e3ff-4fbd-af95-6fbc9d398fd3 2018-07-22 16:12:38,220 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:12:38,220 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack 2018-07-22 16:12:38,220 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack 2018-07-22 16:12:38,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:38,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:38 GMT Server: Apache x-openstack-request-id: req-8a2ee8cf-fd28-4118-9c99-0f946e78ec8d Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:38,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:38 GMT Server: Apache x-openstack-request-id: req-4aa7f0a7-4d4f-45cf-8fc6-20a2240e38f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-07-22T16:12:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:12:24Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c6515fcd-cd2b-4923-adc1-f87ff7aab59b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-07-22T16:12:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:12:24Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "ac51fc11-6390-4858-b855-da3bb9576ed9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-07-22T16:12:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:12:24Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "b51c2d12-24f1-4b23-bb0f-bc5a402b0718", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-07-22T16:12:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:12:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "resource_type": "OS::Nova::Server"}]} 2018-07-22 16:12:38,454 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources used request id req-4aa7f0a7-4d4f-45cf-8fc6-20a2240e38f7 2018-07-22 16:12:38,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:38,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1721455-80de-4a61-8cff-9ed2161b9f16 x-compute-request-id: req-f1721455-80de-4a61-8cff-9ed2161b9f16 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:af:76", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "bookmark"}], "image": {"id": "f5130578-d79f-4c61-9f27-575b7999e853", "links": [{"href": "http://172.30.9.28:8774/images/f5130578-d79f-4c61-9f27-575b7999e853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:12:34.000000", "flavor": {"id": "f0d776c0-c476-48c3-a44a-2f8336c0031d", "links": [{"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "bookmark"}]}, "id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "security_groups": [{"name": "default"}], "user_id": "3fbcc4fba2c143bb89540b92f23ff7b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:12:34Z", "hostId": "19cb9afe970220d73c10eb821a4bd74d4d0edc90d73edc1b9942f587", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "created": "2018-07-22T16:12:29Z", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:12:38,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d used request id req-f1721455-80de-4a61-8cff-9ed2161b9f16 2018-07-22 16:12:38,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:38,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-e24e4e2f-6e5e-407b-b7b1-06d9c064721e Date: Sun, 22 Jul 2018 16:12:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:38,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-e24e4e2f-6e5e-407b-b7b1-06d9c064721e 2018-07-22 16:12:38,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:12:38,764 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:12:38,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:38,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b065f34a-a109-4881-8447-9e4c1624fe5b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:38,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-b065f34a-a109-4881-8447-9e4c1624fe5b 2018-07-22 16:12:38,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:38,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c4663899-2bf8-435d-a884-148dff7f5fce Date: Sun, 22 Jul 2018 16:12:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:38,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-c4663899-2bf8-435d-a884-148dff7f5fce 2018-07-22 16:12:38,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:38,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-6507c33a-6d28-4d59-b4e1-9d69415b8a45 Date: Sun, 22 Jul 2018 16:12:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:38,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-6507c33a-6d28-4d59-b4e1-9d69415b8a45 2018-07-22 16:12:38,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,005 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:38 GMT Server: Apache x-openstack-request-id: req-785aa504-0c26-4d95-b0e4-6e21b8279e1a Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:39,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:39 GMT Server: Apache x-openstack-request-id: req-f20be256-5cd9-411d-b36b-404a75b9f181 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-07-22T16:12:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:12:24Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "c6515fcd-cd2b-4923-adc1-f87ff7aab59b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-07-22T16:12:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:12:24Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "ac51fc11-6390-4858-b855-da3bb9576ed9", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-07-22T16:12:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:12:24Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "b51c2d12-24f1-4b23-bb0f-bc5a402b0718", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-07-22T16:12:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:12:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "resource_type": "OS::Nova::Server"}]} 2018-07-22 16:12:39,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c/resources used request id req-f20be256-5cd9-411d-b36b-404a75b9f181 2018-07-22 16:12:39,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12: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-ded3f284-c984-4907-97b7-43c75c40f37c x-compute-request-id: req-ded3f284-c984-4907-97b7-43c75c40f37c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "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": "f0d776c0-c476-48c3-a44a-2f8336c0031d"}} 2018-07-22 16:12:39,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d used request id req-ded3f284-c984-4907-97b7-43c75c40f37c 2018-07-22 16:12:39,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/ac51fc11-6390-4858-b855-da3bb9576ed9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-03fa3b04-0d12-4475-8ff9-6c3ad7bb7b3e Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}} 2018-07-22 16:12:39,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/ac51fc11-6390-4858-b855-da3bb9576ed9 used request id req-03fa3b04-0d12-4475-8ff9-6c3ad7bb7b3e 2018-07-22 16:12:39,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-efa87a4c-f148-4fec-b42f-7eec929e3321 Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:39,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-efa87a4c-f148-4fec-b42f-7eec929e3321 2018-07-22 16:12:39,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-42e65104-e711-4acb-b95e-6af90f0af284 Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:39,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-42e65104-e711-4acb-b95e-6af90f0af284 2018-07-22 16:12:39,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-23cb7a6e-5463-40c3-8411-264d2d30a970 Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:39,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-23cb7a6e-5463-40c3-8411-264d2d30a970 2018-07-22 16:12:39,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d56d6698-d1dd-43a2-8ad3-639e445668b0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:39,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-d56d6698-d1dd-43a2-8ad3-639e445668b0 2018-07-22 16:12:39,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2f6a332e-ff5c-4f14-b1e5-783846accb70 Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:39,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-2f6a332e-ff5c-4f14-b1e5-783846accb70 2018-07-22 16:12:39,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718&mac_address=fa%3A16%3A3e%3A15%3Aaf%3A76&name=CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-70f68aa2-66a7-4cdb-ad3c-92435b41e6fa Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:39,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718&mac_address=fa%3A16%3A3e%3A15%3Aaf%3A76&name=CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh&admin_state_up=True used request id req-70f68aa2-66a7-4cdb-ad3c-92435b41e6fa 2018-07-22 16:12:39,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8fd686-3499-4ec2-8c92-2ab78a59fefc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:39,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-fb8fd686-3499-4ec2-8c92-2ab78a59fefc 2018-07-22 16:12:39,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-eff42682-4f0d-44d7-8de7-e69871778951 Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:39,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-eff42682-4f0d-44d7-8de7-e69871778951 2018-07-22 16:12:39,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ad49dc7a-ca97-402b-9aa2-5b75bf8b82b3 Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:39,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-ad49dc7a-ca97-402b-9aa2-5b75bf8b82b3 2018-07-22 16:12:39,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-67e2652a-0657-4210-a17e-4d65b77a95f0 Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:39,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-67e2652a-0657-4210-a17e-4d65b77a95f0 2018-07-22 16:12:39,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:39,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8d73becd-96c1-40a7-a283-f903fe837976 Date: Sun, 22 Jul 2018 16:12:39 GMT RESP BODY: {"floatingips": []} 2018-07-22 16:12:39,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-8d73becd-96c1-40a7-a283-f903fe837976 2018-07-22 16:12:39,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:39,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:40,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ecfc313c92de427a96e6c980a96d086b", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role"}], "expires_at": "2018-07-22T17:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-user", "id": "3fbcc4fba2c143bb89540b92f23ff7b6"}, "audit_ids": ["KTmOLdhiQrahyItymCITOw"], "issued_at": "2018-07-22T16:12:40.000000Z"}} 2018-07-22 16:12:40,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:40,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a6384d3-e234-44a1-afaf-bbb026ea10c0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:40,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4a6384d3-e234-44a1-afaf-bbb026ea10c0 2018-07-22 16:12:40,417 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:12:40,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:40,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e594fde-6621-4ca9-962e-b0f28a8ac6fa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:40,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9e594fde-6621-4ca9-962e-b0f28a8ac6fa 2018-07-22 16:12:40,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:40,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-fb67c706-93bd-428c-a623-386263b549ee Date: Sun, 22 Jul 2018 16:12: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":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:40,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-fb67c706-93bd-428c-a623-386263b549ee 2018-07-22 16:12:40,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:12:40,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:12:40,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:40,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee722f3d-b2cb-43cf-a8f7-e7a6c1aaf54e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:40,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-ee722f3d-b2cb-43cf-a8f7-e7a6c1aaf54e 2018-07-22 16:12:40,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:40,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-37035785-62c4-425b-93f3-7bc056b1e6a8 Date: Sun, 22 Jul 2018 16:12:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:40,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-37035785-62c4-425b-93f3-7bc056b1e6a8 2018-07-22 16:12:40,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718&mac_address=fa%3A16%3A3e%3A15%3Aaf%3A76&name=CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:40,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-aa5a3373-1307-485e-831e-705a1e689cb9 Date: Sun, 22 Jul 2018 16:12:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:40,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718&mac_address=fa%3A16%3A3e%3A15%3Aaf%3A76&name=CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh&admin_state_up=True used request id req-aa5a3373-1307-485e-831e-705a1e689cb9 2018-07-22 16:12:40,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:41,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b1636a-b9e0-4aba-89aa-64234073f5f1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:41,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-c7b1636a-b9e0-4aba-89aa-64234073f5f1 2018-07-22 16:12:41,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:41,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8da26676-a67b-4aae-8505-2f21f2562c2d x-compute-request-id: req-8da26676-a67b-4aae-8505-2f21f2562c2d Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:af:76", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "bookmark"}], "image": {"id": "f5130578-d79f-4c61-9f27-575b7999e853", "links": [{"href": "http://172.30.9.28:8774/images/f5130578-d79f-4c61-9f27-575b7999e853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:12:34.000000", "flavor": {"id": "f0d776c0-c476-48c3-a44a-2f8336c0031d", "links": [{"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "bookmark"}]}, "id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "security_groups": [{"name": "default"}], "user_id": "3fbcc4fba2c143bb89540b92f23ff7b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:12:34Z", "hostId": "19cb9afe970220d73c10eb821a4bd74d4d0edc90d73edc1b9942f587", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "created": "2018-07-22T16:12:29Z", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 16:12:41,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst used request id req-8da26676-a67b-4aae-8505-2f21f2562c2d 2018-07-22 16:12:41,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:41,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-ad2e9911-5c5f-4ef1-980c-5c3297f58b14 Date: Sun, 22 Jul 2018 16:12:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:41,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-ad2e9911-5c5f-4ef1-980c-5c3297f58b14 2018-07-22 16:12:41,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:41,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-41f22624-0d43-4cf2-a2a4-b972b8d5730b Date: Sun, 22 Jul 2018 16:12:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:41,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-41f22624-0d43-4cf2-a2a4-b972b8d5730b 2018-07-22 16:12:41,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:41,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-21a59bac-50d6-4cfc-b7c4-f1ef9d1a7e06 Date: Sun, 22 Jul 2018 16:12:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:41,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-21a59bac-50d6-4cfc-b7c4-f1ef9d1a7e06 2018-07-22 16:12:41,863 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst 2018-07-22 16:12:41,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:41,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dccf27a2-ccd3-4401-ab76-acbe9659a848 Date: Sun, 22 Jul 2018 16:12:41 GMT RESP BODY: {"floatingips": []} 2018-07-22 16:12:41,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-dccf27a2-ccd3-4401-ab76-acbe9659a848 2018-07-22 16:12:41,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:42,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72f128af-f883-4950-a390-d336c3619409 x-compute-request-id: req-72f128af-f883-4950-a390-d336c3619409 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:af:76", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "bookmark"}], "image": {"id": "f5130578-d79f-4c61-9f27-575b7999e853", "links": [{"href": "http://172.30.9.28:8774/images/f5130578-d79f-4c61-9f27-575b7999e853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:12:34.000000", "flavor": {"id": "f0d776c0-c476-48c3-a44a-2f8336c0031d", "links": [{"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "bookmark"}]}, "id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "security_groups": [{"name": "default"}], "user_id": "3fbcc4fba2c143bb89540b92f23ff7b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:12:34Z", "hostId": "19cb9afe970220d73c10eb821a4bd74d4d0edc90d73edc1b9942f587", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "created": "2018-07-22T16:12:29Z", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:12:42,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d used request id req-72f128af-f883-4950-a390-d336c3619409 2018-07-22 16:12:42,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:42,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-2f1e9154-f876-4310-844d-d31a527bb9e7 Date: Sun, 22 Jul 2018 16:12:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:42,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-2f1e9154-f876-4310-844d-d31a527bb9e7 2018-07-22 16:12:42,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:42,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b070772-1fc2-4e9c-9837-817311e584f0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:42,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-1b070772-1fc2-4e9c-9837-817311e584f0 2018-07-22 16:12:42,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:42,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8ee5afa3-40df-41ed-b38f-5acb00e4a960 Date: Sun, 22 Jul 2018 16:12:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:42,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-8ee5afa3-40df-41ed-b38f-5acb00e4a960 2018-07-22 16:12:42,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:42,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-a5a17ec9-068d-4ccb-b36f-3b0335847059 Date: Sun, 22 Jul 2018 16:12:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:42,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-a5a17ec9-068d-4ccb-b36f-3b0335847059 2018-07-22 16:12:42,535 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:12:42,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:42,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ecfc313c92de427a96e6c980a96d086b", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role"}], "expires_at": "2018-07-22T17:12:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_5cb334a5e6eb4050a4f35037ca40c0b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-user", "id": "3fbcc4fba2c143bb89540b92f23ff7b6"}, "audit_ids": ["z1FKxMKiTdSsMFK4uP583A"], "issued_at": "2018-07-22T16:12:42.000000Z"}} 2018-07-22 16:12:42,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:42,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18f6745-084c-466c-b87e-b976335f5ef4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:42,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f18f6745-084c-466c-b87e-b976335f5ef4 2018-07-22 16:12:43,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:43,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-39733fa9-2a0e-48ac-901d-0d45dcc24f0a x-compute-request-id: req-39733fa9-2a0e-48ac-901d-0d45dcc24f0a Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:af:76", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "bookmark"}], "image": {"id": "f5130578-d79f-4c61-9f27-575b7999e853", "links": [{"href": "http://172.30.9.28:8774/images/f5130578-d79f-4c61-9f27-575b7999e853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:12:34.000000", "flavor": {"id": "f0d776c0-c476-48c3-a44a-2f8336c0031d", "links": [{"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "bookmark"}]}, "id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "security_groups": [{"name": "default"}], "user_id": "3fbcc4fba2c143bb89540b92f23ff7b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:12:34Z", "hostId": "19cb9afe970220d73c10eb821a4bd74d4d0edc90d73edc1b9942f587", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "created": "2018-07-22T16:12:29Z", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:12:43,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d used request id req-39733fa9-2a0e-48ac-901d-0d45dcc24f0a 2018-07-22 16:12:43,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:43,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-16a2f8b1-2ca6-45ca-85d6-b424d380080e Date: Sun, 22 Jul 2018 16:12: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":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:43,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-16a2f8b1-2ca6-45ca-85d6-b424d380080e 2018-07-22 16:12:43,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:43,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-898eef73-fb6a-46ae-9893-9a58d7112b53 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:43,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-898eef73-fb6a-46ae-9893-9a58d7112b53 2018-07-22 16:12:43,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:43,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-5a2cc37e-6a62-43cb-b9b0-4168d8585688 Date: Sun, 22 Jul 2018 16:12:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:43,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-5a2cc37e-6a62-43cb-b9b0-4168d8585688 2018-07-22 16:12:43,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:43,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-9672fd6a-6ffa-447f-9ba7-99feb9ef4b3d Date: Sun, 22 Jul 2018 16:12:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:43,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-9672fd6a-6ffa-447f-9ba7-99feb9ef4b3d 2018-07-22 16:12:43,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:44,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-78554a4a-1437-4163-9b05-e3cdc35b78d0 x-compute-request-id: req-78554a4a-1437-4163-9b05-e3cdc35b78d0 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:af:76", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "bookmark"}], "image": {"id": "f5130578-d79f-4c61-9f27-575b7999e853", "links": [{"href": "http://172.30.9.28:8774/images/f5130578-d79f-4c61-9f27-575b7999e853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:12:34.000000", "flavor": {"id": "f0d776c0-c476-48c3-a44a-2f8336c0031d", "links": [{"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "bookmark"}]}, "id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "security_groups": [{"name": "default"}], "user_id": "3fbcc4fba2c143bb89540b92f23ff7b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:12:34Z", "hostId": "19cb9afe970220d73c10eb821a4bd74d4d0edc90d73edc1b9942f587", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "created": "2018-07-22T16:12:29Z", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 16:12:44,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst used request id req-78554a4a-1437-4163-9b05-e3cdc35b78d0 2018-07-22 16:12:44,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:44,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-72268ccb-7226-4dca-8465-488349f8772d Date: Sun, 22 Jul 2018 16:12: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":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:44,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-72268ccb-7226-4dca-8465-488349f8772d 2018-07-22 16:12:44,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:45,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9cb3b04d-2078-4479-9c79-a9835580005a Date: Sun, 22 Jul 2018 16:12:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:45,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-9cb3b04d-2078-4479-9c79-a9835580005a 2018-07-22 16:12:45,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:45,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-6d43a3d7-013b-4d6e-8da2-d919b5e15fa2 Date: Sun, 22 Jul 2018 16:12:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:45,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-6d43a3d7-013b-4d6e-8da2-d919b5e15fa2 2018-07-22 16:12:45,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:45,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-5df06e36-a3b0-430a-a61b-d460daf1c656 x-compute-request-id: req-5df06e36-a3b0-430a-a61b-d460daf1c656 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:af:76", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "bookmark"}], "image": {"id": "f5130578-d79f-4c61-9f27-575b7999e853", "links": [{"href": "http://172.30.9.28:8774/images/f5130578-d79f-4c61-9f27-575b7999e853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:12:34.000000", "flavor": {"id": "f0d776c0-c476-48c3-a44a-2f8336c0031d", "links": [{"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "bookmark"}]}, "id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "security_groups": [{"name": "default"}], "user_id": "3fbcc4fba2c143bb89540b92f23ff7b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:12:34Z", "hostId": "19cb9afe970220d73c10eb821a4bd74d4d0edc90d73edc1b9942f587", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "created": "2018-07-22T16:12:29Z", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:12:45,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d used request id req-5df06e36-a3b0-430a-a61b-d460daf1c656 2018-07-22 16:12:45,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:45,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-8aa4fbc0-1e3d-4c46-a209-b62be7de2738 Date: Sun, 22 Jul 2018 16:12:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:45,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-8aa4fbc0-1e3d-4c46-a209-b62be7de2738 2018-07-22 16:12:45,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:45,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3d6aa11-68cd-45db-9ecd-06f3a1ec027a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:45,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-b3d6aa11-68cd-45db-9ecd-06f3a1ec027a 2018-07-22 16:12:45,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:45,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f200f3d2-3f26-404d-a698-674332786bb6 Date: Sun, 22 Jul 2018 16:12:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:45,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-f200f3d2-3f26-404d-a698-674332786bb6 2018-07-22 16:12:45,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:45,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-54108d74-b8cc-4814-be30-2b7c6bf0b5be Date: Sun, 22 Jul 2018 16:12:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:45,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-54108d74-b8cc-4814-be30-2b7c6bf0b5be 2018-07-22 16:12:45,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:45,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-64d6c528-6861-4aa5-9d12-f0b53bfd5a01 x-compute-request-id: req-64d6c528-6861-4aa5-9d12-f0b53bfd5a01 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:af:76", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "bookmark"}], "image": {"id": "f5130578-d79f-4c61-9f27-575b7999e853", "links": [{"href": "http://172.30.9.28:8774/images/f5130578-d79f-4c61-9f27-575b7999e853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:12:34.000000", "flavor": {"id": "f0d776c0-c476-48c3-a44a-2f8336c0031d", "links": [{"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "bookmark"}]}, "id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "security_groups": [{"name": "default"}], "user_id": "3fbcc4fba2c143bb89540b92f23ff7b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:12:34Z", "hostId": "19cb9afe970220d73c10eb821a4bd74d4d0edc90d73edc1b9942f587", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "created": "2018-07-22T16:12:29Z", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:12:45,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d used request id req-64d6c528-6861-4aa5-9d12-f0b53bfd5a01 2018-07-22 16:12:45,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:46,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-a7f1ce3c-4690-4ec0-bef1-0e5abc74517e Date: Sun, 22 Jul 2018 16:12: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":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:46,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-a7f1ce3c-4690-4ec0-bef1-0e5abc74517e 2018-07-22 16:12:46,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:46,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70355d36-8e7f-489a-9645-a91dd1aee528 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:46,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-70355d36-8e7f-489a-9645-a91dd1aee528 2018-07-22 16:12:46,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:46,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-398a17d4-8d73-4e9e-afd5-1e19e02bd24c Date: Sun, 22 Jul 2018 16:12:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:46,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-398a17d4-8d73-4e9e-afd5-1e19e02bd24c 2018-07-22 16:12:46,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4a0d21f09eeec89d4a83a14ca11ce38d9ead6a1" 2018-07-22 16:12:46,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-760bf995-3fa0-4bac-929a-47638ab325aa Date: Sun, 22 Jul 2018 16:12:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:46,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-760bf995-3fa0-4bac-929a-47638ab325aa 2018-07-22 16:12:46,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:46,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-0455b5a5-d4ac-4671-8bd8-f75b8698931f x-compute-request-id: req-0455b5a5-d4ac-4671-8bd8-f75b8698931f Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:af:76", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d", "rel": "bookmark"}], "image": {"id": "f5130578-d79f-4c61-9f27-575b7999e853", "links": [{"href": "http://172.30.9.28:8774/images/f5130578-d79f-4c61-9f27-575b7999e853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:12:34.000000", "flavor": {"id": "f0d776c0-c476-48c3-a44a-2f8336c0031d", "links": [{"href": "http://172.30.9.28:8774/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d", "rel": "bookmark"}]}, "id": "e901c92b-a6b7-4098-b7a6-5002a8029e6d", "security_groups": [{"name": "default"}], "user_id": "3fbcc4fba2c143bb89540b92f23ff7b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:12:34Z", "hostId": "19cb9afe970220d73c10eb821a4bd74d4d0edc90d73edc1b9942f587", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "created": "2018-07-22T16:12:29Z", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:12:46,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e901c92b-a6b7-4098-b7a6-5002a8029e6d used request id req-0455b5a5-d4ac-4671-8bd8-f75b8698931f 2018-07-22 16:12:46,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:46,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-26b2bf5f-fc52-454e-8565-8db123d5b383 Date: Sun, 22 Jul 2018 16:12: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":["ac51fc11-6390-4858-b855-da3bb9576ed9"],"updated_at":"2018-07-22T16:12:26Z","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}]} 2018-07-22 16:12:46,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net used request id req-26b2bf5f-fc52-454e-8565-8db123d5b383 2018-07-22 16:12:46,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:46,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-67ec6437-97f2-4314-b394-0922f8060dba Date: Sun, 22 Jul 2018 16:12:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:26Z","dns_nameservers":[],"updated_at":"2018-07-22T16:12:26Z","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":"5cb334a5e6eb4050a4f35037ca40c0b2","id":"ac51fc11-6390-4858-b855-da3bb9576ed9","subnetpool_id":null,"name":"CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet"}]} 2018-07-22 16:12:46,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-67ec6437-97f2-4314-b394-0922f8060dba 2018-07-22 16:12:46,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c7996baccb7f94ee7fd658af9edd3383d84909b" 2018-07-22 16:12:46,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1598 X-Openstack-Request-Id: req-68b26eb0-03ce-4e37-8fa6-bf06e8a1e34d Date: Sun, 22 Jul 2018 16:12:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b51c2d12-24f1-4b23-bb0f-bc5a402b0718","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:00:c8:d0","id":"5dac6cb7-879e-4eb5-be35-d3c9fd5bf983","port_security_enabled":false,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b51c2d12-24f1-4b23-bb0f-bc5a402b0718","tenant_id":"5cb334a5e6eb4050a4f35037ca40c0b2","created_at":"2018-07-22T16:12:27Z","admin_state_up":true,"updated_at":"2018-07-22T16:12:34Z","binding:vnic_type":"normal","device_id":"e901c92b-a6b7-4098-b7a6-5002a8029e6d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:15:af:76","id":"c6515fcd-cd2b-4923-adc1-f87ff7aab59b","port_security_enabled":true,"project_id":"5cb334a5e6eb4050a4f35037ca40c0b2","fixed_ips":[{"subnet_id":"ac51fc11-6390-4858-b855-da3bb9576ed9","ip_address":"10.0.0.7"}],"extra_dhcp_opts":[],"security_groups":["e9fbf30d-586a-4d76-954a-b698488045aa"],"name":"CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack-server1_port-tli3fcw7ypeh"}]} 2018-07-22 16:12:46,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b51c2d12-24f1-4b23-bb0f-bc5a402b0718 used request id req-68b26eb0-03ce-4e37-8fa6-bf06e8a1e34d 2018-07-22 16:12:46,582 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack 2018-07-22 16:12:46,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:46,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:46 GMT Server: Apache x-openstack-request-id: req-eeb50f7e-7360-443d-bc7a-2a49b45eab05 Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:46,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:46 GMT Server: Apache x-openstack-request-id: req-427d1920-1f11-42bc-a7a0-ce164d975723 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:46,651 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-427d1920-1f11-42bc-a7a0-ce164d975723 2018-07-22 16:12:46,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:46,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:46 GMT Server: Apache x-openstack-request-id: req-94f64327-38e7-45e7-9633-b73fc3a1f39e Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:46,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:46 GMT Server: Apache x-openstack-request-id: req-dadec7d8-9826-424e-86f0-d5ae41abefad 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:12:46Z", "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:46,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-dadec7d8-9826-424e-86f0-d5ae41abefad 2018-07-22 16:12:46,724 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:12:46,724 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:49,727 - create_stack - DEBUG - Stack status query timeout in 1196.92414093 2018-07-22 16:12:49,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:49,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:49 GMT Server: Apache x-openstack-request-id: req-46a9a2ef-4799-4bc9-8d79-af952afdad1b Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:49,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:49 GMT Server: Apache x-openstack-request-id: req-590fca6d-1f79-4488-8f9e-a87fa851e462 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:12:46Z", "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:49,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-590fca6d-1f79-4488-8f9e-a87fa851e462 2018-07-22 16:12:49,799 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:12:49,799 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:52,802 - create_stack - DEBUG - Stack status query timeout in 1193.84853792 2018-07-22 16:12:52,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:52,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:52 GMT Server: Apache x-openstack-request-id: req-f617e539-3acf-4e10-9328-df990cba92e8 Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:53,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:52 GMT Server: Apache x-openstack-request-id: req-d034f620-729d-4034-bc89-533d98c95d3c 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:12:46Z", "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:53,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-d034f620-729d-4034-bc89-533d98c95d3c 2018-07-22 16:12:53,104 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:12:53,104 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:12:56,107 - create_stack - DEBUG - Stack status query timeout in 1190.54397893 2018-07-22 16:12:56,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:56,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:56 GMT Server: Apache x-openstack-request-id: req-b8ec97ac-569b-46ec-b6e8-4f08bcf73163 Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:56,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:56 GMT Server: Apache x-openstack-request-id: req-72088994-1135-4293-84c5-bf6dbb815522 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": "5cb334a5e6eb4050a4f35037ca40c0b2", "OS::stack_id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "image_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image", "inst_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-inst", "subnet_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-subnet", "flavor_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-flavor-name", "net_name": "CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack", "stack_user_project_id": "97b52cce125a45a88102307da44b4343", "tags": null, "creation_time": "2018-07-22T16:12:23Z", "links": [{"href": "http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:12:46Z", "id": "0cce523b-bf11-4f4c-9c61-a34f51c3571c", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-07-22 16:12:56,160 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-72088994-1135-4293-84c5-bf6dbb815522 2018-07-22 16:12:56,161 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:12:56,161 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack 2018-07-22 16:12:56,161 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack 2018-07-22 16:12:56,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/0cce523b-bf11-4f4c-9c61-a34f51c3571c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94a73afc784ab5d0400e15896f69c06050d30867" 2018-07-22 16:12:56,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:12:56 GMT Server: Apache x-openstack-request-id: req-67087433-1155-4ce6-a8dd-05d58111ea4d Location: http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:12:56,214 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:56 GMT Server: Apache x-openstack-request-id: req-467e8bca-2036-4dc7-85d8-3a9fcad828b7 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:12:56,214 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/5cb334a5e6eb4050a4f35037ca40c0b2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-stack/0cce523b-bf11-4f4c-9c61-a34f51c3571c used request id req-467e8bca-2036-4dc7-85d8-3a9fcad828b7 2018-07-22 16:12:56,216 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-8285d439-ec9b-4e26-8d67-b18909e28493-image 2018-07-22 16:12:56,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c00eabe42e55c909842875397815027f90ab605" 2018-07-22 16:12:57,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-621af6ac-50dc-4798-94ec-a681bfd192b0 Date: Sun, 22 Jul 2018 16:12:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:12:57,228 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f5130578-d79f-4c61-9f27-575b7999e853 used request id req-621af6ac-50dc-4798-94ec-a681bfd192b0 2018-07-22 16:12:57,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}524d8e958fdbff284c3a70bd015d32fae4548c34" 2018-07-22 16:12:57,263 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:12:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6c56118-22d5-43f9-aea7-bda9bf7e2749 x-compute-request-id: req-a6c56118-22d5-43f9-aea7-bda9bf7e2749 Content-Length: 0 Content-Type: application/json 2018-07-22 16:12:57,263 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f0d776c0-c476-48c3-a44a-2f8336c0031d used request id req-a6c56118-22d5-43f9-aea7-bda9bf7e2749 2018-07-22 16:12:57,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:57,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-daae61c7-dffa-4859-8a5b-5a12be4a4eee Date: Sun, 22 Jul 2018 16:12:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "created_at": "2018-07-22T16:12:24Z", "updated_at": "2018-07-22T16:12:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:12:24Z", "revision_number": 0, "id": "5f4a8d07-f69f-405d-ad9b-a5a19c7a760d", "remote_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "remote_ip_prefix": null, "created_at": "2018-07-22T16:12:24Z", "security_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:12:24Z", "revision_number": 0, "id": "7c3e9dd3-e6a6-4fb1-8fa7-9700bfce626d", "remote_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "remote_ip_prefix": null, "created_at": "2018-07-22T16:12:24Z", "security_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:12:24Z", "revision_number": 0, "id": "d291de38-b59c-4a4b-a99d-c117321e3427", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:12:24Z", "security_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:12:24Z", "revision_number": 0, "id": "f3e30b08-161d-4896-9094-196692914868", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:12:24Z", "security_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2"}], "revision_number": 4, "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "id": "e9fbf30d-586a-4d76-954a-b698488045aa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:12:57,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-daae61c7-dffa-4859-8a5b-5a12be4a4eee 2018-07-22 16:12:57,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:57,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b41182d-867f-4f9e-94a5-e29bf7d33c53 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:12:57,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-1b41182d-867f-4f9e-94a5-e29bf7d33c53 2018-07-22 16:12:57,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:57,677 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61d7fee9-ee56-4215-8a6e-10ebc8f0be54 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:12:57,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-61d7fee9-ee56-4215-8a6e-10ebc8f0be54 2018-07-22 16:12:57,678 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:12:57,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:57,764 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95421e3f-f86b-4e5c-bef6-8dd29f0359d9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:12:57,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-95421e3f-f86b-4e5c-bef6-8dd29f0359d9 2018-07-22 16:12:57,764 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:12:57,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:57,849 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe4f1d39-dc85-4830-9a47-4b00534995cf Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:12:57,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-fe4f1d39-dc85-4830-9a47-4b00534995cf 2018-07-22 16:12:57,849 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:12:57,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:57,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b43b2bd-3219-447e-af8f-01598ab5a7b7 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:12:57,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-1b43b2bd-3219-447e-af8f-01598ab5a7b7 2018-07-22 16:12:57,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:58,026 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb754212-a4c9-46fa-9475-2b7dd5264a3e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:12:58,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-eb754212-a4c9-46fa-9475-2b7dd5264a3e 2018-07-22 16:12:58,026 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:12:58,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:58,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21008ed1-0bd9-499a-b8f6-e9cc28cf5aa5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "5cb334a5e6eb4050a4f35037ca40c0b2", "name": "CreateStackSuccessTests-4785c49f-2d36-4c4-proj"}} 2018-07-22 16:12:58,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-21008ed1-0bd9-499a-b8f6-e9cc28cf5aa5 2018-07-22 16:12:58,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9fbf30d-586a-4d76-954a-b698488045aa 2018-07-22 16:12:58,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e9fbf30d-586a-4d76-954a-b698488045aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:58,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8136a03e-99b2-49d6-a65d-3a6ff485388e Date: Sun, 22 Jul 2018 16:12:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:12:24Z", "security_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "port_range_min": null, "revision_number": 0, "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "created_at": "2018-07-22T16:12:24Z", "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "id": "5f4a8d07-f69f-405d-ad9b-a5a19c7a760d"}, {"remote_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:12:24Z", "security_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "port_range_min": null, "revision_number": 0, "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "created_at": "2018-07-22T16:12:24Z", "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "id": "7c3e9dd3-e6a6-4fb1-8fa7-9700bfce626d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:12:24Z", "security_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "port_range_min": null, "revision_number": 0, "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "created_at": "2018-07-22T16:12:24Z", "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "id": "d291de38-b59c-4a4b-a99d-c117321e3427"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:12:24Z", "security_group_id": "e9fbf30d-586a-4d76-954a-b698488045aa", "port_range_min": null, "revision_number": 0, "tenant_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "created_at": "2018-07-22T16:12:24Z", "project_id": "5cb334a5e6eb4050a4f35037ca40c0b2", "id": "f3e30b08-161d-4896-9094-196692914868"}]} 2018-07-22 16:12:58,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e9fbf30d-586a-4d76-954a-b698488045aa used request id req-8136a03e-99b2-49d6-a65d-3a6ff485388e 2018-07-22 16:12:58,151 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:12:58,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e9fbf30d-586a-4d76-954a-b698488045aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:58,350 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63099586-5d2e-469e-b308-639301e3cbcd Content-Length: 0 Date: Sun, 22 Jul 2018 16:12:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:12:58,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e9fbf30d-586a-4d76-954a-b698488045aa used request id req-63099586-5d2e-469e-b308-639301e3cbcd 2018-07-22 16:12:58,351 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-4785c49f-2d36-4c4-proj 2018-07-22 16:12:58,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:58,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8061d706-e7e7-4254-aaa2-29c5cf5a08cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:58,743 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5cb334a5e6eb4050a4f35037ca40c0b2 used request id req-8061d706-e7e7-4254-aaa2-29c5cf5a08cf 2018-07-22 16:12:58,743 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-4785c49f-2d36-4c4-proj-role 2018-07-22 16:12:58,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ecfc313c92de427a96e6c980a96d086b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:58,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d9951be-05aa-4d58-b937-285ceeee4347 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:58,850 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ecfc313c92de427a96e6c980a96d086b used request id req-3d9951be-05aa-4d58-b937-285ceeee4347 2018-07-22 16:12:58,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2121ce82b4c62f450d5408e24c8959a4cc18a3db" 2018-07-22 16:12:58,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-836177c7-d9f5-4a8c-a690-01651c69b522 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:12:58,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-836177c7-d9f5-4a8c-a690-01651c69b522 2018-07-22 16:12:58,938 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-4785c49f-2d36-4c4-user 2018-07-22 16:12:58,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3fbcc4fba2c143bb89540b92f23ff7b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3cc730fbeb6130e17ae173e25e20978b7698011" 2018-07-22 16:12:59,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6314bf4-0635-4e45-a9c0-3f156917e4a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:12:59,132 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3fbcc4fba2c143bb89540b92f23ff7b6 used request id req-c6314bf4-0635-4e45-a9c0-3f156917e4a5 2018-07-22 16:12:59,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:59,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ggv4W7j3Sy-IGKkHtKmTBg"], "issued_at": "2018-07-22T16:12:59.000000Z"}} 2018-07-22 16:12:59,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63ae0292fda20af67e0c86a937063eceab266759" 2018-07-22 16:12:59,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f061b89-0831-485c-9823-aeb0198edbdf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:12:59,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4f061b89-0831-485c-9823-aeb0198edbdf 2018-07-22 16:12:59,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:12:59,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:12:59,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["DVZy1dvtTH2yNeQujgLpzQ"], "issued_at": "2018-07-22T16:12:59.000000Z"}} 2018-07-22 16:12:59,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:00,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63f0cad-f2e7-4f20-9f2c-70bb26e34c72 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:00,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b63f0cad-f2e7-4f20-9f2c-70bb26e34c72 2018-07-22 16:13:00,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:00,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:00,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-259d3501-0c25-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:00,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca2588b-20ef-45ed-9773-c4eab734f000 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-259d3501-0c25-435-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:13:00,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-259d3501-0c25-435-proj used request id req-eca2588b-20ef-45ed-9773-c4eab734f000 2018-07-22 16:13:00,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:00,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-140c59bd-86ae-434c-9d0c-3ec36ccdc91d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:00,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-140c59bd-86ae-434c-9d0c-3ec36ccdc91d 2018-07-22 16:13:00,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj"}}' 2018-07-22 16:13:00,361 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-113474d9-31d9-4def-8e16-ef669314dfce Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa"}, "tags": [], "enabled": true, "id": "4f6e60a227f3405fb1548883a5e4eefa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj"}} 2018-07-22 16:13:00,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-113474d9-31d9-4def-8e16-ef669314dfce 2018-07-22 16:13:00,361 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-259d3501-0c25-435-proj 2018-07-22 16:13:00,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:00,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:00,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["0Rfn1QGGTUOPt8yr1Hfxkw"], "issued_at": "2018-07-22T16:13:00.000000Z"}} 2018-07-22 16:13:00,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:00,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58979ad6-a0cc-479a-9b78-54b06325121e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:00,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-58979ad6-a0cc-479a-9b78-54b06325121e 2018-07-22 16:13:00,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:00,831 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:00,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:00,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b3bbe3a-a7d9-487a-b3a2-c506ec1c0849 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:13:00,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7b3bbe3a-a7d9-487a-b3a2-c506ec1c0849 2018-07-22 16:13:00,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:00,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6321c73-7221-4095-8b05-4c22fc3e8182 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa"}, "tags": [], "enabled": true, "id": "4f6e60a227f3405fb1548883a5e4eefa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj"}]} 2018-07-22 16:13:00,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj used request id req-a6321c73-7221-4095-8b05-4c22fc3e8182 2018-07-22 16:13:00,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:00,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315760b5-d20e-499d-901a-728e30253ae2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:00,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-315760b5-d20e-499d-901a-728e30253ae2 2018-07-22 16:13:01,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:01,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-873097e6-e760-4f1c-8c7a-eaec5092328d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:01,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-873097e6-e760-4f1c-8c7a-eaec5092328d 2018-07-22 16:13:01,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:01,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71edfee9-d412-4959-a12c-3e806332efe8 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa"}, "tags": [], "enabled": true, "id": "4f6e60a227f3405fb1548883a5e4eefa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj"}]} 2018-07-22 16:13:01,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj used request id req-71edfee9-d412-4959-a12c-3e806332efe8 2018-07-22 16:13:01,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/aa0c0a6a020c4f638032d4e3756038d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:01,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-971d6ffb-b33a-4fee-a358-dd5521cdae38 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-259d3501-0c25-435-user", "links": {"self": "http://172.30.9.28:5000/v3/users/aa0c0a6a020c4f638032d4e3756038d4"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "4f6e60a227f3405fb1548883a5e4eefa", "id": "aa0c0a6a020c4f638032d4e3756038d4", "password_expires_at": null}} 2018-07-22 16:13:01,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/aa0c0a6a020c4f638032d4e3756038d4 used request id req-971d6ffb-b33a-4fee-a358-dd5521cdae38 2018-07-22 16:13:01,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa/users/aa0c0a6a020c4f638032d4e3756038d4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:01,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98ea356-06f5-421e-8a31-64f1691d0f2a Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa/users/aa0c0a6a020c4f638032d4e3756038d4/roles", "previous": null, "next": null}, "roles": []} 2018-07-22 16:13:01,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa/users/aa0c0a6a020c4f638032d4e3756038d4/roles used request id req-b98ea356-06f5-421e-8a31-64f1691d0f2a 2018-07-22 16:13:01,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:01,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f4ebbd-a90d-4cea-b0a6-4945f4989238 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}} 2018-07-22 16:13:01,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-b6f4ebbd-a90d-4cea-b0a6-4945f4989238 2018-07-22 16:13:01,778 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-259d3501-0c25-435-proj 2018-07-22 16:13:01,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa/users/aa0c0a6a020c4f638032d4e3756038d4/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:01,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9371fff4-b129-469b-b2de-e83f299866d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:01,908 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa/users/aa0c0a6a020c4f638032d4e3756038d4/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-9371fff4-b129-469b-b2de-e83f299866d4 2018-07-22 16:13:01,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:02,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80470a22-c41c-44b7-858a-fdc7b9817cf9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:02,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-80470a22-c41c-44b7-858a-fdc7b9817cf9 2018-07-22 16:13:02,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:02,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f482c5ec-460b-4888-9947-48836da85ab5 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa"}, "tags": [], "enabled": true, "id": "4f6e60a227f3405fb1548883a5e4eefa", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj"}]} 2018-07-22 16:13:02,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-259d3501-0c25-435-proj used request id req-f482c5ec-460b-4888-9947-48836da85ab5 2018-07-22 16:13:02,087 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-259d3501-0c25-435-user 2018-07-22 16:13:02,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:02,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:02,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa747d87-1204-4cbe-b00a-fb6d72fc26fa Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:02,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fa747d87-1204-4cbe-b00a-fb6d72fc26fa 2018-07-22 16:13:02,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" -d '{"role": {"name": "CreateStackVolumeTests-259d3501-0c25-435-proj-role"}}' 2018-07-22 16:13:02,288 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad410cd8-cf93-4c80-ab7b-a16bc47a8d69 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d400f79fda574fa4abfbc01b195f18fb", "links": {"self": "http://172.30.9.28:5000/v3/roles/d400f79fda574fa4abfbc01b195f18fb"}, "name": "CreateStackVolumeTests-259d3501-0c25-435-proj-role"}} 2018-07-22 16:13:02,289 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ad410cd8-cf93-4c80-ab7b-a16bc47a8d69 2018-07-22 16:13:02,289 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-259d3501-0c25-435-proj-role 2018-07-22 16:13:02,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d400f79fda574fa4abfbc01b195f18fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:02,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e018767-adba-499a-b753-b0ae282ed83b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d400f79fda574fa4abfbc01b195f18fb", "links": {"self": "http://172.30.9.28:5000/v3/roles/d400f79fda574fa4abfbc01b195f18fb"}, "name": "CreateStackVolumeTests-259d3501-0c25-435-proj-role"}} 2018-07-22 16:13:02,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d400f79fda574fa4abfbc01b195f18fb used request id req-9e018767-adba-499a-b753-b0ae282ed83b 2018-07-22 16:13:02,375 - keystone_utils - INFO - Granting role CreateStackVolumeTests-259d3501-0c25-435-proj-role to project CreateStackVolumeTests-259d3501-0c25-435-proj 2018-07-22 16:13:02,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa/users/aa0c0a6a020c4f638032d4e3756038d4/roles/d400f79fda574fa4abfbc01b195f18fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:02,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b56f3a7d-be7d-4c29-a39b-891f781c3870 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:02,537 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa/users/aa0c0a6a020c4f638032d4e3756038d4/roles/d400f79fda574fa4abfbc01b195f18fb used request id req-b56f3a7d-be7d-4c29-a39b-891f781c3870 2018-07-22 16:13:02,537 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:02,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:02,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:02,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d400f79fda574fa4abfbc01b195f18fb", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj-role"}, {"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f6e60a227f3405fb1548883a5e4eefa", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4f6e60a227f3405fb1548883a5e4eefa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4f6e60a227f3405fb1548883a5e4eefa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-259d3501-0c25-435-user", "id": "aa0c0a6a020c4f638032d4e3756038d4"}, "audit_ids": ["Je3pssJ4SEefwM2TAvfnXA"], "issued_at": "2018-07-22T16:13:02.000000Z"}} 2018-07-22 16:13:02,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:03,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-211b5377-7f8c-4d6a-be12-07788d51a3f5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:03,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-211b5377-7f8c-4d6a-be12-07788d51a3f5 2018-07-22 16:13:03,013 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:03,016 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:03,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:03,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:03 GMT Server: Apache x-openstack-request-id: req-852ca46d-7b75-4c58-9d95-e751d15fdd68 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:13:03,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack used request id req-852ca46d-7b75-4c58-9d95-e751d15fdd68 2018-07-22 16:13:03,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-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-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume-type", "volume_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume"}}' 2018-07-22 16:13:04,821 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:03 GMT Server: Apache x-openstack-request-id: req-be80b180-65af-4c2e-9dc9-2d4813ba5806 Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "links": [{"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a", "rel": "self"}]}} 2018-07-22 16:13:04,821 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks used request id req-be80b180-65af-4c2e-9dc9-2d4813ba5806 2018-07-22 16:13:04,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/c0447d4a-1379-40a4-844c-e46119ea1d8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:05,010 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:04 GMT Server: Apache x-openstack-request-id: req-35dea22e-6f8c-4ce4-89ad-eaa14625f511 Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:05,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:05 GMT Server: Apache x-openstack-request-id: req-7011b019-cfa9-4f92-9e4c-208b59d285d7 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": "4f6e60a227f3405fb1548883a5e4eefa", "volume_type_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume-type", "OS::stack_id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "volume_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "stack_user_project_id": "3222a68b4fe14d838fe1ffb34c28f751", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:13:04Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:05,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a used request id req-7011b019-cfa9-4f92-9e4c-208b59d285d7 2018-07-22 16:13:05,250 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack 2018-07-22 16:13:05,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/c0447d4a-1379-40a4-844c-e46119ea1d8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:05,279 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:05 GMT Server: Apache x-openstack-request-id: req-216f21b3-b5d4-41a7-b8e5-93cbce3051f7 Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:05,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:05 GMT Server: Apache x-openstack-request-id: req-04f5a8a5-0c4b-432d-aab8-8c324f2076c7 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": "4f6e60a227f3405fb1548883a5e4eefa", "volume_type_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume-type", "OS::stack_id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "volume_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "stack_user_project_id": "3222a68b4fe14d838fe1ffb34c28f751", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:13:04Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:05,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a used request id req-04f5a8a5-0c4b-432d-aab8-8c324f2076c7 2018-07-22 16:13:05,494 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:13:05,494 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:13:08,498 - create_stack - DEBUG - Stack status query timeout in 1196.75310206 2018-07-22 16:13:08,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/c0447d4a-1379-40a4-844c-e46119ea1d8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:08,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:08 GMT Server: Apache x-openstack-request-id: req-3f2b8527-cb22-499f-b579-c6affc4f2a58 Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:08,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:08 GMT Server: Apache x-openstack-request-id: req-86542fda-6333-4437-96b8-9537aba78ff3 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": "4f6e60a227f3405fb1548883a5e4eefa", "volume_type_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume-type", "OS::stack_id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "volume_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "stack_user_project_id": "3222a68b4fe14d838fe1ffb34c28f751", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:13:04Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:08,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a used request id req-86542fda-6333-4437-96b8-9537aba78ff3 2018-07-22 16:13:08,569 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:13:08,570 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack 2018-07-22 16:13:08,570 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack 2018-07-22 16:13:08,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/c0447d4a-1379-40a4-844c-e46119ea1d8a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:08,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:08 GMT Server: Apache x-openstack-request-id: req-9693395d-8f0e-48f2-9a3a-cb081f9acede Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:08,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:08 GMT Server: Apache x-openstack-request-id: req-c0a09e32-3372-4692-bcc0-2bc91552e47c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a/resources/volume", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-07-22T16:13:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:13:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5a434d9b-2e33-48df-a7ea-7859c4bcf503", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-07-22T16:13:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:13:04Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "53e6eeea-ed00-4267-9209-2f3e87aedb50", "resource_type": "OS::Cinder::VolumeType"}]} 2018-07-22 16:13:08,793 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a/resources used request id req-c0a09e32-3372-4692-bcc0-2bc91552e47c 2018-07-22 16:13:08,797 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4f6e60a227f3405fb1548883a5e4eefa/volumes/5a434d9b-2e33-48df-a7ea-7859c4bcf503 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:09,104 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:08 GMT Server: Apache x-compute-request-id: req-ed5cd0a4-1323-4d79-a363-897ec43da6b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed5cd0a4-1323-4d79-a363-897ec43da6b7 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/4f6e60a227f3405fb1548883a5e4eefa/volumes/5a434d9b-2e33-48df-a7ea-7859c4bcf503", "rel": "self"}, {"href": "http://172.30.9.28:8776/4f6e60a227f3405fb1548883a5e4eefa/volumes/5a434d9b-2e33-48df-a7ea-7859c4bcf503", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-22T16:13:06.000000", "replication_status": null, "snapshot_id": null, "id": "5a434d9b-2e33-48df-a7ea-7859c4bcf503", "size": 1, "user_id": "aa0c0a6a020c4f638032d4e3756038d4", "os-vol-tenant-attr:tenant_id": "4f6e60a227f3405fb1548883a5e4eefa", "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-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume", "bootable": "false", "created_at": "2018-07-22T16:13:05.000000", "volume_type": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume-type"}} 2018-07-22 16:13:09,104 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4f6e60a227f3405fb1548883a5e4eefa/volumes/5a434d9b-2e33-48df-a7ea-7859c4bcf503 used request id req-ed5cd0a4-1323-4d79-a363-897ec43da6b7 2018-07-22 16:13:09,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:09,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:09,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d400f79fda574fa4abfbc01b195f18fb", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj-role"}, {"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f6e60a227f3405fb1548883a5e4eefa", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/4f6e60a227f3405fb1548883a5e4eefa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/4f6e60a227f3405fb1548883a5e4eefa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_4f6e60a227f3405fb1548883a5e4eefa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_4f6e60a227f3405fb1548883a5e4eefa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-259d3501-0c25-435-user", "id": "aa0c0a6a020c4f638032d4e3756038d4"}, "audit_ids": ["4yrYplssSTqLgm2SV0m13g"], "issued_at": "2018-07-22T16:13:09.000000Z"}} 2018-07-22 16:13:09,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f90592d63def28fac9ef55af5b8b12ff126fba" 2018-07-22 16:13:09,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa37b35c-ee52-45d7-8fe7-fd9da0624e16 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:09,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fa37b35c-ee52-45d7-8fe7-fd9da0624e16 2018-07-22 16:13:09,658 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4f6e60a227f3405fb1548883a5e4eefa/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f90592d63def28fac9ef55af5b8b12ff126fba" 2018-07-22 16:13:09,866 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:09 GMT Server: Apache x-compute-request-id: req-0c8fe1b0-fe76-4185-954f-6c854e11ac8b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c8fe1b0-fe76-4185-954f-6c854e11ac8b Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/4f6e60a227f3405fb1548883a5e4eefa/volumes/5a434d9b-2e33-48df-a7ea-7859c4bcf503", "rel": "self"}, {"href": "http://172.30.9.28:8776/4f6e60a227f3405fb1548883a5e4eefa/volumes/5a434d9b-2e33-48df-a7ea-7859c4bcf503", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-07-22T16:13:06.000000", "replication_status": null, "snapshot_id": null, "id": "5a434d9b-2e33-48df-a7ea-7859c4bcf503", "size": 1, "user_id": "aa0c0a6a020c4f638032d4e3756038d4", "os-vol-tenant-attr:tenant_id": "4f6e60a227f3405fb1548883a5e4eefa", "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-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume", "bootable": "false", "created_at": "2018-07-22T16:13:05.000000", "volume_type": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume-type"}]} 2018-07-22 16:13:09,866 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4f6e60a227f3405fb1548883a5e4eefa/volumes/detail used request id req-0c8fe1b0-fe76-4185-954f-6c854e11ac8b 2018-07-22 16:13:09,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:09,874 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:09,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f90592d63def28fac9ef55af5b8b12ff126fba" 2018-07-22 16:13:09,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e433095-c9fc-43c3-8cc8-039a8c5d1c7c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6e60a227f3405fb1548883a5e4eefa", "name": "CreateStackVolumeTests-259d3501-0c25-435-proj"}} 2018-07-22 16:13:09,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa used request id req-7e433095-c9fc-43c3-8cc8-039a8c5d1c7c 2018-07-22 16:13:09,962 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack 2018-07-22 16:13:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/c0447d4a-1379-40a4-844c-e46119ea1d8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:10,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:09 GMT Server: Apache x-openstack-request-id: req-c22c43e7-de6b-4557-85d9-f884d3676d61 Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:10,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:10 GMT Server: Apache x-openstack-request-id: req-03e56ce0-ddc1-4b80-bead-ed53b077d466 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:10,334 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a used request id req-03e56ce0-ddc1-4b80-bead-ed53b077d466 2018-07-22 16:13:10,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/c0447d4a-1379-40a4-844c-e46119ea1d8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:10,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:10 GMT Server: Apache x-openstack-request-id: req-16267e2d-3ea2-4350-9e90-aad90dea01d1 Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:10,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:10 GMT Server: Apache x-openstack-request-id: req-772652a4-ec1f-4254-a90f-f9292695c635 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": "4f6e60a227f3405fb1548883a5e4eefa", "volume_type_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume-type", "OS::stack_id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "volume_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "stack_user_project_id": "3222a68b4fe14d838fe1ffb34c28f751", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:13:04Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:13:10Z", "id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:10,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a used request id req-772652a4-ec1f-4254-a90f-f9292695c635 2018-07-22 16:13:10,389 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:13:10,390 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:13:13,393 - create_stack - DEBUG - Stack status query timeout in 1196.94200397 2018-07-22 16:13:13,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/c0447d4a-1379-40a4-844c-e46119ea1d8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:13,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:13 GMT Server: Apache x-openstack-request-id: req-895ac202-b9d3-4579-86a7-794d5f440c7e Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:13,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:13 GMT Server: Apache x-openstack-request-id: req-80782219-3c42-4710-8371-402d2dd5fa58 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": "4f6e60a227f3405fb1548883a5e4eefa", "volume_type_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume-type", "OS::stack_id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "volume_name": "CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-volume"}, "deletion_time": "2018-07-22T16:13:13Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack", "stack_user_project_id": "3222a68b4fe14d838fe1ffb34c28f751", "tags": null, "creation_time": "2018-07-22T16:13:04Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:13:10Z", "id": "c0447d4a-1379-40a4-844c-e46119ea1d8a", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:13,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a used request id req-80782219-3c42-4710-8371-402d2dd5fa58 2018-07-22 16:13:13,450 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:13:13,450 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack 2018-07-22 16:13:13,450 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack 2018-07-22 16:13:13,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/c0447d4a-1379-40a4-844c-e46119ea1d8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2119cd3bed650b84f888030aa22f797f33a807be" 2018-07-22 16:13:13,644 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:13 GMT Server: Apache x-openstack-request-id: req-64546881-8fc2-4d19-a479-4977bb4e5910 Location: http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:13,670 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:13 GMT Server: Apache x-openstack-request-id: req-ad89c753-0d2f-4eb9-9935-113919f74009 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:13:13,670 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/4f6e60a227f3405fb1548883a5e4eefa/stacks/CreateStackVolumeTests-CreateStackVolumeTests-d4d82f30-1e7f-45bc-86b9-b5716368c026-stack/c0447d4a-1379-40a4-844c-e46119ea1d8a used request id req-ad89c753-0d2f-4eb9-9935-113919f74009 2018-07-22 16:13:13,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:13,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-0657d32f-c007-417d-bdfd-cc083f951fe2 Date: Sun, 22 Jul 2018 16:13:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:13:13,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0657d32f-c007-417d-bdfd-cc083f951fe2 2018-07-22 16:13:13,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-020fb2f6-d380-4079-8e56-4060bce3897c 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:13:14,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-020fb2f6-d380-4079-8e56-4060bce3897c 2018-07-22 16:13:14,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,091 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cb35e8c-8553-4070-b1cf-52603444e61e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:14,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-8cb35e8c-8553-4070-b1cf-52603444e61e 2018-07-22 16:13:14,091 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:14,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,176 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a89632fc-000b-4df9-8391-deaf0d59e08a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:14,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-a89632fc-000b-4df9-8391-deaf0d59e08a 2018-07-22 16:13:14,176 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:14,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,261 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ee3c5ee-e37b-4635-8ba5-e032b50e817a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:14,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-9ee3c5ee-e37b-4635-8ba5-e032b50e817a 2018-07-22 16:13:14,261 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:14,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c7f8e0c-8e03-4e49-8b12-635c3d935df7 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:13:14,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-4c7f8e0c-8e03-4e49-8b12-635c3d935df7 2018-07-22 16:13:14,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,437 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f82d07f2-a14c-4caf-ad62-68a224733a17 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:14,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-f82d07f2-a14c-4caf-ad62-68a224733a17 2018-07-22 16:13:14,437 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:14,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,580 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-276c7bb5-ac37-4253-ab9f-19a4ccd615c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:14,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-276c7bb5-ac37-4253-ab9f-19a4ccd615c0 2018-07-22 16:13:14,581 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:14,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,668 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f04782d-7ae8-4e06-9252-951c956e2cf9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:14,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-9f04782d-7ae8-4e06-9252-951c956e2cf9 2018-07-22 16:13:14,668 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:14,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,750 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ec65db6-19a7-4ff5-a2b0-da5788d510d0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:14,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-1ec65db6-19a7-4ff5-a2b0-da5788d510d0 2018-07-22 16:13:14,751 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:14,752 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-259d3501-0c25-435-proj 2018-07-22 16:13:14,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:14,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae68f386-6dfd-4883-9cdc-58663e36ef5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:14,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4f6e60a227f3405fb1548883a5e4eefa used request id req-ae68f386-6dfd-4883-9cdc-58663e36ef5a 2018-07-22 16:13:14,975 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-259d3501-0c25-435-proj-role 2018-07-22 16:13:14,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d400f79fda574fa4abfbc01b195f18fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:15,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd06493c-02c8-468f-8705-ee204081d539 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:15,099 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d400f79fda574fa4abfbc01b195f18fb used request id req-dd06493c-02c8-468f-8705-ee204081d539 2018-07-22 16:13:15,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3e20987572160583465b2d1ab73f9e39b74f69" 2018-07-22 16:13:15,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d61f42-c8e1-4a0f-b4f8-7875999a7c25 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:15,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-88d61f42-c8e1-4a0f-b4f8-7875999a7c25 2018-07-22 16:13:15,187 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-259d3501-0c25-435-user 2018-07-22 16:13:15,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/aa0c0a6a020c4f638032d4e3756038d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f854db90d13aecd56379012acd742cf27ddc434" 2018-07-22 16:13:15,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1a0fb9a-0805-4fd6-ae17-922314232865 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:15,357 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aa0c0a6a020c4f638032d4e3756038d4 used request id req-c1a0fb9a-0805-4fd6-ae17-922314232865 2018-07-22 16:13:15,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:15,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["yqGVbt9oRZeqGZpOFGaLiA"], "issued_at": "2018-07-22T16:13:15.000000Z"}} 2018-07-22 16:13:15,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9126f766335cb445fd1c1c84de5c42b06dd1c561" 2018-07-22 16:13:15,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b90b7141-0a0b-440f-a836-46f58b62e6fa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:15,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b90b7141-0a0b-440f-a836-46f58b62e6fa 2018-07-22 16:13:15,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:15,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:16,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["ONLZfIfTQh2p0shiR5q53A"], "issued_at": "2018-07-22T16:13:16.000000Z"}} 2018-07-22 16:13:16,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:16,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a08d7422-1839-4cdf-834e-470651dc2e66 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:16,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a08d7422-1839-4cdf-834e-470651dc2e66 2018-07-22 16:13:16,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:16,299 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:16,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:16,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d30ba7-74b2-4408-8bb3-04ec8dd99eeb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:13:16,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj used request id req-c9d30ba7-74b2-4408-8bb3-04ec8dd99eeb 2018-07-22 16:13:16,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:16,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03981ee6-8527-474b-8ab6-f217d3745aa8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:16,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-03981ee6-8527-474b-8ab6-f217d3745aa8 2018-07-22 16:13:16,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj"}}' 2018-07-22 16:13:16,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4a55af2-3b47-47e2-bba7-6f6079b35e6e Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8"}, "tags": [], "enabled": true, "id": "101cf658412a4c3bad0e88e3af6715c8", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj"}} 2018-07-22 16:13:16,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d4a55af2-3b47-47e2-bba7-6f6079b35e6e 2018-07-22 16:13:16,519 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-2fd83f54-4e96-4e5-proj 2018-07-22 16:13:16,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:16,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:16,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["9RylmFeDSDCNC7rgwWGQUg"], "issued_at": "2018-07-22T16:13:16.000000Z"}} 2018-07-22 16:13:16,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:16,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65cce32c-5d54-41a6-a020-b51aa5043547 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:16,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-65cce32c-5d54-41a6-a020-b51aa5043547 2018-07-22 16:13:16,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:16,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:16,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:17,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab0a75f8-5efa-4ab3-8a94-8c4f28551c2e Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:13:17,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ab0a75f8-5efa-4ab3-8a94-8c4f28551c2e 2018-07-22 16:13:17,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:17,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b75fa4-e95d-41ba-90f5-fba71e24041f Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8"}, "tags": [], "enabled": true, "id": "101cf658412a4c3bad0e88e3af6715c8", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj"}]} 2018-07-22 16:13:17,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj used request id req-b0b75fa4-e95d-41ba-90f5-fba71e24041f 2018-07-22 16:13:17,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:17,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b82d6be0-c99a-40a8-957d-e439433a68e4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:17,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b82d6be0-c99a-40a8-957d-e439433a68e4 2018-07-22 16:13:17,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:17,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6555d14a-1f59-40ab-914c-d77fe779b3da Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:17,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6555d14a-1f59-40ab-914c-d77fe779b3da 2018-07-22 16:13:17,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:17,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee791cd-ed69-411e-accf-a07a60ee84c7 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8"}, "tags": [], "enabled": true, "id": "101cf658412a4c3bad0e88e3af6715c8", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj"}]} 2018-07-22 16:13:17,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj used request id req-bee791cd-ed69-411e-accf-a07a60ee84c7 2018-07-22 16:13:17,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/e5213259ced24176bef40717cf1d4daf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:17,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0908328-b199-493b-9888-c0149bd3a620 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-user", "links": {"self": "http://172.30.9.28:5000/v3/users/e5213259ced24176bef40717cf1d4daf"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "101cf658412a4c3bad0e88e3af6715c8", "id": "e5213259ced24176bef40717cf1d4daf", "password_expires_at": null}} 2018-07-22 16:13:17,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e5213259ced24176bef40717cf1d4daf used request id req-f0908328-b199-493b-9888-c0149bd3a620 2018-07-22 16:13:17,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8/users/e5213259ced24176bef40717cf1d4daf/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:17,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5f1772-9ed0-4040-a614-7947314532e8 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8/users/e5213259ced24176bef40717cf1d4daf/roles", "previous": null, "next": null}, "roles": []} 2018-07-22 16:13:17,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8/users/e5213259ced24176bef40717cf1d4daf/roles used request id req-be5f1772-9ed0-4040-a614-7947314532e8 2018-07-22 16:13:17,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:18,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7aac62-9b32-4940-90a8-bb6a93125dfc Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}} 2018-07-22 16:13:18,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-7c7aac62-9b32-4940-90a8-bb6a93125dfc 2018-07-22 16:13:18,060 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-2fd83f54-4e96-4e5-proj 2018-07-22 16:13:18,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8/users/e5213259ced24176bef40717cf1d4daf/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:18,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94efadae-fc21-4048-ac78-fae53385eff1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:18,187 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8/users/e5213259ced24176bef40717cf1d4daf/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-94efadae-fc21-4048-ac78-fae53385eff1 2018-07-22 16:13:18,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:18,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c825453a-d847-4b53-a942-ff0328bad1d6 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:18,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c825453a-d847-4b53-a942-ff0328bad1d6 2018-07-22 16:13:18,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:18,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7d521ae-99e8-471b-8f8f-1cecec841666 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8"}, "tags": [], "enabled": true, "id": "101cf658412a4c3bad0e88e3af6715c8", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj"}]} 2018-07-22 16:13:18,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-2fd83f54-4e96-4e5-proj used request id req-a7d521ae-99e8-471b-8f8f-1cecec841666 2018-07-22 16:13:18,370 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-2fd83f54-4e96-4e5-user 2018-07-22 16:13:18,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:18,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:18,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcd7be0-7bc4-409d-90bf-4ebbb04a3de2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:18,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5fcd7be0-7bc4-409d-90bf-4ebbb04a3de2 2018-07-22 16:13:18,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" -d '{"role": {"name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj-role"}}' 2018-07-22 16:13:18,560 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17875fbb-8706-4742-8d68-3e707a48de2c Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c57646943a8146c08784b448d5576274", "links": {"self": "http://172.30.9.28:5000/v3/roles/c57646943a8146c08784b448d5576274"}, "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj-role"}} 2018-07-22 16:13:18,561 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-17875fbb-8706-4742-8d68-3e707a48de2c 2018-07-22 16:13:18,561 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-2fd83f54-4e96-4e5-proj-role 2018-07-22 16:13:18,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c57646943a8146c08784b448d5576274 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:18,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed4423e-358d-4012-9124-541bd83f254b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c57646943a8146c08784b448d5576274", "links": {"self": "http://172.30.9.28:5000/v3/roles/c57646943a8146c08784b448d5576274"}, "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj-role"}} 2018-07-22 16:13:18,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c57646943a8146c08784b448d5576274 used request id req-2ed4423e-358d-4012-9124-541bd83f254b 2018-07-22 16:13:18,646 - keystone_utils - INFO - Granting role CreateStackVolumeTests-2fd83f54-4e96-4e5-proj-role to project CreateStackVolumeTests-2fd83f54-4e96-4e5-proj 2018-07-22 16:13:18,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8/users/e5213259ced24176bef40717cf1d4daf/roles/c57646943a8146c08784b448d5576274 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:18,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69c4fdca-1cab-4c77-94cb-72cbdde414d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:18,767 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8/users/e5213259ced24176bef40717cf1d4daf/roles/c57646943a8146c08784b448d5576274 used request id req-69c4fdca-1cab-4c77-94cb-72cbdde414d4 2018-07-22 16:13:18,768 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:18,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:18,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:19,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c57646943a8146c08784b448d5576274", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj-role"}, {"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "101cf658412a4c3bad0e88e3af6715c8", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/101cf658412a4c3bad0e88e3af6715c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/101cf658412a4c3bad0e88e3af6715c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-user", "id": "e5213259ced24176bef40717cf1d4daf"}, "audit_ids": ["sokSjtfXRvKgjBHzmGbxhQ"], "issued_at": "2018-07-22T16:13:19.000000Z"}} 2018-07-22 16:13:19,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:19,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f5b2ffa-c79a-4d08-88ee-bfe7b9bd1562 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:19,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1f5b2ffa-c79a-4d08-88ee-bfe7b9bd1562 2018-07-22 16:13:19,328 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:19,331 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:19,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:19,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:19 GMT Server: Apache x-openstack-request-id: req-a1db15db-2b8a-463c-9273-9b98e61c0bdd Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:13:19,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack used request id req-a1db15db-2b8a-463c-9273-9b98e61c0bdd 2018-07-22 16:13:19,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-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-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "volume_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume"}}' 2018-07-22 16:13:21,015 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:19 GMT Server: Apache x-openstack-request-id: req-7c24a8cc-7b49-496a-b4ca-78db5766e014 Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "links": [{"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "rel": "self"}]}} 2018-07-22 16:13:21,016 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks used request id req-7c24a8cc-7b49-496a-b4ca-78db5766e014 2018-07-22 16:13:21,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/9be7d9a4-5925-4985-b8b8-56aa5a2613fe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:21,204 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:21 GMT Server: Apache x-openstack-request-id: req-cadae5c9-ddac-494a-a969-5a82d1d21115 Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:21,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:21 GMT Server: Apache x-openstack-request-id: req-97310508-96e8-4518-977b-87bd7da7da93 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": "101cf658412a4c3bad0e88e3af6715c8", "volume_type_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "OS::stack_id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "volume_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "stack_user_project_id": "35692c7312d4421d9e2e78069cfbe0d2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:13:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:21,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe used request id req-97310508-96e8-4518-977b-87bd7da7da93 2018-07-22 16:13:21,420 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack 2018-07-22 16:13:21,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/9be7d9a4-5925-4985-b8b8-56aa5a2613fe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:21,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:21 GMT Server: Apache x-openstack-request-id: req-143082db-350c-4413-907e-a96dde8c9d9e Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:21,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:21 GMT Server: Apache x-openstack-request-id: req-006fd961-db37-4fec-95eb-be4e82609ff8 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": "101cf658412a4c3bad0e88e3af6715c8", "volume_type_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "OS::stack_id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "volume_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "stack_user_project_id": "35692c7312d4421d9e2e78069cfbe0d2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:13:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:21,841 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe used request id req-006fd961-db37-4fec-95eb-be4e82609ff8 2018-07-22 16:13:21,842 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:13:21,842 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:13:24,845 - create_stack - DEBUG - Stack status query timeout in 1196.57441401 2018-07-22 16:13:24,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/9be7d9a4-5925-4985-b8b8-56aa5a2613fe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:24,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:24 GMT Server: Apache x-openstack-request-id: req-f959c616-cabf-47a7-8af7-8c6d3cb05077 Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:25,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:24 GMT Server: Apache x-openstack-request-id: req-92e13499-04d9-43ff-9b1f-9f9e03ab74a4 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": "101cf658412a4c3bad0e88e3af6715c8", "volume_type_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "OS::stack_id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "volume_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "stack_user_project_id": "35692c7312d4421d9e2e78069cfbe0d2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:13:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:25,089 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe used request id req-92e13499-04d9-43ff-9b1f-9f9e03ab74a4 2018-07-22 16:13:25,090 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:13:25,090 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack 2018-07-22 16:13:25,090 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack 2018-07-22 16:13:25,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/9be7d9a4-5925-4985-b8b8-56aa5a2613fe/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:25,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:25 GMT Server: Apache x-openstack-request-id: req-4ec1a26b-64bd-4a3d-8c37-418399fb5d00 Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:25,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:25 GMT Server: Apache x-openstack-request-id: req-1bcc8211-e817-4250-841c-40b9a7fb6462 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe/resources/volume", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-07-22T16:13:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:13:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9022cb7d-352d-4c4c-920a-84a6d787ba19", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-07-22T16:13:21Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:13:21Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "f5f165e1-0958-45e3-aeec-7eff43e48133", "resource_type": "OS::Cinder::VolumeType"}]} 2018-07-22 16:13:25,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe/resources used request id req-1bcc8211-e817-4250-841c-40b9a7fb6462 2018-07-22 16:13:25,325 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:25,348 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:25 GMT Server: Apache x-compute-request-id: req-ceab6a0c-7ffb-4a9a-bef6-1592ee0ccbf1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ceab6a0c-7ffb-4a9a-bef6-1592ee0ccbf1 Content-Encoding: gzip Content-Length: 203 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "f5f165e1-0958-45e3-aeec-7eff43e48133", "description": null}} 2018-07-22 16:13:25,348 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133 used request id req-ceab6a0c-7ffb-4a9a-bef6-1592ee0ccbf1 2018-07-22 16:13:25,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ceab6a0c-7ffb-4a9a-bef6-1592ee0ccbf1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:25,374 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:25 GMT Server: Apache x-compute-request-id: req-db3dbc03-3b81-433b-94ca-8fbc3762b2eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db3dbc03-3b81-433b-94ca-8fbc3762b2eb Content-Encoding: gzip Content-Length: 203 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "f5f165e1-0958-45e3-aeec-7eff43e48133", "description": null}} 2018-07-22 16:13:25,374 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133 used request id req-db3dbc03-3b81-433b-94ca-8fbc3762b2eb 2018-07-22 16:13:25,377 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ceab6a0c-7ffb-4a9a-bef6-1592ee0ccbf1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:25,399 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:25 GMT Server: Apache x-compute-request-id: req-78771355-dda6-4c3e-b6cb-d6fc1267a3e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-78771355-dda6-4c3e-b6cb-d6fc1267a3e4 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-22 16:13:25,399 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133/encryption used request id req-78771355-dda6-4c3e-b6cb-d6fc1267a3e4 2018-07-22 16:13:25,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:25,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:25,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c57646943a8146c08784b448d5576274", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj-role"}, {"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "101cf658412a4c3bad0e88e3af6715c8", "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/101cf658412a4c3bad0e88e3af6715c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/101cf658412a4c3bad0e88e3af6715c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_101cf658412a4c3bad0e88e3af6715c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_101cf658412a4c3bad0e88e3af6715c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-2fd83f54-4e96-4e5-user", "id": "e5213259ced24176bef40717cf1d4daf"}, "audit_ids": ["M3zrEa6lSDOQsIll1EZjEw"], "issued_at": "2018-07-22T16:13:25.000000Z"}} 2018-07-22 16:13:25,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29919a503a35c3b2fa31bc71f68cbc738afde414" 2018-07-22 16:13:25,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8469ff9d-8516-4dbd-98cc-59f7929a5bb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:25,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8469ff9d-8516-4dbd-98cc-59f7929a5bb1 2018-07-22 16:13:25,857 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29919a503a35c3b2fa31bc71f68cbc738afde414" 2018-07-22 16:13:26,034 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:25 GMT Server: Apache x-compute-request-id: req-b38fe5e4-1510-42ea-bfcc-1ee86568af65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b38fe5e4-1510-42ea-bfcc-1ee86568af65 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "f5f165e1-0958-45e3-aeec-7eff43e48133", "description": null}]} 2018-07-22 16:13:26,034 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types?is_public=None used request id req-b38fe5e4-1510-42ea-bfcc-1ee86568af65 2018-07-22 16:13:26,037 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b38fe5e4-1510-42ea-bfcc-1ee86568af65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29919a503a35c3b2fa31bc71f68cbc738afde414" 2018-07-22 16:13:26,209 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:26 GMT Server: Apache x-compute-request-id: req-0ca99cc3-e628-4021-ae39-33bc8a94f081 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ca99cc3-e628-4021-ae39-33bc8a94f081 Content-Encoding: gzip Content-Length: 203 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "f5f165e1-0958-45e3-aeec-7eff43e48133", "description": null}} 2018-07-22 16:13:26,209 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133 used request id req-0ca99cc3-e628-4021-ae39-33bc8a94f081 2018-07-22 16:13:26,212 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b38fe5e4-1510-42ea-bfcc-1ee86568af65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29919a503a35c3b2fa31bc71f68cbc738afde414" 2018-07-22 16:13:26,385 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:26 GMT Server: Apache x-compute-request-id: req-be43d53a-63b5-4511-9f9e-7b32add319b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be43d53a-63b5-4511-9f9e-7b32add319b3 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-07-22 16:13:26,385 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/101cf658412a4c3bad0e88e3af6715c8/types/f5f165e1-0958-45e3-aeec-7eff43e48133/encryption used request id req-be43d53a-63b5-4511-9f9e-7b32add319b3 2018-07-22 16:13:26,386 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack 2018-07-22 16:13:26,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/9be7d9a4-5925-4985-b8b8-56aa5a2613fe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:26,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:26 GMT Server: Apache x-openstack-request-id: req-1c981cab-b37f-4fb0-ade2-ddd23e9f43ee Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:26,617 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:26 GMT Server: Apache x-openstack-request-id: req-f9384c38-06e8-47c9-ba83-447a3ae23347 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:26,617 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe used request id req-f9384c38-06e8-47c9-ba83-447a3ae23347 2018-07-22 16:13:26,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/9be7d9a4-5925-4985-b8b8-56aa5a2613fe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:26,796 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:26 GMT Server: Apache x-openstack-request-id: req-cd164ec9-944a-418e-b051-276bf03209c5 Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:26,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:26 GMT Server: Apache x-openstack-request-id: req-bea7c8e2-c9fc-4a10-aa5b-a365bfde36c3 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": "101cf658412a4c3bad0e88e3af6715c8", "volume_type_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "OS::stack_id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "volume_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "stack_user_project_id": "35692c7312d4421d9e2e78069cfbe0d2", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:13:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:13:26Z", "id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:26,822 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe used request id req-bea7c8e2-c9fc-4a10-aa5b-a365bfde36c3 2018-07-22 16:13:26,822 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:13:26,823 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:13:29,826 - create_stack - DEBUG - Stack status query timeout in 1196.79133201 2018-07-22 16:13:29,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/9be7d9a4-5925-4985-b8b8-56aa5a2613fe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:30,010 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:29 GMT Server: Apache x-openstack-request-id: req-1e80b9b2-15ad-4f5b-aea7-938d7db5f2f2 Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:30,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache x-openstack-request-id: req-dd8b7553-08fe-4a1f-adf8-c66d7cbe405c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "101cf658412a4c3bad0e88e3af6715c8", "volume_type_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume-type", "OS::stack_id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "volume_name": "CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-volume"}, "deletion_time": "2018-07-22T16:13:29Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack", "stack_user_project_id": "35692c7312d4421d9e2e78069cfbe0d2", "tags": null, "creation_time": "2018-07-22T16:13:20Z", "links": [{"href": "http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:13:26Z", "id": "9be7d9a4-5925-4985-b8b8-56aa5a2613fe", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:30,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe used request id req-dd8b7553-08fe-4a1f-adf8-c66d7cbe405c 2018-07-22 16:13:30,036 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:13:30,036 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack 2018-07-22 16:13:30,036 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack 2018-07-22 16:13:30,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/9be7d9a4-5925-4985-b8b8-56aa5a2613fe -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bdcc28c26c8b2cb07c0322ccb2a66e68b86398e" 2018-07-22 16:13:30,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache x-openstack-request-id: req-fc2c7c01-d3d1-4b27-ba2a-06a786da7620 Location: http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:30,246 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache x-openstack-request-id: req-aae3eaba-d639-4716-9875-3b7e5cece701 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:13:30,246 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/101cf658412a4c3bad0e88e3af6715c8/stacks/CreateStackVolumeTests-CreateStackVolumeTests-74649bc7-16a7-4eef-8e2e-3c26b7a2148f-stack/9be7d9a4-5925-4985-b8b8-56aa5a2613fe used request id req-aae3eaba-d639-4716-9875-3b7e5cece701 2018-07-22 16:13:30,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:30,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-40d35400-ef7e-4ac9-8aa3-b4ce8ef8efbe Date: Sun, 22 Jul 2018 16:13:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:13:30,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-40d35400-ef7e-4ac9-8aa3-b4ce8ef8efbe 2018-07-22 16:13:30,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:30,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79471a3b-5aae-4917-bcae-e840c5cb506a 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:13:30,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-79471a3b-5aae-4917-bcae-e840c5cb506a 2018-07-22 16:13:30,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:30,668 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94ebc351-b97c-46ba-95e5-eec84587ee28 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:30,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-94ebc351-b97c-46ba-95e5-eec84587ee28 2018-07-22 16:13:30,668 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:30,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:30,749 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15077b1d-edfd-4c22-8b7a-b8c825ba925b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:30,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-15077b1d-edfd-4c22-8b7a-b8c825ba925b 2018-07-22 16:13:30,750 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:30,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:30,825 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66345b07-e988-4af6-ba28-4a0243ac0065 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:30,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-66345b07-e988-4af6-ba28-4a0243ac0065 2018-07-22 16:13:30,825 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:30,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:30,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-380fe756-9f01-4d5b-820c-e15417733e3e 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:13:30,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-380fe756-9f01-4d5b-820c-e15417733e3e 2018-07-22 16:13:30,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:30,997 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33e86b78-3d97-453a-9d26-1037c566e1bd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:30,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-33e86b78-3d97-453a-9d26-1037c566e1bd 2018-07-22 16:13:30,997 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:31,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:31,082 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b34e21e2-2ed6-4f89-a685-ce3d9586597b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:31,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-b34e21e2-2ed6-4f89-a685-ce3d9586597b 2018-07-22 16:13:31,083 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:31,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:31,171 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b15b57e-67ff-4ed0-b74c-30ae0ed847af Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:31,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-2b15b57e-67ff-4ed0-b74c-30ae0ed847af 2018-07-22 16:13:31,171 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:31,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:31,253 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fd7b261-c864-4d36-8acf-a2d36ba102e5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:31,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-2fd7b261-c864-4d36-8acf-a2d36ba102e5 2018-07-22 16:13:31,254 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:31,255 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-2fd83f54-4e96-4e5-proj 2018-07-22 16:13:31,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:31,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4413f133-4021-4f77-812f-c900028fa190 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:31,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/101cf658412a4c3bad0e88e3af6715c8 used request id req-4413f133-4021-4f77-812f-c900028fa190 2018-07-22 16:13:31,479 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-2fd83f54-4e96-4e5-proj-role 2018-07-22 16:13:31,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c57646943a8146c08784b448d5576274 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:31,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26afc085-6e58-48b3-a212-c6b3fddb5bb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:31,586 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c57646943a8146c08784b448d5576274 used request id req-26afc085-6e58-48b3-a212-c6b3fddb5bb9 2018-07-22 16:13:31,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36340e8078ea7f7156c0f84049fa316dae3eb878" 2018-07-22 16:13:31,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689ea87e-989e-4416-a12e-e395cc3b0833 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:31,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-689ea87e-989e-4416-a12e-e395cc3b0833 2018-07-22 16:13:31,674 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-2fd83f54-4e96-4e5-user 2018-07-22 16:13:31,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e5213259ced24176bef40717cf1d4daf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3e460efb8a16afdc114479f0e077ca8607c392" 2018-07-22 16:13:31,838 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b505c8e3-cafb-4ff0-ad39-e33956b6ef17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:31,838 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e5213259ced24176bef40717cf1d4daf used request id req-b505c8e3-cafb-4ff0-ad39-e33956b6ef17 2018-07-22 16:13:31,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:32,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Csen2sOxQnqX1Fe_dEfh2A"], "issued_at": "2018-07-22T16:13:32.000000Z"}} 2018-07-22 16:13:32,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0595edf2726c767120c15859e086d9d41f8a185" 2018-07-22 16:13:32,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc6a51b7-3b46-4a7e-bac0-b5471192528a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:32,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dc6a51b7-3b46-4a7e-bac0-b5471192528a 2018-07-22 16:13:32,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:32,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:32,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["2bwRXRUtSyWowH2e967sbw"], "issued_at": "2018-07-22T16:13:32.000000Z"}} 2018-07-22 16:13:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:32,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e893000c-86d8-40c5-a73c-e00cb7e35388 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:32,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e893000c-86d8-40c5-a73c-e00cb7e35388 2018-07-22 16:13:32,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:32,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:32,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882e06a0-76f4-4919-8d8c-d025c5f74093 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:13:32,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj used request id req-882e06a0-76f4-4919-8d8c-d025c5f74093 2018-07-22 16:13:32,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:32,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c91098-4ca4-4cd7-8bed-8449f49db6d5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:32,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-77c91098-4ca4-4cd7-8bed-8449f49db6d5 2018-07-22 16:13:32,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj"}}' 2018-07-22 16:13:33,060 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d270f68a-e382-45bb-9bc1-250b7b7fd8ee Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b"}, "tags": [], "enabled": true, "id": "b2997ecb2e80404994ecbca8386b970b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj"}} 2018-07-22 16:13:33,060 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d270f68a-e382-45bb-9bc1-250b7b7fd8ee 2018-07-22 16:13:33,060 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-9a6c0c05-e94c-456-proj 2018-07-22 16:13:33,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:33,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:33,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["lqKjN20jRja-G6T6KM688g"], "issued_at": "2018-07-22T16:13:33.000000Z"}} 2018-07-22 16:13:33,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:33,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866b291e-7877-4499-868a-5b6dd3ce471a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:33,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-866b291e-7877-4499-868a-5b6dd3ce471a 2018-07-22 16:13:33,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:33,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:33,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:33,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad2b6f7-6f79-412c-a214-1dcd95f8289a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:13:33,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8ad2b6f7-6f79-412c-a214-1dcd95f8289a 2018-07-22 16:13:33,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:33,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dba78d-d37e-4856-a1fb-775236f55aa6 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b"}, "tags": [], "enabled": true, "id": "b2997ecb2e80404994ecbca8386b970b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj"}]} 2018-07-22 16:13:33,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj used request id req-98dba78d-d37e-4856-a1fb-775236f55aa6 2018-07-22 16:13:33,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:33,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8396e452-2c9e-42e8-8cf9-8261fba96815 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:33,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8396e452-2c9e-42e8-8cf9-8261fba96815 2018-07-22 16:13:34,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:34,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acfd916d-bd3f-431a-869b-59e0c5d621ec Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:34,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-acfd916d-bd3f-431a-869b-59e0c5d621ec 2018-07-22 16:13:34,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:34,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7b6b16d-419f-425b-8be1-fd5114fc40c9 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b"}, "tags": [], "enabled": true, "id": "b2997ecb2e80404994ecbca8386b970b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj"}]} 2018-07-22 16:13:34,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj used request id req-b7b6b16d-419f-425b-8be1-fd5114fc40c9 2018-07-22 16:13:34,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/26b81f6a49cd47c9985fc5901bb04ab0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:34,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a83f1526-887b-44bb-8d1b-b78f6ae2dbb6 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-9a6c0c05-e94c-456-user", "links": {"self": "http://172.30.9.28:5000/v3/users/26b81f6a49cd47c9985fc5901bb04ab0"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "b2997ecb2e80404994ecbca8386b970b", "id": "26b81f6a49cd47c9985fc5901bb04ab0", "password_expires_at": null}} 2018-07-22 16:13:34,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/26b81f6a49cd47c9985fc5901bb04ab0 used request id req-a83f1526-887b-44bb-8d1b-b78f6ae2dbb6 2018-07-22 16:13:34,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b/users/26b81f6a49cd47c9985fc5901bb04ab0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:34,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f14a38f1-a58e-4c47-b1ca-a7d0a5ecf5d5 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b/users/26b81f6a49cd47c9985fc5901bb04ab0/roles", "previous": null, "next": null}, "roles": []} 2018-07-22 16:13:34,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b/users/26b81f6a49cd47c9985fc5901bb04ab0/roles used request id req-f14a38f1-a58e-4c47-b1ca-a7d0a5ecf5d5 2018-07-22 16:13:34,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:34,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ef65855-e162-4971-8f78-6f75c091e3f3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}} 2018-07-22 16:13:34,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-1ef65855-e162-4971-8f78-6f75c091e3f3 2018-07-22 16:13:34,518 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-9a6c0c05-e94c-456-proj 2018-07-22 16:13:34,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b/users/26b81f6a49cd47c9985fc5901bb04ab0/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:34,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da5f0451-2fd3-4a29-90e9-7b7cb7b4359f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:34,642 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b/users/26b81f6a49cd47c9985fc5901bb04ab0/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-da5f0451-2fd3-4a29-90e9-7b7cb7b4359f 2018-07-22 16:13:34,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:34,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a9df8fd-053e-4cc9-9767-927bc766e212 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:34,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2a9df8fd-053e-4cc9-9767-927bc766e212 2018-07-22 16:13:34,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:34,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2b6ae69-077a-4992-9360-926dea434ab8 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b"}, "tags": [], "enabled": true, "id": "b2997ecb2e80404994ecbca8386b970b", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj"}]} 2018-07-22 16:13:34,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-9a6c0c05-e94c-456-proj used request id req-c2b6ae69-077a-4992-9360-926dea434ab8 2018-07-22 16:13:34,818 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-9a6c0c05-e94c-456-user 2018-07-22 16:13:34,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:34,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:34,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866fdd10-2b0d-492f-8356-99fc52a6d324 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:34,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-866fdd10-2b0d-492f-8356-99fc52a6d324 2018-07-22 16:13:34,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" -d '{"role": {"name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj-role"}}' 2018-07-22 16:13:34,999 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54dc2c66-c86e-4fc0-85f7-4955f81ca22a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bd44e56a66cb4b97863712403bebc823", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd44e56a66cb4b97863712403bebc823"}, "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj-role"}} 2018-07-22 16:13:34,999 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-54dc2c66-c86e-4fc0-85f7-4955f81ca22a 2018-07-22 16:13:34,999 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-9a6c0c05-e94c-456-proj-role 2018-07-22 16:13:35,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bd44e56a66cb4b97863712403bebc823 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:35,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3352b63f-05b1-4569-bd18-33e4e3f5c4ae Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bd44e56a66cb4b97863712403bebc823", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd44e56a66cb4b97863712403bebc823"}, "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj-role"}} 2018-07-22 16:13:35,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bd44e56a66cb4b97863712403bebc823 used request id req-3352b63f-05b1-4569-bd18-33e4e3f5c4ae 2018-07-22 16:13:35,084 - keystone_utils - INFO - Granting role CreateStackFlavorTests-9a6c0c05-e94c-456-proj-role to project CreateStackFlavorTests-9a6c0c05-e94c-456-proj 2018-07-22 16:13:35,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b/users/26b81f6a49cd47c9985fc5901bb04ab0/roles/bd44e56a66cb4b97863712403bebc823 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:35,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0ec7a19-3851-49bf-a1de-24efa03529a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:35,212 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b/users/26b81f6a49cd47c9985fc5901bb04ab0/roles/bd44e56a66cb4b97863712403bebc823 used request id req-e0ec7a19-3851-49bf-a1de-24efa03529a2 2018-07-22 16:13:35,212 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:35,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:35,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:35,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd44e56a66cb4b97863712403bebc823", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj-role"}, {"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2997ecb2e80404994ecbca8386b970b", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/b2997ecb2e80404994ecbca8386b970b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/b2997ecb2e80404994ecbca8386b970b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-user", "id": "26b81f6a49cd47c9985fc5901bb04ab0"}, "audit_ids": ["VkkGfF6yTH6zpfM3U_KjDQ"], "issued_at": "2018-07-22T16:13:35.000000Z"}} 2018-07-22 16:13:35,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:35,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f657ac8d-7d02-4343-9a89-994ba95c4d27 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:35,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f657ac8d-7d02-4343-9a89-994ba95c4d27 2018-07-22 16:13:35,689 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:35,692 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:35,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks?stack_name=CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:35,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:35 GMT Server: Apache x-openstack-request-id: req-22eb386f-1ccc-4efe-8fa1-034e845d9cc9 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:13:35,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks?stack_name=CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack used request id req-22eb386f-1ccc-4efe-8fa1-034e845d9cc9 2018-07-22 16:13:35,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" -d '{"stack_name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-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-07-22 16:13:37,318 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:35 GMT Server: Apache x-openstack-request-id: req-0224f741-525a-4e6f-8260-434ae0658cda Location: http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "2a3cc159-4dd9-4543-a0e8-7671434f2d15", "links": [{"href": "http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15", "rel": "self"}]}} 2018-07-22 16:13:37,318 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks used request id req-0224f741-525a-4e6f-8260-434ae0658cda 2018-07-22 16:13:37,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/2a3cc159-4dd9-4543-a0e8-7671434f2d15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:37,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:37 GMT Server: Apache x-openstack-request-id: req-9b336d45-d816-4d10-ae74-e6058e7eb1af Location: http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:37,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:37 GMT Server: Apache x-openstack-request-id: req-905aa4a1-a22f-4e06-8470-2228ba30e8f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "b2997ecb2e80404994ecbca8386b970b", "OS::stack_id": "2a3cc159-4dd9-4543-a0e8-7671434f2d15", "OS::stack_name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack", "stack_user_project_id": "5b2f1b19011c4e1aa8172c50842375ea", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:13:36Z", "links": [{"href": "http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2a3cc159-4dd9-4543-a0e8-7671434f2d15", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:37,716 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 used request id req-905aa4a1-a22f-4e06-8470-2228ba30e8f2 2018-07-22 16:13:37,716 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack 2018-07-22 16:13:37,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/2a3cc159-4dd9-4543-a0e8-7671434f2d15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:37,901 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:37 GMT Server: Apache x-openstack-request-id: req-90aadc03-a7a5-401d-9d4e-706bbfaa859f Location: http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:38,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:37 GMT Server: Apache x-openstack-request-id: req-2f4ffe12-fa67-46b4-babc-ea1613422d66 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "b2997ecb2e80404994ecbca8386b970b", "OS::stack_id": "2a3cc159-4dd9-4543-a0e8-7671434f2d15", "OS::stack_name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack", "stack_user_project_id": "5b2f1b19011c4e1aa8172c50842375ea", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:13:36Z", "links": [{"href": "http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2a3cc159-4dd9-4543-a0e8-7671434f2d15", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:38,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 used request id req-2f4ffe12-fa67-46b4-babc-ea1613422d66 2018-07-22 16:13:38,092 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:13:38,093 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack 2018-07-22 16:13:38,093 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack 2018-07-22 16:13:38,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/2a3cc159-4dd9-4543-a0e8-7671434f2d15/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:38,121 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:38 GMT Server: Apache x-openstack-request-id: req-424e9137-79f1-4e82-afd6-f0ccfb995309 Location: http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:38,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:38 GMT Server: Apache x-openstack-request-id: req-fba2d0e3-8e01-4686-9a76-bf79c623e42e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-07-22T16:13:37Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:13:37Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "339ea776-4ae9-4ada-90e1-62cc6c951033", "resource_type": "OS::Nova::Flavor"}]} 2018-07-22 16:13:38,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15/resources used request id req-fba2d0e3-8e01-4686-9a76-bf79c623e42e 2018-07-22 16:13:38,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:38,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-da40d455-d5b0-44e4-9546-82d100d90835 x-compute-request-id: req-da40d455-d5b0-44e4-9546-82d100d90835 Content-Encoding: gzip Content-Length: 333 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack-flavor-c4pmxrc74gkj", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033", "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": "339ea776-4ae9-4ada-90e1-62cc6c951033"}} 2018-07-22 16:13:38,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033 used request id req-da40d455-d5b0-44e4-9546-82d100d90835 2018-07-22 16:13:38,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:38,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:38,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd44e56a66cb4b97863712403bebc823", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj-role"}, {"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2997ecb2e80404994ecbca8386b970b", "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/b2997ecb2e80404994ecbca8386b970b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/b2997ecb2e80404994ecbca8386b970b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_b2997ecb2e80404994ecbca8386b970b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_b2997ecb2e80404994ecbca8386b970b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-9a6c0c05-e94c-456-user", "id": "26b81f6a49cd47c9985fc5901bb04ab0"}, "audit_ids": ["RXBBOQD6Qy-Zex1oGuFJ0Q"], "issued_at": "2018-07-22T16:13:38.000000Z"}} 2018-07-22 16:13:38,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}063a6a62e461b1082308a2b667d30fa8e5cd8ab9" 2018-07-22 16:13:38,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c2aa13-2118-4fcc-abc4-a71a55cbf978 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:38,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-48c2aa13-2118-4fcc-abc4-a71a55cbf978 2018-07-22 16:13:38,795 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:38,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}063a6a62e461b1082308a2b667d30fa8e5cd8ab9" 2018-07-22 16:13:38,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-c30bc8be-3420-4c21-a687-a4abb54ad370 x-compute-request-id: req-c30bc8be-3420-4c21-a687-a4abb54ad370 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "339ea776-4ae9-4ada-90e1-62cc6c951033", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033", "rel": "bookmark"}], "name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack-flavor-c4pmxrc74gkj"}]} 2018-07-22 16:13:38,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c30bc8be-3420-4c21-a687-a4abb54ad370 2018-07-22 16:13:38,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}063a6a62e461b1082308a2b667d30fa8e5cd8ab9" 2018-07-22 16:13:39,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-2fdf496c-8b16-4aba-96f7-f30d5e69c9e5 x-compute-request-id: req-2fdf496c-8b16-4aba-96f7-f30d5e69c9e5 Content-Encoding: gzip Content-Length: 333 Content-Type: application/json RESP BODY: {"flavor": {"name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack-flavor-c4pmxrc74gkj", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033", "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": "339ea776-4ae9-4ada-90e1-62cc6c951033"}} 2018-07-22 16:13:39,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/339ea776-4ae9-4ada-90e1-62cc6c951033 used request id req-2fdf496c-8b16-4aba-96f7-f30d5e69c9e5 2018-07-22 16:13:39,010 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack-flavor-c4pmxrc74gkj 2018-07-22 16:13:39,010 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack 2018-07-22 16:13:39,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/2a3cc159-4dd9-4543-a0e8-7671434f2d15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:39,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:39 GMT Server: Apache x-openstack-request-id: req-72879ecc-2852-43b8-8490-aa3202ed2f01 Location: http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:39,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:39 GMT Server: Apache x-openstack-request-id: req-55e80515-18c5-4d25-9bfe-a3f43a6c8bca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:39,379 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 used request id req-55e80515-18c5-4d25-9bfe-a3f43a6c8bca 2018-07-22 16:13:39,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/2a3cc159-4dd9-4543-a0e8-7671434f2d15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:39,577 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:39 GMT Server: Apache x-openstack-request-id: req-f30ba968-9f0d-4cad-8394-74fa0b738dd6 Location: http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:39,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:39 GMT Server: Apache x-openstack-request-id: req-9b9a6726-d6bc-47ad-8316-d71b41880585 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": "b2997ecb2e80404994ecbca8386b970b", "OS::stack_id": "2a3cc159-4dd9-4543-a0e8-7671434f2d15", "OS::stack_name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack", "stack_user_project_id": "5b2f1b19011c4e1aa8172c50842375ea", "tags": null, "creation_time": "2018-07-22T16:13:36Z", "links": [{"href": "http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:13:39Z", "id": "2a3cc159-4dd9-4543-a0e8-7671434f2d15", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-07-22 16:13:39,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 used request id req-9b9a6726-d6bc-47ad-8316-d71b41880585 2018-07-22 16:13:39,752 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:13:39,752 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack 2018-07-22 16:13:39,752 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack 2018-07-22 16:13:39,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/2a3cc159-4dd9-4543-a0e8-7671434f2d15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370aa9e78884fb0b67d7ecd2e4a1c6ac977144d" 2018-07-22 16:13:39,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:39 GMT Server: Apache x-openstack-request-id: req-5bcee24e-e011-4b0a-a143-8f04c227d491 Location: http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:39,806 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:39 GMT Server: Apache x-openstack-request-id: req-2222bec5-370e-4cc5-9967-2139c8224f0d Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:13:39,806 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/b2997ecb2e80404994ecbca8386b970b/stacks/CreateStackFlavorTests-40b3c98d-5ac1-4ed2-81fa-dae89f952b4c-stack/2a3cc159-4dd9-4543-a0e8-7671434f2d15 used request id req-2222bec5-370e-4cc5-9967-2139c8224f0d 2018-07-22 16:13:39,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-319584bf-911b-4e9f-9d72-7588dfbe45e7 Date: Sun, 22 Jul 2018 16:13:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:13:40,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-319584bf-911b-4e9f-9d72-7588dfbe45e7 2018-07-22 16:13:40,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d665129a-0a34-4122-9916-de6565ba5c4b 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:13:40,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-d665129a-0a34-4122-9916-de6565ba5c4b 2018-07-22 16:13:40,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,211 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15d5f32a-1ad3-4649-802c-4fbc2c87da13 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:40,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-15d5f32a-1ad3-4649-802c-4fbc2c87da13 2018-07-22 16:13:40,211 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:40,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,301 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deab1f4f-e564-4f92-942f-89f035a9915d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:40,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-deab1f4f-e564-4f92-942f-89f035a9915d 2018-07-22 16:13:40,301 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:40,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,391 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d810969-cdef-4bd3-90af-9ec0bdd2703b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:40,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-2d810969-cdef-4bd3-90af-9ec0bdd2703b 2018-07-22 16:13:40,391 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:40,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b134248a-7dba-447a-b33c-85194e38d0ab 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:13:40,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-b134248a-7dba-447a-b33c-85194e38d0ab 2018-07-22 16:13:40,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,569 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85752456-68bb-4124-85c9-2462ad06661e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:40,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-85752456-68bb-4124-85c9-2462ad06661e 2018-07-22 16:13:40,569 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:40,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,655 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6745f6bb-ebb8-4dde-8ca0-ed0b80eb1e01 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:40,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-6745f6bb-ebb8-4dde-8ca0-ed0b80eb1e01 2018-07-22 16:13:40,655 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:40,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,740 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf39a937-4094-43d8-8636-20465019ac9a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:40,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-bf39a937-4094-43d8-8636-20465019ac9a 2018-07-22 16:13:40,740 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:40,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:40,824 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f2977d8-2689-4b59-9ca5-97a591a03026 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:40,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-0f2977d8-2689-4b59-9ca5-97a591a03026 2018-07-22 16:13:40,825 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:40,826 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-9a6c0c05-e94c-456-proj 2018-07-22 16:13:40,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:41,036 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-292351bd-eed3-4654-bae0-78acb0b0edd7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:41,036 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b2997ecb2e80404994ecbca8386b970b used request id req-292351bd-eed3-4654-bae0-78acb0b0edd7 2018-07-22 16:13:41,037 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-9a6c0c05-e94c-456-proj-role 2018-07-22 16:13:41,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/bd44e56a66cb4b97863712403bebc823 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:41,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd06a1a1-7f85-4383-8eb4-42bd8c3af3f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:41,144 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/bd44e56a66cb4b97863712403bebc823 used request id req-dd06a1a1-7f85-4383-8eb4-42bd8c3af3f0 2018-07-22 16:13:41,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ded09193d3b291aa4be0ca41a18ded2c284ec5" 2018-07-22 16:13:41,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ab981d-a7e9-4ce6-8b74-9be5bc8c8ac2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:41,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-57ab981d-a7e9-4ce6-8b74-9be5bc8c8ac2 2018-07-22 16:13:41,230 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-9a6c0c05-e94c-456-user 2018-07-22 16:13:41,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/26b81f6a49cd47c9985fc5901bb04ab0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c98327f3dcad680bc00fda21a85a63bbb1c960f3" 2018-07-22 16:13:41,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d7810d6-1bfe-4805-b8fc-cc292c207d79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:41,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/26b81f6a49cd47c9985fc5901bb04ab0 used request id req-8d7810d6-1bfe-4805-b8fc-cc292c207d79 2018-07-22 16:13:41,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:41,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["mnDDSk2-Qk-5UK_CDma0ew"], "issued_at": "2018-07-22T16:13:41.000000Z"}} 2018-07-22 16:13:41,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a38c95d39bd6d63f2e9d95bb2428bebcf081432c" 2018-07-22 16:13:41,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe6bcbc2-1e42-4b41-adfb-60cb3f9f5acb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:41,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fe6bcbc2-1e42-4b41-adfb-60cb3f9f5acb 2018-07-22 16:13:41,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:41,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:42,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["qhbEBbHHRg-GVXUgzkm2Pg"], "issued_at": "2018-07-22T16:13:42.000000Z"}} 2018-07-22 16:13:42,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:42,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ebe604-0157-4620-af33-a9b4a783c329 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:42,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d1ebe604-0157-4620-af33-a9b4a783c329 2018-07-22 16:13:42,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:42,339 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-657a746a-35a1-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:42,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891e3356-e036-4208-88ef-18f5e0b5abc6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-657a746a-35a1-423-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:13:42,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-657a746a-35a1-423-proj used request id req-891e3356-e036-4208-88ef-18f5e0b5abc6 2018-07-22 16:13:42,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:42,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2520ed2d-f2ae-4299-ace0-186b78dc63c4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:42,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2520ed2d-f2ae-4299-ace0-186b78dc63c4 2018-07-22 16:13:42,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj"}}' 2018-07-22 16:13:42,613 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a14af32-b44d-4d43-8de1-66e489b7a9ca Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cb1b73a5f1cf462e9025f885daf8e5bd"}, "tags": [], "enabled": true, "id": "cb1b73a5f1cf462e9025f885daf8e5bd", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj"}} 2018-07-22 16:13:42,613 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2a14af32-b44d-4d43-8de1-66e489b7a9ca 2018-07-22 16:13:42,613 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-657a746a-35a1-423-proj 2018-07-22 16:13:42,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:42,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:43,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["LDj3vAvBQTGwtCD0HWqA0w"], "issued_at": "2018-07-22T16:13:42.000000Z"}} 2018-07-22 16:13:43,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48145429936645c9cb670d47b7071db3374bdfa3" 2018-07-22 16:13:43,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a720e00d-a390-44ef-8508-6d3c10d97b70 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:43,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a720e00d-a390-44ef-8508-6d3c10d97b70 2018-07-22 16:13:43,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:43,090 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:43,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48145429936645c9cb670d47b7071db3374bdfa3" 2018-07-22 16:13:43,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b255cf3e-8946-4196-94d1-b3c15a5b566f Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:13:43,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b255cf3e-8946-4196-94d1-b3c15a5b566f 2018-07-22 16:13:43,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-657a746a-35a1-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48145429936645c9cb670d47b7071db3374bdfa3" 2018-07-22 16:13:43,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f2fcc1-016e-429e-bd99-9062451c1c41 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-657a746a-35a1-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cb1b73a5f1cf462e9025f885daf8e5bd"}, "tags": [], "enabled": true, "id": "cb1b73a5f1cf462e9025f885daf8e5bd", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj"}]} 2018-07-22 16:13:43,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-657a746a-35a1-423-proj used request id req-79f2fcc1-016e-429e-bd99-9062451c1c41 2018-07-22 16:13:43,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48145429936645c9cb670d47b7071db3374bdfa3" 2018-07-22 16:13:43,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d14372f-b2b3-45e8-80d6-0f96df19e625 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:43,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2d14372f-b2b3-45e8-80d6-0f96df19e625 2018-07-22 16:13:43,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48145429936645c9cb670d47b7071db3374bdfa3" 2018-07-22 16:13:43,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5808114-a5c0-494e-bea8-483223b58e59 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:43,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d5808114-a5c0-494e-bea8-483223b58e59 2018-07-22 16:13:43,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-657a746a-35a1-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48145429936645c9cb670d47b7071db3374bdfa3" 2018-07-22 16:13:43,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9754aece-836f-408f-ac28-a23643d54089 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-657a746a-35a1-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cb1b73a5f1cf462e9025f885daf8e5bd"}, "tags": [], "enabled": true, "id": "cb1b73a5f1cf462e9025f885daf8e5bd", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj"}]} 2018-07-22 16:13:43,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-657a746a-35a1-423-proj used request id req-9754aece-836f-408f-ac28-a23643d54089 2018-07-22 16:13:43,775 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-657a746a-35a1-423-user 2018-07-22 16:13:43,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:43,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066a218e-4001-42db-9c70-9287a143db27 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:43,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-066a218e-4001-42db-9c70-9287a143db27 2018-07-22 16:13:43,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" -d '{"role": {"name": "CreateStackKeypairTests-657a746a-35a1-423-proj-role"}}' 2018-07-22 16:13:43,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-495d43d1-be86-48f3-9c94-c85e57519783 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4fce4daefd4a45fdbac7a22dbd50b09d", "links": {"self": "http://172.30.9.28:5000/v3/roles/4fce4daefd4a45fdbac7a22dbd50b09d"}, "name": "CreateStackKeypairTests-657a746a-35a1-423-proj-role"}} 2018-07-22 16:13:43,894 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-495d43d1-be86-48f3-9c94-c85e57519783 2018-07-22 16:13:43,894 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-657a746a-35a1-423-proj-role 2018-07-22 16:13:43,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/4fce4daefd4a45fdbac7a22dbd50b09d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:43,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1f2322-60f2-4a2f-b950-b1c523858d8b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4fce4daefd4a45fdbac7a22dbd50b09d", "links": {"self": "http://172.30.9.28:5000/v3/roles/4fce4daefd4a45fdbac7a22dbd50b09d"}, "name": "CreateStackKeypairTests-657a746a-35a1-423-proj-role"}} 2018-07-22 16:13:43,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/4fce4daefd4a45fdbac7a22dbd50b09d used request id req-0b1f2322-60f2-4a2f-b950-b1c523858d8b 2018-07-22 16:13:43,976 - keystone_utils - INFO - Granting role CreateStackKeypairTests-657a746a-35a1-423-proj-role to project CreateStackKeypairTests-657a746a-35a1-423-proj 2018-07-22 16:13:43,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cb1b73a5f1cf462e9025f885daf8e5bd/users/1bd956e6fefa48eb9295cf659e95da1f/roles/4fce4daefd4a45fdbac7a22dbd50b09d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:44,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cac38c9-3510-4d3f-9904-bbc76edd7e66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:44,099 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cb1b73a5f1cf462e9025f885daf8e5bd/users/1bd956e6fefa48eb9295cf659e95da1f/roles/4fce4daefd4a45fdbac7a22dbd50b09d used request id req-7cac38c9-3510-4d3f-9904-bbc76edd7e66 2018-07-22 16:13:44,100 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:44,100 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:44,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:44,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:44,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fce4daefd4a45fdbac7a22dbd50b09d", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj-role"}], "expires_at": "2018-07-22T17:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb1b73a5f1cf462e9025f885daf8e5bd", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-657a746a-35a1-423-user", "id": "1bd956e6fefa48eb9295cf659e95da1f"}, "audit_ids": ["11-Go6O0RiaK9oloCqjb4A"], "issued_at": "2018-07-22T16:13:44.000000Z"}} 2018-07-22 16:13:44,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:44,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aaf7ae0-f136-4039-bf43-e1203590a726 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:44,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-7aaf7ae0-f136-4039-bf43-e1203590a726 2018-07-22 16:13:44,566 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:44,569 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:44,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:44,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:44 GMT Server: Apache x-openstack-request-id: req-15cb5b6a-6126-4fa2-96f3-c701d898e765 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:13:44,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack used request id req-15cb5b6a-6126-4fa2-96f3-c701d898e765 2018-07-22 16:13:44,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-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-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp"}}' 2018-07-22 16:13:46,186 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:44 GMT Server: Apache x-openstack-request-id: req-3b2b5c24-5374-460b-a2ef-4f31ef929815 Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "links": [{"href": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f", "rel": "self"}]}} 2018-07-22 16:13:46,186 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks used request id req-3b2b5c24-5374-460b-a2ef-4f31ef929815 2018-07-22 16:13:46,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/8267866a-7c13-4cac-bb22-02d1b4759a7f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:46,363 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:46 GMT Server: Apache x-openstack-request-id: req-0ef3cc0a-d06f-4dd6-a814-bd55f178696d Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:46,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:46 GMT Server: Apache x-openstack-request-id: req-6da4099e-0753-483c-bfb2-f2aeedb4ff1f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1906 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "cb1b73a5f1cf462e9025f885daf8e5bd", "OS::stack_id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "keypair_name": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "stack_user_project_id": "895f954ff6df4eeca86f40ba9b961691", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:13:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAtjmUla1KuFmeeSXYd7Fgs5xP55zcJlKdPvIDRv3ixbkw/5rr\nCaCxdLp6UvAZxDm8zyvcSR47xcG5nQsqTvKYgUTEjNAdM4/oXtiZdNcZaJNDmTZf\nZZsqS9F3OWoXQ1Xj8HlyHIUVkfDHu7yCAAtVeXA9lu4fh7k4burS/+NHeLWV88O9\nVd9r7i26+qFaJKj/6ygaO5WUYVLqIg4Rg523Baf0Z7SVr4v38eMrRsKCx7fT98iy\nre96btibbAYdmvUKVsfKpbQISlru9WHOpMFQXDH8S/WLhRZiGyJCieQe9J0MgdBy\n2vUdq/3G6O0SiVJMcrZAAl5ZS3VunY6lVAAU4QIDAQABAoIBAE6ikGz6yAi/m7RZ\n0YztPXakmJKxTQs4kWTNWP60prx+SxeySYTxFEL0Cb9qnyPfaovYOIpRAqg3Dhsn\n600AQTFfdJXzZPaQPk1XmPkjrXJEQmKGZSpaiCkJrjJXhsxm7yMhtU17XLCKwBZS\npaLRQURTXDCad37BPgoXSZBlCr2anCQ72NFMTvDimrX2F1NBKSjWTDp6b8ZEH6a/\nb2b7Ant6mLt0Zy+Ff7pDmjE5Qu0ybwstkrXqQosuCNzy4HEWRZMUfVVfU/4cIxv0\nRhDdOAo6kOnN8LxsH+460++ZzeKCUfMA3zx/Oqihu1Otnc2Z+i5xxVTh47sc+ydz\nPbkWhXUCgYEA31saDA7OqTrgAzx6tviwL37VYIj9lbfg2YZcJ6p5fPRxWmlXntJx\nWhjtXlL8CeGNIlNnLEgQQBRsC8/smnFL12N9dcfOdvFD7VJ0NZ/SyNSJs15pUgYq\nChZ9d14J8OQxJF6W9nHp/8YqzX0yVE2n5j8vzTL0zahBlH2Uhv+SetsCgYEA0NuO\nrkoD6eAyVsy1VvykwzBpq/DLC7xWidfMsB6oQVvWXh+E+jtR96eYtvB3mcfpY/hl\naxoI06wYW9dpKqJmN5mTRNZAOGrEbEJgOSObQHMO/NxJcWgj+70bm97ipfI43gz8\nQYheRGWwd+jyTMzhSJab5Qy82HiR9qKFhueclfMCgYEAlVXqAmncDxYINOG5AqEf\n24Gn1NWDBxlcQtQsxXCbrcoaB+Mq7Euz8hN8kXZWgZzGqk6tStQb2VxOKU+p2FEr\n7iTc+2TOTIRfcEuS20+ytQg10TGspWTtsrT6ylabuu43VSPRN5FObO7oK2AryGXr\nfmx832vUdbSrtEaKigBSxcUCgYEAo6BfWAyEpGYRCg+2wj+MlZ8IKryrVrZm1fdL\nVW+vQgVBHNx0wdZXkT6sViZujPwhzUB9tDrhT3Q0YT+SFOTGUCjxR6zTA2AiIu6d\nlCZhK0z5IQE0SLTd/Atb5fHofzoVc2GY/35m3A8PAeJucdzRYp0b5YblLHLJaABL\nvDUYaCECgYEA2ZUoyJr81YNM1o7MK5fDjAKS1/vN980D0zFcQu7zTKticB96z55M\nGRTiSlUsJah1nDG7UWFJ6437tIDrzQw2rIVy7LDXJtJJ9bJhHL+abw3nE7gX+BEE\nWGtuwswqDZg9QR/eeXDfUsEvS1/aD13VYAwOo7chVBf4GJS2kDZpbzg=\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-07-22 16:13:46,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f used request id req-6da4099e-0753-483c-bfb2-f2aeedb4ff1f 2018-07-22 16:13:46,590 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack 2018-07-22 16:13:46,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/8267866a-7c13-4cac-bb22-02d1b4759a7f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:46,618 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:46 GMT Server: Apache x-openstack-request-id: req-5cc2763f-e519-4c5d-9361-59c8a652847c Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:46,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:46 GMT Server: Apache x-openstack-request-id: req-0e75be11-8127-4030-99b5-4c1785f06b26 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1913 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": "cb1b73a5f1cf462e9025f885daf8e5bd", "OS::stack_id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "keypair_name": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "stack_user_project_id": "895f954ff6df4eeca86f40ba9b961691", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:13:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAtjmUla1KuFmeeSXYd7Fgs5xP55zcJlKdPvIDRv3ixbkw/5rr\nCaCxdLp6UvAZxDm8zyvcSR47xcG5nQsqTvKYgUTEjNAdM4/oXtiZdNcZaJNDmTZf\nZZsqS9F3OWoXQ1Xj8HlyHIUVkfDHu7yCAAtVeXA9lu4fh7k4burS/+NHeLWV88O9\nVd9r7i26+qFaJKj/6ygaO5WUYVLqIg4Rg523Baf0Z7SVr4v38eMrRsKCx7fT98iy\nre96btibbAYdmvUKVsfKpbQISlru9WHOpMFQXDH8S/WLhRZiGyJCieQe9J0MgdBy\n2vUdq/3G6O0SiVJMcrZAAl5ZS3VunY6lVAAU4QIDAQABAoIBAE6ikGz6yAi/m7RZ\n0YztPXakmJKxTQs4kWTNWP60prx+SxeySYTxFEL0Cb9qnyPfaovYOIpRAqg3Dhsn\n600AQTFfdJXzZPaQPk1XmPkjrXJEQmKGZSpaiCkJrjJXhsxm7yMhtU17XLCKwBZS\npaLRQURTXDCad37BPgoXSZBlCr2anCQ72NFMTvDimrX2F1NBKSjWTDp6b8ZEH6a/\nb2b7Ant6mLt0Zy+Ff7pDmjE5Qu0ybwstkrXqQosuCNzy4HEWRZMUfVVfU/4cIxv0\nRhDdOAo6kOnN8LxsH+460++ZzeKCUfMA3zx/Oqihu1Otnc2Z+i5xxVTh47sc+ydz\nPbkWhXUCgYEA31saDA7OqTrgAzx6tviwL37VYIj9lbfg2YZcJ6p5fPRxWmlXntJx\nWhjtXlL8CeGNIlNnLEgQQBRsC8/smnFL12N9dcfOdvFD7VJ0NZ/SyNSJs15pUgYq\nChZ9d14J8OQxJF6W9nHp/8YqzX0yVE2n5j8vzTL0zahBlH2Uhv+SetsCgYEA0NuO\nrkoD6eAyVsy1VvykwzBpq/DLC7xWidfMsB6oQVvWXh+E+jtR96eYtvB3mcfpY/hl\naxoI06wYW9dpKqJmN5mTRNZAOGrEbEJgOSObQHMO/NxJcWgj+70bm97ipfI43gz8\nQYheRGWwd+jyTMzhSJab5Qy82HiR9qKFhueclfMCgYEAlVXqAmncDxYINOG5AqEf\n24Gn1NWDBxlcQtQsxXCbrcoaB+Mq7Euz8hN8kXZWgZzGqk6tStQb2VxOKU+p2FEr\n7iTc+2TOTIRfcEuS20+ytQg10TGspWTtsrT6ylabuu43VSPRN5FObO7oK2AryGXr\nfmx832vUdbSrtEaKigBSxcUCgYEAo6BfWAyEpGYRCg+2wj+MlZ8IKryrVrZm1fdL\nVW+vQgVBHNx0wdZXkT6sViZujPwhzUB9tDrhT3Q0YT+SFOTGUCjxR6zTA2AiIu6d\nlCZhK0z5IQE0SLTd/Atb5fHofzoVc2GY/35m3A8PAeJucdzRYp0b5YblLHLJaABL\nvDUYaCECgYEA2ZUoyJr81YNM1o7MK5fDjAKS1/vN980D0zFcQu7zTKticB96z55M\nGRTiSlUsJah1nDG7UWFJ6437tIDrzQw2rIVy7LDXJtJJ9bJhHL+abw3nE7gX+BEE\nWGtuwswqDZg9QR/eeXDfUsEvS1/aD13VYAwOo7chVBf4GJS2kDZpbzg=\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-07-22 16:13:46,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f used request id req-0e75be11-8127-4030-99b5-4c1785f06b26 2018-07-22 16:13:46,972 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:13:46,972 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack 2018-07-22 16:13:46,972 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack 2018-07-22 16:13:46,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/8267866a-7c13-4cac-bb22-02d1b4759a7f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:47,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:46 GMT Server: Apache x-openstack-request-id: req-77a5457f-f0f8-496f-9e4b-f41a44fd5851 Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:47,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:47 GMT Server: Apache x-openstack-request-id: req-dd1c82e1-5aca-4bdd-901c-394e4c471f24 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-07-22T16:13:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:13:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-07-22 16:13:47,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f/resources used request id req-dd1c82e1-5aca-4bdd-901c-394e4c471f24 2018-07-22 16:13:47,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:47,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13: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-8a166237-eb30-4f53-bf87-17e64221e461 x-compute-request-id: req-8a166237-eb30-4f53-bf87-17e64221e461 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2OZSVrUq4WZ55Jdh3sWCznE/nnNwmUp0+8gNG/eLFuTD/musJoLF0unpS8BnEObzPK9xJHjvFwbmdCypO8piBRMSM0B0zj+he2Jl01xlok0OZNl9lmypL0Xc5ahdDVePweXIchRWR8Me7vIIAC1V5cD2W7h+HuThu6tL/40d4tZXzw71V32vuLbr6oVokqP/rKBo7lZRhUuoiDhGDnbcFp/RntJWvi/fx4ytGwoLHt9P3yLKt73pu2JtsBh2a9QpWx8qltAhKWu71Yc6kwVBcMfxL9YuFFmIbIkKJ5B70nQyB0HLa9R2r/cbo7RKJUkxytkACXllLdW6djqVUABTh Generated-by-Nova", "user_id": "1bd956e6fefa48eb9295cf659e95da1f", "name": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp", "deleted": false, "created_at": "2018-07-22T16:13:46.000000", "updated_at": null, "fingerprint": "f5:3b:b6:09:61:1f:69:fb:66:d2:47:63:40:71:a4:db", "deleted_at": null, "id": 30}} 2018-07-22 16:13:47,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp used request id req-8a166237-eb30-4f53-bf87-17e64221e461 2018-07-22 16:13:47,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/8267866a-7c13-4cac-bb22-02d1b4759a7f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:47,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:47 GMT Server: Apache x-openstack-request-id: req-877dfd19-6c45-40af-bc17-fd85dbb243cb Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:47,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:47 GMT Server: Apache x-openstack-request-id: req-0f176406-639f-444f-a379-b9f05f1d929c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1913 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": "cb1b73a5f1cf462e9025f885daf8e5bd", "OS::stack_id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "keypair_name": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "stack_user_project_id": "895f954ff6df4eeca86f40ba9b961691", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:13:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAtjmUla1KuFmeeSXYd7Fgs5xP55zcJlKdPvIDRv3ixbkw/5rr\nCaCxdLp6UvAZxDm8zyvcSR47xcG5nQsqTvKYgUTEjNAdM4/oXtiZdNcZaJNDmTZf\nZZsqS9F3OWoXQ1Xj8HlyHIUVkfDHu7yCAAtVeXA9lu4fh7k4burS/+NHeLWV88O9\nVd9r7i26+qFaJKj/6ygaO5WUYVLqIg4Rg523Baf0Z7SVr4v38eMrRsKCx7fT98iy\nre96btibbAYdmvUKVsfKpbQISlru9WHOpMFQXDH8S/WLhRZiGyJCieQe9J0MgdBy\n2vUdq/3G6O0SiVJMcrZAAl5ZS3VunY6lVAAU4QIDAQABAoIBAE6ikGz6yAi/m7RZ\n0YztPXakmJKxTQs4kWTNWP60prx+SxeySYTxFEL0Cb9qnyPfaovYOIpRAqg3Dhsn\n600AQTFfdJXzZPaQPk1XmPkjrXJEQmKGZSpaiCkJrjJXhsxm7yMhtU17XLCKwBZS\npaLRQURTXDCad37BPgoXSZBlCr2anCQ72NFMTvDimrX2F1NBKSjWTDp6b8ZEH6a/\nb2b7Ant6mLt0Zy+Ff7pDmjE5Qu0ybwstkrXqQosuCNzy4HEWRZMUfVVfU/4cIxv0\nRhDdOAo6kOnN8LxsH+460++ZzeKCUfMA3zx/Oqihu1Otnc2Z+i5xxVTh47sc+ydz\nPbkWhXUCgYEA31saDA7OqTrgAzx6tviwL37VYIj9lbfg2YZcJ6p5fPRxWmlXntJx\nWhjtXlL8CeGNIlNnLEgQQBRsC8/smnFL12N9dcfOdvFD7VJ0NZ/SyNSJs15pUgYq\nChZ9d14J8OQxJF6W9nHp/8YqzX0yVE2n5j8vzTL0zahBlH2Uhv+SetsCgYEA0NuO\nrkoD6eAyVsy1VvykwzBpq/DLC7xWidfMsB6oQVvWXh+E+jtR96eYtvB3mcfpY/hl\naxoI06wYW9dpKqJmN5mTRNZAOGrEbEJgOSObQHMO/NxJcWgj+70bm97ipfI43gz8\nQYheRGWwd+jyTMzhSJab5Qy82HiR9qKFhueclfMCgYEAlVXqAmncDxYINOG5AqEf\n24Gn1NWDBxlcQtQsxXCbrcoaB+Mq7Euz8hN8kXZWgZzGqk6tStQb2VxOKU+p2FEr\n7iTc+2TOTIRfcEuS20+ytQg10TGspWTtsrT6ylabuu43VSPRN5FObO7oK2AryGXr\nfmx832vUdbSrtEaKigBSxcUCgYEAo6BfWAyEpGYRCg+2wj+MlZ8IKryrVrZm1fdL\nVW+vQgVBHNx0wdZXkT6sViZujPwhzUB9tDrhT3Q0YT+SFOTGUCjxR6zTA2AiIu6d\nlCZhK0z5IQE0SLTd/Atb5fHofzoVc2GY/35m3A8PAeJucdzRYp0b5YblLHLJaABL\nvDUYaCECgYEA2ZUoyJr81YNM1o7MK5fDjAKS1/vN980D0zFcQu7zTKticB96z55M\nGRTiSlUsJah1nDG7UWFJ6437tIDrzQw2rIVy7LDXJtJJ9bJhHL+abw3nE7gX+BEE\nWGtuwswqDZg9QR/eeXDfUsEvS1/aD13VYAwOo7chVBf4GJS2kDZpbzg=\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-07-22 16:13:47,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f used request id req-0f176406-639f-444f-a379-b9f05f1d929c 2018-07-22 16:13:47,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:47,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:48,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fce4daefd4a45fdbac7a22dbd50b09d", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj-role"}], "expires_at": "2018-07-22T17:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb1b73a5f1cf462e9025f885daf8e5bd", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-657a746a-35a1-423-user", "id": "1bd956e6fefa48eb9295cf659e95da1f"}, "audit_ids": ["J6slbRf5TCSiA3lwEflmJA"], "issued_at": "2018-07-22T16:13:48.000000Z"}} 2018-07-22 16:13:48,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de79964af23fa7291b5aa1d7b99e516230ff127" 2018-07-22 16:13:48,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-614557bd-9883-4c68-9ea3-adb552cbb62c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:48,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-614557bd-9883-4c68-9ea3-adb552cbb62c 2018-07-22 16:13:48,139 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:48,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2de79964af23fa7291b5aa1d7b99e516230ff127" 2018-07-22 16:13:48,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-db981958-2842-4223-9e0c-b87216178b6c x-compute-request-id: req-db981958-2842-4223-9e0c-b87216178b6c Content-Encoding: gzip Content-Length: 492 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2OZSVrUq4WZ55Jdh3sWCznE/nnNwmUp0+8gNG/eLFuTD/musJoLF0unpS8BnEObzPK9xJHjvFwbmdCypO8piBRMSM0B0zj+he2Jl01xlok0OZNl9lmypL0Xc5ahdDVePweXIchRWR8Me7vIIAC1V5cD2W7h+HuThu6tL/40d4tZXzw71V32vuLbr6oVokqP/rKBo7lZRhUuoiDhGDnbcFp/RntJWvi/fx4ytGwoLHt9P3yLKt73pu2JtsBh2a9QpWx8qltAhKWu71Yc6kwVBcMfxL9YuFFmIbIkKJ5B70nQyB0HLa9R2r/cbo7RKJUkxytkACXllLdW6djqVUABTh Generated-by-Nova", "name": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp", "fingerprint": "f5:3b:b6:09:61:1f:69:fb:66:d2:47:63:40:71:a4:db"}}]} 2018-07-22 16:13:48,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-db981958-2842-4223-9e0c-b87216178b6c 2018-07-22 16:13:48,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:48,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fce4daefd4a45fdbac7a22dbd50b09d", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj-role"}], "expires_at": "2018-07-22T17:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb1b73a5f1cf462e9025f885daf8e5bd", "name": "CreateStackKeypairTests-657a746a-35a1-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_cb1b73a5f1cf462e9025f885daf8e5bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-657a746a-35a1-423-user", "id": "1bd956e6fefa48eb9295cf659e95da1f"}, "audit_ids": ["CaPfqpY6R9663kRk4GQ0UQ"], "issued_at": "2018-07-22T16:13:48.000000Z"}} 2018-07-22 16:13:48,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520c6ac525a00d64e42b94d65497f144abadce12" 2018-07-22 16:13:48,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-0beca8cc-bd0b-45c4-bd41-11201a71019b x-compute-request-id: req-0beca8cc-bd0b-45c4-bd41-11201a71019b Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2OZSVrUq4WZ55Jdh3sWCznE/nnNwmUp0+8gNG/eLFuTD/musJoLF0unpS8BnEObzPK9xJHjvFwbmdCypO8piBRMSM0B0zj+he2Jl01xlok0OZNl9lmypL0Xc5ahdDVePweXIchRWR8Me7vIIAC1V5cD2W7h+HuThu6tL/40d4tZXzw71V32vuLbr6oVokqP/rKBo7lZRhUuoiDhGDnbcFp/RntJWvi/fx4ytGwoLHt9P3yLKt73pu2JtsBh2a9QpWx8qltAhKWu71Yc6kwVBcMfxL9YuFFmIbIkKJ5B70nQyB0HLa9R2r/cbo7RKJUkxytkACXllLdW6djqVUABTh Generated-by-Nova", "user_id": "1bd956e6fefa48eb9295cf659e95da1f", "name": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp", "deleted": false, "created_at": "2018-07-22T16:13:46.000000", "updated_at": null, "fingerprint": "f5:3b:b6:09:61:1f:69:fb:66:d2:47:63:40:71:a4:db", "deleted_at": null, "id": 30}} 2018-07-22 16:13:48,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp used request id req-0beca8cc-bd0b-45c4-bd41-11201a71019b 2018-07-22 16:13:48,869 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack 2018-07-22 16:13:48,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/8267866a-7c13-4cac-bb22-02d1b4759a7f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:49,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:48 GMT Server: Apache x-openstack-request-id: req-24c48eb3-ba38-4ffd-b3a9-2f6d8845fec1 Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:49,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:49 GMT Server: Apache x-openstack-request-id: req-0f546aa1-f8d1-4bc4-9ae4-6b14d9e8737c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:49,263 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f used request id req-0f546aa1-f8d1-4bc4-9ae4-6b14d9e8737c 2018-07-22 16:13:49,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/8267866a-7c13-4cac-bb22-02d1b4759a7f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:49,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:49 GMT Server: Apache x-openstack-request-id: req-b4293d25-376a-4b77-9133-ec2e5f8b7463 Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:49,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:49 GMT Server: Apache x-openstack-request-id: req-da38d050-1c5c-405d-b489-d0475b595633 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 616 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": "cb1b73a5f1cf462e9025f885daf8e5bd", "OS::stack_id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "keypair_name": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "stack_user_project_id": "895f954ff6df4eeca86f40ba9b961691", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:13:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:13:49Z", "id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "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-07-22 16:13:49,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f used request id req-da38d050-1c5c-405d-b489-d0475b595633 2018-07-22 16:13:49,502 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:13:49,502 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:13:52,505 - create_stack - DEBUG - Stack status query timeout in 1196.75752616 2018-07-22 16:13:52,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/8267866a-7c13-4cac-bb22-02d1b4759a7f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:52,537 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:52 GMT Server: Apache x-openstack-request-id: req-33026e62-9c63-4424-a3ea-3f5dd27f3939 Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:52,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:52 GMT Server: Apache x-openstack-request-id: req-b135706c-8ae2-42ac-95ca-9b31432afa63 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 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": "cb1b73a5f1cf462e9025f885daf8e5bd", "OS::stack_id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "keypair_name": "CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-kp"}, "deletion_time": "2018-07-22T16:13:50Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack", "stack_user_project_id": "895f954ff6df4eeca86f40ba9b961691", "tags": null, "creation_time": "2018-07-22T16:13:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:13:49Z", "id": "8267866a-7c13-4cac-bb22-02d1b4759a7f", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-07-22 16:13:52,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f used request id req-b135706c-8ae2-42ac-95ca-9b31432afa63 2018-07-22 16:13:52,565 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:13:52,565 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack 2018-07-22 16:13:52,565 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack 2018-07-22 16:13:52,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/8267866a-7c13-4cac-bb22-02d1b4759a7f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c351c426db0401aa5629cabf866050e36a3421" 2018-07-22 16:13:52,596 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:52 GMT Server: Apache x-openstack-request-id: req-8c6c9830-c1fa-41b5-9adb-7aa2b88dbfe7 Location: http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:52,774 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:52 GMT Server: Apache x-openstack-request-id: req-eed66c30-fdae-492c-b84d-d987806bc6a2 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:13:52,774 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/cb1b73a5f1cf462e9025f885daf8e5bd/stacks/CreateStackKeypairTests-CreateStackKeypairTests-cff14703-9b75-4c7d-afb0-b2867ef4ccf1-stack/8267866a-7c13-4cac-bb22-02d1b4759a7f used request id req-eed66c30-fdae-492c-b84d-d987806bc6a2 2018-07-22 16:13:52,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-a718a4dc-7e5d-436b-bc5e-ad1c32530552 Date: Sun, 22 Jul 2018 16:13:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:13:53,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-a718a4dc-7e5d-436b-bc5e-ad1c32530552 2018-07-22 16:13:53,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9cffabd-dd3c-48f8-9ea4-915effb24f93 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:13:53,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-c9cffabd-dd3c-48f8-9ea4-915effb24f93 2018-07-22 16:13:53,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,187 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d297313-1228-4702-a41b-0532e62d3253 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:53,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-9d297313-1228-4702-a41b-0532e62d3253 2018-07-22 16:13:53,187 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:53,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,269 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e36b8d9b-1d40-4ae2-9927-b6fa270cb661 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:53,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-e36b8d9b-1d40-4ae2-9927-b6fa270cb661 2018-07-22 16:13:53,269 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:53,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,351 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bba07e79-98d3-4e74-82fe-fbfd09964b1a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:53,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-bba07e79-98d3-4e74-82fe-fbfd09964b1a 2018-07-22 16:13:53,351 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:53,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb88d2a-cebf-402e-aae8-e8e2650dcc63 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:13:53,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-5fb88d2a-cebf-402e-aae8-e8e2650dcc63 2018-07-22 16:13:53,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,528 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3be845e7-7ac5-4f76-8857-64f3ce1c65f5 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:53,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-3be845e7-7ac5-4f76-8857-64f3ce1c65f5 2018-07-22 16:13:53,528 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:53,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,614 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3fa1694-06f8-4766-b69a-ae2e171278e1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:53,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-c3fa1694-06f8-4766-b69a-ae2e171278e1 2018-07-22 16:13:53,615 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:53,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,701 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-708100d7-6304-4e39-9892-6d653a17d7b3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:53,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-708100d7-6304-4e39-9892-6d653a17d7b3 2018-07-22 16:13:53,701 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:53,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:53,789 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ef8d10b-ece7-44a6-bf18-877bc47eda8a Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:13:53,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-0ef8d10b-ece7-44a6-bf18-877bc47eda8a 2018-07-22 16:13:53,789 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:13:53,790 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-657a746a-35a1-423-proj 2018-07-22 16:13:53,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cb1b73a5f1cf462e9025f885daf8e5bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:54,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81301ef7-277b-41f8-9e06-6db449545278 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:54,015 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cb1b73a5f1cf462e9025f885daf8e5bd used request id req-81301ef7-277b-41f8-9e06-6db449545278 2018-07-22 16:13:54,015 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-657a746a-35a1-423-proj-role 2018-07-22 16:13:54,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/4fce4daefd4a45fdbac7a22dbd50b09d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:54,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef42a2a8-1a7c-43d9-ae66-c5e3c4bec825 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:54,121 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/4fce4daefd4a45fdbac7a22dbd50b09d used request id req-ef42a2a8-1a7c-43d9-ae66-c5e3c4bec825 2018-07-22 16:13:54,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0c7dad1759e5e18b943b9f3fdb60f8d9bb6603e" 2018-07-22 16:13:54,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5cadb94-776b-4eba-a1f4-6f5589e1f12f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:54,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d5cadb94-776b-4eba-a1f4-6f5589e1f12f 2018-07-22 16:13:54,211 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-657a746a-35a1-423-user 2018-07-22 16:13:54,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1bd956e6fefa48eb9295cf659e95da1f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48145429936645c9cb670d47b7071db3374bdfa3" 2018-07-22 16:13:54,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd035c99-bf6f-4598-a9c0-eba1cfa4a5aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:54,385 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1bd956e6fefa48eb9295cf659e95da1f used request id req-cd035c99-bf6f-4598-a9c0-eba1cfa4a5aa 2018-07-22 16:13:54,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:54,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["0bMSqFBGT-OqYLNkIle_xQ"], "issued_at": "2018-07-22T16:13:54.000000Z"}} 2018-07-22 16:13:54,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb096023aacfc3aa04fcc6ea7f0736450c66c772" 2018-07-22 16:13:54,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-471fd51c-b4a5-4cdc-826f-79d64f546985 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:54,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-471fd51c-b4a5-4cdc-826f-79d64f546985 2018-07-22 16:13:54,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:54,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:55,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["vsP2Msn9SniA-ocna_5m3w"], "issued_at": "2018-07-22T16:13:55.000000Z"}} 2018-07-22 16:13:55,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:13:55,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b05f2c48-06c0-4cba-bdf6-291140387622 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:55,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b05f2c48-06c0-4cba-bdf6-291140387622 2018-07-22 16:13:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:55,330 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:55,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:13:55,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d19c18-78b8-4b32-9869-cfbd14288810 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:13:55,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj used request id req-67d19c18-78b8-4b32-9869-cfbd14288810 2018-07-22 16:13:55,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:13:55,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9e5add-8dee-4121-ae74-651b5ff7685d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:55,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2b9e5add-8dee-4121-ae74-651b5ff7685d 2018-07-22 16:13:55,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj"}}' 2018-07-22 16:13:55,553 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23d39824-0c62-4ed7-998f-086c7578ff43 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85"}, "tags": [], "enabled": true, "id": "d29b4e71c7b549098708eb685c337f85", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj"}} 2018-07-22 16:13:55,554 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-23d39824-0c62-4ed7-998f-086c7578ff43 2018-07-22 16:13:55,554 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-d707c99c-2895-470-proj 2018-07-22 16:13:55,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:55,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:55,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["n3ZLCYvKQ_mSHAEtkJi8gg"], "issued_at": "2018-07-22T16:13:55.000000Z"}} 2018-07-22 16:13:55,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04acfea4036deaf7807892863e054e19e73d0158" 2018-07-22 16:13:56,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07738b2d-e6f1-4a10-9673-1c2c4c36f466 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:56,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-07738b2d-e6f1-4a10-9673-1c2c4c36f466 2018-07-22 16:13:56,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:13:56,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:13:56,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04acfea4036deaf7807892863e054e19e73d0158" 2018-07-22 16:13:56,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d218db-f637-4da2-9585-073901534192 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:13:56,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-59d218db-f637-4da2-9585-073901534192 2018-07-22 16:13:56,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04acfea4036deaf7807892863e054e19e73d0158" 2018-07-22 16:13:56,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57e9ded-55a2-45ad-abec-c0a121cf6c7b Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85"}, "tags": [], "enabled": true, "id": "d29b4e71c7b549098708eb685c337f85", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj"}]} 2018-07-22 16:13:56,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj used request id req-e57e9ded-55a2-45ad-abec-c0a121cf6c7b 2018-07-22 16:13:56,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04acfea4036deaf7807892863e054e19e73d0158" 2018-07-22 16:13:56,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ec014e-bb1c-4445-aa78-d9d22618683e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:13:56,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-15ec014e-bb1c-4445-aa78-d9d22618683e 2018-07-22 16:13:56,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04acfea4036deaf7807892863e054e19e73d0158" 2018-07-22 16:13:56,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7075a374-9a13-4a09-a178-ee47418e0f53 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:56,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7075a374-9a13-4a09-a178-ee47418e0f53 2018-07-22 16:13:56,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04acfea4036deaf7807892863e054e19e73d0158" 2018-07-22 16:13:56,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eeca1a8-cc4d-48dd-a27e-82280aa5d7a9 Content-Encoding: gzip Content-Length: 265 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85"}, "tags": [], "enabled": true, "id": "d29b4e71c7b549098708eb685c337f85", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj"}]} 2018-07-22 16:13:56,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-d707c99c-2895-470-proj used request id req-2eeca1a8-cc4d-48dd-a27e-82280aa5d7a9 2018-07-22 16:13:56,879 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-d707c99c-2895-470-user 2018-07-22 16:13:56,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:56,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:13:56,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f197288c-ac27-47f6-839c-fd189a8ef863 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:13:56,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f197288c-ac27-47f6-839c-fd189a8ef863 2018-07-22 16:13:56,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" -d '{"role": {"name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj-role"}}' 2018-07-22 16:13:57,057 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51b2b6c0-badf-466c-87e9-68e8ab11a9c4 Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c862193d2bd540e6b58b4c5f8a593ed0", "links": {"self": "http://172.30.9.28:5000/v3/roles/c862193d2bd540e6b58b4c5f8a593ed0"}, "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj-role"}} 2018-07-22 16:13:57,057 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-51b2b6c0-badf-466c-87e9-68e8ab11a9c4 2018-07-22 16:13:57,058 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-d707c99c-2895-470-proj-role 2018-07-22 16:13:57,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c862193d2bd540e6b58b4c5f8a593ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:13:57,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f03f44d-331d-4360-b790-171b87b7aecc Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c862193d2bd540e6b58b4c5f8a593ed0", "links": {"self": "http://172.30.9.28:5000/v3/roles/c862193d2bd540e6b58b4c5f8a593ed0"}, "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj-role"}} 2018-07-22 16:13:57,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c862193d2bd540e6b58b4c5f8a593ed0 used request id req-7f03f44d-331d-4360-b790-171b87b7aecc 2018-07-22 16:13:57,145 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-d707c99c-2895-470-proj-role to project CreateStackSecurityGroupTests-d707c99c-2895-470-proj 2018-07-22 16:13:57,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85/users/bc7cad6ba22249f89ba92a59f9e243d1/roles/c862193d2bd540e6b58b4c5f8a593ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:13:57,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50ca951d-f0b3-4bb6-922b-6213b44aa5e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:13:57,360 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85/users/bc7cad6ba22249f89ba92a59f9e243d1/roles/c862193d2bd540e6b58b4c5f8a593ed0 used request id req-50ca951d-f0b3-4bb6-922b-6213b44aa5e9 2018-07-22 16:13:57,360 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:57,360 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:57,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:13:57,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:13:57,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c862193d2bd540e6b58b4c5f8a593ed0", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj-role"}], "expires_at": "2018-07-22T17:13:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d29b4e71c7b549098708eb685c337f85", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d29b4e71c7b549098708eb685c337f85", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d29b4e71c7b549098708eb685c337f85", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d29b4e71c7b549098708eb685c337f85", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d29b4e71c7b549098708eb685c337f85", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-user", "id": "bc7cad6ba22249f89ba92a59f9e243d1"}, "audit_ids": ["6iy8_BgiT2eLXOMqo_Ps1Q"], "issued_at": "2018-07-22T16:13:57.000000Z"}} 2018-07-22 16:13:57,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:13:57,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3220ec1-0366-4a16-9f15-f6e9b9087ccd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:13:57,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a3220ec1-0366-4a16-9f15-f6e9b9087ccd 2018-07-22 16:13:57,841 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:13:57,844 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:13:57,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:13:58,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:57 GMT Server: Apache x-openstack-request-id: req-3c7dab5f-e10e-4eba-8d44-1afcb998eb11 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:13:58,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack used request id req-3c7dab5f-e10e-4eba-8d44-1afcb998eb11 2018-07-22 16:13:58,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-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-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}}' 2018-07-22 16:13:59,427 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:13:58 GMT Server: Apache x-openstack-request-id: req-d07575e6-16af-484e-b58b-e1262953a185 Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "3efc6a2b-3365-40c3-adae-630928110699", "links": [{"href": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699", "rel": "self"}]}} 2018-07-22 16:13:59,428 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks used request id req-d07575e6-16af-484e-b58b-e1262953a185 2018-07-22 16:13:59,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/3efc6a2b-3365-40c3-adae-630928110699 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:13:59,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:59 GMT Server: Apache x-openstack-request-id: req-dc10b4d5-98fc-418c-af72-1fb6484aab9b Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:13:59,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:13:59 GMT Server: Apache x-openstack-request-id: req-8537d843-1677-4220-9fbd-1d141762a809 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": "d29b4e71c7b549098708eb685c337f85", "OS::stack_id": "3efc6a2b-3365-40c3-adae-630928110699", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "security_group_name": "CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "stack_user_project_id": "7619240444714721a0baf3cd7df79f9a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:13:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3efc6a2b-3365-40c3-adae-630928110699", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-07-22 16:13:59,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 used request id req-8537d843-1677-4220-9fbd-1d141762a809 2018-07-22 16:13:59,900 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack 2018-07-22 16:13:59,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/3efc6a2b-3365-40c3-adae-630928110699 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:00,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:13:59 GMT Server: Apache x-openstack-request-id: req-28f7f660-78a3-4225-b5fa-b3026a005ee9 Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:14:00,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:00 GMT Server: Apache x-openstack-request-id: req-6020d0d8-6b87-4d21-9c04-f5755dd3b228 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": "d29b4e71c7b549098708eb685c337f85", "OS::stack_id": "3efc6a2b-3365-40c3-adae-630928110699", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "security_group_name": "CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "stack_user_project_id": "7619240444714721a0baf3cd7df79f9a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-07-22T16:13:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3efc6a2b-3365-40c3-adae-630928110699", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-07-22 16:14:00,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 used request id req-6020d0d8-6b87-4d21-9c04-f5755dd3b228 2018-07-22 16:14:00,343 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-07-22 16:14:00,343 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:14:03,347 - create_stack - DEBUG - Stack status query timeout in 1196.55315185 2018-07-22 16:14:03,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/3efc6a2b-3365-40c3-adae-630928110699 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:03,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:14:03 GMT Server: Apache x-openstack-request-id: req-4849d90e-3752-4f13-80ec-d4997bd28924 Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:14:03,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:03 GMT Server: Apache x-openstack-request-id: req-a13efe23-3a9c-4d69-8a2a-c8a8ced68b04 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 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": "d29b4e71c7b549098708eb685c337f85", "OS::stack_id": "3efc6a2b-3365-40c3-adae-630928110699", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "security_group_name": "CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "stack_user_project_id": "7619240444714721a0baf3cd7df79f9a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-07-22T16:13:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3efc6a2b-3365-40c3-adae-630928110699", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-07-22 16:14:03,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 used request id req-a13efe23-3a9c-4d69-8a2a-c8a8ced68b04 2018-07-22 16:14:03,745 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-07-22 16:14:03,745 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack 2018-07-22 16:14:03,745 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack 2018-07-22 16:14:03,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/3efc6a2b-3365-40c3-adae-630928110699/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:03,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:14:03 GMT Server: Apache x-openstack-request-id: req-ccfd3983-3981-4783-87e7-38d00c292a13 Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:14:03,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:03 GMT Server: Apache x-openstack-request-id: req-180ee0ef-7ab6-4944-99d2-fe75e7145711 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-07-22T16:13:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-07-22T16:13:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-07-22 16:14:03,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699/resources used request id req-180ee0ef-7ab6-4944-99d2-fe75e7145711 2018-07-22 16:14:03,976 - neutron_utils - INFO - Retrieving security group with ID - 700bc00d-0283-4cf3-9cab-50b32acb999b 2018-07-22 16:14:03,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=700bc00d-0283-4cf3-9cab-50b32acb999b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:04,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-fe3e4098-ce75-46ca-970a-4e8f8d73951c Date: Sun, 22 Jul 2018 16:14:04 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:13:59Z", "updated_at": "2018-07-22T16:14:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:00Z", "revision_number": 0, "id": "29edc02e-7633-426f-8735-b1b81f7639db", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": null, "ethertype": "IPv4", "project_id": "d29b4e71c7b549098708eb685c337f85"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:14:00Z", "revision_number": 0, "id": "7a365887-ef03-4b61-9338-c4685c2696a5", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d29b4e71c7b549098708eb685c337f85"}], "revision_number": 6, "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "name": "CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}]} 2018-07-22 16:14:04,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=700bc00d-0283-4cf3-9cab-50b32acb999b used request id req-fe3e4098-ce75-46ca-970a-4e8f8d73951c 2018-07-22 16:14:04,194 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 700bc00d-0283-4cf3-9cab-50b32acb999b 2018-07-22 16:14:04,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:04,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-8bca51ac-da1c-49fd-a10e-c1459d223dee Date: Sun, 22 Jul 2018 16:14:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "29edc02e-7633-426f-8735-b1b81f7639db"}, {"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-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": 22, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "7a365887-ef03-4b61-9338-c4685c2696a5"}]} 2018-07-22 16:14:04,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b used request id req-8bca51ac-da1c-49fd-a10e-c1459d223dee 2018-07-22 16:14:04,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 700bc00d-0283-4cf3-9cab-50b32acb999b 2018-07-22 16:14:04,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:04,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-b70d8262-9b7a-4312-9c69-3e323a94f392 Date: Sun, 22 Jul 2018 16:14:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "29edc02e-7633-426f-8735-b1b81f7639db"}, {"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-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": 22, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "7a365887-ef03-4b61-9338-c4685c2696a5"}]} 2018-07-22 16:14:04,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b used request id req-b70d8262-9b7a-4312-9c69-3e323a94f392 2018-07-22 16:14:04,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:04,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:04,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c862193d2bd540e6b58b4c5f8a593ed0", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj-role"}], "expires_at": "2018-07-22T17:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d29b4e71c7b549098708eb685c337f85", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/d29b4e71c7b549098708eb685c337f85", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/d29b4e71c7b549098708eb685c337f85", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d29b4e71c7b549098708eb685c337f85", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/d29b4e71c7b549098708eb685c337f85", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d29b4e71c7b549098708eb685c337f85", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_d29b4e71c7b549098708eb685c337f85", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-user", "id": "bc7cad6ba22249f89ba92a59f9e243d1"}, "audit_ids": ["KujyFfwSSIaA8Dt7UsIWoA"], "issued_at": "2018-07-22T16:14:04.000000Z"}} 2018-07-22 16:14:04,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796e6a4233283d8dd17b5a512e447f3ac9e9b33a" 2018-07-22 16:14:04,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8270bc14-33e5-4e6f-b463-725a9d9ff6c0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:04,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8270bc14-33e5-4e6f-b463-725a9d9ff6c0 2018-07-22 16:14:04,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796e6a4233283d8dd17b5a512e447f3ac9e9b33a" 2018-07-22 16:14:04,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-16b90386-de6d-4b54-a408-63498e7bde33 Date: Sun, 22 Jul 2018 16:14:04 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:13:59Z", "updated_at": "2018-07-22T16:14:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:00Z", "revision_number": 0, "id": "29edc02e-7633-426f-8735-b1b81f7639db", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": null, "ethertype": "IPv4", "project_id": "d29b4e71c7b549098708eb685c337f85"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:14:00Z", "revision_number": 0, "id": "7a365887-ef03-4b61-9338-c4685c2696a5", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d29b4e71c7b549098708eb685c337f85"}], "revision_number": 6, "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "name": "CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}]} 2018-07-22 16:14:04,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp&description=Test+description used request id req-16b90386-de6d-4b54-a408-63498e7bde33 2018-07-22 16:14:04,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:04,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:04,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796e6a4233283d8dd17b5a512e447f3ac9e9b33a" 2018-07-22 16:14:05,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5247a1ec-91e7-44b0-b80f-0673f0e52479 Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d29b4e71c7b549098708eb685c337f85", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj"}} 2018-07-22 16:14:05,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85 used request id req-5247a1ec-91e7-44b0-b80f-0673f0e52479 2018-07-22 16:14:05,029 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 700bc00d-0283-4cf3-9cab-50b32acb999b 2018-07-22 16:14:05,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796e6a4233283d8dd17b5a512e447f3ac9e9b33a" 2018-07-22 16:14:05,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-d1eabe57-7c61-4a1a-821b-a70f6045c121 Date: Sun, 22 Jul 2018 16:14:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "29edc02e-7633-426f-8735-b1b81f7639db"}, {"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-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": 22, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "7a365887-ef03-4b61-9338-c4685c2696a5"}]} 2018-07-22 16:14:05,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b used request id req-d1eabe57-7c61-4a1a-821b-a70f6045c121 2018-07-22 16:14:05,060 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 700bc00d-0283-4cf3-9cab-50b32acb999b 2018-07-22 16:14:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796e6a4233283d8dd17b5a512e447f3ac9e9b33a" 2018-07-22 16:14:05,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-49b78a55-7ff3-40ef-b000-0fa8eb9550ed Date: Sun, 22 Jul 2018 16:14:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "29edc02e-7633-426f-8735-b1b81f7639db"}, {"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-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": 22, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "7a365887-ef03-4b61-9338-c4685c2696a5"}]} 2018-07-22 16:14:05,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b used request id req-49b78a55-7ff3-40ef-b000-0fa8eb9550ed 2018-07-22 16:14:05,088 - neutron_utils - INFO - Retrieving security group with ID - 700bc00d-0283-4cf3-9cab-50b32acb999b 2018-07-22 16:14:05,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=700bc00d-0283-4cf3-9cab-50b32acb999b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796e6a4233283d8dd17b5a512e447f3ac9e9b33a" 2018-07-22 16:14:05,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-cdc104f9-a399-4395-99a4-934118c6090d Date: Sun, 22 Jul 2018 16:14:05 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:13:59Z", "updated_at": "2018-07-22T16:14:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:00Z", "revision_number": 0, "id": "29edc02e-7633-426f-8735-b1b81f7639db", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": null, "ethertype": "IPv4", "project_id": "d29b4e71c7b549098708eb685c337f85"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:14:00Z", "revision_number": 0, "id": "7a365887-ef03-4b61-9338-c4685c2696a5", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d29b4e71c7b549098708eb685c337f85"}], "revision_number": 6, "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "name": "CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}]} 2018-07-22 16:14:05,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=700bc00d-0283-4cf3-9cab-50b32acb999b used request id req-cdc104f9-a399-4395-99a4-934118c6090d 2018-07-22 16:14:05,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 700bc00d-0283-4cf3-9cab-50b32acb999b 2018-07-22 16:14:05,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796e6a4233283d8dd17b5a512e447f3ac9e9b33a" 2018-07-22 16:14:05,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-ae1c790a-e049-41d8-a394-7e27d3d9602f Date: Sun, 22 Jul 2018 16:14:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "29edc02e-7633-426f-8735-b1b81f7639db"}, {"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-07-22T16:14:00Z", "security_group_id": "700bc00d-0283-4cf3-9cab-50b32acb999b", "port_range_min": 22, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:14:00Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "7a365887-ef03-4b61-9338-c4685c2696a5"}]} 2018-07-22 16:14:05,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=700bc00d-0283-4cf3-9cab-50b32acb999b used request id req-ae1c790a-e049-41d8-a394-7e27d3d9602f 2018-07-22 16:14:05,164 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack 2018-07-22 16:14:05,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/3efc6a2b-3365-40c3-adae-630928110699 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:05,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:14:05 GMT Server: Apache x-openstack-request-id: req-be558a94-ad4c-4974-90c0-62ae71378162 Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:14:05,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:05 GMT Server: Apache x-openstack-request-id: req-85b3eff4-a97c-4a2d-b652-b3c3c4ae1459 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:05,386 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 used request id req-85b3eff4-a97c-4a2d-b652-b3c3c4ae1459 2018-07-22 16:14:05,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/3efc6a2b-3365-40c3-adae-630928110699 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:05,416 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:14:05 GMT Server: Apache x-openstack-request-id: req-8a3ea64f-3710-43e4-ad15-af6bc6314a5c Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:14:05,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:05 GMT Server: Apache x-openstack-request-id: req-1c6daff8-ea90-4687-a2c5-16cbc4b41814 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": "d29b4e71c7b549098708eb685c337f85", "OS::stack_id": "3efc6a2b-3365-40c3-adae-630928110699", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "security_group_name": "CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "stack_user_project_id": "7619240444714721a0baf3cd7df79f9a", "stack_status_reason": "Stack DELETE started", "creation_time": "2018-07-22T16:13:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-07-22T16:14:05Z", "id": "3efc6a2b-3365-40c3-adae-630928110699", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-07-22 16:14:05,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 used request id req-1c6daff8-ea90-4687-a2c5-16cbc4b41814 2018-07-22 16:14:05,442 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-07-22 16:14:05,442 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-07-22 16:14:08,446 - create_stack - DEBUG - Stack status query timeout in 1196.94071198 2018-07-22 16:14:08,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/3efc6a2b-3365-40c3-adae-630928110699 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:08,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:14:08 GMT Server: Apache x-openstack-request-id: req-f0448f04-b55b-4b87-935d-2fe0b6da4474 Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:14:08,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:08 GMT Server: Apache x-openstack-request-id: req-f468629c-b7ec-46a2-8d02-c152cc1f7398 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "d29b4e71c7b549098708eb685c337f85", "OS::stack_id": "3efc6a2b-3365-40c3-adae-630928110699", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "security_group_name": "CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-sec-grp"}, "deletion_time": "2018-07-22T16:14:06Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack", "stack_user_project_id": "7619240444714721a0baf3cd7df79f9a", "tags": null, "creation_time": "2018-07-22T16:13:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-07-22T16:14:05Z", "id": "3efc6a2b-3365-40c3-adae-630928110699", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-07-22 16:14:08,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 used request id req-f468629c-b7ec-46a2-8d02-c152cc1f7398 2018-07-22 16:14:08,517 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-07-22 16:14:08,517 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack 2018-07-22 16:14:08,517 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack 2018-07-22 16:14:08,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/3efc6a2b-3365-40c3-adae-630928110699 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac63734001b50b368d069b33709f2824b5c06a5" 2018-07-22 16:14:08,545 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 22 Jul 2018 16:14:08 GMT Server: Apache x-openstack-request-id: req-3d811b37-6e50-480f-a3e0-7a2a82dc7c4f Location: http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-07-22 16:14:08,571 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:08 GMT Server: Apache x-openstack-request-id: req-f1be8fa8-0ba9-4c01-8ddf-6bebec7b80a1 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-07-22 16:14:08,571 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/d29b4e71c7b549098708eb685c337f85/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-87c7f37a-215f-469b-9da1-3f41ccb64d2e-stack/3efc6a2b-3365-40c3-adae-630928110699 used request id req-f1be8fa8-0ba9-4c01-8ddf-6bebec7b80a1 2018-07-22 16:14:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:14:08,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-f064fe1a-957a-469f-ac6e-73cad0bf94ed Date: Sun, 22 Jul 2018 16:14:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:13:59Z", "updated_at": "2018-07-22T16:13:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:13:59Z", "revision_number": 0, "id": "096e0912-a0fc-4961-b692-fb73de329aee", "remote_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "remote_ip_prefix": null, "created_at": "2018-07-22T16:13:59Z", "security_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": null, "ethertype": "IPv4", "project_id": "d29b4e71c7b549098708eb685c337f85"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:13:59Z", "revision_number": 0, "id": "0d4f7b13-7e39-4c6a-8821-7c350c13fd4f", "remote_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "remote_ip_prefix": null, "created_at": "2018-07-22T16:13:59Z", "security_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": null, "ethertype": "IPv6", "project_id": "d29b4e71c7b549098708eb685c337f85"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:13:59Z", "revision_number": 0, "id": "6f967ab5-db72-4e22-a130-604c4a1ccb13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:13:59Z", "security_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": null, "ethertype": "IPv6", "project_id": "d29b4e71c7b549098708eb685c337f85"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:13:59Z", "revision_number": 0, "id": "a720c308-2a5d-433e-a78a-c9f92be218fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:13:59Z", "security_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "tenant_id": "d29b4e71c7b549098708eb685c337f85", "port_range_min": null, "ethertype": "IPv4", "project_id": "d29b4e71c7b549098708eb685c337f85"}], "revision_number": 4, "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:14:08,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f064fe1a-957a-469f-ac6e-73cad0bf94ed 2018-07-22 16:14:08,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:14:08,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16618cb3-f776-4002-b45a-a7a07beee94c Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "d29b4e71c7b549098708eb685c337f85", "name": "CreateStackSecurityGroupTests-d707c99c-2895-470-proj"}} 2018-07-22 16:14:08,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85 used request id req-16618cb3-f776-4002-b45a-a7a07beee94c 2018-07-22 16:14:08,897 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0edd5566-3ad4-44b9-9b03-27245b9fb639 2018-07-22 16:14:08,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0edd5566-3ad4-44b9-9b03-27245b9fb639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:14:08,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0447a3d7-a0d3-471b-a880-3e477e6f0dfe Date: Sun, 22 Jul 2018 16:14:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:13:59Z", "security_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:13:59Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "096e0912-a0fc-4961-b692-fb73de329aee"}, {"remote_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:13:59Z", "security_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:13:59Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "0d4f7b13-7e39-4c6a-8821-7c350c13fd4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:13:59Z", "security_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:13:59Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "6f967ab5-db72-4e22-a130-604c4a1ccb13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:13:59Z", "security_group_id": "0edd5566-3ad4-44b9-9b03-27245b9fb639", "port_range_min": null, "revision_number": 0, "tenant_id": "d29b4e71c7b549098708eb685c337f85", "created_at": "2018-07-22T16:13:59Z", "project_id": "d29b4e71c7b549098708eb685c337f85", "id": "a720c308-2a5d-433e-a78a-c9f92be218fc"}]} 2018-07-22 16:14:08,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0edd5566-3ad4-44b9-9b03-27245b9fb639 used request id req-0447a3d7-a0d3-471b-a880-3e477e6f0dfe 2018-07-22 16:14:08,924 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:14:08,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/0edd5566-3ad4-44b9-9b03-27245b9fb639 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:14:09,073 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da2019df-b6aa-4e21-83f8-319ce6bb6bcf Content-Length: 0 Date: Sun, 22 Jul 2018 16:14:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:14:09,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0edd5566-3ad4-44b9-9b03-27245b9fb639 used request id req-da2019df-b6aa-4e21-83f8-319ce6bb6bcf 2018-07-22 16:14:09,074 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-d707c99c-2895-470-proj 2018-07-22 16:14:09,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:14:09,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c4fde75-df53-4888-8ee0-df2ed9ac7e9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:09,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d29b4e71c7b549098708eb685c337f85 used request id req-9c4fde75-df53-4888-8ee0-df2ed9ac7e9a 2018-07-22 16:14:09,329 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-d707c99c-2895-470-proj-role 2018-07-22 16:14:09,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c862193d2bd540e6b58b4c5f8a593ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:14:09,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ce91e87-137c-49e0-8bf6-e4f539f1d269 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:09,441 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c862193d2bd540e6b58b4c5f8a593ed0 used request id req-2ce91e87-137c-49e0-8bf6-e4f539f1d269 2018-07-22 16:14:09,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52204792dd1e43d6863717a8e3b78463460f592e" 2018-07-22 16:14:09,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-691962c7-7d88-4adc-9638-abaf73fa4797 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:14:09,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-691962c7-7d88-4adc-9638-abaf73fa4797 2018-07-22 16:14:09,531 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-d707c99c-2895-470-user 2018-07-22 16:14:09,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/bc7cad6ba22249f89ba92a59f9e243d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04acfea4036deaf7807892863e054e19e73d0158" 2018-07-22 16:14:09,723 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b97ad8d-0999-4fe3-98e7-ba553ac474e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:09,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/bc7cad6ba22249f89ba92a59f9e243d1 used request id req-2b97ad8d-0999-4fe3-98e7-ba553ac474e7 2018-07-22 16:14:09,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:10,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["MtDTMqxiSa6NS8y2S4EiAQ"], "issued_at": "2018-07-22T16:14:10.000000Z"}} 2018-07-22 16:14:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6de71b6c57ea67b93b8bd6f6a13856cf7490da9" 2018-07-22 16:14:10,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ece9d370-e424-4617-a3bf-cbbe2ffadb3b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:10,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ece9d370-e424-4617-a3bf-cbbe2ffadb3b 2018-07-22 16:14:10,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:10,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:10,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["TlgG800yRROIs29CIyn_KA"], "issued_at": "2018-07-22T16:14:10.000000Z"}} 2018-07-22 16:14:10,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:10,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bcd743a-11e1-40df-83a0-48e5dbb38681 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:10,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-3bcd743a-11e1-40df-83a0-48e5dbb38681 2018-07-22 16:14:10,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:10,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:10,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a63de20a-900e-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:10,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-032d5bda-6ef6-4687-99fd-ea3c514a5793 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a63de20a-900e-4d5-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:14:10,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a63de20a-900e-4d5-proj used request id req-032d5bda-6ef6-4687-99fd-ea3c514a5793 2018-07-22 16:14:10,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:10,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a06c0ef-ea52-4720-978d-efc98a8d3c32 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:14:10,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3a06c0ef-ea52-4720-978d-efc98a8d3c32 2018-07-22 16:14:10,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj"}}' 2018-07-22 16:14:10,874 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:14:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-603bc2e3-0632-4975-b403-7da984153165 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1b8a6de588e246dea6c3383a1a3caa41"}, "tags": [], "enabled": true, "id": "1b8a6de588e246dea6c3383a1a3caa41", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj"}} 2018-07-22 16:14:10,874 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-603bc2e3-0632-4975-b403-7da984153165 2018-07-22 16:14:10,875 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-a63de20a-900e-4d5-proj 2018-07-22 16:14:10,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:10,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:11,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["2a_1epOFS8Cxt4uwSR2HSA"], "issued_at": "2018-07-22T16:14:11.000000Z"}} 2018-07-22 16:14:11,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be6bd4b8be1fa91124f856b1813e4b8e05cc831" 2018-07-22 16:14:11,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-126afa81-f268-4bd5-a77b-fb4c289ed94c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:11,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-126afa81-f268-4bd5-a77b-fb4c289ed94c 2018-07-22 16:14:11,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:11,352 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:11,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be6bd4b8be1fa91124f856b1813e4b8e05cc831" 2018-07-22 16:14:11,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2292b5b-87ab-4bad-96bf-a86dc4e2fe73 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:14:11,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b2292b5b-87ab-4bad-96bf-a86dc4e2fe73 2018-07-22 16:14:11,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-a63de20a-900e-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be6bd4b8be1fa91124f856b1813e4b8e05cc831" 2018-07-22 16:14:11,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c19ec877-e0f9-40e0-b222-c1f008f05d67 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-a63de20a-900e-4d5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1b8a6de588e246dea6c3383a1a3caa41"}, "tags": [], "enabled": true, "id": "1b8a6de588e246dea6c3383a1a3caa41", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj"}]} 2018-07-22 16:14:11,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-a63de20a-900e-4d5-proj used request id req-c19ec877-e0f9-40e0-b222-c1f008f05d67 2018-07-22 16:14:11,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be6bd4b8be1fa91124f856b1813e4b8e05cc831" 2018-07-22 16:14:11,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c184d84-032d-495a-8003-3b025fa63e08 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:14:11,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7c184d84-032d-495a-8003-3b025fa63e08 2018-07-22 16:14:11,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be6bd4b8be1fa91124f856b1813e4b8e05cc831" 2018-07-22 16:14:11,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d41be80f-38a5-4e0d-9e93-51dbcc74aa1d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:14:11,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d41be80f-38a5-4e0d-9e93-51dbcc74aa1d 2018-07-22 16:14:11,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-a63de20a-900e-4d5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be6bd4b8be1fa91124f856b1813e4b8e05cc831" 2018-07-22 16:14:12,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dbfc5d2-530e-4f27-8d84-9bbf71b6339b Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-a63de20a-900e-4d5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1b8a6de588e246dea6c3383a1a3caa41"}, "tags": [], "enabled": true, "id": "1b8a6de588e246dea6c3383a1a3caa41", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj"}]} 2018-07-22 16:14:12,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-a63de20a-900e-4d5-proj used request id req-1dbfc5d2-530e-4f27-8d84-9bbf71b6339b 2018-07-22 16:14:12,057 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-a63de20a-900e-4d5-user 2018-07-22 16:14:12,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:12,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:12,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d7a7685-a98e-422c-840b-21c04c0ca75a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:14:12,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4d7a7685-a98e-422c-840b-21c04c0ca75a 2018-07-22 16:14:12,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" -d '{"role": {"name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj-role"}}' 2018-07-22 16:14:12,276 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02a12eb9-e9a3-4875-b64b-d89ac669c190 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed54c4a42d854817b1332d74a748089c", "links": {"self": "http://172.30.9.28:5000/v3/roles/ed54c4a42d854817b1332d74a748089c"}, "name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj-role"}} 2018-07-22 16:14:12,276 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-02a12eb9-e9a3-4875-b64b-d89ac669c190 2018-07-22 16:14:12,276 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-a63de20a-900e-4d5-proj-role 2018-07-22 16:14:12,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ed54c4a42d854817b1332d74a748089c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:12,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799cbbd9-9d14-4f16-bf8e-3968cdec800c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed54c4a42d854817b1332d74a748089c", "links": {"self": "http://172.30.9.28:5000/v3/roles/ed54c4a42d854817b1332d74a748089c"}, "name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj-role"}} 2018-07-22 16:14:12,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ed54c4a42d854817b1332d74a748089c used request id req-799cbbd9-9d14-4f16-bf8e-3968cdec800c 2018-07-22 16:14:12,469 - keystone_utils - INFO - Granting role CreateStackNegativeTests-a63de20a-900e-4d5-proj-role to project CreateStackNegativeTests-a63de20a-900e-4d5-proj 2018-07-22 16:14:12,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1b8a6de588e246dea6c3383a1a3caa41/users/c19bce4604b948b8b8a2a1d1fa72bdd2/roles/ed54c4a42d854817b1332d74a748089c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:12,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87651ce0-f17e-4766-89ad-e6b2c0485662 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:12,595 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1b8a6de588e246dea6c3383a1a3caa41/users/c19bce4604b948b8b8a2a1d1fa72bdd2/roles/ed54c4a42d854817b1332d74a748089c used request id req-87651ce0-f17e-4766-89ad-e6b2c0485662 2018-07-22 16:14:12,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:12,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:12,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed54c4a42d854817b1332d74a748089c", "name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj-role"}], "expires_at": "2018-07-22T17:14:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b8a6de588e246dea6c3383a1a3caa41", "name": "CreateStackNegativeTests-a63de20a-900e-4d5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/1b8a6de588e246dea6c3383a1a3caa41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/1b8a6de588e246dea6c3383a1a3caa41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/1b8a6de588e246dea6c3383a1a3caa41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1b8a6de588e246dea6c3383a1a3caa41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/1b8a6de588e246dea6c3383a1a3caa41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/1b8a6de588e246dea6c3383a1a3caa41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/1b8a6de588e246dea6c3383a1a3caa41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/1b8a6de588e246dea6c3383a1a3caa41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/1b8a6de588e246dea6c3383a1a3caa41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/1b8a6de588e246dea6c3383a1a3caa41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/1b8a6de588e246dea6c3383a1a3caa41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/1b8a6de588e246dea6c3383a1a3caa41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_1b8a6de588e246dea6c3383a1a3caa41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_1b8a6de588e246dea6c3383a1a3caa41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-a63de20a-900e-4d5-user", "id": "c19bce4604b948b8b8a2a1d1fa72bdd2"}, "audit_ids": ["FstaNWHyS1WPQFbkxEMJcw"], "issued_at": "2018-07-22T16:14:12.000000Z"}} 2018-07-22 16:14:12,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b094e657dcc771e9986cf346da03e1c3927589c8" 2018-07-22 16:14:13,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca47f85f-6844-4cdf-88f8-8758ea65be00 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:13,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ca47f85f-6844-4cdf-88f8-8758ea65be00 2018-07-22 16:14:13,062 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:14:13,064 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:14:13,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/1b8a6de588e246dea6c3383a1a3caa41/stacks?stack_name=CreateStackNegativeTests-89038730-8fe5-435f-9d05-19ae2cfe6202 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b094e657dcc771e9986cf346da03e1c3927589c8" 2018-07-22 16:14:13,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:13 GMT Server: Apache x-openstack-request-id: req-e66dda45-e322-40eb-a495-5e7a4988f28e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:14:13,251 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/1b8a6de588e246dea6c3383a1a3caa41/stacks?stack_name=CreateStackNegativeTests-89038730-8fe5-435f-9d05-19ae2cfe6202 used request id req-e66dda45-e322-40eb-a495-5e7a4988f28e 2018-07-22 16:14:13,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:13,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-1b2282f1-9ca7-4b99-be85-9acedccca5be Date: Sun, 22 Jul 2018 16:14:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:14:13,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1b2282f1-9ca7-4b99-be85-9acedccca5be 2018-07-22 16:14:13,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:13,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f0f849-8bd4-4289-9261-25db2a889c51 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:14:13,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-56f0f849-8bd4-4289-9261-25db2a889c51 2018-07-22 16:14:13,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:13,679 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adb90c60-7288-428c-b1dc-066d055a36a2 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:13,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-adb90c60-7288-428c-b1dc-066d055a36a2 2018-07-22 16:14:13,679 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:13,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:13,763 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87cb2564-b669-409a-aa5a-e91d43008bcb Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:13,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-87cb2564-b669-409a-aa5a-e91d43008bcb 2018-07-22 16:14:13,763 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:13,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:13,849 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b4e7885-5e65-44d5-8008-7f964955659c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:13,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-0b4e7885-5e65-44d5-8008-7f964955659c 2018-07-22 16:14:13,850 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:13,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:13,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b19e70e-74dd-4930-9157-9f89a18eb580 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:14:13,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-7b19e70e-74dd-4930-9157-9f89a18eb580 2018-07-22 16:14:13,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:14,028 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88e58eb5-7699-40ce-8bf0-cb968bdea8c0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:14,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-88e58eb5-7699-40ce-8bf0-cb968bdea8c0 2018-07-22 16:14:14,029 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:14,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:14,110 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a56b2a4-2911-4349-a1c8-8da5c18a299b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:14,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-8a56b2a4-2911-4349-a1c8-8da5c18a299b 2018-07-22 16:14:14,110 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:14,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:14,191 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2be7e3f-bce8-4392-a1cd-ccb9c979b932 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:14,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-b2be7e3f-bce8-4392-a1cd-ccb9c979b932 2018-07-22 16:14:14,191 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:14,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:14,278 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-652079f0-57ee-432d-a95c-c790ced0609b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:14,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-652079f0-57ee-432d-a95c-c790ced0609b 2018-07-22 16:14:14,279 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:14,280 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-a63de20a-900e-4d5-proj 2018-07-22 16:14:14,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1b8a6de588e246dea6c3383a1a3caa41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:14,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d4baf48-866a-4a4f-80e4-bd738b6703db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:14,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1b8a6de588e246dea6c3383a1a3caa41 used request id req-9d4baf48-866a-4a4f-80e4-bd738b6703db 2018-07-22 16:14:14,491 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-a63de20a-900e-4d5-proj-role 2018-07-22 16:14:14,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ed54c4a42d854817b1332d74a748089c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:14,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1ed2804-c988-4801-82da-7ac005be9d97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:14,593 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ed54c4a42d854817b1332d74a748089c used request id req-a1ed2804-c988-4801-82da-7ac005be9d97 2018-07-22 16:14:14,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f687f87bdc36c26588e91721e711dcb139a66341" 2018-07-22 16:14:14,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3064997-753f-47d5-9e1f-c56e48e923bf Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:14:14,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b3064997-753f-47d5-9e1f-c56e48e923bf 2018-07-22 16:14:14,679 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-a63de20a-900e-4d5-user 2018-07-22 16:14:14,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c19bce4604b948b8b8a2a1d1fa72bdd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4be6bd4b8be1fa91124f856b1813e4b8e05cc831" 2018-07-22 16:14:14,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05f13a25-c22d-4dc1-a85e-a650d7f33605 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:14,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c19bce4604b948b8b8a2a1d1fa72bdd2 used request id req-05f13a25-c22d-4dc1-a85e-a650d7f33605 2018-07-22 16:14:14,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:15,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["cfVwtkfwTgeuo8olkjKGkQ"], "issued_at": "2018-07-22T16:14:15.000000Z"}} 2018-07-22 16:14:15,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b79e2bc853682a84fd1bc8f238f68e313c6cbd8" 2018-07-22 16:14:15,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-052aff34-5e14-4f60-bf4e-9519f27703bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:15,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-052aff34-5e14-4f60-bf4e-9519f27703bd 2018-07-22 16:14:15,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:15,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:15,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["jTCYS228R8e7Y0894I49rw"], "issued_at": "2018-07-22T16:14:15.000000Z"}} 2018-07-22 16:14:15,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:15,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a65bc30-3d3e-430d-a0b5-103f2ece7159 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:15,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6a65bc30-3d3e-430d-a0b5-103f2ece7159 2018-07-22 16:14:15,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:15,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:15,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:16,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d6dd643-2be5-4a85-ae87-a3f593037753 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:14:16,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj used request id req-9d6dd643-2be5-4a85-ae87-a3f593037753 2018-07-22 16:14:16,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:16,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25919195-992f-48cb-b08a-885122072b8d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:14:16,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-25919195-992f-48cb-b08a-885122072b8d 2018-07-22 16:14:16,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj"}}' 2018-07-22 16:14:16,311 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:14:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc66931c-8126-4869-bc92-06f66c59ddb0 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/12f5457e1e5a426583e5d6936078dbad"}, "tags": [], "enabled": true, "id": "12f5457e1e5a426583e5d6936078dbad", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj"}} 2018-07-22 16:14:16,312 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-bc66931c-8126-4869-bc92-06f66c59ddb0 2018-07-22 16:14:16,312 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-ae4423f2-2081-4c2-proj 2018-07-22 16:14:16,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:16,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:16,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["CVwQRg9kRM2pBUWXg8LSEQ"], "issued_at": "2018-07-22T16:14:16.000000Z"}} 2018-07-22 16:14:16,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c1e39a7cf190c21bb12e6a2b8a03d040c0961a" 2018-07-22 16:14:16,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5525f89a-c1c8-49eb-ac6a-a03bef1fbd1f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:16,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5525f89a-c1c8-49eb-ac6a-a03bef1fbd1f 2018-07-22 16:14:16,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:16,779 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:16,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c1e39a7cf190c21bb12e6a2b8a03d040c0961a" 2018-07-22 16:14:16,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd04748-3899-46af-a482-4f7090667444 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:14:16,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9cd04748-3899-46af-a482-4f7090667444 2018-07-22 16:14:16,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c1e39a7cf190c21bb12e6a2b8a03d040c0961a" 2018-07-22 16:14:16,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e339c9eb-f42f-45ff-8348-deac77a11019 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/12f5457e1e5a426583e5d6936078dbad"}, "tags": [], "enabled": true, "id": "12f5457e1e5a426583e5d6936078dbad", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj"}]} 2018-07-22 16:14:16,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj used request id req-e339c9eb-f42f-45ff-8348-deac77a11019 2018-07-22 16:14:16,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c1e39a7cf190c21bb12e6a2b8a03d040c0961a" 2018-07-22 16:14:16,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f2c70b-6e60-476d-b041-5bfb77d2ac48 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:14:16,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-05f2c70b-6e60-476d-b041-5bfb77d2ac48 2018-07-22 16:14:17,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c1e39a7cf190c21bb12e6a2b8a03d040c0961a" 2018-07-22 16:14:17,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be32ca41-d751-442f-9479-028e8c619ebe Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:14:17,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-be32ca41-d751-442f-9479-028e8c619ebe 2018-07-22 16:14:17,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c1e39a7cf190c21bb12e6a2b8a03d040c0961a" 2018-07-22 16:14:17,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f97913-37f0-4024-aea3-d0673740508b Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/12f5457e1e5a426583e5d6936078dbad"}, "tags": [], "enabled": true, "id": "12f5457e1e5a426583e5d6936078dbad", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj"}]} 2018-07-22 16:14:17,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-ae4423f2-2081-4c2-proj used request id req-99f97913-37f0-4024-aea3-d0673740508b 2018-07-22 16:14:17,466 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-ae4423f2-2081-4c2-user 2018-07-22 16:14:17,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:17,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:17,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-477a7dff-90c0-4159-858a-b46ddc333306 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:14:17,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-477a7dff-90c0-4159-858a-b46ddc333306 2018-07-22 16:14:17,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" -d '{"role": {"name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj-role"}}' 2018-07-22 16:14:17,748 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:14:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9ec45bd-a7ac-42df-b609-6c230c777018 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a5766aec36d74d49897d3e443b8ccb83", "links": {"self": "http://172.30.9.28:5000/v3/roles/a5766aec36d74d49897d3e443b8ccb83"}, "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj-role"}} 2018-07-22 16:14:17,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b9ec45bd-a7ac-42df-b609-6c230c777018 2018-07-22 16:14:17,749 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-ae4423f2-2081-4c2-proj-role 2018-07-22 16:14:17,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/a5766aec36d74d49897d3e443b8ccb83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:17,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa90522-2d49-4be3-81b7-ff0902b1a437 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a5766aec36d74d49897d3e443b8ccb83", "links": {"self": "http://172.30.9.28:5000/v3/roles/a5766aec36d74d49897d3e443b8ccb83"}, "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj-role"}} 2018-07-22 16:14:17,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a5766aec36d74d49897d3e443b8ccb83 used request id req-aaa90522-2d49-4be3-81b7-ff0902b1a437 2018-07-22 16:14:17,845 - keystone_utils - INFO - Granting role CreateStackNegativeTests-ae4423f2-2081-4c2-proj-role to project CreateStackNegativeTests-ae4423f2-2081-4c2-proj 2018-07-22 16:14:17,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/12f5457e1e5a426583e5d6936078dbad/users/bcbd14401db746b8b75465beeee78957/roles/a5766aec36d74d49897d3e443b8ccb83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:18,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dee4ae43-97b4-4f06-9306-28c77b8abf7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:18,062 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/12f5457e1e5a426583e5d6936078dbad/users/bcbd14401db746b8b75465beeee78957/roles/a5766aec36d74d49897d3e443b8ccb83 used request id req-dee4ae43-97b4-4f06-9306-28c77b8abf7e 2018-07-22 16:14:18,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:18,064 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:18,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a5766aec36d74d49897d3e443b8ccb83", "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj-role"}], "expires_at": "2018-07-22T17:14:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12f5457e1e5a426583e5d6936078dbad", "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/12f5457e1e5a426583e5d6936078dbad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/12f5457e1e5a426583e5d6936078dbad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/12f5457e1e5a426583e5d6936078dbad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/12f5457e1e5a426583e5d6936078dbad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/12f5457e1e5a426583e5d6936078dbad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/12f5457e1e5a426583e5d6936078dbad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/12f5457e1e5a426583e5d6936078dbad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/12f5457e1e5a426583e5d6936078dbad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/12f5457e1e5a426583e5d6936078dbad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/12f5457e1e5a426583e5d6936078dbad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/12f5457e1e5a426583e5d6936078dbad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/12f5457e1e5a426583e5d6936078dbad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_12f5457e1e5a426583e5d6936078dbad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_12f5457e1e5a426583e5d6936078dbad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-ae4423f2-2081-4c2-user", "id": "bcbd14401db746b8b75465beeee78957"}, "audit_ids": ["z7U7e5biSw6Wg9K689p4MQ"], "issued_at": "2018-07-22T16:14:18.000000Z"}} 2018-07-22 16:14:18,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98528ab6d21e49b93d4c6265196f06db6740ec" 2018-07-22 16:14:18,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fecf7930-c1e3-4497-8259-45e900522fef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:18,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-fecf7930-c1e3-4497-8259-45e900522fef 2018-07-22 16:14:18,518 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:14:18,521 - heat_utils - DEBUG - Retrieving Heat Client 2018-07-22 16:14:18,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/12f5457e1e5a426583e5d6936078dbad/stacks?stack_name=CreateStackNegativeTests-3c73241c-cdbf-4778-8ab0-95af66c8a61d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98528ab6d21e49b93d4c6265196f06db6740ec" 2018-07-22 16:14:18,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:18 GMT Server: Apache x-openstack-request-id: req-d3e5e58e-b46f-437d-9ab4-28be8d2534f8 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-07-22 16:14:18,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/12f5457e1e5a426583e5d6936078dbad/stacks?stack_name=CreateStackNegativeTests-3c73241c-cdbf-4778-8ab0-95af66c8a61d used request id req-d3e5e58e-b46f-437d-9ab4-28be8d2534f8 2018-07-22 16:14:18,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/12f5457e1e5a426583e5d6936078dbad/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb98528ab6d21e49b93d4c6265196f06db6740ec" -d '{"stack_name": "CreateStackNegativeTests-3c73241c-cdbf-4778-8ab0-95af66c8a61d", "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-07-22 16:14:19,178 - keystoneauth.session - DEBUG - RESP: [400] Date: Sun, 22 Jul 2018 16:14:18 GMT Server: Apache x-openstack-request-id: req-7c11da60-7b2f-4be1-be51-da8cbbab96b5 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-07-22 16:14:19,179 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/12f5457e1e5a426583e5d6936078dbad/stacks used request id req-7c11da60-7b2f-4be1-be51-da8cbbab96b5 2018-07-22 16:14:19,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:19,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-d88f0420-1fc9-41a6-bc10-fcdbd9f10a8b Date: Sun, 22 Jul 2018 16:14:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:14:19,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d88f0420-1fc9-41a6-bc10-fcdbd9f10a8b 2018-07-22 16:14:19,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:19,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f621bad-3ca2-4857-afde-9eeaecc8cd6a 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:14:19,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-3f621bad-3ca2-4857-afde-9eeaecc8cd6a 2018-07-22 16:14:19,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:19,586 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7f73fc9-29b5-4ac6-8cd2-cf23b5eca993 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:19,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-f7f73fc9-29b5-4ac6-8cd2-cf23b5eca993 2018-07-22 16:14:19,587 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:19,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:19,672 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce6f302b-0582-4849-81b7-7be65cdbf1b9 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:19,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-ce6f302b-0582-4849-81b7-7be65cdbf1b9 2018-07-22 16:14:19,672 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:19,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:19,758 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcd5ddd4-0fae-494c-8dae-be6afafe005e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:19,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-fcd5ddd4-0fae-494c-8dae-be6afafe005e 2018-07-22 16:14:19,758 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:19,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:19,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-223b3497-0eba-46f4-883f-125498c16172 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:14:19,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-223b3497-0eba-46f4-883f-125498c16172 2018-07-22 16:14:19,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:19,933 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-506904a1-b38e-47bc-a97c-1f5d9e5436ef Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: e02498ae1a0641b1a46e6157ea90e4c0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:19,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e02498ae1a0641b1a46e6157ea90e4c0 used request id req-506904a1-b38e-47bc-a97c-1f5d9e5436ef 2018-07-22 16:14:19,933 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:19,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:20,011 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-104667c1-993c-4e8c-9c4b-9ed14fd71548 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: fd9c4dedc5cc474b9cac04b7edae1b30.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:20,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fd9c4dedc5cc474b9cac04b7edae1b30 used request id req-104667c1-993c-4e8c-9c4b-9ed14fd71548 2018-07-22 16:14:20,011 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:20,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:20,095 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd7d16b5-2a4e-4079-8207-462d3e6f8cb3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3d964132bbf349779815820cf8e5a56a.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:20,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d964132bbf349779815820cf8e5a56a used request id req-fd7d16b5-2a4e-4079-8207-462d3e6f8cb3 2018-07-22 16:14:20,096 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:20,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:20,180 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-779c07e4-769e-4f10-ac54-8fb3ab8588ae Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 05aaaeb81b2d4226bbd42ae369d455c8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:14:20,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05aaaeb81b2d4226bbd42ae369d455c8 used request id req-779c07e4-769e-4f10-ac54-8fb3ab8588ae 2018-07-22 16:14:20,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:14:20,182 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-ae4423f2-2081-4c2-proj 2018-07-22 16:14:20,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/12f5457e1e5a426583e5d6936078dbad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:20,365 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7256ca50-896f-413d-b88d-2f7ec987d01b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:20,365 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/12f5457e1e5a426583e5d6936078dbad used request id req-7256ca50-896f-413d-b88d-2f7ec987d01b 2018-07-22 16:14:20,365 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-ae4423f2-2081-4c2-proj-role 2018-07-22 16:14:20,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/a5766aec36d74d49897d3e443b8ccb83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:20,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daf73a76-5e41-4268-bce6-f9ea98c41752 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:20,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a5766aec36d74d49897d3e443b8ccb83 used request id req-daf73a76-5e41-4268-bce6-f9ea98c41752 2018-07-22 16:14:20,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc263b25f1c1c413ef0add229ca361bc830248c3" 2018-07-22 16:14:20,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a822f1f5-85c0-4da4-bef2-73ebac8297b8 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:14:20,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a822f1f5-85c0-4da4-bef2-73ebac8297b8 2018-07-22 16:14:20,559 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-ae4423f2-2081-4c2-user 2018-07-22 16:14:20,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/bcbd14401db746b8b75465beeee78957 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2c1e39a7cf190c21bb12e6a2b8a03d040c0961a" 2018-07-22 16:14:20,712 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1192978-347d-4eb3-ae98-545a5ccb61e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:20,712 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/bcbd14401db746b8b75465beeee78957 used request id req-b1192978-347d-4eb3-ae98-545a5ccb61e7 2018-07-22 16:14:20,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:21,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["bIz3i_alSR2JQ46KgJWMWQ"], "issued_at": "2018-07-22T16:14:21.000000Z"}} 2018-07-22 16:14:21,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7ed23ac5caddaf75c18f73df88d59c25f0a025f" 2018-07-22 16:14:21,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ca45f06-7f4b-4b1b-8198-3cc717189392 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:21,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2ca45f06-7f4b-4b1b-8198-3cc717189392 2018-07-22 16:14:21,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:21,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:21,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["_Sf7GwxuT7mzb_1IUjpSbA"], "issued_at": "2018-07-22T16:14:21.000000Z"}} 2018-07-22 16:14:21,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:14:21,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fcf730c-e42d-4fe8-8dea-55a9863ad51c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:21,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4fcf730c-e42d-4fe8-8dea-55a9863ad51c 2018-07-22 16:14:21,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:21,651 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:21,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-987336e1-85f5-44a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:14:21,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6005e09-8c23-48e3-a1ca-dac5ddc966b5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-987336e1-85f5-44a-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:14:21,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-987336e1-85f5-44a-proj used request id req-f6005e09-8c23-48e3-a1ca-dac5ddc966b5 2018-07-22 16:14:21,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:14:21,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634133c4-c977-4c66-baef-89c03d57c7f8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:14:21,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-634133c4-c977-4c66-baef-89c03d57c7f8 2018-07-22 16:14:21,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}}' 2018-07-22 16:14:21,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:14:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c422ebd-f69e-4eb3-8e22-10c4ee25d835 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "id": "e29d101becc7444db74f5b6c8a75eec1", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:21,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2c422ebd-f69e-4eb3-8e22-10c4ee25d835 2018-07-22 16:14:21,929 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-987336e1-85f5-44a-proj 2018-07-22 16:14:21,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:21,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:22,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["SNCGBGDQRrW49atVazZv-A"], "issued_at": "2018-07-22T16:14:22.000000Z"}} 2018-07-22 16:14:22,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57942e8342eadca8d9bbb2d71e640ad35989610a" 2018-07-22 16:14:22,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8305bd1-5888-4596-8a57-da363eb6ae10 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:22,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f8305bd1-5888-4596-8a57-da363eb6ae10 2018-07-22 16:14:22,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:22,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57942e8342eadca8d9bbb2d71e640ad35989610a" 2018-07-22 16:14:22,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d538a43d-9476-41a7-8f31-7cf30738b3be Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:14:22,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d538a43d-9476-41a7-8f31-7cf30738b3be 2018-07-22 16:14:22,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-987336e1-85f5-44a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57942e8342eadca8d9bbb2d71e640ad35989610a" 2018-07-22 16:14:22,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c311617-4e6c-4f59-ad32-46eb9f7fd2bf Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-987336e1-85f5-44a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "id": "e29d101becc7444db74f5b6c8a75eec1", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}]} 2018-07-22 16:14:22,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-987336e1-85f5-44a-proj used request id req-7c311617-4e6c-4f59-ad32-46eb9f7fd2bf 2018-07-22 16:14:22,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57942e8342eadca8d9bbb2d71e640ad35989610a" 2018-07-22 16:14:22,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c012f6-a446-4723-a205-c0997e94e542 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:14:22,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c1c012f6-a446-4723-a205-c0997e94e542 2018-07-22 16:14:22,899 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-987336e1-85f5-44a-user 2018-07-22 16:14:22,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:22,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:14:22,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7289f56-aebf-4c85-a010-49e920451507 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:14:22,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e7289f56-aebf-4c85-a010-49e920451507 2018-07-22 16:14:22,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" -d '{"role": {"name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}}' 2018-07-22 16:14:23,085 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:14:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51380b57-7079-4e5b-afed-1dff1f5bb5b4 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45fe8a73a1144a558439e1744b82f59c", "links": {"self": "http://172.30.9.28:5000/v3/roles/45fe8a73a1144a558439e1744b82f59c"}, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}} 2018-07-22 16:14:23,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-51380b57-7079-4e5b-afed-1dff1f5bb5b4 2018-07-22 16:14:23,085 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-987336e1-85f5-44a-proj-role 2018-07-22 16:14:23,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/45fe8a73a1144a558439e1744b82f59c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:14:23,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-936db15d-3187-4414-b5c7-4cdd607098e5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45fe8a73a1144a558439e1744b82f59c", "links": {"self": "http://172.30.9.28:5000/v3/roles/45fe8a73a1144a558439e1744b82f59c"}, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}} 2018-07-22 16:14:23,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/45fe8a73a1144a558439e1744b82f59c used request id req-936db15d-3187-4414-b5c7-4cdd607098e5 2018-07-22 16:14:23,171 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-987336e1-85f5-44a-proj-role to project AnsibleProvisioningTests-987336e1-85f5-44a-proj 2018-07-22 16:14:23,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1/users/94a091e1a83649dca222178c9e129322/roles/45fe8a73a1144a558439e1744b82f59c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:14:23,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:14:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-959d0f8d-ec43-42f4-99bc-40f0149aa1a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:14:23,291 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1/users/94a091e1a83649dca222178c9e129322/roles/45fe8a73a1144a558439e1744b82f59c used request id req-959d0f8d-ec43-42f4-99bc-40f0149aa1a3 2018-07-22 16:14:23,291 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:14:23,292 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-07-22 16:14:23,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:23,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:23,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45fe8a73a1144a558439e1744b82f59c", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}], "expires_at": "2018-07-22T17:14:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-user", "id": "94a091e1a83649dca222178c9e129322"}, "audit_ids": ["0lh6II0uTJG0VxMOLsKHyA"], "issued_at": "2018-07-22T16:14:23.000000Z"}} 2018-07-22 16:14:23,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" 2018-07-22 16:14:23,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828db0d3-266f-4505-9c2c-88ddeec0acca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:23,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-828db0d3-266f-4505-9c2c-88ddeec0acca 2018-07-22 16:14:23,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" 2018-07-22 16:14:23,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-76415fda-fe3e-4674-9c6d-6caaaed1fa6a Date: Sun, 22 Jul 2018 16:14:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image"} 2018-07-22 16:14:23,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image used request id req-76415fda-fe3e-4674-9c6d-6caaaed1fa6a 2018-07-22 16:14:23,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" 2018-07-22 16:14:23,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-01b38677-bae7-43ca-b7e8-ea06c654981a Date: Sun, 22 Jul 2018 16:14:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:14:23,949 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-01b38677-bae7-43ca-b7e8-ea06c654981a 2018-07-22 16:14:23,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image"}' 2018-07-22 16:14:24,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7bba8b88-d0f7-48e6-a002-d4e15a22caf5 Date: Sun, 22 Jul 2018 16:14:24 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:14:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:14:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "min_disk": 0, "protected": false, "id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "file": "/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/file", "checksum": null, "owner": "e29d101becc7444db74f5b6c8a75eec1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:14:24,010 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7bba8b88-d0f7-48e6-a002-d4e15a22caf5 2018-07-22 16:14:24,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" -d '' 2018-07-22 16:14:29,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-703669ee-842e-4cbb-8b18-85f8c4d193dd Date: Sun, 22 Jul 2018 16:14:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:14:29,233 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/file used request id req-703669ee-842e-4cbb-8b18-85f8c4d193dd 2018-07-22 16:14:29,233 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-22 16:14:29,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" 2018-07-22 16:14:29,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-23c2a6d0-8410-40c7-be99-fd6b936dd7f2 Date: Sun, 22 Jul 2018 16:14:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:14:23Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-22T16:14:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/snap", "metadata": {}}], "self": "/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "min_disk": 0, "protected": false, "id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "file": "/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "e29d101becc7444db74f5b6c8a75eec1", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:14:29,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914 used request id req-23c2a6d0-8410-40c7-be99-fd6b936dd7f2 2018-07-22 16:14:29,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" 2018-07-22 16:14:29,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-2bc9b4ab-a2ec-408e-b733-458c383ca500 Date: Sun, 22 Jul 2018 16:14:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:14:29,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2bc9b4ab-a2ec-408e-b733-458c383ca500 2018-07-22 16:14:29,266 - create_image - INFO - Created image with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image 2018-07-22 16:14:29,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" 2018-07-22 16:14:29,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6fa759a6-5655-4f10-a372-ec8ade115977 Date: Sun, 22 Jul 2018 16:14:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:14:23Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-22T16:14:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/snap", "metadata": {}}], "self": "/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "min_disk": 0, "protected": false, "id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "file": "/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "e29d101becc7444db74f5b6c8a75eec1", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:14:29,284 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914 used request id req-6fa759a6-5655-4f10-a372-ec8ade115977 2018-07-22 16:14:29,285 - create_image - DEBUG - Instance status is - active 2018-07-22 16:14:29,285 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image 2018-07-22 16:14:29,285 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image 2018-07-22 16:14:29,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:29,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:29,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45fe8a73a1144a558439e1744b82f59c", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}], "expires_at": "2018-07-22T17:14:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-user", "id": "94a091e1a83649dca222178c9e129322"}, "audit_ids": ["OdfFvZhvT8qUQnSqk7cMow"], "issued_at": "2018-07-22T16:14:29.000000Z"}} 2018-07-22 16:14:29,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" 2018-07-22 16:14:29,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0ec0d96-0969-476e-bfa8-9ddf91707029 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:29,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a0ec0d96-0969-476e-bfa8-9ddf91707029 2018-07-22 16:14:29,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" 2018-07-22 16:14:29,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dacd2365-8946-48f6-b9f6-9cdc437a9a50 Date: Sun, 22 Jul 2018 16:14:29 GMT RESP BODY: {"networks":[]} 2018-07-22 16:14:29,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-dacd2365-8946-48f6-b9f6-9cdc437a9a50 2018-07-22 16:14:29,928 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net 2018-07-22 16:14:29,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" -d '{"network": {"mtu": 1450, "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net", "admin_state_up": true}}' 2018-07-22 16:14:30,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-9037f07d-1541-4af4-b1cd-70658929ea24 Date: Sun, 22 Jul 2018 16:14:30 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:14:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}} 2018-07-22 16:14:30,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9037f07d-1541-4af4-b1cd-70658929ea24 2018-07-22 16:14:30,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" 2018-07-22 16:14:30,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9223d80f-30ff-4f66-a552-e0d58cca4743 Date: Sun, 22 Jul 2018 16:14: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-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:14:30,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-9223d80f-30ff-4f66-a552-e0d58cca4743 2018-07-22 16:14:30,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" 2018-07-22 16:14:30,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-74820f92-c031-4779-8e9b-11ec6c58abf8 Date: Sun, 22 Jul 2018 16:14:30 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:14:30,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-74820f92-c031-4779-8e9b-11ec6c58abf8 2018-07-22 16:14:30,659 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet 2018-07-22 16:14:30,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" -d '{"subnets": [{"ip_version": 4, "network_id": "0ceea821-0e70-4807-8174-52634dfbfe55", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]}' 2018-07-22 16:14:31,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-02dc1581-53bd-40cd-a650-1767246ea8ae Date: Sun, 22 Jul 2018 16:14:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:31,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-02dc1581-53bd-40cd-a650-1767246ea8ae 2018-07-22 16:14:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" 2018-07-22 16:14:31,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-bf5b7ac3-2a3f-46c5-8d9b-3aedb328505b Date: Sun, 22 Jul 2018 16:14:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:14:31,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-bf5b7ac3-2a3f-46c5-8d9b-3aedb328505b 2018-07-22 16:14:31,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" 2018-07-22 16:14:31,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d79aa931-2a6f-4c90-accd-30d181a96a8e Date: Sun, 22 Jul 2018 16:14:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:31,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-d79aa931-2a6f-4c90-accd-30d181a96a8e 2018-07-22 16:14:31,756 - OpenStackNetwork - DEBUG - Network [0ceea821-0e70-4807-8174-52634dfbfe55] created successfully 2018-07-22 16:14:31,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:31,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:32,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45fe8a73a1144a558439e1744b82f59c", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}], "expires_at": "2018-07-22T17:14:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-user", "id": "94a091e1a83649dca222178c9e129322"}, "audit_ids": ["475ZeXI-StiTbaJfG4nNfw"], "issued_at": "2018-07-22T16:14:32.000000Z"}} 2018-07-22 16:14:32,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:32,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e036dcfb-d01f-4386-bce0-2aab6cba6e75 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:32,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e036dcfb-d01f-4386-bce0-2aab6cba6e75 2018-07-22 16:14:32,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:32,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a3315079-20b7-4f88-bb5c-545e5e2f0f2e Date: Sun, 22 Jul 2018 16:14:32 GMT RESP BODY: {"routers": []} 2018-07-22 16:14:32,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router&admin_state_up=True used request id req-a3315079-20b7-4f88-bb5c-545e5e2f0f2e 2018-07-22 16:14:32,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:32,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:32,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45fe8a73a1144a558439e1744b82f59c", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}], "expires_at": "2018-07-22T17:14:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-user", "id": "94a091e1a83649dca222178c9e129322"}, "audit_ids": ["8bK5g7XpQayToV02hC7PWg"], "issued_at": "2018-07-22T16:14:32.000000Z"}} 2018-07-22 16:14:32,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410a21f99a13cc6afa78c2630840290f5058dff6" 2018-07-22 16:14:32,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d09c19c-41e7-4a87-b6c5-a09238b35446 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:32,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0d09c19c-41e7-4a87-b6c5-a09238b35446 2018-07-22 16:14:32,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:33,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-b22855f1-73fc-48a5-8150-4db74f6bfe54 Date: Sun, 22 Jul 2018 16:14: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 16:14:33,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-b22855f1-73fc-48a5-8150-4db74f6bfe54 2018-07-22 16:14:33,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:33,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-321e071d-bd52-46a2-9f5b-2b16004d880a Date: Sun, 22 Jul 2018 16:14:33 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:14:33,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-321e071d-bd52-46a2-9f5b-2b16004d880a 2018-07-22 16:14:33,044 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router 2018-07-22 16:14:33,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router", "admin_state_up": true}}' 2018-07-22 16:14:34,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-ba24b407-f19d-43da-a652-0081b0c6efeb Date: Sun, 22 Jul 2018 16:14:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:33Z", "admin_state_up": true, "updated_at": "2018-07-22T16:14:34Z", "revision_number": 2, "routes": [], "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "a6ba3331-f934-478f-9f76-d240769f098d", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router"}} 2018-07-22 16:14:34,367 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-ba24b407-f19d-43da-a652-0081b0c6efeb 2018-07-22 16:14:34,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a6ba3331-f934-478f-9f76-d240769f098d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:34,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-97cf8178-e2a2-42b7-a607-08b1d1bbff6a Date: Sun, 22 Jul 2018 16:14:34 GMT RESP BODY: {"ports":[]} 2018-07-22 16:14:34,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a6ba3331-f934-478f-9f76-d240769f098d used request id req-97cf8178-e2a2-42b7-a607-08b1d1bbff6a 2018-07-22 16:14:34,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:34,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-7b881479-70e9-4dd4-a8ba-b7b77319d15d Date: Sun, 22 Jul 2018 16:14:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:14:34,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-7b881479-70e9-4dd4-a8ba-b7b77319d15d 2018-07-22 16:14:34,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:34,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:34,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:34,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b15fd021-210c-413f-9c1d-74e15fd7e89c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:34,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-b15fd021-210c-413f-9c1d-74e15fd7e89c 2018-07-22 16:14:34,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:34,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9dce8c56-6c06-4599-9861-974b728f45ce Date: Sun, 22 Jul 2018 16:14:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:34,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-9dce8c56-6c06-4599-9861-974b728f45ce 2018-07-22 16:14:34,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:34,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5a8a179d-d63b-46ac-ba77-876d5ea60751 Date: Sun, 22 Jul 2018 16:14:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:34,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet used request id req-5a8a179d-d63b-46ac-ba77-876d5ea60751 2018-07-22 16:14:34,777 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-22 16:14:34,777 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router 2018-07-22 16:14:34,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/a6ba3331-f934-478f-9f76-d240769f098d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" -d '{"subnet_id": "857cf9e4-fa73-4ac8-8b83-d1c9537804b0"}' 2018-07-22 16:14:37,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0047efe1-7d2b-4a96-b550-acf82df25995 Date: Sun, 22 Jul 2018 16:14:37 GMT RESP BODY: {"network_id": "0ceea821-0e70-4807-8174-52634dfbfe55", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "subnet_id": "857cf9e4-fa73-4ac8-8b83-d1c9537804b0", "subnet_ids": ["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"], "port_id": "9f6af912-e700-4fae-9901-31b91caa09e7", "id": "a6ba3331-f934-478f-9f76-d240769f098d"} 2018-07-22 16:14:37,067 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a6ba3331-f934-478f-9f76-d240769f098d/add_router_interface used request id req-0047efe1-7d2b-4a96-b550-acf82df25995 2018-07-22 16:14:37,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/a6ba3331-f934-478f-9f76-d240769f098d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:37,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-0a194806-5f3f-4c47-8f89-9c81ca761c65 Date: Sun, 22 Jul 2018 16:14:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:33Z", "admin_state_up": true, "updated_at": "2018-07-22T16:14:35Z", "revision_number": 3, "routes": [], "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "a6ba3331-f934-478f-9f76-d240769f098d", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router"}} 2018-07-22 16:14:37,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/a6ba3331-f934-478f-9f76-d240769f098d used request id req-0a194806-5f3f-4c47-8f89-9c81ca761c65 2018-07-22 16:14:37,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a6ba3331-f934-478f-9f76-d240769f098d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:37,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-53cd5976-6707-480f-abe7-979a4c90c75a Date: Sun, 22 Jul 2018 16:14:37 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:14:37,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a6ba3331-f934-478f-9f76-d240769f098d used request id req-53cd5976-6707-480f-abe7-979a4c90c75a 2018-07-22 16:14:37,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/857cf9e4-fa73-4ac8-8b83-d1c9537804b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:14:37,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-71e6073c-de3d-432e-b4d3-3e59a0b06d9f Date: Sun, 22 Jul 2018 16:14:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}} 2018-07-22 16:14:37,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/857cf9e4-fa73-4ac8-8b83-d1c9537804b0 used request id req-71e6073c-de3d-432e-b4d3-3e59a0b06d9f 2018-07-22 16:14:37,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:37,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:37,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:14:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Apx6k9plRYed1to9bURn1g"], "issued_at": "2018-07-22T16:14:37.000000Z"}} 2018-07-22 16:14:37,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}027786cc7a79e17f8026ac507832f74fbee8057d" 2018-07-22 16:14:37,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fbfcb95-2af4-49ba-93c1-1dedcee9d7a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:37,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1fbfcb95-2af4-49ba-93c1-1dedcee9d7a7 2018-07-22 16:14:37,794 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:14:37,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}027786cc7a79e17f8026ac507832f74fbee8057d" 2018-07-22 16:14:37,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7c79cc3-b3ad-4177-aa70-c38b03f3b85c x-compute-request-id: req-d7c79cc3-b3ad-4177-aa70-c38b03f3b85c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:14:37,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d7c79cc3-b3ad-4177-aa70-c38b03f3b85c 2018-07-22 16:14:37,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}027786cc7a79e17f8026ac507832f74fbee8057d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-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-07-22 16:14:38,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8156579-b332-4e6d-8757-efd6ddbdf854 x-compute-request-id: req-d8156579-b332-4e6d-8757-efd6ddbdf854 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "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": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb"}} 2018-07-22 16:14:38,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d8156579-b332-4e6d-8757-efd6ddbdf854 2018-07-22 16:14:38,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:38,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:38,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45fe8a73a1144a558439e1744b82f59c", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}], "expires_at": "2018-07-22T17:14:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-user", "id": "94a091e1a83649dca222178c9e129322"}, "audit_ids": ["yrJAKk4-RNWHvCUvYwNSfQ"], "issued_at": "2018-07-22T16:14:38.000000Z"}} 2018-07-22 16:14:38,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2230870f1600110b3536fb8effafc5f02553b655" 2018-07-22 16:14:38,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77efb229-2067-475e-83aa-619ebed2c2ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:38,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-77efb229-2067-475e-83aa-619ebed2c2ac 2018-07-22 16:14:38,475 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:14:38,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2230870f1600110b3536fb8effafc5f02553b655" 2018-07-22 16:14:38,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14: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-b17942fd-078b-40f6-8120-822480b284c1 x-compute-request-id: req-b17942fd-078b-40f6-8120-822480b284c1 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 16:14:38,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-b17942fd-078b-40f6-8120-822480b284c1 2018-07-22 16:14:38,658 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp... 2018-07-22 16:14:38,659 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 16:14:38,680 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp 2018-07-22 16:14:38,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2230870f1600110b3536fb8effafc5f02553b655" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGoXu2HAOFhKujW44qZYISAS6fYrEHrp7dtZB3M0CYxGCgw09Bxlau2yAfIasd3XWtOqhMQkorfUrbEHKfXBCryzgjuDUazc3zOTt2QHjOx0vebrFoox9G0TKlXjJCYB20tgYiAbcPJmWiJVspnhalbDjWu8/DVJfomoT/BuxtMQ==", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp"}}' 2018-07-22 16:14:38,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14: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-070babf0-d7cd-4d8f-b4be-4ca14c5b8d2b x-compute-request-id: req-070babf0-d7cd-4d8f-b4be-4ca14c5b8d2b Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGoXu2HAOFhKujW44qZYISAS6fYrEHrp7dtZB3M0CYxGCgw09Bxlau2yAfIasd3XWtOqhMQkorfUrbEHKfXBCryzgjuDUazc3zOTt2QHjOx0vebrFoox9G0TKlXjJCYB20tgYiAbcPJmWiJVspnhalbDjWu8/DVJfomoT/BuxtMQ==", "user_id": "94a091e1a83649dca222178c9e129322", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "fingerprint": "5a:18:36:16:29:c0:76:20:bc:c7:fa:64:6a:33:b8:94"}} 2018-07-22 16:14:38,734 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-070babf0-d7cd-4d8f-b4be-4ca14c5b8d2b 2018-07-22 16:14:38,737 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f.pub 2018-07-22 16:14:38,737 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f 2018-07-22 16:14:38,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:38,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:39,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45fe8a73a1144a558439e1744b82f59c", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}], "expires_at": "2018-07-22T17:14:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-user", "id": "94a091e1a83649dca222178c9e129322"}, "audit_ids": ["SQqQVrntRve8e2RLNFPuxw"], "issued_at": "2018-07-22T16:14:39.000000Z"}} 2018-07-22 16:14:39,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:39,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4020a59-780b-4d42-a192-26ae7bfab341 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:39,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d4020a59-780b-4d42-a192-26ae7bfab341 2018-07-22 16:14:39,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:39,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7828264b-4714-48fa-bfe8-7d643dd4c92e Date: Sun, 22 Jul 2018 16:14:39 GMT RESP BODY: {"security_groups": []} 2018-07-22 16:14:39,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp used request id req-7828264b-4714-48fa-bfe8-7d643dd4c92e 2018-07-22 16:14:39,409 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp... 2018-07-22 16:14:39,409 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp 2018-07-22 16:14:39,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" -d '{"security_group": {"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}}' 2018-07-22 16:14:39,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-d6df1642-7416-47e7-820d-fc08bd9d7333 Date: Sun, 22 Jul 2018 16:14:39 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "updated_at": "2018-07-22T16:14:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "7375a904-faa1-474d-b9a7-76053410f5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}], "revision_number": 2, "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}} 2018-07-22 16:14:39,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-d6df1642-7416-47e7-820d-fc08bd9d7333 2018-07-22 16:14:39,699 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:39,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:39,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b41193e5-9244-4a68-a2f5-00ade10d634c Date: Sun, 22 Jul 2018 16:14: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-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "7375a904-faa1-474d-b9a7-76053410f5ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806"}]} 2018-07-22 16:14:39,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-b41193e5-9244-4a68-a2f5-00ade10d634c 2018-07-22 16:14:39,769 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:39,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:39,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-63bbee06-cecd-4b34-8409-9f8c1bbc4a3d Date: Sun, 22 Jul 2018 16:14: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-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "7375a904-faa1-474d-b9a7-76053410f5ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806"}]} 2018-07-22 16:14:39,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-63bbee06-cecd-4b34-8409-9f8c1bbc4a3d 2018-07-22 16:14:39,803 - neutron_utils - INFO - Retrieving security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:39,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:39,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-171bd1db-60c7-442f-a6bc-16c853ac42b3 Date: Sun, 22 Jul 2018 16:14:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "updated_at": "2018-07-22T16:14:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "7375a904-faa1-474d-b9a7-76053410f5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}], "revision_number": 2, "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}]} 2018-07-22 16:14:39,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-171bd1db-60c7-442f-a6bc-16c853ac42b3 2018-07-22 16:14:39,883 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:39,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:39,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f3d886f3-eabc-41a6-ac4b-09a2014d28e9 Date: Sun, 22 Jul 2018 16:14: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-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "7375a904-faa1-474d-b9a7-76053410f5ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806"}]} 2018-07-22 16:14:39,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-f3d886f3-eabc-41a6-ac4b-09a2014d28e9 2018-07-22 16:14:39,911 - neutron_utils - INFO - Retrieving security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:39,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:39,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-ea306ace-9a73-4726-bfed-58a2300aa2bc Date: Sun, 22 Jul 2018 16:14:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "updated_at": "2018-07-22T16:14:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "7375a904-faa1-474d-b9a7-76053410f5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}], "revision_number": 2, "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}]} 2018-07-22 16:14:39,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-ea306ace-9a73-4726-bfed-58a2300aa2bc 2018-07-22 16:14:39,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:39,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:39,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-52520ecc-f748-4da5-ac68-557a857b9c5c Date: Sun, 22 Jul 2018 16:14: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-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "7375a904-faa1-474d-b9a7-76053410f5ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806"}]} 2018-07-22 16:14:39,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-52520ecc-f748-4da5-ac68-557a857b9c5c 2018-07-22 16:14:39,987 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp 2018-07-22 16:14:39,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:40,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-2c47102e-e943-4a86-825f-092f266b3718 Date: Sun, 22 Jul 2018 16:14:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "updated_at": "2018-07-22T16:14:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "7375a904-faa1-474d-b9a7-76053410f5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}], "revision_number": 2, "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}]} 2018-07-22 16:14:40,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp used request id req-2c47102e-e943-4a86-825f-092f266b3718 2018-07-22 16:14:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:40,040 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:40,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:40,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb4140d3-0434-4e7e-a4c0-d220c1e5e9ca Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:40,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-eb4140d3-0434-4e7e-a4c0-d220c1e5e9ca 2018-07-22 16:14:40,106 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:40,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:40,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ecef11bb-0a33-4627-9654-ee888b1a97fa Date: Sun, 22 Jul 2018 16:14: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-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "7375a904-faa1-474d-b9a7-76053410f5ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806"}]} 2018-07-22 16:14:40,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-ecef11bb-0a33-4627-9654-ee888b1a97fa 2018-07-22 16:14:40,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f"}}' 2018-07-22 16:14:40,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-370656f4-7f60-45cd-9603-fc071d4d6b10 Date: Sun, 22 Jul 2018 16:14:40 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-07-22T16:14:40Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:40Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "293912e7-4727-4911-9443-c22b6bbe286d"}} 2018-07-22 16:14:40,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-370656f4-7f60-45cd-9603-fc071d4d6b10 2018-07-22 16:14:40,285 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp 2018-07-22 16:14:40,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:40,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-2b9f5f50-edb5-41dc-8345-68e1c848ab0d Date: Sun, 22 Jul 2018 16:14:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "updated_at": "2018-07-22T16:14:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:40Z", "revision_number": 0, "id": "293912e7-4727-4911-9443-c22b6bbe286d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:40Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "7375a904-faa1-474d-b9a7-76053410f5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}], "revision_number": 3, "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}]} 2018-07-22 16:14:40,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp used request id req-2b9f5f50-edb5-41dc-8345-68e1c848ab0d 2018-07-22 16:14:40,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:40,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6540dfbd-26ce-4b44-9714-d5ae8d303fd3 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:40,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-6540dfbd-26ce-4b44-9714-d5ae8d303fd3 2018-07-22 16:14:40,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:40,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:40,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-beee7692-a340-492e-8c49-846869e3e2ea Date: Sun, 22 Jul 2018 16:14:40 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-07-22T16:14:40Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:40Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "293912e7-4727-4911-9443-c22b6bbe286d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "7375a904-faa1-474d-b9a7-76053410f5ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806"}]} 2018-07-22 16:14:40,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-beee7692-a340-492e-8c49-846869e3e2ea 2018-07-22 16:14:40,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f"}}' 2018-07-22 16:14:40,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-e57c1a60-61b0-4467-8891-489375af43e2 Date: Sun, 22 Jul 2018 16:14:40 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-07-22T16:14:40Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": 22, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:40Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "905f9ffb-7e7a-4029-9253-63d3ea37b978"}} 2018-07-22 16:14:40,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-e57c1a60-61b0-4467-8891-489375af43e2 2018-07-22 16:14:40,651 - neutron_utils - INFO - Retrieving security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:40,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:40,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-6a82959f-6dd0-425e-b1ec-96f5692ac243 Date: Sun, 22 Jul 2018 16:14:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "updated_at": "2018-07-22T16:14:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:40Z", "revision_number": 0, "id": "293912e7-4727-4911-9443-c22b6bbe286d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:40Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "7375a904-faa1-474d-b9a7-76053410f5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:14:40Z", "revision_number": 0, "id": "905f9ffb-7e7a-4029-9253-63d3ea37b978", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:40Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "revision_number": 0, "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}], "revision_number": 4, "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}]} 2018-07-22 16:14:40,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-6a82959f-6dd0-425e-b1ec-96f5692ac243 2018-07-22 16:14:40,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 947154fb-ca25-42c0-87a2-29e86dbccf2f 2018-07-22 16:14:40,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:14:40,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-686950ce-34ee-4190-9ec2-2ac3e9f13958 Date: Sun, 22 Jul 2018 16:14:40 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-07-22T16:14:40Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:40Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "293912e7-4727-4911-9443-c22b6bbe286d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "7375a904-faa1-474d-b9a7-76053410f5ac"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T16:14:40Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": 22, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:40Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "905f9ffb-7e7a-4029-9253-63d3ea37b978"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:39Z", "security_group_id": "947154fb-ca25-42c0-87a2-29e86dbccf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:39Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "aff34a31-22f1-4c53-b2af-ba67b8aca806"}]} 2018-07-22 16:14:40,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-686950ce-34ee-4190-9ec2-2ac3e9f13958 2018-07-22 16:14:40,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:40,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:41,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45fe8a73a1144a558439e1744b82f59c", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}], "expires_at": "2018-07-22T17:14:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-user", "id": "94a091e1a83649dca222178c9e129322"}, "audit_ids": ["9NG2ctvATRuZ7yDKJBXyZw"], "issued_at": "2018-07-22T16:14:41.000000Z"}} 2018-07-22 16:14:41,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:41,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c1c9f0e-2287-427c-8fd1-7bfe1dd4160a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:41,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-8c1c9f0e-2287-427c-8fd1-7bfe1dd4160a 2018-07-22 16:14:41,304 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:14:41,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:41,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ba66a9-f948-445c-a375-784f39581098 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:41,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-a4ba66a9-f948-445c-a375-784f39581098 2018-07-22 16:14:41,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:41,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-9c8f0ef4-b5da-4f79-9332-030e4cbc20d2 Date: Sun, 22 Jul 2018 16:14: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:14:41,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-9c8f0ef4-b5da-4f79-9332-030e4cbc20d2 2018-07-22 16:14:41,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:41,669 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:41,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:41,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b01439ef-1829-4e6d-875c-f93ba36df9f9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:41,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-b01439ef-1829-4e6d-875c-f93ba36df9f9 2018-07-22 16:14:41,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:41,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e7e295b3-d52a-4826-9941-f3d2e81cce84 Date: Sun, 22 Jul 2018 16:14:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:41,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-e7e295b3-d52a-4826-9941-f3d2e81cce84 2018-07-22 16:14:41,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:41,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-171dcd44-99fd-4ed5-ab93-6d6ddb0a59fa Date: Sun, 22 Jul 2018 16:14:41 GMT RESP BODY: {"ports":[]} 2018-07-22 16:14:41,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1&admin_state_up=True used request id req-171dcd44-99fd-4ed5-ab93-6d6ddb0a59fa 2018-07-22 16:14:41,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:42,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ba5174a-84db-46c4-a4dd-f55cac752f0a x-compute-request-id: req-2ba5174a-84db-46c4-a4dd-f55cac752f0a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:14:42,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst used request id req-2ba5174a-84db-46c4-a4dd-f55cac752f0a 2018-07-22 16:14:42,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:42,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-b39b0282-dc4e-452b-8681-44c744427138 Date: Sun, 22 Jul 2018 16:14: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:14:42,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-b39b0282-dc4e-452b-8681-44c744427138 2018-07-22 16:14:42,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:42,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68654a2-aaa7-4a3a-9a4b-6e8b841fba50 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:42,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-a68654a2-aaa7-4a3a-9a4b-6e8b841fba50 2018-07-22 16:14:42,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:42,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-04eec870-e7f4-4d24-9d08-f67398a5a82f Date: Sun, 22 Jul 2018 16:14:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:42,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-04eec870-e7f4-4d24-9d08-f67398a5a82f 2018-07-22 16:14:42,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:42,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c9e10ac4-7eda-465d-8f7e-fb7621c46290 Date: Sun, 22 Jul 2018 16:14:42 GMT RESP BODY: {"ports":[]} 2018-07-22 16:14:42,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1&admin_state_up=True used request id req-c9e10ac4-7eda-465d-8f7e-fb7621c46290 2018-07-22 16:14:42,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:14:42,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:14:42,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45fe8a73a1144a558439e1744b82f59c", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj-role"}], "expires_at": "2018-07-22T17:14:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_e29d101becc7444db74f5b6c8a75eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-987336e1-85f5-44a-user", "id": "94a091e1a83649dca222178c9e129322"}, "audit_ids": ["_AwHW76KRb2oGz4wrV26cw"], "issued_at": "2018-07-22T16:14:42.000000Z"}} 2018-07-22 16:14:42,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0479a90e4ea19c28f9be2e8a7e59f72866cd370" 2018-07-22 16:14:42,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c032128a-49d6-462d-9851-c06750e6de3e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:14:42,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c032128a-49d6-462d-9851-c06750e6de3e 2018-07-22 16:14:42,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:42,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-0b3543d3-56d9-4574-8afe-7dae99e1647a Date: Sun, 22 Jul 2018 16:14: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:14:42,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-0b3543d3-56d9-4574-8afe-7dae99e1647a 2018-07-22 16:14:42,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:42,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a9a160e9-7486-489a-a4ae-2d63aea1aa85 Date: Sun, 22 Jul 2018 16:14:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:42,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-a9a160e9-7486-489a-a4ae-2d63aea1aa85 2018-07-22 16:14:42,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:43,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-c5deb68f-847b-4dd7-bb50-b50e8b6d3595 Date: Sun, 22 Jul 2018 16:14: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:14:43,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-c5deb68f-847b-4dd7-bb50-b50e8b6d3595 2018-07-22 16:14:43,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:14:43,062 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:14:43,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0479a90e4ea19c28f9be2e8a7e59f72866cd370" 2018-07-22 16:14:43,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32dfe36f-416b-4571-99eb-1c2b879f8e4a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:43,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-32dfe36f-416b-4571-99eb-1c2b879f8e4a 2018-07-22 16:14:43,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:43,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7cf6895a-6376-48d0-addd-198cfdfa3db2 Date: Sun, 22 Jul 2018 16:14:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:43,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-7cf6895a-6376-48d0-addd-198cfdfa3db2 2018-07-22 16:14:43,194 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net 2018-07-22 16:14:43,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" -d '{"port": {"network_id": "0ceea821-0e70-4807-8174-52634dfbfe55", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1", "admin_state_up": true}}' 2018-07-22 16:14:44,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-bec472b4-32ad-46fd-a06f-1f18fb4aca8f Date: Sun, 22 Jul 2018 16:14:44 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:14:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:14:43Z","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:95:9a:0a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"id":"89084a59-9781-478a-bbd6-c87197ffd95a","security_groups":["9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"device_id":""}} 2018-07-22 16:14:44,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-bec472b4-32ad-46fd-a06f-1f18fb4aca8f 2018-07-22 16:14:44,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-b20bcc6d-2b0d-4b0f-a5f1-7b8ccd4b3c59 Date: Sun, 22 Jul 2018 16:14:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:14:44,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-b20bcc6d-2b0d-4b0f-a5f1-7b8ccd4b3c59 2018-07-22 16:14:44,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed613fdc-97e1-4305-b389-63b9db28eb66 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:44,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-ed613fdc-97e1-4305-b389-63b9db28eb66 2018-07-22 16:14:44,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e96d9d46-9dbc-4db7-9dfc-7755ee30d7b0 Date: Sun, 22 Jul 2018 16:14:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:14:44,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-e96d9d46-9dbc-4db7-9dfc-7755ee30d7b0 2018-07-22 16:14:44,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-ee3ea90a-432a-4048-832f-7c42953989cb Date: Sun, 22 Jul 2018 16:14:44 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:43Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:43Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:95:9a:0a","id":"89084a59-9781-478a-bbd6-c87197ffd95a","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":["9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1"}]} 2018-07-22 16:14:44,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1&admin_state_up=True used request id req-ee3ea90a-432a-4048-832f-7c42953989cb 2018-07-22 16:14:44,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098b542b-6d0c-4734-ace9-f3f93eaa58a7 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:14:44,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-098b542b-6d0c-4734-ace9-f3f93eaa58a7 2018-07-22 16:14:44,445 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst 2018-07-22 16:14:44,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-1d3be3dc-f7a5-483f-9c65-9e8c074939f9 x-compute-request-id: req-1d3be3dc-f7a5-483f-9c65-9e8c074939f9 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-flavor-name"}]} 2018-07-22 16:14:44,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1d3be3dc-f7a5-483f-9c65-9e8c074939f9 2018-07-22 16:14:44,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-69c7975f-d7ac-4b74-bea1-e90b45765d40 x-compute-request-id: req-69c7975f-d7ac-4b74-bea1-e90b45765d40 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "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": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb"}} 2018-07-22 16:14:44,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb used request id req-69c7975f-d7ac-4b74-bea1-e90b45765d40 2018-07-22 16:14:44,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-5628ab9e-9fd0-404a-beb8-d16818a6d6a7 Date: Sun, 22 Jul 2018 16:14:44 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:14:23Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-22T16:14:29Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/snap", "metadata": {}}], "self": "/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "min_disk": 0, "protected": false, "id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "file": "/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "e29d101becc7444db74f5b6c8a75eec1", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image"} 2018-07-22 16:14:44,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image used request id req-5628ab9e-9fd0-404a-beb8-d16818a6d6a7 2018-07-22 16:14:44,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:44,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-87cd142a-435e-44b9-8ff4-ae7cad52631d Date: Sun, 22 Jul 2018 16:14:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:14:44,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-87cd142a-435e-44b9-8ff4-ae7cad52631d 2018-07-22 16:14:44,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" -d '{"server": {"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "imageRef": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "flavorRef": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "max_count": 1, "min_count": 1, "networks": [{"port": "89084a59-9781-478a-bbd6-c87197ffd95a"}]}}' 2018-07-22 16:14:45,814 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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-02614011-9168-4b59-a7da-34f2fb76e150 x-compute-request-id: req-02614011-9168-4b59-a7da-34f2fb76e150 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "adminPass": "eRuhqPJ7Hvn8"}} 2018-07-22 16:14:45,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-02614011-9168-4b59-a7da-34f2fb76e150 2018-07-22 16:14:45,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:46,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14: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-ab23a6e0-9eed-435b-acfc-a5ed0a92af9d x-compute-request-id: req-ab23a6e0-9eed-435b-acfc-a5ed0a92af9d Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "user_id": "94a091e1a83649dca222178c9e129322", "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-07-22T16:14:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:14:46,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-ab23a6e0-9eed-435b-acfc-a5ed0a92af9d 2018-07-22 16:14:46,085 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst 2018-07-22 16:14:46,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:46,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc5b4057-23b2-4e6d-aca0-ff254535a43d x-compute-request-id: req-dc5b4057-23b2-4e6d-aca0-ff254535a43d Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "user_id": "94a091e1a83649dca222178c9e129322", "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-07-22T16:14:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:14:46,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-dc5b4057-23b2-4e6d-aca0-ff254535a43d 2018-07-22 16:14:46,363 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:14:46,363 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:14:49,366 - create_instance - DEBUG - VM status query timeout in 896.719313145 2018-07-22 16:14:49,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:49,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87a991ca-c152-4b01-aa62-784d95bdc8b2 x-compute-request-id: req-87a991ca-c152-4b01-aa62-784d95bdc8b2 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:14:49,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-87a991ca-c152-4b01-aa62-784d95bdc8b2 2018-07-22 16:14:49,693 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:14:49,693 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:14:52,696 - create_instance - DEBUG - VM status query timeout in 893.389239073 2018-07-22 16:14:52,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:52,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d06e6969-c46c-4a16-a5ea-3cce922ccf8a x-compute-request-id: req-d06e6969-c46c-4a16-a5ea-3cce922ccf8a Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:14:52,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-d06e6969-c46c-4a16-a5ea-3cce922ccf8a 2018-07-22 16:14:52,975 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:14:52,975 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:14:55,978 - create_instance - DEBUG - VM status query timeout in 890.107326031 2018-07-22 16:14:55,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:56,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8a8ab60-3eee-4fe2-bfd6-222bf7c02f22 x-compute-request-id: req-b8a8ab60-3eee-4fe2-bfd6-222bf7c02f22 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:14:56,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-b8a8ab60-3eee-4fe2-bfd6-222bf7c02f22 2018-07-22 16:14:56,533 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:14:56,533 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:14:59,536 - create_instance - DEBUG - VM status query timeout in 886.549218178 2018-07-22 16:14:59,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:14:59,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-feb45436-7db7-477d-a3a0-15f05f0a2e16 x-compute-request-id: req-feb45436-7db7-477d-a3a0-15f05f0a2e16 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:14:59,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-feb45436-7db7-477d-a3a0-15f05f0a2e16 2018-07-22 16:14:59,705 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:14:59,706 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:02,709 - create_instance - DEBUG - VM status query timeout in 883.376852036 2018-07-22 16:15:02,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:03,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4955ddc9-8e6a-4fe8-bc43-688f958fa0a7 x-compute-request-id: req-4955ddc9-8e6a-4fe8-bc43-688f958fa0a7 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:03,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-4955ddc9-8e6a-4fe8-bc43-688f958fa0a7 2018-07-22 16:15:03,309 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:03,309 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:06,312 - create_instance - DEBUG - VM status query timeout in 879.773339033 2018-07-22 16:15:06,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:06,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c143a9b2-0714-4795-ad00-3aeb7fee1e6e x-compute-request-id: req-c143a9b2-0714-4795-ad00-3aeb7fee1e6e Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:06,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-c143a9b2-0714-4795-ad00-3aeb7fee1e6e 2018-07-22 16:15:06,640 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:06,640 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:09,643 - create_instance - DEBUG - VM status query timeout in 876.442620039 2018-07-22 16:15:09,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:10,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-431a4e51-dff1-4eb7-b23f-abf3a704abbe x-compute-request-id: req-431a4e51-dff1-4eb7-b23f-abf3a704abbe Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:10,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-431a4e51-dff1-4eb7-b23f-abf3a704abbe 2018-07-22 16:15:10,139 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:10,140 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:13,143 - create_instance - DEBUG - VM status query timeout in 872.942806005 2018-07-22 16:15:13,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:13,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-4b140398-1d06-430c-a763-a2e26588249a x-compute-request-id: req-4b140398-1d06-430c-a763-a2e26588249a Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:13,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-4b140398-1d06-430c-a763-a2e26588249a 2018-07-22 16:15:13,462 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:13,462 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:16,466 - create_instance - DEBUG - VM status query timeout in 869.620071173 2018-07-22 16:15:16,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:16,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15: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-3332ba62-b242-4865-919e-465c16120ee8 x-compute-request-id: req-3332ba62-b242-4865-919e-465c16120ee8 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:16,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-3332ba62-b242-4865-919e-465c16120ee8 2018-07-22 16:15:16,640 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:16,640 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:19,643 - create_instance - DEBUG - VM status query timeout in 866.442496061 2018-07-22 16:15:19,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:19,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15: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-2cb4152c-2676-4995-b078-7a3cf7a167cc x-compute-request-id: req-2cb4152c-2676-4995-b078-7a3cf7a167cc Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:19,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-2cb4152c-2676-4995-b078-7a3cf7a167cc 2018-07-22 16:15:19,977 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:19,977 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:22,980 - create_instance - DEBUG - VM status query timeout in 863.105363131 2018-07-22 16:15:22,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:23,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15: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-48d86fe1-6092-43c7-89bc-d57fd836ac7e x-compute-request-id: req-48d86fe1-6092-43c7-89bc-d57fd836ac7e Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:23,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-48d86fe1-6092-43c7-89bc-d57fd836ac7e 2018-07-22 16:15:23,154 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:23,155 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:26,158 - create_instance - DEBUG - VM status query timeout in 859.927796125 2018-07-22 16:15:26,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:26,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e525b08f-46c1-4d57-b811-f20416c2d83e x-compute-request-id: req-e525b08f-46c1-4d57-b811-f20416c2d83e Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:26,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-e525b08f-46c1-4d57-b811-f20416c2d83e 2018-07-22 16:15:26,500 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:26,500 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:29,503 - create_instance - DEBUG - VM status query timeout in 856.58256197 2018-07-22 16:15:29,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:29,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15: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-9b1840a0-6d8b-4417-884c-c36c61cf9e92 x-compute-request-id: req-9b1840a0-6d8b-4417-884c-c36c61cf9e92 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:29,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-9b1840a0-6d8b-4417-884c-c36c61cf9e92 2018-07-22 16:15:29,676 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:29,677 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:32,680 - create_instance - DEBUG - VM status query timeout in 853.405730009 2018-07-22 16:15:32,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:33,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66370db3-1ee5-41e5-889b-e15ccb023d60 x-compute-request-id: req-66370db3-1ee5-41e5-889b-e15ccb023d60 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:33,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-66370db3-1ee5-41e5-889b-e15ccb023d60 2018-07-22 16:15:33,014 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:33,014 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:36,017 - create_instance - DEBUG - VM status query timeout in 850.068165064 2018-07-22 16:15:36,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:36,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-1a2ac003-575f-4d9d-9e49-fbd7e623829d x-compute-request-id: req-1a2ac003-575f-4d9d-9e49-fbd7e623829d Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:36,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-1a2ac003-575f-4d9d-9e49-fbd7e623829d 2018-07-22 16:15:36,364 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:36,364 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:39,368 - create_instance - DEBUG - VM status query timeout in 846.718022108 2018-07-22 16:15:39,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:39,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4276bd54-7867-41cb-8353-2c79375d7db7 x-compute-request-id: req-4276bd54-7867-41cb-8353-2c79375d7db7 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:39,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-4276bd54-7867-41cb-8353-2c79375d7db7 2018-07-22 16:15:39,694 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:39,695 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:42,698 - create_instance - DEBUG - VM status query timeout in 843.387837172 2018-07-22 16:15:42,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:43,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f3ef0c0-5c24-4fd1-bb9b-245d78b086fb x-compute-request-id: req-1f3ef0c0-5c24-4fd1-bb9b-245d78b086fb Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:43,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-1f3ef0c0-5c24-4fd1-bb9b-245d78b086fb 2018-07-22 16:15:43,192 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:43,192 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:46,196 - create_instance - DEBUG - VM status query timeout in 839.889973164 2018-07-22 16:15:46,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:46,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b684c54c-4b07-442a-8e11-30626de9a106 x-compute-request-id: req-b684c54c-4b07-442a-8e11-30626de9a106 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:46,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-b684c54c-4b07-442a-8e11-30626de9a106 2018-07-22 16:15:46,525 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:46,525 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:49,528 - create_instance - DEBUG - VM status query timeout in 836.557557106 2018-07-22 16:15:49,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:49,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f3fde4d-8bd9-4c0c-8b6c-2c92cbbec115 x-compute-request-id: req-8f3fde4d-8bd9-4c0c-8b6c-2c92cbbec115 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:49,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-8f3fde4d-8bd9-4c0c-8b6c-2c92cbbec115 2018-07-22 16:15:49,712 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:49,712 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:52,716 - create_instance - DEBUG - VM status query timeout in 833.37009716 2018-07-22 16:15:52,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:53,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2af07a3f-95e1-4483-8ce0-48f7491c5b88 x-compute-request-id: req-2af07a3f-95e1-4483-8ce0-48f7491c5b88 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:53,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-2af07a3f-95e1-4483-8ce0-48f7491c5b88 2018-07-22 16:15:53,241 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:53,241 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:56,244 - create_instance - DEBUG - VM status query timeout in 829.841381073 2018-07-22 16:15:56,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:56,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:15:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b5f1439-be02-41e4-bdd4-06fab3840c85 x-compute-request-id: req-2b5f1439-be02-41e4-bdd4-06fab3840c85 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:56,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-2b5f1439-be02-41e4-bdd4-06fab3840c85 2018-07-22 16:15:56,594 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:56,594 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:15:59,598 - create_instance - DEBUG - VM status query timeout in 826.488051176 2018-07-22 16:15:59,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:15:59,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-c0c6107f-3504-4fb2-9174-5f67b9efd05f x-compute-request-id: req-c0c6107f-3504-4fb2-9174-5f67b9efd05f Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:15:59,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-c0c6107f-3504-4fb2-9174-5f67b9efd05f 2018-07-22 16:15:59,912 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:15:59,912 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:16:02,915 - create_instance - DEBUG - VM status query timeout in 823.170173168 2018-07-22 16:16:02,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:03,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d0812d9-397f-4607-b73c-490d0878c2a3 x-compute-request-id: req-1d0812d9-397f-4607-b73c-490d0878c2a3 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:03,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-1d0812d9-397f-4607-b73c-490d0878c2a3 2018-07-22 16:16:03,276 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:16:03,276 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:16:06,279 - create_instance - DEBUG - VM status query timeout in 819.806185961 2018-07-22 16:16:06,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:06,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7428d95-a490-4f7f-8e15-6a3220b6f3e6 x-compute-request-id: req-e7428d95-a490-4f7f-8e15-6a3220b6f3e6 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:06,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-e7428d95-a490-4f7f-8e15-6a3220b6f3e6 2018-07-22 16:16:06,473 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:16:06,473 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:16:09,477 - create_instance - DEBUG - VM status query timeout in 816.60909009 2018-07-22 16:16:09,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:09,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ce6bbba-9273-4893-953d-7920c4f1f5da x-compute-request-id: req-3ce6bbba-9273-4893-953d-7920c4f1f5da Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:09,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-3ce6bbba-9273-4893-953d-7920c4f1f5da 2018-07-22 16:16:09,684 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:16:09,684 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:16:12,685 - create_instance - DEBUG - VM status query timeout in 813.400541067 2018-07-22 16:16:12,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:13,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6315c32e-71f8-4ed8-8c13-23f21eae886e x-compute-request-id: req-6315c32e-71f8-4ed8-8c13-23f21eae886e Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:13,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-6315c32e-71f8-4ed8-8c13-23f21eae886e 2018-07-22 16:16:13,035 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:16:13,035 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:16:16,038 - create_instance - DEBUG - VM status query timeout in 810.047474146 2018-07-22 16:16:16,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:16,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16: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-5cf4290f-8972-43b8-ae85-51dc7dcf500b x-compute-request-id: req-5cf4290f-8972-43b8-ae85-51dc7dcf500b Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:16,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-5cf4290f-8972-43b8-ae85-51dc7dcf500b 2018-07-22 16:16:16,526 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:16:16,526 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:16:19,529 - create_instance - DEBUG - VM status query timeout in 806.55665803 2018-07-22 16:16:19,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:19,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b919a30c-26c8-48a5-8614-14913814410c x-compute-request-id: req-b919a30c-26c8-48a5-8614-14913814410c Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:14:46Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:19,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-b919a30c-26c8-48a5-8614-14913814410c 2018-07-22 16:16:19,876 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - BUILD 2018-07-22 16:16:19,876 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:16:22,879 - create_instance - DEBUG - VM status query timeout in 803.206463099 2018-07-22 16:16:22,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:23,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd60bc5f-6156-4b6d-8e17-c5f716bd6f19 x-compute-request-id: req-cd60bc5f-6156-4b6d-8e17-c5f716bd6f19 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:23,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-cd60bc5f-6156-4b6d-8e17-c5f716bd6f19 2018-07-22 16:16:23,091 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - ACTIVE 2018-07-22 16:16:23,091 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:16:23,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:23,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d7af263-aa95-4a08-b1b9-ec47723a7312 x-compute-request-id: req-6d7af263-aa95-4a08-b1b9-ec47723a7312 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:23,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-6d7af263-aa95-4a08-b1b9-ec47723a7312 2018-07-22 16:16:23,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:23,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-969be13d-c458-4896-a61c-c3a032a3b726 Date: Sun, 22 Jul 2018 16:16: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:16:23,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-969be13d-c458-4896-a61c-c3a032a3b726 2018-07-22 16:16:23,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:23,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e3f71bd-bb64-4926-8735-d676a7073246 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:23,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-7e3f71bd-bb64-4926-8735-d676a7073246 2018-07-22 16:16:23,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:23,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a5f745db-bf9b-4546-bed6-0754a8d66e4a Date: Sun, 22 Jul 2018 16:16:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:16:23,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-a5f745db-bf9b-4546-bed6-0754a8d66e4a 2018-07-22 16:16:23,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:23,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2259 X-Openstack-Request-Id: req-a505ea04-9ce1-4972-820d-56d182205d51 Date: Sun, 22 Jul 2018 16:16:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ceea821-0e70-4807-8174-52634dfbfe55","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c2:87:78","id":"1611a844-8002-44b3-8468-2f9b019067fb","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:43Z","admin_state_up":true,"updated_at":"2018-07-22T16:16:19Z","binding:vnic_type":"normal","device_id":"3e22999f-c43d-4a62-b6b7-b52cae12458f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:95:9a:0a","id":"89084a59-9781-478a-bbd6-c87197ffd95a","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":["9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:16:23,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-a505ea04-9ce1-4972-820d-56d182205d51 2018-07-22 16:16:23,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:23,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-041f965f-8705-4329-bd53-3d376a7627ae Date: Sun, 22 Jul 2018 16:16:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:33Z", "admin_state_up": true, "updated_at": "2018-07-22T16:14:35Z", "revision_number": 3, "routes": [], "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "a6ba3331-f934-478f-9f76-d240769f098d", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router"}]} 2018-07-22 16:16:23,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router used request id req-041f965f-8705-4329-bd53-3d376a7627ae 2018-07-22 16:16:23,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:23,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d55b952-f472-4e0a-9c81-d7ff57fb6c58 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:23,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-1d55b952-f472-4e0a-9c81-d7ff57fb6c58 2018-07-22 16:16:23,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a6ba3331-f934-478f-9f76-d240769f098d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:24,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-0edf1676-3eae-415e-a90d-0b2b5ff8fefa Date: Sun, 22 Jul 2018 16:16:24 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:16:24,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a6ba3331-f934-478f-9f76-d240769f098d used request id req-0edf1676-3eae-415e-a90d-0b2b5ff8fefa 2018-07-22 16:16:24,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/857cf9e4-fa73-4ac8-8b83-d1c9537804b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:24,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-5ef32a40-1756-49d9-b05d-f46e1190481e Date: Sun, 22 Jul 2018 16:16:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}} 2018-07-22 16:16:24,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/857cf9e4-fa73-4ac8-8b83-d1c9537804b0 used request id req-5ef32a40-1756-49d9-b05d-f46e1190481e 2018-07-22 16:16:24,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:24,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-4fb7f18c-7633-4191-940c-66607140e84a Date: Sun, 22 Jul 2018 16:16: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 16:16:24,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-4fb7f18c-7633-4191-940c-66607140e84a 2018-07-22 16:16:24,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:24,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-519f0adb-928e-4bfc-a581-99b884809cc3 Date: Sun, 22 Jul 2018 16:16:24 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:16:24,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-519f0adb-928e-4bfc-a581-99b884809cc3 2018-07-22 16:16:24,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:24,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af6cc8d3-b59d-423b-ae0b-2c835a837393 x-compute-request-id: req-af6cc8d3-b59d-423b-ae0b-2c835a837393 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:24,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-af6cc8d3-b59d-423b-ae0b-2c835a837393 2018-07-22 16:16:24,532 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - ACTIVE 2018-07-22 16:16:24,532 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:16:24,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:25,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dfcf7fa-67ab-49e0-b18a-efc0d3992f97 x-compute-request-id: req-8dfcf7fa-67ab-49e0-b18a-efc0d3992f97 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:25,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-8dfcf7fa-67ab-49e0-b18a-efc0d3992f97 2018-07-22 16:16:25,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:25,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-7f7830b8-29ed-47e3-a28b-e696fd5303e9 Date: Sun, 22 Jul 2018 16:16: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:16:25,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-7f7830b8-29ed-47e3-a28b-e696fd5303e9 2018-07-22 16:16:25,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:25,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b2caebf-ea41-42de-964f-41b1f55a3435 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:25,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-9b2caebf-ea41-42de-964f-41b1f55a3435 2018-07-22 16:16:25,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:25,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-45abc48c-5cd9-4dd5-b8d7-d614204ea00f Date: Sun, 22 Jul 2018 16:16:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:16:25,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-45abc48c-5cd9-4dd5-b8d7-d614204ea00f 2018-07-22 16:16:25,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:25,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2259 X-Openstack-Request-Id: req-53c2c5a6-4df6-41d2-b535-55e0fb400729 Date: Sun, 22 Jul 2018 16:16:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ceea821-0e70-4807-8174-52634dfbfe55","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c2:87:78","id":"1611a844-8002-44b3-8468-2f9b019067fb","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:43Z","admin_state_up":true,"updated_at":"2018-07-22T16:16:19Z","binding:vnic_type":"normal","device_id":"3e22999f-c43d-4a62-b6b7-b52cae12458f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:95:9a:0a","id":"89084a59-9781-478a-bbd6-c87197ffd95a","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":["9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:16:25,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-53c2c5a6-4df6-41d2-b535-55e0fb400729 2018-07-22 16:16:25,375 - neutron_utils - INFO - Creating floating ip to external network - external 2018-07-22 16:16:25,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:25,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-b499ee58-b4c1-4dcd-a787-12eb370600df Date: Sun, 22 Jul 2018 16:16:25 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 16:16:25,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-b499ee58-b4c1-4dcd-a787-12eb370600df 2018-07-22 16:16:25,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:25,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-556a095d-6e8b-417e-b259-2b40dcdd698f Date: Sun, 22 Jul 2018 16:16:25 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:16:25,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-556a095d-6e8b-417e-b259-2b40dcdd698f 2018-07-22 16:16:25,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" -d '{"floatingip": {"floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "port_id": "89084a59-9781-478a-bbd6-c87197ffd95a"}}' 2018-07-22 16:16:27,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-2a7b74b7-8608-4552-86e0-4055288207c5 Date: Sun, 22 Jul 2018 16:16:27 GMT RESP BODY: {"floatingip": {"router_id": "a6ba3331-f934-478f-9f76-d240769f098d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T16:16:26Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "10.55.1.3", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "89084a59-9781-478a-bbd6-c87197ffd95a", "id": "ffd0cde3-65ea-4882-b941-876c681fa8a1", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:16:26Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}} 2018-07-22 16:16:27,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-2a7b74b7-8608-4552-86e0-4055288207c5 2018-07-22 16:16:27,124 - create_instance - INFO - Created floating IP 172.30.9.211 via router - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router 2018-07-22 16:16:27,124 - create_instance_tests - INFO - Looking for IP 10.55.1.3 in the console log 2018-07-22 16:16:27,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:27,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-379751ea-1ec8-4220-bc1c-b69115720179 x-compute-request-id: req-379751ea-1ec8-4220-bc1c-b69115720179 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:27,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-379751ea-1ec8-4220-bc1c-b69115720179 2018-07-22 16:16:27,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 16:16:27,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13b4ff7d-7650-490c-b52c-92b0a13fb39f x-compute-request-id: req-13b4ff7d-7650-490c-b52c-92b0a13fb39f Content-Encoding: gzip Content-Length: 9416 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.009091] AppArmor: AppArmor initialized\n[ 0.010116] Yama: becoming mindful.\n[ 0.011117] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013304] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016517] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018063] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.019939] Initializing cgroup subsys memory\n[ 0.020006] Initializing cgroup subsys devices\n[ 0.021070] Initializing cgroup subsys freezer\n[ 0.022123] Initializing cgroup subsys blkio\n[ 0.024003] Initializing cgroup subsys perf_event\n[ 0.025141] Initializing cgroup subsys hugetlb\n[ 0.026242] CPU: Physical Processor ID: 0\n[ 0.027216] FEATURE SPEC_CTRL Present\n[ 0.028735] mce: CPU supports 10 MCE banks\n[ 0.029776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029776] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033470] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.035132] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.036003] Speculative Store Bypass: Vulnerable\n[ 0.037396] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.042451] ACPI: Core revision 20131115\n[ 0.044459] ACPI: All ACPI Tables successfully acquired\n[ 0.045820] ftrace: allocating 28727 entries in 113 pages\n[ 0.068262] Enabling x2apic\n[ 0.069042] Enabled x2apic\n[ 0.069984] Switched APIC routing to physical x2apic.\n[ 0.072901] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074356] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.077081] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084910] KVM setup paravirtual spinlock\n[ 0.087165] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088150] x86: Booting SMP configuration:\n[ 0.089232] .... node #0, CPUs: #1[ 0.087130] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104024] x86: Booted up 1 node, 2 CPUs\n[ 0.104032] KVM setup async PF for cpu 1\n[ 0.104035] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107583] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108334] devtmpfs: initialized\n[ 0.110101] EVM: security.selinux\n[ 0.111044] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112844] EVM: security.capability\n[ 0.113838] pinctrl core: initialized pinctrl subsystem\n[ 0.116044] regulator-dummy: no parameters\n[ 0.117188] RTC time: 16:16:19, date: 07/22/18\n[ 0.118380] NET: Registered protocol family 16\n[ 0.119666] cpuidle: using governor ladder\n[ 0.120003] cpuidle: using governor menu\n[ 0.121126] ACPI: bus type PCI registered\n[ 0.122212] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.123906] PCI: Using configuration type 1 for base access\n[ 0.124547] bio: create slab at 0\n[ 0.125176] ACPI: Added _OSI(Module Device)\n[ 0.125184] ACPI: Added _OSI(Processor Device)\n[ 0.128003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.129257] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.131588] ACPI: Interpreter enabled\n[ 0.132006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.134482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.136658] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.139108] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.141570] ACPI: (supports S0 S5)\n[ 0.142486] ACPI: Using IOAPIC for interrupt routing\n[ 0.143785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.144187] ACPI: No dock devices found.\n[ 0.147044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.148007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.149753] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.155042] acpiphp: Slot [3] registered\n[ 0.156019] acpiphp: Slot [4] registered\n[ 0.157067] acpiphp: Slot [5] registered\n[ 0.158120] acpiphp: Slot [6] registered\n[ 0.159232] acpiphp: Slot [7] registered\n[ 0.160018] acpiphp: Slot [8] registered\n[ 0.161064] acpiphp: Slot [9] registered\n[ 0.162152] acpiphp: Slot [10] registered\n[ 0.163279] acpiphp: Slot [11] registered\n[ 0.164018] acpiphp: Slot [12] registered\n[ 0.165077] acpiphp: Slot [13] registered\n[ 0.166011] acpiphp: Slot [14] registered\n[ 0.166837] acpiphp: Slot [15] registered\n[ 0.167675] acpiphp: Slot [16] registered\n[ 0.168025] acpiphp: Slot [17] registered\n[ 0.168887] acpiphp: Slot [18] registered\n[ 0.169764] acpiphp: Slot [19] registered\n[ 0.170630] acpiphp: Slot [20] registered\n[ 0.171516] acpiphp: Slot [21] registered\n[ 0.172016] acpiphp: Slot [22] registered\n[ 0.172859] acpiphp: Slot [23] registered\n[ 0.173763] acpiphp: Slot [24] registered\n[ 0.174637] acpiphp: Slot [25] registered\n[ 0.175503] acpiphp: Slot [26] registered\n[ 0.176016] acpiphp: Slot [27] registered\n[ 0.176881] acpiphp: Slot [28] registered\n[ 0.177744] acpiphp: Slot [29] registered\n[ 0.178598] acpiphp: Slot [30] registered\n[ 0.179440] acpiphp: Slot [31] registered\n[ 0.180010] PCI host bridge to bus 0000:00\n[ 0.180904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.181981] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.183165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.185325] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.186654] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192349] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.212439] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.213972] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.215462] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.216714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.218151] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.219726] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.220192] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.221188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.222823] vgaarb: loaded\n[ 0.223476] vgaarb: bridge control possible 0000:00:02.0\n[ 0.224195] SCSI subsystem initialized\n[ 0.225125] ACPI: bus type USB registered\n[ 0.225125] usbcore: registered new interface driver usbfs\n[ 0.226050] usbcore: registered new interface driver hub\n[ 0.228039] usbcore: registered new device driver usb\n[ 0.229082] PCI: Using ACPI for IRQ routing\n[ 0.229167] NetLabel: Initializing\n[ 0.229915] NetLabel: domain hash size = 128\n[ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.233009] NetLabel: unlabeled traffic allowed by default\n[ 0.234178] Switched to clocksource kvm-clock\n[ 0.239046] AppArmor: AppArmor Filesystem Enabled\n[ 0.240017] pnp: PnP ACPI init\n[ 0.240696] ACPI: bus type PNP registered\n[ 0.241955] pnp: PnP ACPI: found 8 devices\n[ 0.242806] ACPI: bus type PNP unregistered\n[ 0.249768] NET: Registered protocol family 2\n[ 0.250917] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.252563] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.255636] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257267] TCP: reno registered\n[ 0.258036] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.259233] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260633] NET: Registered protocol family 1\n[ 0.261597] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.262822] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.263942] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.285593] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.307538] Trying to unpack rootfs image as initramfs...\n[ 0.398101] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.400081] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.401193] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.402461] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.404190] Scanning for low memory corruption every 60 seconds\n[ 0.405737] Initialise system trusted keyring\n[ 0.406733] audit: initializing netlink socket (disabled)\n[ 0.407855] type=2000 audit(1532276180.405:1): initialized\n[ 0.427283] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.429243] zbud: loaded\n[ 0.430074] VFS: Disk quotas dquot_6.5.2\n[ 0.430957] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.432514] fuse init (API version 7.22)\n[ 0.433424] msgmni has been set to 3997\n[ 0.434309] Key type big_key registered\n[ 0.435382] Key type asymmetric registered\n[ 0.436271] Asymmetric key parser 'x509' registered\n[ 0.437285] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.438874] io scheduler noop registered\n[ 0.439717] io scheduler deadline registered (default)\n[ 0.440769] io scheduler cfq registered\n[ 0.441666] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.442783] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.444121] ipmi message handler version 39.2\n[ 0.445101] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.446640] ACPI: Power Button [PWRF]\n[ 0.447542] GHES: HEST is not enabled!\n[ 0.469179] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.512087] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.513766] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.537443] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.539661] Linux agpgart interface v0.103\n[ 0.541289] brd: module loaded\n[ 0.542355] loop: module loaded\n[ 0.543372] blk-mq: CPU -> queue map\n[ 0.544183] CPU 0 -> Queue 0\n[ 0.544892] CPU 1 -> Queue 0\n[ 0.546172] vda: vda1\n[ 0.547499] scsi0 : ata_piix\n[ 0.548414] scsi1 : ata_piix\n[ 0.549254] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.550781] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.552524] libphy: Fixed MDIO Bus: probed\n[ 0.553634] tun: Universal TUN/TAP device driver, 1.6\n[ 0.554897] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.557150] PPP generic driver version 2.4.2\n[ 0.558319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.559845] ehci-pci: EHCI PCI platform driver\n[ 0.560950] ehci-platform: EHCI generic platform driver\n[ 0.562208] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.563647] ohci-pci: OHCI PCI platform driver\n[ 0.564750] ohci-platform: OHCI generic platform driver\n[ 0.565989] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.587810] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.589081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.590945] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.592360] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.593905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.595666] usb usb1: Product: UHCI Host Controller\n[ 0.596849] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.598372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.599580] hub 1-0:1.0: USB hub found\n[ 0.600589] hub 1-0:1.0: 2 ports detected\n[ 0.601706] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.604180] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.605412] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.606781] mousedev: PS/2 mouse device common for all mice\n[ 0.608536] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.610853] rtc_cmos 00:00: RTC can wake from S4\n[ 0.612223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.613732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.615265] device-mapper: uevent: version 1.0.3\n[ 0.616497] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.618561] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.620075] TCP: cubic registered\n[ 0.620989] NET: Registered protocol family 10\n[ 0.622240] NET: Registered protocol family 17\n[ 0.623340] Key type dns_resolver registered\n[ 0.624594] Loading compiled-in X.509 certificates\n[ 0.626342] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.628576] registered taskstats version 1\n[ 0.631200] Key type trusted registered\n[ 0.634823] Key type encrypted registered\n[ 0.635901] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.637265] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.638681] regulator-dummy: disabling\n[ 0.639538] Magic number: 10:77:288\n[ 0.647217] tty tty21: hash matches\n[ 0.648135] rtc_cmos 00:00: setting system clock to 2018-07-22 16:16:20 UTC (1532276180)\n[ 0.649811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.650957] EDD information not available.\n[ 0.709230] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.710781] Write protecting the kernel read-only data: 12288k\n[ 0.712381] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.715069] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.727928] systemd-udevd[107]: starting version 204\n[ 0.776342] FDC 0 is a S82078B\n[ 0.912097] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.077019] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.078371] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.079773] usb 1-1: Product: QEMU USB Tablet\n[ 1.080704] usb 1-1: Manufacturer: QEMU\n[ 1.081555] usb 1-1: SerialNumber: 42\n[ 1.396051] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 1.784786] 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.013768] 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.111250] 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.203316] 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 Sun, 22 Jul 2018 16:16:22 +0000. Up 2.51 seconds.\ncloud-init-nonet[2.68]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * 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 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.55]: 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 Sun, 22 Jul 2018 16:16:23 +0000. Up 3.71 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.3 | 255.255.255.0 | fa:16:3e:95:9a:0a |\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.2 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nde:36:16:95:4b:f8:9c:68:a7:66:92:05:cf:2b:e8:09 root@ansibleprovisioningtests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . . |\n| . . + |\n| + * o |\n| S B * |\n| o = = |\n| E . = X |\n| o . B . |\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:\nbd:9f:ee:d3:6a:c3:b2:12:9d:31:0b:6d:0f:c6:e7:4d root@ansibleprovisioningtests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| o |\n| ..O . E |\n| S=.X o |\n| . +.o . |\n| ... . |\n| . ..=.. |\n| ..**+ |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nbb:2e:03:27:44:4d:f9:a4:11:8e:75:8b:e8:d9:93:ff root@ansibleprovisioningtests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o+o. |\n| .=+o.. |\n| .o o=. |\n| ..o... |\n| .o + S |\n| o .o . |\n| + o |\n| o o |\n| +o E |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nfe:40:87:ba:14:e1:e4:82:06:6f:d9:fe:5d:8a:53:2d root@ansibleprovisioningtests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n|. o |\n| o + + . . |\n| * o + S.. |\n| o . . =E.. |\n| . o.o.. |\n| o.+ = |\n| +.o . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * 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 system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[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 early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G Cloud-init v. 0.7.5 running 'modules:config' at Sun, 22 Jul 2018 16:16:26 +0000. Up 7.02 seconds.\n[74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n"} 2018-07-22 16:16:27,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f/action used request id req-13b4ff7d-7650-490c-b52c-92b0a13fb39f 2018-07-22 16:16:27,386 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-07-22 16:16:27,386 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.009091] AppArmor: AppArmor initialized [ 0.010116] Yama: becoming mindful. [ 0.011117] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013304] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016517] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018063] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.019939] Initializing cgroup subsys memory [ 0.020006] Initializing cgroup subsys devices [ 0.021070] Initializing cgroup subsys freezer [ 0.022123] Initializing cgroup subsys blkio [ 0.024003] Initializing cgroup subsys perf_event [ 0.025141] Initializing cgroup subsys hugetlb [ 0.026242] CPU: Physical Processor ID: 0 [ 0.027216] FEATURE SPEC_CTRL Present [ 0.028735] mce: CPU supports 10 MCE banks [ 0.029776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029776] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033470] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.035132] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.036003] Speculative Store Bypass: Vulnerable [ 0.037396] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.042451] ACPI: Core revision 20131115 [ 0.044459] ACPI: All ACPI Tables successfully acquired [ 0.045820] ftrace: allocating 28727 entries in 113 pages [ 0.068262] Enabling x2apic [ 0.069042] Enabled x2apic [ 0.069984] Switched APIC routing to physical x2apic. [ 0.072901] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074356] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.077081] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084910] KVM setup paravirtual spinlock [ 0.087165] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088150] x86: Booting SMP configuration: [ 0.089232] .... node #0, CPUs: #1[ 0.087130] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104024] x86: Booted up 1 node, 2 CPUs [ 0.104032] KVM setup async PF for cpu 1 [ 0.104035] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107583] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108334] devtmpfs: initialized [ 0.110101] EVM: security.selinux [ 0.111044] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112844] EVM: security.capability [ 0.113838] pinctrl core: initialized pinctrl subsystem [ 0.116044] regulator-dummy: no parameters [ 0.117188] RTC time: 16:16:19, date: 07/22/18 [ 0.118380] NET: Registered protocol family 16 [ 0.119666] cpuidle: using governor ladder [ 0.120003] cpuidle: using governor menu [ 0.121126] ACPI: bus type PCI registered [ 0.122212] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.123906] PCI: Using configuration type 1 for base access [ 0.124547] bio: create slab at 0 [ 0.125176] ACPI: Added _OSI(Module Device) [ 0.125184] ACPI: Added _OSI(Processor Device) [ 0.128003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.129257] ACPI: Added _OSI(Processor Aggregator Device) [ 0.131588] ACPI: Interpreter enabled [ 0.132006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.134482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.136658] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.139108] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.141570] ACPI: (supports S0 S5) [ 0.142486] ACPI: Using IOAPIC for interrupt routing [ 0.143785] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.144187] ACPI: No dock devices found. [ 0.147044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.148007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.149753] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.155042] acpiphp: Slot [3] registered [ 0.156019] acpiphp: Slot [4] registered [ 0.157067] acpiphp: Slot [5] registered [ 0.158120] acpiphp: Slot [6] registered [ 0.159232] acpiphp: Slot [7] registered [ 0.160018] acpiphp: Slot [8] registered [ 0.161064] acpiphp: Slot [9] registered [ 0.162152] acpiphp: Slot [10] registered [ 0.163279] acpiphp: Slot [11] registered [ 0.164018] acpiphp: Slot [12] registered [ 0.165077] acpiphp: Slot [13] registered [ 0.166011] acpiphp: Slot [14] registered [ 0.166837] acpiphp: Slot [15] registered [ 0.167675] acpiphp: Slot [16] registered [ 0.168025] acpiphp: Slot [17] registered [ 0.168887] acpiphp: Slot [18] registered [ 0.169764] acpiphp: Slot [19] registered [ 0.170630] acpiphp: Slot [20] registered [ 0.171516] acpiphp: Slot [21] registered [ 0.172016] acpiphp: Slot [22] registered [ 0.172859] acpiphp: Slot [23] registered [ 0.173763] acpiphp: Slot [24] registered [ 0.174637] acpiphp: Slot [25] registered [ 0.175503] acpiphp: Slot [26] registered [ 0.176016] acpiphp: Slot [27] registered [ 0.176881] acpiphp: Slot [28] registered [ 0.177744] acpiphp: Slot [29] registered [ 0.178598] acpiphp: Slot [30] registered [ 0.179440] acpiphp: Slot [31] registered [ 0.180010] PCI host bridge to bus 0000:00 [ 0.180904] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.181981] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.183165] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.185325] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.186654] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192349] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.212439] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.213972] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.215462] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.216714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.218151] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.219726] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.220192] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.221188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.222823] vgaarb: loaded [ 0.223476] vgaarb: bridge control possible 0000:00:02.0 [ 0.224195] SCSI subsystem initialized [ 0.225125] ACPI: bus type USB registered [ 0.225125] usbcore: registered new interface driver usbfs [ 0.226050] usbcore: registered new interface driver hub [ 0.228039] usbcore: registered new device driver usb [ 0.229082] PCI: Using ACPI for IRQ routing [ 0.229167] NetLabel: Initializing [ 0.229915] NetLabel: domain hash size = 128 [ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.233009] NetLabel: unlabeled traffic allowed by default [ 0.234178] Switched to clocksource kvm-clock [ 0.239046] AppArmor: AppArmor Filesystem Enabled [ 0.240017] pnp: PnP ACPI init [ 0.240696] ACPI: bus type PNP registered [ 0.241955] pnp: PnP ACPI: found 8 devices [ 0.242806] ACPI: bus type PNP unregistered [ 0.249768] NET: Registered protocol family 2 [ 0.250917] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.252563] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.255636] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257267] TCP: reno registered [ 0.258036] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.259233] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260633] NET: Registered protocol family 1 [ 0.261597] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.262822] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.263942] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.285593] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.307538] Trying to unpack rootfs image as initramfs... [ 0.398101] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.400081] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.401193] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.402461] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.404190] Scanning for low memory corruption every 60 seconds [ 0.405737] Initialise system trusted keyring [ 0.406733] audit: initializing netlink socket (disabled) [ 0.407855] type=2000 audit(1532276180.405:1): initialized [ 0.427283] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.429243] zbud: loaded [ 0.430074] VFS: Disk quotas dquot_6.5.2 [ 0.430957] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.432514] fuse init (API version 7.22) [ 0.433424] msgmni has been set to 3997 [ 0.434309] Key type big_key registered [ 0.435382] Key type asymmetric registered [ 0.436271] Asymmetric key parser 'x509' registered [ 0.437285] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.438874] io scheduler noop registered [ 0.439717] io scheduler deadline registered (default) [ 0.440769] io scheduler cfq registered [ 0.441666] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.442783] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.444121] ipmi message handler version 39.2 [ 0.445101] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.446640] ACPI: Power Button [PWRF] [ 0.447542] GHES: HEST is not enabled! [ 0.469179] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.512087] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.513766] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.537443] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.539661] Linux agpgart interface v0.103 [ 0.541289] brd: module loaded [ 0.542355] loop: module loaded [ 0.543372] blk-mq: CPU -> queue map [ 0.544183] CPU 0 -> Queue 0 [ 0.544892] CPU 1 -> Queue 0 [ 0.546172] vda: vda1 [ 0.547499] scsi0 : ata_piix [ 0.548414] scsi1 : ata_piix [ 0.549254] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.550781] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.552524] libphy: Fixed MDIO Bus: probed [ 0.553634] tun: Universal TUN/TAP device driver, 1.6 [ 0.554897] tun: (C) 1999-2004 Max Krasnyansky [ 0.557150] PPP generic driver version 2.4.2 [ 0.558319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.559845] ehci-pci: EHCI PCI platform driver [ 0.560950] ehci-platform: EHCI generic platform driver [ 0.562208] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.563647] ohci-pci: OHCI PCI platform driver [ 0.564750] ohci-platform: OHCI generic platform driver [ 0.565989] uhci_hcd: USB Universal Host Controller Interface driver [ 0.587810] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.589081] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.590945] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.592360] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.593905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.595666] usb usb1: Product: UHCI Host Controller [ 0.596849] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.598372] usb usb1: SerialNumber: 0000:00:01.2 [ 0.599580] hub 1-0:1.0: USB hub found [ 0.600589] hub 1-0:1.0: 2 ports detected [ 0.601706] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.604180] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.605412] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.606781] mousedev: PS/2 mouse device common for all mice [ 0.608536] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.610853] rtc_cmos 00:00: RTC can wake from S4 [ 0.612223] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.613732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.615265] device-mapper: uevent: version 1.0.3 [ 0.616497] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.618561] ledtrig-cpu: registered to indicate activity on CPUs [ 0.620075] TCP: cubic registered [ 0.620989] NET: Registered protocol family 10 [ 0.622240] NET: Registered protocol family 17 [ 0.623340] Key type dns_resolver registered [ 0.624594] Loading compiled-in X.509 certificates [ 0.626342] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.628576] registered taskstats version 1 [ 0.631200] Key type trusted registered [ 0.634823] Key type encrypted registered [ 0.635901] AppArmor: AppArmor sha1 policy hashing enabled [ 0.637265] IMA: No TPM chip found, activating TPM-bypass! [ 0.638681] regulator-dummy: disabling [ 0.639538] Magic number: 10:77:288 [ 0.647217] tty tty21: hash matches [ 0.648135] rtc_cmos 00:00: setting system clock to 2018-07-22 16:16:20 UTC (1532276180) [ 0.649811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.650957] EDD information not available. [ 0.709230] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.710781] Write protecting the kernel read-only data: 12288k [ 0.712381] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.715069] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.727928] systemd-udevd[107]: starting version 204 [ 0.776342] FDC 0 is a S82078B [ 0.912097] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.077019] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.078371] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.079773] usb 1-1: Product: QEMU USB Tablet [ 1.080704] usb 1-1: Manufacturer: QEMU [ 1.081555] usb 1-1: SerialNumber: 42 [ 1.396051] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.784786] 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.013768] 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.111250] 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.203316] 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 Sun, 22 Jul 2018 16:16:22 +0000. Up 2.51 seconds. cloud-init-nonet[2.68]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * 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 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.55]: 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 Sun, 22 Jul 2018 16:16:23 +0000. Up 3.71 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.3 | 255.255.255.0 | fa:16:3e:95:9a:0a | 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.2 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: de:36:16:95:4b:f8:9c:68:a7:66:92:05:cf:2b:e8:09 root@ansibleprovisioningtests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-i The key's randomart image is: +--[ RSA 2048]----+ | | | . . | | . . + | | + * o | | S B * | | o = = | | E . = X | | o . B . | | o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: bd:9f:ee:d3:6a:c3:b2:12:9d:31:0b:6d:0f:c6:e7:4d root@ansibleprovisioningtests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-i The key's randomart image is: +--[ DSA 1024]----+ | | | | | o | | ..O . E | | S=.X 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: bb:2e:03:27:44:4d:f9:a4:11:8e:75:8b:e8:d9:93:ff root@ansibleprovisioningtests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-i The key's randomart image is: +--[ECDSA 256]---+ | o+o. | | .=+o.. | | .o o=. | | ..o... | | .o + S | | o .o . | | + o | | o o | | +o E | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: fe:40:87:ba:14:e1:e4:82:06:6f:d9:fe:5d:8a:53:2d root@ansibleprovisioningtests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-i The key's randomart image is: +--[ED25519 256--+ | | | | |. o | | o + + . . | | * o + S.. | | o . . =E.. | | . o.o.. | | o.+ = | | +.o . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * 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 system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G Cloud-init v. 0.7.5 running 'modules:config' at Sun, 22 Jul 2018 16:16:26 +0000. Up 7.02 seconds. [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] 2018-07-22 16:16:27,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:27,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6779e7d3-d5c0-48ea-a081-ca5ea51ba95a x-compute-request-id: req-6779e7d3-d5c0-48ea-a081-ca5ea51ba95a Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:27,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-6779e7d3-d5c0-48ea-a081-ca5ea51ba95a 2018-07-22 16:16:27,557 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - ACTIVE 2018-07-22 16:16:27,557 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:16:27,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:27,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a1a68b8-8c49-419e-98cb-81d551da05f2 x-compute-request-id: req-4a1a68b8-8c49-419e-98cb-81d551da05f2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:27,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-4a1a68b8-8c49-419e-98cb-81d551da05f2 2018-07-22 16:16:27,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:27,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e5ed47b2-5ba3-415f-9036-a3b09f8a0920 Date: Sun, 22 Jul 2018 16:16: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:16:27,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-e5ed47b2-5ba3-415f-9036-a3b09f8a0920 2018-07-22 16:16:27,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:27,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d5166f-6a3c-41d6-b304-58909e2f03d0 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:27,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-c7d5166f-6a3c-41d6-b304-58909e2f03d0 2018-07-22 16:16:27,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:27,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-21b55228-1d2d-42bd-86ab-a63fd8969ee8 Date: Sun, 22 Jul 2018 16:16:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:16:27,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-21b55228-1d2d-42bd-86ab-a63fd8969ee8 2018-07-22 16:16:28,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:28,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2259 X-Openstack-Request-Id: req-88d426d2-cb2f-48f9-8d3d-12255f9dd14f Date: Sun, 22 Jul 2018 16:16:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ceea821-0e70-4807-8174-52634dfbfe55","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c2:87:78","id":"1611a844-8002-44b3-8468-2f9b019067fb","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:43Z","admin_state_up":true,"updated_at":"2018-07-22T16:16:19Z","binding:vnic_type":"normal","device_id":"3e22999f-c43d-4a62-b6b7-b52cae12458f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:95:9a:0a","id":"89084a59-9781-478a-bbd6-c87197ffd95a","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":["9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:16:28,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-88d426d2-cb2f-48f9-8d3d-12255f9dd14f 2018-07-22 16:16:28,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:28,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-580d02b3-4eb3-4b7f-820d-fed205fca829 x-compute-request-id: req-580d02b3-4eb3-4b7f-820d-fed205fca829 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:28,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-580d02b3-4eb3-4b7f-820d-fed205fca829 2018-07-22 16:16:28,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:28,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-9b1348e3-53fc-46eb-99fd-9c93ad29f548 Date: Sun, 22 Jul 2018 16:16: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:16:28,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-9b1348e3-53fc-46eb-99fd-9c93ad29f548 2018-07-22 16:16:28,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:28,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302d513d-0f31-43ab-a2c3-23287d52e881 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:28,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-302d513d-0f31-43ab-a2c3-23287d52e881 2018-07-22 16:16:28,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:28,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5495accb-963c-43c1-a4e6-36641d3d2b04 Date: Sun, 22 Jul 2018 16:16:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:16:28,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-5495accb-963c-43c1-a4e6-36641d3d2b04 2018-07-22 16:16:28,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:28,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2259 X-Openstack-Request-Id: req-fc04fd12-d820-4b76-93da-b8a0b62da67e Date: Sun, 22 Jul 2018 16:16:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ceea821-0e70-4807-8174-52634dfbfe55","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c2:87:78","id":"1611a844-8002-44b3-8468-2f9b019067fb","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:43Z","admin_state_up":true,"updated_at":"2018-07-22T16:16:19Z","binding:vnic_type":"normal","device_id":"3e22999f-c43d-4a62-b6b7-b52cae12458f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:95:9a:0a","id":"89084a59-9781-478a-bbd6-c87197ffd95a","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":["9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:16:28,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-fc04fd12-d820-4b76-93da-b8a0b62da67e 2018-07-22 16:16:28,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}}' 2018-07-22 16:16:29,654 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:16:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22846847-5484-4451-bde2-9621541c55a4 x-compute-request-id: req-22846847-5484-4451-bde2-9621541c55a4 Content-Length: 0 Content-Type: application/json 2018-07-22 16:16:29,654 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f/action used request id req-22846847-5484-4451-bde2-9621541c55a4 2018-07-22 16:16:29,654 - create_instance - INFO - Checking if VM is active 2018-07-22 16:16:29,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:29,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb799e48-69ca-4e86-8b0e-7b56863e0391 x-compute-request-id: req-eb799e48-69ca-4e86-8b0e-7b56863e0391 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}, {"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:29,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-eb799e48-69ca-4e86-8b0e-7b56863e0391 2018-07-22 16:16:29,832 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - ACTIVE 2018-07-22 16:16:29,832 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:16:29,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:30,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-167e70bd-eaf5-4836-90e5-a9f12fa4e6a3 x-compute-request-id: req-167e70bd-eaf5-4836-90e5-a9f12fa4e6a3 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}, {"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:30,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-167e70bd-eaf5-4836-90e5-a9f12fa4e6a3 2018-07-22 16:16:30,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:30,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e17e44d1-d284-486c-b051-5f1e85490736 Date: Sun, 22 Jul 2018 16:16: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:16:30,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-e17e44d1-d284-486c-b051-5f1e85490736 2018-07-22 16:16:30,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:30,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f55974f-c4ab-4e53-b988-613252611145 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:30,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-2f55974f-c4ab-4e53-b988-613252611145 2018-07-22 16:16:30,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:30,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7caead6a-ff64-4676-82f1-f6d37fc444a4 Date: Sun, 22 Jul 2018 16:16:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:16:30,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-7caead6a-ff64-4676-82f1-f6d37fc444a4 2018-07-22 16:16:30,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:30,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2298 X-Openstack-Request-Id: req-c46dc3a9-001d-4853-aeb8-82f25186d876 Date: Sun, 22 Jul 2018 16:16:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ceea821-0e70-4807-8174-52634dfbfe55","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c2:87:78","id":"1611a844-8002-44b3-8468-2f9b019067fb","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:43Z","admin_state_up":true,"updated_at":"2018-07-22T16:16:29Z","binding:vnic_type":"normal","device_id":"3e22999f-c43d-4a62-b6b7-b52cae12458f","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:95:9a:0a","id":"89084a59-9781-478a-bbd6-c87197ffd95a","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":["947154fb-ca25-42c0-87a2-29e86dbccf2f","9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:16:30,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-c46dc3a9-001d-4853-aeb8-82f25186d876 2018-07-22 16:16:30,366 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:16:38,374 - paramiko.transport - DEBUG - starting thread (client mode): 0x44d75b10L 2018-07-22 16:16:38,375 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:16:38,383 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:16:38,383 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:16:38,384 - 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-07-22 16:16:38,385 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:16:38,385 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:16:38,385 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:16:38,385 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:16:38,385 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:16:38,429 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:16:38,430 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:16:38,439 - paramiko.transport - DEBUG - Trying discovered key 5a18361629c07620bcc7fa646a33b894 in tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f 2018-07-22 16:16:38,469 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:16:38,490 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:16:38,591 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 16:16:38,617 - create_instance - INFO - SSH is active for VM instance 2018-07-22 16:16:38,617 - create_instance - INFO - Checking if cloud-init has completed 2018-07-22 16:16:38,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:38,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-4e7726a5-1279-4842-97b9-2500da08e4c9 x-compute-request-id: req-4e7726a5-1279-4842-97b9-2500da08e4c9 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}, {"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:38,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-4e7726a5-1279-4842-97b9-2500da08e4c9 2018-07-22 16:16:38,819 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - ACTIVE 2018-07-22 16:16:38,819 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:16:38,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:39,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-1a56d23b-ee91-4e58-b61c-7a31b05de7d3 x-compute-request-id: req-1a56d23b-ee91-4e58-b61c-7a31b05de7d3 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}, {"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:39,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-1a56d23b-ee91-4e58-b61c-7a31b05de7d3 2018-07-22 16:16:39,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:39,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-825da57b-49bf-45eb-a185-7a476c58dbbc Date: Sun, 22 Jul 2018 16:16: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:16:39,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-825da57b-49bf-45eb-a185-7a476c58dbbc 2018-07-22 16:16:39,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:39,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba20644e-d87e-4273-8a37-6fbfee341e6a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:39,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-ba20644e-d87e-4273-8a37-6fbfee341e6a 2018-07-22 16:16:39,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:39,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-22582713-49ae-49d2-8bbd-946b9260476d Date: Sun, 22 Jul 2018 16:16:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:16:39,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-22582713-49ae-49d2-8bbd-946b9260476d 2018-07-22 16:16:39,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:39,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2298 X-Openstack-Request-Id: req-24868777-c593-4117-aca6-a8a35358546c Date: Sun, 22 Jul 2018 16:16:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ceea821-0e70-4807-8174-52634dfbfe55","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c2:87:78","id":"1611a844-8002-44b3-8468-2f9b019067fb","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:43Z","admin_state_up":true,"updated_at":"2018-07-22T16:16:29Z","binding:vnic_type":"normal","device_id":"3e22999f-c43d-4a62-b6b7-b52cae12458f","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:95:9a:0a","id":"89084a59-9781-478a-bbd6-c87197ffd95a","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":["947154fb-ca25-42c0-87a2-29e86dbccf2f","9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:16:39,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-24868777-c593-4117-aca6-a8a35358546c 2018-07-22 16:16:39,418 - create_instance - INFO - Checking if VM is active 2018-07-22 16:16:39,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:39,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7fcd8c8-5a28-422d-a3fd-062d11f2f2ae x-compute-request-id: req-e7fcd8c8-5a28-422d-a3fd-062d11f2f2ae Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}, {"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:39,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-e7fcd8c8-5a28-422d-a3fd-062d11f2f2ae 2018-07-22 16:16:39,591 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - ACTIVE 2018-07-22 16:16:39,591 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:16:39,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:39,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b431877a-11d9-4241-b706-a70558affb02 x-compute-request-id: req-b431877a-11d9-4241-b706-a70558affb02 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "security_groups": [{"name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp"}, {"name": "default"}], "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:19Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:39,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-b431877a-11d9-4241-b706-a70558affb02 2018-07-22 16:16:39,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:40,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-7b662847-8122-45dd-97d1-9a603a5325f2 Date: Sun, 22 Jul 2018 16:16: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":["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"],"updated_at":"2018-07-22T16:14:30Z","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"0ceea821-0e70-4807-8174-52634dfbfe55","name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net"}]} 2018-07-22 16:16:40,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net used request id req-7b662847-8122-45dd-97d1-9a603a5325f2 2018-07-22 16:16:40,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:40,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56341c21-e288-4ac8-a63e-7a12face4cea Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:40,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-56341c21-e288-4ac8-a63e-7a12face4cea 2018-07-22 16:16:40,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:40,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c7799f6d-07ec-4384-89c9-d3a453809f09 Date: Sun, 22 Jul 2018 16:16:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:30Z","dns_nameservers":[],"updated_at":"2018-07-22T16:14:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e29d101becc7444db74f5b6c8a75eec1","id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","subnetpool_id":null,"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet"}]} 2018-07-22 16:16:40,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-c7799f6d-07ec-4384-89c9-d3a453809f09 2018-07-22 16:16:40,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:40,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2298 X-Openstack-Request-Id: req-edaf603a-3647-42a9-b07a-ad388ff189e0 Date: Sun, 22 Jul 2018 16:16:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:31Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ceea821-0e70-4807-8174-52634dfbfe55","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:c2:87:78","id":"1611a844-8002-44b3-8468-2f9b019067fb","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:43Z","admin_state_up":true,"updated_at":"2018-07-22T16:16:29Z","binding:vnic_type":"normal","device_id":"3e22999f-c43d-4a62-b6b7-b52cae12458f","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:95:9a:0a","id":"89084a59-9781-478a-bbd6-c87197ffd95a","port_security_enabled":true,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.3"}],"extra_dhcp_opts":[],"security_groups":["947154fb-ca25-42c0-87a2-29e86dbccf2f","9c6c9e9d-4521-491a-b9b3-d5ef18875b8d"],"name":"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1"},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0ceea821-0e70-4807-8174-52634dfbfe55","tenant_id":"e29d101becc7444db74f5b6c8a75eec1","created_at":"2018-07-22T16:14:35Z","admin_state_up":true,"updated_at":"2018-07-22T16:14:36Z","binding:vnic_type":"normal","device_id":"a6ba3331-f934-478f-9f76-d240769f098d","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:21:4e:e9","id":"9f6af912-e700-4fae-9901-31b91caa09e7","port_security_enabled":false,"project_id":"e29d101becc7444db74f5b6c8a75eec1","fixed_ips":[{"subnet_id":"857cf9e4-fa73-4ac8-8b83-d1c9537804b0","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:16:40,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-edaf603a-3647-42a9-b07a-ad388ff189e0 2018-07-22 16:16:40,253 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:16:40,255 - paramiko.transport - DEBUG - starting thread (client mode): 0x4ccb7bd0L 2018-07-22 16:16:40,255 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:16:40,260 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:16:40,260 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:16:40,261 - 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-07-22 16:16:40,262 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:16:40,262 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:16:40,262 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:16:40,262 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:16:40,262 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:16:40,304 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:16:40,305 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:16:40,320 - paramiko.transport - DEBUG - Trying discovered key 5a18361629c07620bcc7fa646a33b894 in tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f 2018-07-22 16:16:40,344 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:16:40,352 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:16:40,452 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 16:16:40,498 - create_instance - INFO - SSH is active for VM instance 2018-07-22 16:16:40,498 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:16:40,499 - paramiko.transport - DEBUG - starting thread (client mode): 0x44dd1b90L 2018-07-22 16:16:40,500 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:16:40,503 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:16:40,503 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:16:40,505 - 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-07-22 16:16:40,505 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:16:40,505 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:16:40,505 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:16:40,505 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:16:40,506 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:16:40,548 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:16:40,549 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:16:40,564 - paramiko.transport - DEBUG - Trying discovered key 5a18361629c07620bcc7fa646a33b894 in tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f 2018-07-22 16:16:40,588 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:16:40,595 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:16:40,596 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 16:16:40,833 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-07-22 16:16:40,833 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 16:16:40,862 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 16:16:40,870 - create_instance - INFO - cloud-init complete for VM instance 2018-07-22 16:16:40,871 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:16:40,871 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 16:16:40,873 - paramiko.transport - DEBUG - starting thread (client mode): 0x44d320d0L 2018-07-22 16:16:40,873 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:16:40,874 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 16:16:40,876 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:16:40,876 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:16:40,877 - 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-07-22 16:16:40,877 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:16:40,877 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:16:40,878 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:16:40,878 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:16:40,878 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:16:40,920 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:16:40,921 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:16:40,938 - paramiko.transport - DEBUG - Trying discovered key 5a18361629c07620bcc7fa646a33b894 in tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f 2018-07-22 16:16:40,960 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:16:40,967 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:16:40,971 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 16:16:41,150 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-07-22 16:16:41,150 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 16:16:41,172 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 16:16:41,184 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-07-22 16:16:41,212 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-07-22 16:16:43,233 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:16:43,235 - paramiko.transport - DEBUG - starting thread (client mode): 0x44ced450L 2018-07-22 16:16:43,236 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:16:43,239 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:16:43,239 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:16:43,241 - 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-07-22 16:16:43,241 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:16:43,241 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:16:43,241 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:16:43,241 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:16:43,241 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:16:43,284 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:16:43,285 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:16:43,300 - paramiko.transport - DEBUG - Trying discovered key 5a18361629c07620bcc7fa646a33b894 in tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f 2018-07-22 16:16:43,325 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:16:43,332 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:16:43,333 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 16:16:43,526 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-07-22 16:16:43,526 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 16:16:43,534 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 16:16:43,547 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 16:16:43,548 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 16:16:43,649 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 16:16:43,662 - create_instance - INFO - Deleting Floating IP - 172.30.9.211 2018-07-22 16:16:43,663 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.211 2018-07-22 16:16:43,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/ffd0cde3-65ea-4882-b941-876c681fa8a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:44,587 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d334d8ef-bf17-4f75-837f-f519e9c51957 Content-Length: 0 Date: Sun, 22 Jul 2018 16:16:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:44,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/ffd0cde3-65ea-4882-b941-876c681fa8a1 used request id req-d334d8ef-bf17-4f75-837f-f519e9c51957 2018-07-22 16:16:44,588 - create_instance - INFO - Deleting Port with ID - 89084a59-9781-478a-bbd6-c87197ffd95a 2018-07-22 16:16:44,588 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-port-1 2018-07-22 16:16:44,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/89084a59-9781-478a-bbd6-c87197ffd95a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:45,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc2e21ad-eb2d-4221-bc95-3df59c1a3836 Date: Sun, 22 Jul 2018 16:16:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:45,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/89084a59-9781-478a-bbd6-c87197ffd95a used request id req-fc2e21ad-eb2d-4221-bc95-3df59c1a3836 2018-07-22 16:16:45,037 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst 2018-07-22 16:16:45,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:45,206 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-806a0a3d-b3c4-444b-9f69-7d714fdfe0ae x-compute-request-id: req-806a0a3d-b3c4-444b-9f69-7d714fdfe0ae Content-Type: application/json 2018-07-22 16:16:45,206 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-806a0a3d-b3c4-444b-9f69-7d714fdfe0ae 2018-07-22 16:16:45,207 - create_instance - INFO - Checking deletion status 2018-07-22 16:16:45,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:45,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ceff56fe-b60a-4a29-ad7a-80af070b2f71 x-compute-request-id: req-ceff56fe-b60a-4a29-ad7a-80af070b2f71 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:9a:0a", "version": 4, "addr": "10.55.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f", "rel": "bookmark"}], "image": {"id": "825daf0e-4a57-415e-8ba1-f9bbb28bc914", "links": [{"href": "http://172.30.9.28:8774/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:16:19.000000", "flavor": {"id": "f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "links": [{"href": "http://172.30.9.28:8774/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb", "rel": "bookmark"}]}, "id": "3e22999f-c43d-4a62-b6b7-b52cae12458f", "user_id": "94a091e1a83649dca222178c9e129322", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:16:45Z", "hostId": "799b2245c2c7c71d5bde1fb7a1398eda7c01c13354a8fab286eca0ae", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp", "name": "AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst", "created": "2018-07-22T16:14:45Z", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:16:45,485 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-ceff56fe-b60a-4a29-ad7a-80af070b2f71 2018-07-22 16:16:45,485 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst] is - ACTIVE 2018-07-22 16:16:45,485 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:16:48,488 - create_instance - DEBUG - VM status query timeout in 296.718338013 2018-07-22 16:16:48,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6331f7f310745d31a9ed347f340beb05980f3a1a" 2018-07-22 16:16:48,544 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64ae7d36-73fe-49bc-930e-1c46efb03719 x-compute-request-id: req-64ae7d36-73fe-49bc-930e-1c46efb03719 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3e22999f-c43d-4a62-b6b7-b52cae12458f could not be found.", "code": 404}} 2018-07-22 16:16:48,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3e22999f-c43d-4a62-b6b7-b52cae12458f used request id req-64ae7d36-73fe-49bc-930e-1c46efb03719 2018-07-22 16:16:48,545 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3e22999f-c43d-4a62-b6b7-b52cae12458f could not be found. (HTTP 404) (Request-ID: req-64ae7d36-73fe-49bc-930e-1c46efb03719) 2018-07-22 16:16:48,545 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-inst 2018-07-22 16:16:48,546 - neutron_utils - INFO - Deleting security group rule with ID - 905f9ffb-7e7a-4029-9253-63d3ea37b978 2018-07-22 16:16:48,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/905f9ffb-7e7a-4029-9253-63d3ea37b978 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:16:48,831 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2143f9b-0e3b-4e56-bb09-5566b70462b2 Content-Length: 0 Date: Sun, 22 Jul 2018 16:16:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:48,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/905f9ffb-7e7a-4029-9253-63d3ea37b978 used request id req-b2143f9b-0e3b-4e56-bb09-5566b70462b2 2018-07-22 16:16:48,831 - neutron_utils - INFO - Deleting security group rule with ID - 7375a904-faa1-474d-b9a7-76053410f5ac 2018-07-22 16:16:48,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/7375a904-faa1-474d-b9a7-76053410f5ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:16:48,970 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-526d114f-7cad-4798-aa2a-7eb7588f058c Content-Length: 0 Date: Sun, 22 Jul 2018 16:16:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:48,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/7375a904-faa1-474d-b9a7-76053410f5ac used request id req-526d114f-7cad-4798-aa2a-7eb7588f058c 2018-07-22 16:16:48,970 - neutron_utils - INFO - Deleting security group rule with ID - aff34a31-22f1-4c53-b2af-ba67b8aca806 2018-07-22 16:16:48,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/aff34a31-22f1-4c53-b2af-ba67b8aca806 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:16:49,067 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9718c2e4-340f-4eb5-b833-746af5728a7d Content-Length: 0 Date: Sun, 22 Jul 2018 16:16:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:49,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/aff34a31-22f1-4c53-b2af-ba67b8aca806 used request id req-9718c2e4-340f-4eb5-b833-746af5728a7d 2018-07-22 16:16:49,067 - neutron_utils - INFO - Deleting security group rule with ID - 293912e7-4727-4911-9443-c22b6bbe286d 2018-07-22 16:16:49,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/293912e7-4727-4911-9443-c22b6bbe286d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:16:49,338 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1e467a6-d36e-4bde-b41c-3a2398c5d5c2 Content-Length: 0 Date: Sun, 22 Jul 2018 16:16:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:49,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/293912e7-4727-4911-9443-c22b6bbe286d used request id req-f1e467a6-d36e-4bde-b41c-3a2398c5d5c2 2018-07-22 16:16:49,339 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-sec-grp 2018-07-22 16:16:49,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/947154fb-ca25-42c0-87a2-29e86dbccf2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c29874919b1312687c6bcbd05d2e712bc6f9c5f" 2018-07-22 16:16:49,474 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-70a6c216-f266-4a8e-95d8-abdd8bea6078 Content-Length: 0 Date: Sun, 22 Jul 2018 16:16:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:49,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/947154fb-ca25-42c0-87a2-29e86dbccf2f used request id req-70a6c216-f266-4a8e-95d8-abdd8bea6078 2018-07-22 16:16:49,475 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp 2018-07-22 16:16:49,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2230870f1600110b3536fb8effafc5f02553b655" 2018-07-22 16:16:49,523 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:16:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3af14dae-9137-4c98-a9ec-0853b63ab9c6 x-compute-request-id: req-3af14dae-9137-4c98-a9ec-0853b63ab9c6 Content-Length: 0 Content-Type: application/json 2018-07-22 16:16:49,523 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-kp used request id req-3af14dae-9137-4c98-a9ec-0853b63ab9c6 2018-07-22 16:16:49,524 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f.pub] 2018-07-22 16:16:49,524 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f] 2018-07-22 16:16:49,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}027786cc7a79e17f8026ac507832f74fbee8057d" 2018-07-22 16:16:49,565 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:16:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4464acd-64d4-4682-a6be-334c254f47a8 x-compute-request-id: req-b4464acd-64d4-4682-a6be-334c254f47a8 Content-Length: 0 Content-Type: application/json 2018-07-22 16:16:49,565 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f55f5aac-1cd0-4b07-b3e4-01dc7e1173cb used request id req-b4464acd-64d4-4682-a6be-334c254f47a8 2018-07-22 16:16:49,566 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router and subnet AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet 2018-07-22 16:16:49,567 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router 2018-07-22 16:16:49,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/a6ba3331-f934-478f-9f76-d240769f098d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" -d '{"subnet_id": "857cf9e4-fa73-4ac8-8b83-d1c9537804b0"}' 2018-07-22 16:16:51,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9a55e994-1ed5-477a-aa42-df0e24cfb6ce Date: Sun, 22 Jul 2018 16:16:51 GMT RESP BODY: {"network_id": "0ceea821-0e70-4807-8174-52634dfbfe55", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "subnet_id": "857cf9e4-fa73-4ac8-8b83-d1c9537804b0", "subnet_ids": ["857cf9e4-fa73-4ac8-8b83-d1c9537804b0"], "port_id": "9f6af912-e700-4fae-9901-31b91caa09e7", "id": "a6ba3331-f934-478f-9f76-d240769f098d"} 2018-07-22 16:16:51,064 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a6ba3331-f934-478f-9f76-d240769f098d/remove_router_interface used request id req-9a55e994-1ed5-477a-aa42-df0e24cfb6ce 2018-07-22 16:16:51,065 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router 2018-07-22 16:16:51,065 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-router 2018-07-22 16:16:51,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/a6ba3331-f934-478f-9f76-d240769f098d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5017c31188de5d68153098ce044b55865bfbc7be" 2018-07-22 16:16:52,320 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4453649d-a48c-444f-9592-a31eb01efe4b Content-Length: 0 Date: Sun, 22 Jul 2018 16:16:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:52,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a6ba3331-f934-478f-9f76-d240769f098d used request id req-4453649d-a48c-444f-9592-a31eb01efe4b 2018-07-22 16:16:52,321 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet 2018-07-22 16:16:52,321 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-subnet 2018-07-22 16:16:52,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/857cf9e4-fa73-4ac8-8b83-d1c9537804b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" 2018-07-22 16:16:53,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ffbdb47-288d-4564-b41f-144c691f8867 Date: Sun, 22 Jul 2018 16:16:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:53,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/857cf9e4-fa73-4ac8-8b83-d1c9537804b0 used request id req-5ffbdb47-288d-4564-b41f-144c691f8867 2018-07-22 16:16:53,714 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f-pub-net 2018-07-22 16:16:53,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/0ceea821-0e70-4807-8174-52634dfbfe55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b4795c82b1d0faff1e727ac9c8d47e0f8564eb6" 2018-07-22 16:16:55,152 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b2fd97f-2e3a-4f7b-ac3e-f17dcdd9b820 Date: Sun, 22 Jul 2018 16:16:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:55,152 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0ceea821-0e70-4807-8174-52634dfbfe55 used request id req-0b2fd97f-2e3a-4f7b-ac3e-f17dcdd9b820 2018-07-22 16:16:55,153 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-9c3494f2-e819-44be-a841-8a0b9fcf5d9f--image 2018-07-22 16:16:55,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}89d5d659c8485da7da00ef0c6fa4b92427d53d61" 2018-07-22 16:16:55,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb127fdc-00d3-4b3f-b1e2-8a58924a01a5 Date: Sun, 22 Jul 2018 16:16:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:16:55,657 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/825daf0e-4a57-415e-8ba1-f9bbb28bc914 used request id req-bb127fdc-00d3-4b3f-b1e2-8a58924a01a5 2018-07-22 16:16:55,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:55,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-489c05ab-2424-41de-9e7d-31920ccb644a Date: Sun, 22 Jul 2018 16:16:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:30Z", "updated_at": "2018-07-22T16:14:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:30Z", "revision_number": 0, "id": "26a14164-6958-4f23-9550-058240f2adc7", "remote_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:30Z", "security_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:30Z", "revision_number": 0, "id": "3281bef2-5796-4ddb-8ee8-f5db013f3cf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:30Z", "security_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:30Z", "revision_number": 0, "id": "4e3d264f-d1af-4cf1-b38b-170f790641dc", "remote_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:30Z", "security_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:14:30Z", "revision_number": 0, "id": "7676ae16-8678-4143-98c5-3b634f4fbe99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:14:30Z", "security_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e29d101becc7444db74f5b6c8a75eec1"}], "revision_number": 4, "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:16:55,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-489c05ab-2424-41de-9e7d-31920ccb644a 2018-07-22 16:16:55,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:55,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08abf475-39de-440b-82a9-a0d035836804 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:16:55,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-08abf475-39de-440b-82a9-a0d035836804 2018-07-22 16:16:55,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:56,075 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:16:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d34f50f-4913-487d-b1d7-fb9524f5f8e6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:16:56,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-9d34f50f-4913-487d-b1d7-fb9524f5f8e6 2018-07-22 16:16:56,076 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:16:56,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:56,166 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f2488bd-c9c1-4a95-9325-a1bd0483704d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:16:56,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-6f2488bd-c9c1-4a95-9325-a1bd0483704d 2018-07-22 16:16:56,166 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:16:56,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:56,251 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59ca9add-9fa1-4cfb-bb0d-a8574821ad4f Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:16:56,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-59ca9add-9fa1-4cfb-bb0d-a8574821ad4f 2018-07-22 16:16:56,252 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:16:56,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:56,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b244e819-67b1-4a13-a7a5-67b03cea0061 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "e29d101becc7444db74f5b6c8a75eec1", "name": "AnsibleProvisioningTests-987336e1-85f5-44a-proj"}} 2018-07-22 16:16:56,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-b244e819-67b1-4a13-a7a5-67b03cea0061 2018-07-22 16:16:56,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9c6c9e9d-4521-491a-b9b3-d5ef18875b8d 2018-07-22 16:16:56,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9c6c9e9d-4521-491a-b9b3-d5ef18875b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:56,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2793076b-be74-4246-b59b-8c4200ebddf6 Date: Sun, 22 Jul 2018 16:16:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:30Z", "security_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:30Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "26a14164-6958-4f23-9550-058240f2adc7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:30Z", "security_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:30Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "3281bef2-5796-4ddb-8ee8-f5db013f3cf3"}, {"remote_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:30Z", "security_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:30Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "4e3d264f-d1af-4cf1-b38b-170f790641dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:14:30Z", "security_group_id": "9c6c9e9d-4521-491a-b9b3-d5ef18875b8d", "port_range_min": null, "revision_number": 0, "tenant_id": "e29d101becc7444db74f5b6c8a75eec1", "created_at": "2018-07-22T16:14:30Z", "project_id": "e29d101becc7444db74f5b6c8a75eec1", "id": "7676ae16-8678-4143-98c5-3b634f4fbe99"}]} 2018-07-22 16:16:56,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9c6c9e9d-4521-491a-b9b3-d5ef18875b8d used request id req-2793076b-be74-4246-b59b-8c4200ebddf6 2018-07-22 16:16:56,367 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:16:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9c6c9e9d-4521-491a-b9b3-d5ef18875b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:56,616 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a1d5f649-b12b-4759-8dbc-3d556e649c08 Content-Length: 0 Date: Sun, 22 Jul 2018 16:16:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:16:56,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9c6c9e9d-4521-491a-b9b3-d5ef18875b8d used request id req-a1d5f649-b12b-4759-8dbc-3d556e649c08 2018-07-22 16:16:56,617 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-987336e1-85f5-44a-proj 2018-07-22 16:16:56,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:56,879 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-302bb693-4ad1-45c6-8473-2c9a76ab6759 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:16:56,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e29d101becc7444db74f5b6c8a75eec1 used request id req-302bb693-4ad1-45c6-8473-2c9a76ab6759 2018-07-22 16:16:56,879 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-987336e1-85f5-44a-proj-role 2018-07-22 16:16:56,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/45fe8a73a1144a558439e1744b82f59c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:56,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c57c07d6-7735-49b1-8b00-2392c24f8dde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:16:56,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/45fe8a73a1144a558439e1744b82f59c used request id req-c57c07d6-7735-49b1-8b00-2392c24f8dde 2018-07-22 16:16:56,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}604223a5b2b87739056f7bc4782a4098d844a3f8" 2018-07-22 16:16:57,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe134c0-b381-4a79-abe8-c22d0e13047b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:16:57,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5fe134c0-b381-4a79-abe8-c22d0e13047b 2018-07-22 16:16:57,076 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-987336e1-85f5-44a-user 2018-07-22 16:16:57,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/94a091e1a83649dca222178c9e129322 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57942e8342eadca8d9bbb2d71e640ad35989610a" 2018-07-22 16:16:57,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:16:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9cb8e0d-6163-4716-8262-f62d50a53a76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:16:57,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/94a091e1a83649dca222178c9e129322 used request id req-d9cb8e0d-6163-4716-8262-f62d50a53a76 2018-07-22 16:16:57,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:16:57,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["FDjW5Z1TT3KVPC_oGmCjWg"], "issued_at": "2018-07-22T16:16:57.000000Z"}} 2018-07-22 16:16:57,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e44d9a6013ddf9ed4e0785f673dfe42f67895d4" 2018-07-22 16:16:57,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dedc708a-2439-48bb-9fe4-8157859a4f37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:16:57,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-dedc708a-2439-48bb-9fe4-8157859a4f37 2018-07-22 16:16:57,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:16:57,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:16:58,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["2m35Q94vQm-iXlk4qcyBeA"], "issued_at": "2018-07-22T16:16:58.000000Z"}} 2018-07-22 16:16:58,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:16:58,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec97941d-c67a-4685-a84d-4cbe3ee4e01b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:16:58,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-ec97941d-c67a-4685-a84d-4cbe3ee4e01b 2018-07-22 16:16:58,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:16:58,197 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:16:58,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-6fc57ef0-5555-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:16:58,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ad915e-ec86-4bc1-ae9d-37b13886b0e3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-6fc57ef0-5555-449-proj", "previous": null, "next": null}, "projects": []} 2018-07-22 16:16:58,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-6fc57ef0-5555-449-proj used request id req-80ad915e-ec86-4bc1-ae9d-37b13886b0e3 2018-07-22 16:16:58,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:16:58,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-785cb97a-af33-4f1d-86f8-7def26913439 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:16:58,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-785cb97a-af33-4f1d-86f8-7def26913439 2018-07-22 16:16:58,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}}' 2018-07-22 16:16:58,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:16:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afbc06e6-3eb1-4bd2-b1ac-83baf1094993 Content-Length: 321 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "id": "a7a2b4a203634771b8af017821b11eb1", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:16:58,418 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-afbc06e6-3eb1-4bd2-b1ac-83baf1094993 2018-07-22 16:16:58,418 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-6fc57ef0-5555-449-proj 2018-07-22 16:16:58,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:16:58,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:16:58,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Qj9wzSd-QHi2LlKqVO3-Tg"], "issued_at": "2018-07-22T16:16:58.000000Z"}} 2018-07-22 16:16:58,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053b68a932d10e5844b87775d84a90691bdbb4cb" 2018-07-22 16:16:58,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d70e1cf-7bac-4dca-8867-d94a80a86187 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:16:58,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2d70e1cf-7bac-4dca-8867-d94a80a86187 2018-07-22 16:16:58,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:16:58,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:16:58,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053b68a932d10e5844b87775d84a90691bdbb4cb" 2018-07-22 16:16:58,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0a9599-0a03-4bf0-a0ec-8264b8d49181 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:16:58,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bb0a9599-0a03-4bf0-a0ec-8264b8d49181 2018-07-22 16:16:58,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-6fc57ef0-5555-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053b68a932d10e5844b87775d84a90691bdbb4cb" 2018-07-22 16:16:59,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-709ce3ee-701c-42c5-9b8d-e35bad19464a Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-6fc57ef0-5555-449-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "id": "a7a2b4a203634771b8af017821b11eb1", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}]} 2018-07-22 16:16:59,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-6fc57ef0-5555-449-proj used request id req-709ce3ee-701c-42c5-9b8d-e35bad19464a 2018-07-22 16:16:59,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053b68a932d10e5844b87775d84a90691bdbb4cb" 2018-07-22 16:16:59,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-462a56da-011e-407d-b5ca-ba06d257e0d1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:16:59,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-462a56da-011e-407d-b5ca-ba06d257e0d1 2018-07-22 16:16:59,491 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-6fc57ef0-5555-449-user 2018-07-22 16:16:59,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:16:59,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:16:59,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7003ad2f-681c-499c-8d71-1a1c8d69431a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:16:59,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7003ad2f-681c-499c-8d71-1a1c8d69431a 2018-07-22 16:16:59,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" -d '{"role": {"name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}}' 2018-07-22 16:16:59,694 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c06e5351-f138-4050-bc33-9d4b3ea8ac13 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "48aa290ddb144ed88726ba95b942f201", "links": {"self": "http://172.30.9.28:5000/v3/roles/48aa290ddb144ed88726ba95b942f201"}, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}} 2018-07-22 16:16:59,694 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c06e5351-f138-4050-bc33-9d4b3ea8ac13 2018-07-22 16:16:59,694 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role 2018-07-22 16:16:59,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/48aa290ddb144ed88726ba95b942f201 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:16:59,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50f10cf1-2886-4ba5-af68-1fc516c8f14c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "48aa290ddb144ed88726ba95b942f201", "links": {"self": "http://172.30.9.28:5000/v3/roles/48aa290ddb144ed88726ba95b942f201"}, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}} 2018-07-22 16:16:59,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/48aa290ddb144ed88726ba95b942f201 used request id req-50f10cf1-2886-4ba5-af68-1fc516c8f14c 2018-07-22 16:16:59,779 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role to project AnsibleProvisioningTests-6fc57ef0-5555-449-proj 2018-07-22 16:16:59,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1/users/864f30b9d5de4d8fa3dabc5a19652534/roles/48aa290ddb144ed88726ba95b942f201 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:16:59,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7048afb-e58c-445b-a238-9bfcefe327ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:16:59,899 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1/users/864f30b9d5de4d8fa3dabc5a19652534/roles/48aa290ddb144ed88726ba95b942f201 used request id req-d7048afb-e58c-445b-a238-9bfcefe327ba 2018-07-22 16:16:59,899 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:16:59,901 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-07-22 16:16:59,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:16:59,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:00,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aa290ddb144ed88726ba95b942f201", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}], "expires_at": "2018-07-22T17:17:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-user", "id": "864f30b9d5de4d8fa3dabc5a19652534"}, "audit_ids": ["K-NBhB2aRXaBgVz6EtWdoA"], "issued_at": "2018-07-22T16:17:00.000000Z"}} 2018-07-22 16:17:00,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" 2018-07-22 16:17:00,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16422a55-2d68-4f3c-9b20-04b195f23f09 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:00,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-16422a55-2d68-4f3c-9b20-04b195f23f09 2018-07-22 16:17:00,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" 2018-07-22 16:17:00,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-54eef96e-303d-4ae0-8007-db91d5462a7a Date: Sun, 22 Jul 2018 16:17:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image"} 2018-07-22 16:17:00,544 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image used request id req-54eef96e-303d-4ae0-8007-db91d5462a7a 2018-07-22 16:17:00,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" 2018-07-22 16:17:00,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-3ce07e7c-1950-4b86-b0ad-de8bf8bb413e Date: Sun, 22 Jul 2018 16:17: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-07-22 16:17:00,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3ce07e7c-1950-4b86-b0ad-de8bf8bb413e 2018-07-22 16:17:00,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image"}' 2018-07-22 16:17:00,618 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-33f23162-414a-4d30-bc5a-06a00b469460 Date: Sun, 22 Jul 2018 16:17:00 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:17:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:17:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "min_disk": 0, "protected": false, "id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "file": "/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/file", "checksum": null, "owner": "a7a2b4a203634771b8af017821b11eb1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:17:00,619 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-33f23162-414a-4d30-bc5a-06a00b469460 2018-07-22 16:17:00,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" -d '' 2018-07-22 16:17:05,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-56feef00-f423-4ea3-8cf3-62a4aa5ae215 Date: Sun, 22 Jul 2018 16:17:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:17:05,303 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/file used request id req-56feef00-f423-4ea3-8cf3-62a4aa5ae215 2018-07-22 16:17:05,304 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-22 16:17:05,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" 2018-07-22 16:17:05,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6f0d8e32-189b-4ee9-b0a8-3fddc3e5e0df Date: Sun, 22 Jul 2018 16:17:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:17:00Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-22T16:17:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/snap", "metadata": {}}], "self": "/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "min_disk": 0, "protected": false, "id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "file": "/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "a7a2b4a203634771b8af017821b11eb1", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:17:05,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc used request id req-6f0d8e32-189b-4ee9-b0a8-3fddc3e5e0df 2018-07-22 16:17:05,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" 2018-07-22 16:17:05,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-cd4dc9f6-8676-4ff7-8acb-ee04b038ebc1 Date: Sun, 22 Jul 2018 16:17: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-07-22 16:17:05,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-cd4dc9f6-8676-4ff7-8acb-ee04b038ebc1 2018-07-22 16:17:05,336 - create_image - INFO - Created image with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image 2018-07-22 16:17:05,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" 2018-07-22 16:17:05,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a82a573d-99c2-4ac4-86e4-2f5f036c0409 Date: Sun, 22 Jul 2018 16:17:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:17:00Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-22T16:17:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/snap", "metadata": {}}], "self": "/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "min_disk": 0, "protected": false, "id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "file": "/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "a7a2b4a203634771b8af017821b11eb1", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:17:05,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc used request id req-a82a573d-99c2-4ac4-86e4-2f5f036c0409 2018-07-22 16:17:05,356 - create_image - DEBUG - Instance status is - active 2018-07-22 16:17:05,356 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image 2018-07-22 16:17:05,356 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image 2018-07-22 16:17:05,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:17:05,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:05,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aa290ddb144ed88726ba95b942f201", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}], "expires_at": "2018-07-22T17:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-user", "id": "864f30b9d5de4d8fa3dabc5a19652534"}, "audit_ids": ["xLuUcV9mRu6qXpPyF66EgA"], "issued_at": "2018-07-22T16:17:05.000000Z"}} 2018-07-22 16:17:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" 2018-07-22 16:17:05,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16dd8978-1619-4dc0-a6d7-0560634ed726 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:05,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-16dd8978-1619-4dc0-a6d7-0560634ed726 2018-07-22 16:17:05,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" 2018-07-22 16:17:05,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-26529a02-b3cc-46e6-bce1-060b34f73114 Date: Sun, 22 Jul 2018 16:17:05 GMT RESP BODY: {"networks":[]} 2018-07-22 16:17:05,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-26529a02-b3cc-46e6-bce1-060b34f73114 2018-07-22 16:17:05,993 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net 2018-07-22 16:17:05,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" -d '{"network": {"mtu": 1450, "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net", "admin_state_up": true}}' 2018-07-22 16:17:06,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-956c6d0b-f9d2-4572-91f2-a7145a26358f Date: Sun, 22 Jul 2018 16:17:06 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:17:06Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}} 2018-07-22 16:17:06,574 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-956c6d0b-f9d2-4572-91f2-a7145a26358f 2018-07-22 16:17:06,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" 2018-07-22 16:17:06,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b491733f-31e2-4d3d-9ec7-1840fc631aa0 Date: Sun, 22 Jul 2018 16:17: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-07-22T16:17:06Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:17:06,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-b491733f-31e2-4d3d-9ec7-1840fc631aa0 2018-07-22 16:17:06,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" 2018-07-22 16:17:06,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a804db46-1d5d-48aa-8f4b-a91b2cb48a3c Date: Sun, 22 Jul 2018 16:17:06 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:17:06,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-a804db46-1d5d-48aa-8f4b-a91b2cb48a3c 2018-07-22 16:17:06,816 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet 2018-07-22 16:17:06,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" -d '{"subnets": [{"ip_version": 4, "network_id": "030b6ecb-c005-492f-9812-0806a21e00cc", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]}' 2018-07-22 16:17:07,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8bbd0725-3b4a-45d6-a059-f5f06bf8ec1a Date: Sun, 22 Jul 2018 16:17:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:07,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-8bbd0725-3b4a-45d6-a059-f5f06bf8ec1a 2018-07-22 16:17:07,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" 2018-07-22 16:17:07,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-20ee1f4e-5de7-4e46-a5c3-1738ee9bbdd8 Date: Sun, 22 Jul 2018 16:17:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:17:07,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-20ee1f4e-5de7-4e46-a5c3-1738ee9bbdd8 2018-07-22 16:17:07,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" 2018-07-22 16:17:07,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f28c8bd9-2b4d-4408-a5c6-2ad7b45696e5 Date: Sun, 22 Jul 2018 16:17:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:07,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-f28c8bd9-2b4d-4408-a5c6-2ad7b45696e5 2018-07-22 16:17:07,651 - OpenStackNetwork - DEBUG - Network [030b6ecb-c005-492f-9812-0806a21e00cc] created successfully 2018-07-22 16:17:07,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:17:07,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:08,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aa290ddb144ed88726ba95b942f201", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}], "expires_at": "2018-07-22T17:17:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-user", "id": "864f30b9d5de4d8fa3dabc5a19652534"}, "audit_ids": ["sUE1DzANRYG026LBnh8V0A"], "issued_at": "2018-07-22T16:17:08.000000Z"}} 2018-07-22 16:17:08,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:08,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61485519-778c-41d4-954d-a74a11cac201 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:08,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-61485519-778c-41d4-954d-a74a11cac201 2018-07-22 16:17:08,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:08,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fa1e7abc-c9c4-4245-8a31-29903795ac99 Date: Sun, 22 Jul 2018 16:17:08 GMT RESP BODY: {"routers": []} 2018-07-22 16:17:08,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router&admin_state_up=True used request id req-fa1e7abc-c9c4-4245-8a31-29903795ac99 2018-07-22 16:17:08,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:17:08,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:08,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aa290ddb144ed88726ba95b942f201", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}], "expires_at": "2018-07-22T17:17:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-user", "id": "864f30b9d5de4d8fa3dabc5a19652534"}, "audit_ids": ["ro8kAS1QSAWMx2dCHR_L7Q"], "issued_at": "2018-07-22T16:17:08.000000Z"}} 2018-07-22 16:17:08,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35eb0255d38400ab324fbee38eb2308c5f31a3d1" 2018-07-22 16:17:08,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09503447-f8a8-4b17-9a71-b16e02bc07c3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:08,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-09503447-f8a8-4b17-9a71-b16e02bc07c3 2018-07-22 16:17:08,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:08,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-e903d74c-fa38-4e7b-9aae-64a2820082e5 Date: Sun, 22 Jul 2018 16:17: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 16:17:08,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-e903d74c-fa38-4e7b-9aae-64a2820082e5 2018-07-22 16:17:08,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:08,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d205b5ff-3fda-4b72-be7f-a52897c46991 Date: Sun, 22 Jul 2018 16:17:08 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:17:08,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-d205b5ff-3fda-4b72-be7f-a52897c46991 2018-07-22 16:17:08,916 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router 2018-07-22 16:17:08,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router", "admin_state_up": true}}' 2018-07-22 16:17:10,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-9bf29aec-cf1d-409c-bae7-35727fd97de5 Date: Sun, 22 Jul 2018 16:17:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:08Z", "admin_state_up": true, "updated_at": "2018-07-22T16:17:10Z", "revision_number": 2, "routes": [], "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "128c7bd3-0df5-4a84-a898-d595fd8c2178", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router"}} 2018-07-22 16:17:10,146 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-9bf29aec-cf1d-409c-bae7-35727fd97de5 2018-07-22 16:17:10,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=128c7bd3-0df5-4a84-a898-d595fd8c2178 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:10,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-316e1cca-4bdf-4a09-b6c8-e0b642b8a4a5 Date: Sun, 22 Jul 2018 16:17:10 GMT RESP BODY: {"ports":[]} 2018-07-22 16:17:10,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=128c7bd3-0df5-4a84-a898-d595fd8c2178 used request id req-316e1cca-4bdf-4a09-b6c8-e0b642b8a4a5 2018-07-22 16:17:10,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:10,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-a2b3e4f3-f5dc-46e1-9868-03964b83a2c7 Date: Sun, 22 Jul 2018 16:17: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":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:17:10,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-a2b3e4f3-f5dc-46e1-9868-03964b83a2c7 2018-07-22 16:17:10,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:17:10,300 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:17:10,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:10,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0110cc18-f67d-4945-95d9-aa42dc5740aa Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:17:10,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-0110cc18-f67d-4945-95d9-aa42dc5740aa 2018-07-22 16:17:10,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:10,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-94981bcc-45ad-4f7f-8dba-5f5ded524e26 Date: Sun, 22 Jul 2018 16:17:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:10,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-94981bcc-45ad-4f7f-8dba-5f5ded524e26 2018-07-22 16:17:10,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:10,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b8cc2db3-c104-44c6-929b-911065615f4d Date: Sun, 22 Jul 2018 16:17:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:10,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet used request id req-b8cc2db3-c104-44c6-929b-911065615f4d 2018-07-22 16:17:10,487 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-22 16:17:10,487 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router 2018-07-22 16:17:10,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/128c7bd3-0df5-4a84-a898-d595fd8c2178/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" -d '{"subnet_id": "bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"}' 2018-07-22 16:17:12,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8536ca49-0205-4498-b449-cfbe17fd60e8 Date: Sun, 22 Jul 2018 16:17:12 GMT RESP BODY: {"network_id": "030b6ecb-c005-492f-9812-0806a21e00cc", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "subnet_id": "bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5", "subnet_ids": ["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"], "port_id": "d38fa015-b3ef-4a53-809e-29e76f2d8365", "id": "128c7bd3-0df5-4a84-a898-d595fd8c2178"} 2018-07-22 16:17:12,272 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/128c7bd3-0df5-4a84-a898-d595fd8c2178/add_router_interface used request id req-8536ca49-0205-4498-b449-cfbe17fd60e8 2018-07-22 16:17:12,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/128c7bd3-0df5-4a84-a898-d595fd8c2178 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:12,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 639 X-Openstack-Request-Id: req-7fc2a13c-8402-4269-abf9-a9528f7e8016 Date: Sun, 22 Jul 2018 16:17:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:08Z", "admin_state_up": true, "updated_at": "2018-07-22T16:17:11Z", "revision_number": 3, "routes": [], "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "128c7bd3-0df5-4a84-a898-d595fd8c2178", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router"}} 2018-07-22 16:17:12,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/128c7bd3-0df5-4a84-a898-d595fd8c2178 used request id req-7fc2a13c-8402-4269-abf9-a9528f7e8016 2018-07-22 16:17:12,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=128c7bd3-0df5-4a84-a898-d595fd8c2178 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:12,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-ab2534fa-e47e-46d3-8ce0-6835f8a222f1 Date: Sun, 22 Jul 2018 16:17:12 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:17:12,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=128c7bd3-0df5-4a84-a898-d595fd8c2178 used request id req-ab2534fa-e47e-46d3-8ce0-6835f8a222f1 2018-07-22 16:17:12,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:17:12,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-a237796c-fd7f-45aa-ab2f-9b10459f069b Date: Sun, 22 Jul 2018 16:17:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}} 2018-07-22 16:17:12,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5 used request id req-a237796c-fd7f-45aa-ab2f-9b10459f069b 2018-07-22 16:17:12,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:17:12,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:12,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:17:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Apd_cuMiS7mDzHGa9m-YDA"], "issued_at": "2018-07-22T16:17:12.000000Z"}} 2018-07-22 16:17:12,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da0e4ecae654be13d7605870a8c2c1dbcaa70c0c" 2018-07-22 16:17:12,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd6338b-cd81-4830-ac86-e468c765b408 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:12,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6fd6338b-cd81-4830-ac86-e468c765b408 2018-07-22 16:17:12,990 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:17:12,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da0e4ecae654be13d7605870a8c2c1dbcaa70c0c" 2018-07-22 16:17:13,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acf722a6-8be8-445e-a7a9-8c664e047a02 x-compute-request-id: req-acf722a6-8be8-445e-a7a9-8c664e047a02 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:17:13,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-acf722a6-8be8-445e-a7a9-8c664e047a02 2018-07-22 16:17:13,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da0e4ecae654be13d7605870a8c2c1dbcaa70c0c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-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-07-22 16:17:13,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d842b545-5506-4298-a137-8beaaa4bae23 x-compute-request-id: req-d842b545-5506-4298-a137-8beaaa4bae23 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "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": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6"}} 2018-07-22 16:17:13,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d842b545-5506-4298-a137-8beaaa4bae23 2018-07-22 16:17:13,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:17:13,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:13,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aa290ddb144ed88726ba95b942f201", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}], "expires_at": "2018-07-22T17:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-user", "id": "864f30b9d5de4d8fa3dabc5a19652534"}, "audit_ids": ["ocXy8HvYT3mfO_CJmNKHfg"], "issued_at": "2018-07-22T16:17:13.000000Z"}} 2018-07-22 16:17:13,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd05fede8f0bb0333d412008ab719c897598620" 2018-07-22 16:17:13,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18dd2814-38c7-4a49-97eb-8cb64858d287 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:13,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-18dd2814-38c7-4a49-97eb-8cb64858d287 2018-07-22 16:17:13,777 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:17:13,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd05fede8f0bb0333d412008ab719c897598620" 2018-07-22 16:17:13,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7bf78af8-32b5-4faf-8ed0-ebe0279747d8 x-compute-request-id: req-7bf78af8-32b5-4faf-8ed0-ebe0279747d8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 16:17:13,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7bf78af8-32b5-4faf-8ed0-ebe0279747d8 2018-07-22 16:17:13,954 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp... 2018-07-22 16:17:13,954 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 16:17:14,015 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp 2018-07-22 16:17:14,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd05fede8f0bb0333d412008ab719c897598620" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzZOcsiLn7wrB6UfyOKLmxhNiIG93ynPqmUui3UR8VKeW6NjYniwSsWsG9JwU7jwSTPpKi47Ms+nDwBdeKs/AMhMPZbfGPjdeJKN0KS3G39Uy9sjUqPd9pSkan60kqAZ2dlgeS3YYOViRE2XmZg25V71eKhjRGPcjPw0FvAGGhfw==", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp"}}' 2018-07-22 16:17:14,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a69916d9-7e77-458f-82b7-b7322e28eeb3 x-compute-request-id: req-a69916d9-7e77-458f-82b7-b7322e28eeb3 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzZOcsiLn7wrB6UfyOKLmxhNiIG93ynPqmUui3UR8VKeW6NjYniwSsWsG9JwU7jwSTPpKi47Ms+nDwBdeKs/AMhMPZbfGPjdeJKN0KS3G39Uy9sjUqPd9pSkan60kqAZ2dlgeS3YYOViRE2XmZg25V71eKhjRGPcjPw0FvAGGhfw==", "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "fingerprint": "9b:94:16:82:2c:f0:1c:82:29:89:b7:c8:31:b4:0b:fa"}} 2018-07-22 16:17:14,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-a69916d9-7e77-458f-82b7-b7322e28eeb3 2018-07-22 16:17:14,071 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910.pub 2018-07-22 16:17:14,071 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910 2018-07-22 16:17:14,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:17:14,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:14,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aa290ddb144ed88726ba95b942f201", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}], "expires_at": "2018-07-22T17:17:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-user", "id": "864f30b9d5de4d8fa3dabc5a19652534"}, "audit_ids": ["f72CB9iDT3WEWuO7I3PuGQ"], "issued_at": "2018-07-22T16:17:14.000000Z"}} 2018-07-22 16:17:14,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:14,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e55272-f272-4509-9607-a7d8008af40d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:14,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f6e55272-f272-4509-9607-a7d8008af40d 2018-07-22 16:17:14,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:14,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e1ba7835-27ea-44c9-a0cb-6bf74bf65a7c Date: Sun, 22 Jul 2018 16:17:14 GMT RESP BODY: {"security_groups": []} 2018-07-22 16:17:14,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp used request id req-e1ba7835-27ea-44c9-a0cb-6bf74bf65a7c 2018-07-22 16:17:14,724 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp... 2018-07-22 16:17:14,724 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp 2018-07-22 16:17:14,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" -d '{"security_group": {"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}}' 2018-07-22 16:17:14,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-52f1f730-5102-49b5-ab20-6ad6575b4a83 Date: Sun, 22 Jul 2018 16:17:14 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "updated_at": "2018-07-22T16:17:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "46e2580f-8789-41c5-996e-25142425e1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7a2b4a203634771b8af017821b11eb1"}], "revision_number": 2, "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}} 2018-07-22 16:17:14,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-52f1f730-5102-49b5-ab20-6ad6575b4a83 2018-07-22 16:17:14,931 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:14,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:14,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-414a3b56-b304-4251-b83f-e44e76af73b1 Date: Sun, 22 Jul 2018 16:17:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "46e2580f-8789-41c5-996e-25142425e1e7"}]} 2018-07-22 16:17:14,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-414a3b56-b304-4251-b83f-e44e76af73b1 2018-07-22 16:17:14,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:14,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d06d6f36-2f84-41df-832c-2984795e1bac Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "46e2580f-8789-41c5-996e-25142425e1e7"}]} 2018-07-22 16:17:15,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-d06d6f36-2f84-41df-832c-2984795e1bac 2018-07-22 16:17:15,024 - neutron_utils - INFO - Retrieving security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:15,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-b8a8684e-5cc0-4a47-be5a-db828901e42b Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "updated_at": "2018-07-22T16:17:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "46e2580f-8789-41c5-996e-25142425e1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7a2b4a203634771b8af017821b11eb1"}], "revision_number": 2, "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}]} 2018-07-22 16:17:15,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-b8a8684e-5cc0-4a47-be5a-db828901e42b 2018-07-22 16:17:15,115 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:15,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd049ce6-99ea-4f00-a555-e5c9ff34915e Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "46e2580f-8789-41c5-996e-25142425e1e7"}]} 2018-07-22 16:17:15,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-fd049ce6-99ea-4f00-a555-e5c9ff34915e 2018-07-22 16:17:15,140 - neutron_utils - INFO - Retrieving security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:15,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-330c0999-7073-46cd-9903-86641ca48dee Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "updated_at": "2018-07-22T16:17:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "46e2580f-8789-41c5-996e-25142425e1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7a2b4a203634771b8af017821b11eb1"}], "revision_number": 2, "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}]} 2018-07-22 16:17:15,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-330c0999-7073-46cd-9903-86641ca48dee 2018-07-22 16:17:15,183 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:15,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e514edef-3ae8-4b71-91be-ff872c4ca582 Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "46e2580f-8789-41c5-996e-25142425e1e7"}]} 2018-07-22 16:17:15,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-e514edef-3ae8-4b71-91be-ff872c4ca582 2018-07-22 16:17:15,206 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp 2018-07-22 16:17:15,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-ea6e60bb-9369-4313-bd39-72dab901d8a1 Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "updated_at": "2018-07-22T16:17:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "46e2580f-8789-41c5-996e-25142425e1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7a2b4a203634771b8af017821b11eb1"}], "revision_number": 2, "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}]} 2018-07-22 16:17:15,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp used request id req-ea6e60bb-9369-4313-bd39-72dab901d8a1 2018-07-22 16:17:15,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:17:15,256 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:17:15,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83149edf-49cc-467b-a89c-0c663028b6bb Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:17:15,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-83149edf-49cc-467b-a89c-0c663028b6bb 2018-07-22 16:17:15,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:15,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b0df7427-2ba3-4a9e-95f9-507113d2fe3d Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "46e2580f-8789-41c5-996e-25142425e1e7"}]} 2018-07-22 16:17:15,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-b0df7427-2ba3-4a9e-95f9-507113d2fe3d 2018-07-22 16:17:15,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94"}}' 2018-07-22 16:17:15,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-deaa3867-317b-4ffd-bd53-db4641573307 Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:15Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:15Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "13ee4b19-4888-452f-9f94-64572a91c9d7"}} 2018-07-22 16:17:15,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-deaa3867-317b-4ffd-bd53-db4641573307 2018-07-22 16:17:15,559 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp 2018-07-22 16:17:15,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-4681918a-24c3-4bd6-af36-feb66ff2e44b Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "updated_at": "2018-07-22T16:17:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:15Z", "revision_number": 0, "id": "13ee4b19-4888-452f-9f94-64572a91c9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:15Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "46e2580f-8789-41c5-996e-25142425e1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7a2b4a203634771b8af017821b11eb1"}], "revision_number": 3, "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}]} 2018-07-22 16:17:15,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp used request id req-4681918a-24c3-4bd6-af36-feb66ff2e44b 2018-07-22 16:17:15,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1dc3143-24c7-442b-a506-8ac46f38a1ac Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:17:15,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-c1dc3143-24c7-442b-a506-8ac46f38a1ac 2018-07-22 16:17:15,744 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:15,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:15,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-a3c33ad1-d31c-4ee1-94e7-5f9b8924b9c9 Date: Sun, 22 Jul 2018 16:17: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-07-22T16:17:15Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:15Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "13ee4b19-4888-452f-9f94-64572a91c9d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "46e2580f-8789-41c5-996e-25142425e1e7"}]} 2018-07-22 16:17:15,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-a3c33ad1-d31c-4ee1-94e7-5f9b8924b9c9 2018-07-22 16:17:15,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94"}}' 2018-07-22 16:17:15,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-d6999526-8be5-4b54-9abd-f967fe998678 Date: Sun, 22 Jul 2018 16:17:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T16:17:15Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": 22, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:15Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "7517e973-8071-4b5a-987f-30c4ac683bb7"}} 2018-07-22 16:17:15,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-d6999526-8be5-4b54-9abd-f967fe998678 2018-07-22 16:17:15,960 - neutron_utils - INFO - Retrieving security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:15,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:16,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-d23cebe0-070e-4014-91b6-e36d02acabbc Date: Sun, 22 Jul 2018 16:17:16 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "updated_at": "2018-07-22T16:17:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:15Z", "revision_number": 0, "id": "13ee4b19-4888-452f-9f94-64572a91c9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:15Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "revision_number": 0, "id": "46e2580f-8789-41c5-996e-25142425e1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:17:15Z", "revision_number": 0, "id": "7517e973-8071-4b5a-987f-30c4ac683bb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:15Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}], "revision_number": 4, "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}]} 2018-07-22 16:17:16,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-d23cebe0-070e-4014-91b6-e36d02acabbc 2018-07-22 16:17:16,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7242a5e4-cb81-4051-8833-8bbc45073d94 2018-07-22 16:17:16,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:17:16,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-3e527a68-e8f9-4fd5-81b9-47c40cc839e8 Date: Sun, 22 Jul 2018 16:17: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-07-22T16:17:15Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:15Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "13ee4b19-4888-452f-9f94-64572a91c9d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "22ad0962-0cac-48b4-809c-2650eeabfa3a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:14Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:14Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "46e2580f-8789-41c5-996e-25142425e1e7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T16:17:15Z", "security_group_id": "7242a5e4-cb81-4051-8833-8bbc45073d94", "port_range_min": 22, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:15Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "7517e973-8071-4b5a-987f-30c4ac683bb7"}]} 2018-07-22 16:17:16,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-3e527a68-e8f9-4fd5-81b9-47c40cc839e8 2018-07-22 16:17:16,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:17:16,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:16,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aa290ddb144ed88726ba95b942f201", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}], "expires_at": "2018-07-22T17:17:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-user", "id": "864f30b9d5de4d8fa3dabc5a19652534"}, "audit_ids": ["TAxdzmIVSL-Ra1KSs5bMxQ"], "issued_at": "2018-07-22T16:17:16.000000Z"}} 2018-07-22 16:17:16,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:16,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74a970d4-2232-43a2-9044-0e42d4964183 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:16,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-74a970d4-2232-43a2-9044-0e42d4964183 2018-07-22 16:17:16,539 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:17:16,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:16,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdb4c92f-8edc-4c54-a783-b1742d112dee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:16,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-bdb4c92f-8edc-4c54-a783-b1742d112dee 2018-07-22 16:17:16,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:16,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-9982482a-e88f-4010-a2ce-6917024bb319 Date: Sun, 22 Jul 2018 16:17:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:17:16,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-9982482a-e88f-4010-a2ce-6917024bb319 2018-07-22 16:17:16,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:17:16,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:17:16,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:16,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bac139c3-0c2a-4ef9-9e07-3d6774fbaf7d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:17:16,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-bac139c3-0c2a-4ef9-9e07-3d6774fbaf7d 2018-07-22 16:17:16,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:17,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8d6b10aa-7a3b-4924-b7f5-e3ab45f54964 Date: Sun, 22 Jul 2018 16:17:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:17,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-8d6b10aa-7a3b-4924-b7f5-e3ab45f54964 2018-07-22 16:17:17,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:17,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-77a04e1e-f33d-400d-875d-9ab080e87623 Date: Sun, 22 Jul 2018 16:17:17 GMT RESP BODY: {"ports":[]} 2018-07-22 16:17:17,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1&admin_state_up=True used request id req-77a04e1e-f33d-400d-875d-9ab080e87623 2018-07-22 16:17:17,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:17,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-19fa8a44-097e-449c-8398-a371101e02e9 x-compute-request-id: req-19fa8a44-097e-449c-8398-a371101e02e9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:17:17,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst used request id req-19fa8a44-097e-449c-8398-a371101e02e9 2018-07-22 16:17:17,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:17,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e9b9339a-fe4d-48d2-9d8c-dae0448ee0b9 Date: Sun, 22 Jul 2018 16:17:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:17:17,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-e9b9339a-fe4d-48d2-9d8c-dae0448ee0b9 2018-07-22 16:17:17,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:17,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d44bcaf0-7fa8-4ca3-bb39-c883416ec315 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:17:17,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-d44bcaf0-7fa8-4ca3-bb39-c883416ec315 2018-07-22 16:17:17,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:17,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8cf3f29f-3cee-4efb-90a2-9b5825a1bc92 Date: Sun, 22 Jul 2018 16:17:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:17,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-8cf3f29f-3cee-4efb-90a2-9b5825a1bc92 2018-07-22 16:17:17,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:17,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-511fa7f0-0daa-4f3a-9dab-f154b2379bfb Date: Sun, 22 Jul 2018 16:17:17 GMT RESP BODY: {"ports":[]} 2018-07-22 16:17:17,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1&admin_state_up=True used request id req-511fa7f0-0daa-4f3a-9dab-f154b2379bfb 2018-07-22 16:17:17,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:17:17,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:17:17,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48aa290ddb144ed88726ba95b942f201", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role"}], "expires_at": "2018-07-22T17:17:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_a7a2b4a203634771b8af017821b11eb1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-user", "id": "864f30b9d5de4d8fa3dabc5a19652534"}, "audit_ids": ["A--a5r-PSAK191VbJ2pQdw"], "issued_at": "2018-07-22T16:17:17.000000Z"}} 2018-07-22 16:17:17,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37404adeb642b813d735e51f6b2ba53db64982d3" 2018-07-22 16:17:18,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0226d16d-4403-43bc-ac92-7a38a0deb458 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:17:18,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0226d16d-4403-43bc-ac92-7a38a0deb458 2018-07-22 16:17:18,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:18,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-d532ad76-de49-4b1f-9403-7c0d2f95cddc Date: Sun, 22 Jul 2018 16:17:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:17:18,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-d532ad76-de49-4b1f-9403-7c0d2f95cddc 2018-07-22 16:17:18,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:18,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-97822be0-99e2-44ba-b647-eb2b4fc532c8 Date: Sun, 22 Jul 2018 16:17:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:18,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-97822be0-99e2-44ba-b647-eb2b4fc532c8 2018-07-22 16:17:18,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:18,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-db7a2864-157f-4203-ba4c-3887c0381ea3 Date: Sun, 22 Jul 2018 16:17:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:17:18,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-db7a2864-157f-4203-ba4c-3887c0381ea3 2018-07-22 16:17:18,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:17:18,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:17:18,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37404adeb642b813d735e51f6b2ba53db64982d3" 2018-07-22 16:17:18,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb27b651-33a2-45e8-95ac-410810f6e801 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:17:18,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-bb27b651-33a2-45e8-95ac-410810f6e801 2018-07-22 16:17:18,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:18,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-defc3950-89a6-42b9-92cc-9a323302d1ec Date: Sun, 22 Jul 2018 16:17:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:18,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-defc3950-89a6-42b9-92cc-9a323302d1ec 2018-07-22 16:17:18,420 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net 2018-07-22 16:17:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" -d '{"port": {"network_id": "030b6ecb-c005-492f-9812-0806a21e00cc", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1", "admin_state_up": true}}' 2018-07-22 16:17:19,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 760 X-Openstack-Request-Id: req-fe738dd8-941a-4d8b-baa7-58e531cced82 Date: Sun, 22 Jul 2018 16:17:19 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:17:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:17:18Z","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:1e:e5:32","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","security_groups":["bd69e70b-98b3-4bb1-bf80-bea2050069df"],"device_id":""}} 2018-07-22 16:17:19,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-fe738dd8-941a-4d8b-baa7-58e531cced82 2018-07-22 16:17:19,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-b5adcca0-b915-41e9-9610-5ebb594e57bc Date: Sun, 22 Jul 2018 16:17:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:17:19,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-b5adcca0-b915-41e9-9610-5ebb594e57bc 2018-07-22 16:17:19,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4b144a8-2a9b-44ed-b435-c12241b47419 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:17:19,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-d4b144a8-2a9b-44ed-b435-c12241b47419 2018-07-22 16:17:19,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6997f3ed-0f5b-4eeb-9aa6-79ccbaf5952f Date: Sun, 22 Jul 2018 16:17:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:17:19,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-6997f3ed-0f5b-4eeb-9aa6-79ccbaf5952f 2018-07-22 16:17:19,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 763 X-Openstack-Request-Id: req-dc2fb3f0-b3db-4355-b8d9-fd18eead1d59 Date: Sun, 22 Jul 2018 16:17:19 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:18Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"}]} 2018-07-22 16:17:19,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1&admin_state_up=True used request id req-dc2fb3f0-b3db-4355-b8d9-fd18eead1d59 2018-07-22 16:17:19,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70032d7b-4d31-4300-9080-cf4701c7a181 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:17:19,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-70032d7b-4d31-4300-9080-cf4701c7a181 2018-07-22 16:17:19,739 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst 2018-07-22 16:17:19,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9f59469-96ac-472a-8b5b-dae934f768e3 x-compute-request-id: req-f9f59469-96ac-472a-8b5b-dae934f768e3 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-flavor-name"}]} 2018-07-22 16:17:19,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f9f59469-96ac-472a-8b5b-dae934f768e3 2018-07-22 16:17:19,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cc486ef-fbd4-452e-be9c-b30f9a261fcd x-compute-request-id: req-9cc486ef-fbd4-452e-be9c-b30f9a261fcd Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-flavor-name", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "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": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6"}} 2018-07-22 16:17:19,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6 used request id req-9cc486ef-fbd4-452e-be9c-b30f9a261fcd 2018-07-22 16:17:19,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-2d5c59ae-3982-4b59-b147-52722442f552 Date: Sun, 22 Jul 2018 16:17:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:17:00Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-22T16:17:05Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/snap", "metadata": {}}], "self": "/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "min_disk": 0, "protected": false, "id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "file": "/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "a7a2b4a203634771b8af017821b11eb1", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c5af0798-6757-41c3-b74e-47aaa385a5fc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image"} 2018-07-22 16:17:19,971 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image used request id req-2d5c59ae-3982-4b59-b147-52722442f552 2018-07-22 16:17:19,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:19,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-fc344da9-38c8-477a-8eab-b164fe158db3 Date: Sun, 22 Jul 2018 16:17: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-07-22 16:17:19,981 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-fc344da9-38c8-477a-8eab-b164fe158db3 2018-07-22 16:17:19,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" -d '{"server": {"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "imageRef": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "flavorRef": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "max_count": 1, "min_count": 1, "networks": [{"port": "2a30470d-7ed2-4a18-92c9-523d33bfbb8e"}]}}' 2018-07-22 16:17:20,742 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:17:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61af7e75-13a7-44ae-ac20-0ef451c731b7 x-compute-request-id: req-61af7e75-13a7-44ae-ac20-0ef451c731b7 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "adminPass": "gs7LbkXnJqtb"}} 2018-07-22 16:17:20,742 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-61af7e75-13a7-44ae-ac20-0ef451c731b7 2018-07-22 16:17:20,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:21,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-768aa56a-cc13-42e2-bd3f-0444849dd985 x-compute-request-id: req-768aa56a-cc13-42e2-bd3f-0444849dd985 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "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-07-22T16:17:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:21,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-768aa56a-cc13-42e2-bd3f-0444849dd985 2018-07-22 16:17:21,143 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst 2018-07-22 16:17:21,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:21,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-307ea0b5-65c6-4cf3-b937-1266c75212d9 x-compute-request-id: req-307ea0b5-65c6-4cf3-b937-1266c75212d9 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "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-07-22T16:17:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:21,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-307ea0b5-65c6-4cf3-b937-1266c75212d9 2018-07-22 16:17:21,418 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:21,419 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:24,422 - create_instance - DEBUG - VM status query timeout in 896.721649885 2018-07-22 16:17:24,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:24,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7070fb2-5cbf-4d71-8d47-823417d3092e x-compute-request-id: req-f7070fb2-5cbf-4d71-8d47-823417d3092e Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:24,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-f7070fb2-5cbf-4d71-8d47-823417d3092e 2018-07-22 16:17:24,743 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:24,744 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:27,747 - create_instance - DEBUG - VM status query timeout in 893.396693945 2018-07-22 16:17:27,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:27,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e784ac0c-aa30-4457-8608-f524e91dd99b x-compute-request-id: req-e784ac0c-aa30-4457-8608-f524e91dd99b Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:27,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-e784ac0c-aa30-4457-8608-f524e91dd99b 2018-07-22 16:17:27,924 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:27,925 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:30,928 - create_instance - DEBUG - VM status query timeout in 890.215741873 2018-07-22 16:17:30,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:31,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f866a004-3692-4bf6-b537-80ce74f918e5 x-compute-request-id: req-f866a004-3692-4bf6-b537-80ce74f918e5 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:31,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-f866a004-3692-4bf6-b537-80ce74f918e5 2018-07-22 16:17:31,130 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:31,130 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:34,131 - create_instance - DEBUG - VM status query timeout in 887.012492895 2018-07-22 16:17:34,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:34,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-4e64a5c7-e381-40e6-bf1c-b36431905087 x-compute-request-id: req-4e64a5c7-e381-40e6-bf1c-b36431905087 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:34,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-4e64a5c7-e381-40e6-bf1c-b36431905087 2018-07-22 16:17:34,309 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:34,309 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:37,312 - create_instance - DEBUG - VM status query timeout in 883.831496954 2018-07-22 16:17:37,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:37,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfc8faf0-d087-4af4-a5ae-7e2b0f9d8478 x-compute-request-id: req-bfc8faf0-d087-4af4-a5ae-7e2b0f9d8478 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:37,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-bfc8faf0-d087-4af4-a5ae-7e2b0f9d8478 2018-07-22 16:17:37,800 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:37,800 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:40,803 - create_instance - DEBUG - VM status query timeout in 880.340044022 2018-07-22 16:17:40,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:41,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17: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-648eb046-796e-4c5c-8293-4946e6c9dccf x-compute-request-id: req-648eb046-796e-4c5c-8293-4946e6c9dccf Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:41,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-648eb046-796e-4c5c-8293-4946e6c9dccf 2018-07-22 16:17:41,321 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:41,322 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:44,325 - create_instance - DEBUG - VM status query timeout in 876.818681955 2018-07-22 16:17:44,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:44,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-96d0a527-ff5d-46f9-baa8-2f1634f8e6c6 x-compute-request-id: req-96d0a527-ff5d-46f9-baa8-2f1634f8e6c6 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:44,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-96d0a527-ff5d-46f9-baa8-2f1634f8e6c6 2018-07-22 16:17:44,813 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:44,813 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:47,816 - create_instance - DEBUG - VM status query timeout in 873.327406883 2018-07-22 16:17:47,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:48,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4230e0e8-32ed-4eab-b39d-b2ae5d2d61d1 x-compute-request-id: req-4230e0e8-32ed-4eab-b39d-b2ae5d2d61d1 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:48,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-4230e0e8-32ed-4eab-b39d-b2ae5d2d61d1 2018-07-22 16:17:48,139 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:48,139 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:51,142 - create_instance - DEBUG - VM status query timeout in 870.001345873 2018-07-22 16:17:51,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:51,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17: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-623b9ebd-ae65-484f-8650-5b237322cbb7 x-compute-request-id: req-623b9ebd-ae65-484f-8650-5b237322cbb7 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:51,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-623b9ebd-ae65-484f-8650-5b237322cbb7 2018-07-22 16:17:51,518 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:51,518 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:54,521 - create_instance - DEBUG - VM status query timeout in 866.622312069 2018-07-22 16:17:54,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:55,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4baff71-1c47-45ef-8574-903c13d46e8e x-compute-request-id: req-c4baff71-1c47-45ef-8574-903c13d46e8e Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:55,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-c4baff71-1c47-45ef-8574-903c13d46e8e 2018-07-22 16:17:55,018 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:55,018 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:17:58,020 - create_instance - DEBUG - VM status query timeout in 863.123694897 2018-07-22 16:17:58,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:17:58,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:17:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-049788c6-8497-447e-984f-2b6d434a6724 x-compute-request-id: req-049788c6-8497-447e-984f-2b6d434a6724 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:17:58,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-049788c6-8497-447e-984f-2b6d434a6724 2018-07-22 16:17:58,440 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:17:58,441 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:01,444 - create_instance - DEBUG - VM status query timeout in 859.699703932 2018-07-22 16:18:01,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:01,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ae30d8e-7585-4af1-a24c-5275ac4c96f9 x-compute-request-id: req-5ae30d8e-7585-4af1-a24c-5275ac4c96f9 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:01,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-5ae30d8e-7585-4af1-a24c-5275ac4c96f9 2018-07-22 16:18:01,631 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:01,631 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:04,634 - create_instance - DEBUG - VM status query timeout in 856.50940299 2018-07-22 16:18:04,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:05,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18: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-19f9c958-2614-47a6-8b7b-8ff8c8f90f64 x-compute-request-id: req-19f9c958-2614-47a6-8b7b-8ff8c8f90f64 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:05,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-19f9c958-2614-47a6-8b7b-8ff8c8f90f64 2018-07-22 16:18:05,000 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:05,001 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:08,004 - create_instance - DEBUG - VM status query timeout in 853.139755011 2018-07-22 16:18:08,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:08,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-5b59be1f-6aa9-46e3-9fac-ccfaf0657e26 x-compute-request-id: req-5b59be1f-6aa9-46e3-9fac-ccfaf0657e26 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:08,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-5b59be1f-6aa9-46e3-9fac-ccfaf0657e26 2018-07-22 16:18:08,335 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:08,335 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:11,338 - create_instance - DEBUG - VM status query timeout in 849.805238962 2018-07-22 16:18:11,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:11,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-821d49ce-a8b4-4e1e-814b-75aa4c7d07f2 x-compute-request-id: req-821d49ce-a8b4-4e1e-814b-75aa4c7d07f2 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:11,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-821d49ce-a8b4-4e1e-814b-75aa4c7d07f2 2018-07-22 16:18:11,521 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:11,522 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:14,525 - create_instance - DEBUG - VM status query timeout in 846.618682861 2018-07-22 16:18:14,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:14,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18: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-d0a3cdbc-2eaa-4967-91de-c23364db0021 x-compute-request-id: req-d0a3cdbc-2eaa-4967-91de-c23364db0021 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:14,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-d0a3cdbc-2eaa-4967-91de-c23364db0021 2018-07-22 16:18:14,707 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:14,707 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:17,710 - create_instance - DEBUG - VM status query timeout in 843.433232069 2018-07-22 16:18:17,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:17,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18: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-94104cd3-473a-42c9-ad13-7b5575bcceee x-compute-request-id: req-94104cd3-473a-42c9-ad13-7b5575bcceee Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:17,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-94104cd3-473a-42c9-ad13-7b5575bcceee 2018-07-22 16:18:17,885 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:17,885 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:20,888 - create_instance - DEBUG - VM status query timeout in 840.255435944 2018-07-22 16:18:20,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:21,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-287ced7c-4b5c-4c84-8ccc-1d1d20729637 x-compute-request-id: req-287ced7c-4b5c-4c84-8ccc-1d1d20729637 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:21,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-287ced7c-4b5c-4c84-8ccc-1d1d20729637 2018-07-22 16:18:21,255 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:21,255 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:24,258 - create_instance - DEBUG - VM status query timeout in 836.88546586 2018-07-22 16:18:24,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:24,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f1f234d-c55b-4123-82ec-68e6ceec6c08 x-compute-request-id: req-3f1f234d-c55b-4123-82ec-68e6ceec6c08 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:24,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-3f1f234d-c55b-4123-82ec-68e6ceec6c08 2018-07-22 16:18:24,429 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:24,429 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:27,432 - create_instance - DEBUG - VM status query timeout in 833.711230993 2018-07-22 16:18:27,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:27,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18: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-eb819190-0527-43df-b60d-7b32572afaf0 x-compute-request-id: req-eb819190-0527-43df-b60d-7b32572afaf0 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:27,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-eb819190-0527-43df-b60d-7b32572afaf0 2018-07-22 16:18:27,956 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:27,956 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:30,959 - create_instance - DEBUG - VM status query timeout in 830.184020996 2018-07-22 16:18:30,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:31,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23d8dce6-b426-4a45-96e2-5baffc540862 x-compute-request-id: req-23d8dce6-b426-4a45-96e2-5baffc540862 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:31,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-23d8dce6-b426-4a45-96e2-5baffc540862 2018-07-22 16:18:31,131 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:31,131 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:34,134 - create_instance - DEBUG - VM status query timeout in 827.009522915 2018-07-22 16:18:34,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:34,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-2683d29d-dac1-4e74-95b7-26755b591c68 x-compute-request-id: req-2683d29d-dac1-4e74-95b7-26755b591c68 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:34,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-2683d29d-dac1-4e74-95b7-26755b591c68 2018-07-22 16:18:34,341 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:34,341 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:37,343 - create_instance - DEBUG - VM status query timeout in 823.800843 2018-07-22 16:18:37,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:37,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-e5e40f46-a8a3-4cdf-86df-783c52b55bb2 x-compute-request-id: req-e5e40f46-a8a3-4cdf-86df-783c52b55bb2 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:37,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-e5e40f46-a8a3-4cdf-86df-783c52b55bb2 2018-07-22 16:18:37,693 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:37,694 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:40,697 - create_instance - DEBUG - VM status query timeout in 820.446680069 2018-07-22 16:18:40,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:40,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-6fe20738-e198-4974-8434-25543b62b0ee x-compute-request-id: req-6fe20738-e198-4974-8434-25543b62b0ee Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:40,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-6fe20738-e198-4974-8434-25543b62b0ee 2018-07-22 16:18:40,881 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:40,881 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:43,885 - create_instance - DEBUG - VM status query timeout in 817.258847952 2018-07-22 16:18:43,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:44,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18: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-5517864b-5ff5-416a-b6dc-9882c447c7be x-compute-request-id: req-5517864b-5ff5-416a-b6dc-9882c447c7be Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:44,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-5517864b-5ff5-416a-b6dc-9882c447c7be 2018-07-22 16:18:44,212 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:44,212 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:47,215 - create_instance - DEBUG - VM status query timeout in 813.928395033 2018-07-22 16:18:47,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:47,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-a506fd1c-72d5-44e0-9b2e-6b363212aa0b x-compute-request-id: req-a506fd1c-72d5-44e0-9b2e-6b363212aa0b Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:47,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-a506fd1c-72d5-44e0-9b2e-6b363212aa0b 2018-07-22 16:18:47,381 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:47,382 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:50,385 - create_instance - DEBUG - VM status query timeout in 810.758782864 2018-07-22 16:18:50,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:50,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-e65c774e-0911-4a89-8b3a-903fd6f1b6e8 x-compute-request-id: req-e65c774e-0911-4a89-8b3a-903fd6f1b6e8 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:50,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-e65c774e-0911-4a89-8b3a-903fd6f1b6e8 2018-07-22 16:18:50,557 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:50,558 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:53,561 - create_instance - DEBUG - VM status query timeout in 807.582676888 2018-07-22 16:18:53,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:53,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-e11279ef-baae-46e3-a5b5-c86fae18b835 x-compute-request-id: req-e11279ef-baae-46e3-a5b5-c86fae18b835 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:53,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-e11279ef-baae-46e3-a5b5-c86fae18b835 2018-07-22 16:18:53,883 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:53,883 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:18:56,886 - create_instance - DEBUG - VM status query timeout in 804.257157087 2018-07-22 16:18:56,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:18:57,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:18:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b6ea861-4d09-4100-834d-0cd84f4050de x-compute-request-id: req-3b6ea861-4d09-4100-834d-0cd84f4050de Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:18:57,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-3b6ea861-4d09-4100-834d-0cd84f4050de 2018-07-22 16:18:57,059 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:18:57,060 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:19:00,063 - create_instance - DEBUG - VM status query timeout in 801.080708027 2018-07-22 16:19:00,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:00,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c02e172f-cc47-425b-8121-4147b38b1d71 x-compute-request-id: req-c02e172f-cc47-425b-8121-4147b38b1d71 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-22T16:17:21Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:00,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-c02e172f-cc47-425b-8121-4147b38b1d71 2018-07-22 16:19:00,392 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - BUILD 2018-07-22 16:19:00,392 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:19:03,395 - create_instance - DEBUG - VM status query timeout in 797.748476028 2018-07-22 16:19:03,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:03,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ad53c2b-06d6-479c-8d8e-d1b885f5ff8a x-compute-request-id: req-6ad53c2b-06d6-479c-8d8e-d1b885f5ff8a Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:03,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-6ad53c2b-06d6-479c-8d8e-d1b885f5ff8a 2018-07-22 16:19:03,727 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - ACTIVE 2018-07-22 16:19:03,727 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:19:03,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f913aff2-d842-446f-83d4-1b5c1cc5a392 x-compute-request-id: req-f913aff2-d842-446f-83d4-1b5c1cc5a392 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:04,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-f913aff2-d842-446f-83d4-1b5c1cc5a392 2018-07-22 16:19:04,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-bfc07fad-a4d0-4571-baaa-0b310f4132bf Date: Sun, 22 Jul 2018 16:19: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":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:04,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-bfc07fad-a4d0-4571-baaa-0b310f4132bf 2018-07-22 16:19:04,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41367b7b-28c9-4c87-a3b7-0c66c4d24e41 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:04,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-41367b7b-28c9-4c87-a3b7-0c66c4d24e41 2018-07-22 16:19:04,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1ffcdfa3-bc5b-44aa-afd5-e41dc7890857 Date: Sun, 22 Jul 2018 16:19:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:04,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-1ffcdfa3-bc5b-44aa-afd5-e41dc7890857 2018-07-22 16:19:04,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2259 X-Openstack-Request-Id: req-c5c40bb8-63a2-46bc-ac2b-4bdda6b53648 Date: Sun, 22 Jul 2018 16:19:04 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:01Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:04,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-c5c40bb8-63a2-46bc-ac2b-4bdda6b53648 2018-07-22 16:19:04,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b9cc4ea7-1769-4a1d-8468-8bd3d8b0b988 Date: Sun, 22 Jul 2018 16:19:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:08Z", "admin_state_up": true, "updated_at": "2018-07-22T16:17:11Z", "revision_number": 3, "routes": [], "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "128c7bd3-0df5-4a84-a898-d595fd8c2178", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router"}]} 2018-07-22 16:19:04,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router used request id req-b9cc4ea7-1769-4a1d-8468-8bd3d8b0b988 2018-07-22 16:19:04,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca0d4cc-a7b9-489b-8e73-c3b3f4d5348c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:04,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-bca0d4cc-a7b9-489b-8e73-c3b3f4d5348c 2018-07-22 16:19:04,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=128c7bd3-0df5-4a84-a898-d595fd8c2178 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-801912a7-31ec-4f00-9b75-c65e671ae4f1 Date: Sun, 22 Jul 2018 16:19:04 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:04,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=128c7bd3-0df5-4a84-a898-d595fd8c2178 used request id req-801912a7-31ec-4f00-9b75-c65e671ae4f1 2018-07-22 16:19:04,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-73f12732-9c0e-4e18-b057-77029df7f3e4 Date: Sun, 22 Jul 2018 16:19:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}} 2018-07-22 16:19:04,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5 used request id req-73f12732-9c0e-4e18-b057-77029df7f3e4 2018-07-22 16:19:04,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-036c6f45-03e0-4c44-8c61-d21999fe4d19 Date: Sun, 22 Jul 2018 16:19: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 16:19:04,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-036c6f45-03e0-4c44-8c61-d21999fe4d19 2018-07-22 16:19:04,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:04,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a50f99fd-354b-45c7-80ce-fbe061ed3283 Date: Sun, 22 Jul 2018 16:19:04 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:19:04,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-a50f99fd-354b-45c7-80ce-fbe061ed3283 2018-07-22 16:19:04,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:05,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19: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-18c9154f-22f1-4c02-b736-f999ced33771 x-compute-request-id: req-18c9154f-22f1-4c02-b736-f999ced33771 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:05,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-18c9154f-22f1-4c02-b736-f999ced33771 2018-07-22 16:19:05,051 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - ACTIVE 2018-07-22 16:19:05,051 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:19:05,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:05,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19: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-5d37c755-a5c0-46b6-98de-7f52e31a220f x-compute-request-id: req-5d37c755-a5c0-46b6-98de-7f52e31a220f Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:05,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-5d37c755-a5c0-46b6-98de-7f52e31a220f 2018-07-22 16:19:05,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:05,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-cce47db4-f543-4125-9949-922f45b04709 Date: Sun, 22 Jul 2018 16:19: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":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:05,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-cce47db4-f543-4125-9949-922f45b04709 2018-07-22 16:19:05,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:05,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330f9d39-4f01-4ed1-8ca8-c15206d92c66 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:05,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-330f9d39-4f01-4ed1-8ca8-c15206d92c66 2018-07-22 16:19:05,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:05,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-88e72c78-e2d0-461d-aa52-54b68c2890db Date: Sun, 22 Jul 2018 16:19:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:05,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-88e72c78-e2d0-461d-aa52-54b68c2890db 2018-07-22 16:19:05,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:05,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2259 X-Openstack-Request-Id: req-cb176a3d-3e7e-45fc-97b1-223668248964 Date: Sun, 22 Jul 2018 16:19:05 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:01Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:05,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-cb176a3d-3e7e-45fc-97b1-223668248964 2018-07-22 16:19:05,870 - neutron_utils - INFO - Creating floating ip to external network - external 2018-07-22 16:19:05,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:05,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-ae0b072e-f630-4cb0-b28b-f97eac5379ad Date: Sun, 22 Jul 2018 16:19:05 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 16:19:05,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-ae0b072e-f630-4cb0-b28b-f97eac5379ad 2018-07-22 16:19:05,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:06,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a4c3b3b0-eee4-4682-a54a-60522613eb9a Date: Sun, 22 Jul 2018 16:19:06 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:19:06,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-a4c3b3b0-eee4-4682-a54a-60522613eb9a 2018-07-22 16:19:06,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" -d '{"floatingip": {"floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "port_id": "2a30470d-7ed2-4a18-92c9-523d33bfbb8e"}}' 2018-07-22 16:19:07,896 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-b534372e-02c3-45e2-acfe-0b096217882c Date: Sun, 22 Jul 2018 16:19:07 GMT RESP BODY: {"floatingip": {"router_id": "128c7bd3-0df5-4a84-a898-d595fd8c2178", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T16:19:06Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "2a30470d-7ed2-4a18-92c9-523d33bfbb8e", "id": "f9f24489-fd82-47c8-ae59-d6f06aa83f6d", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:19:06Z", "project_id": "a7a2b4a203634771b8af017821b11eb1"}} 2018-07-22 16:19:07,896 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-b534372e-02c3-45e2-acfe-0b096217882c 2018-07-22 16:19:07,896 - create_instance - INFO - Created floating IP 172.30.9.210 via router - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router 2018-07-22 16:19:07,896 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-07-22 16:19:07,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:08,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ece9826f-1eb2-4395-bd0b-4b3df89c249f x-compute-request-id: req-ece9826f-1eb2-4395-bd0b-4b3df89c249f Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:08,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-ece9826f-1eb2-4395-bd0b-4b3df89c249f 2018-07-22 16:19:08,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 16:19:08,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b535ca8-d1da-4c76-a448-aa8815c80015 x-compute-request-id: req-9b535ca8-d1da-4c76-a448-aa8815c80015 Content-Encoding: gzip Content-Length: 8559 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008919] Yama: becoming mindful.\n[ 0.009830] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013197] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015213] 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.017636] Initializing cgroup subsys memory\n[ 0.018577] Initializing cgroup subsys devices\n[ 0.020004] Initializing cgroup subsys freezer\n[ 0.020941] Initializing cgroup subsys blkio\n[ 0.021844] Initializing cgroup subsys perf_event\n[ 0.022815] Initializing cgroup subsys hugetlb\n[ 0.023790] CPU: Physical Processor ID: 0\n[ 0.024010] FEATURE SPEC_CTRL Present\n[ 0.025509] mce: CPU supports 10 MCE banks\n[ 0.026404] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026404] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028005] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029257] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.030693] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033273] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038547] ACPI: Core revision 20131115\n[ 0.040463] ACPI: All ACPI Tables successfully acquired\n[ 0.041714] ftrace: allocating 28727 entries in 113 pages\n[ 0.060267] Enabling x2apic\n[ 0.060953] Enabled x2apic\n[ 0.061811] Switched APIC routing to physical x2apic.\n[ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066201] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.068488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077455] KVM setup paravirtual spinlock\n[ 0.079693] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080154] x86: Booting SMP configuration:\n[ 0.081123] .... node #0, CPUs: #1[ 0.079661] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096022] x86: Booted up 1 node, 2 CPUs\n[ 0.096013] KVM setup async PF for cpu 1\n[ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098917] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100323] devtmpfs: initialized\n[ 0.101966] EVM: security.selinux\n[ 0.102731] EVM: security.SMACK64\n[ 0.104008] EVM: security.ima\n[ 0.104715] EVM: security.capability\n[ 0.105553] pinctrl core: initialized pinctrl subsystem\n[ 0.105972] regulator-dummy: no parameters\n[ 0.108063] RTC time: 16:19:01, date: 07/22/18\n[ 0.109044] NET: Registered protocol family 16\n[ 0.110115] cpuidle: using governor ladder\n[ 0.111018] cpuidle: using governor menu\n[ 0.111948] ACPI: bus type PCI registered\n[ 0.112004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.113384] PCI: Using configuration type 1 for base access\n[ 0.115062] bio: create slab at 0\n[ 0.116057] ACPI: Added _OSI(Module Device)\n[ 0.116971] ACPI: Added _OSI(Processor Device)\n[ 0.117917] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.118910] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.120991] ACPI: Interpreter enabled\n[ 0.121826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.123858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125313] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.129308] ACPI: (supports S0 S5)\n[ 0.130081] ACPI: Using IOAPIC for interrupt routing\n[ 0.131125] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132198] ACPI: No dock devices found.\n[ 0.134866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137376] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.140017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.142484] acpiphp: Slot [3] registered\n[ 0.143366] acpiphp: Slot [4] registered\n[ 0.144020] acpiphp: Slot [5] registered\n[ 0.144895] acpiphp: Slot [6] registered\n[ 0.145772] acpiphp: Slot [7] registered\n[ 0.146653] acpiphp: Slot [8] registered\n[ 0.147533] acpiphp: Slot [9] registered\n[ 0.148025] acpiphp: Slot [10] registered\n[ 0.148916] acpiphp: Slot [11] registered\n[ 0.149804] acpiphp: Slot [12] registered\n[ 0.150694] acpiphp: Slot [13] registered\n[ 0.151580] acpiphp: Slot [14] registered\n[ 0.152019] acpiphp: Slot [15] registered\n[ 0.152910] acpiphp: Slot [16] registered\n[ 0.153808] acpiphp: Slot [17] registered\n[ 0.154698] acpiphp: Slot [18] registered\n[ 0.155588] acpiphp: Slot [19] registered\n[ 0.156018] acpiphp: Slot [20] registered\n[ 0.156904] acpiphp: Slot [21] registered\n[ 0.157790] acpiphp: Slot [22] registered\n[ 0.158676] acpiphp: Slot [23] registered\n[ 0.159568] acpiphp: Slot [24] registered\n[ 0.160018] acpiphp: Slot [25] registered\n[ 0.160917] acpiphp: Slot [26] registered\n[ 0.161831] acpiphp: Slot [27] registered\n[ 0.162737] acpiphp: Slot [28] registered\n[ 0.163634] acpiphp: Slot [29] registered\n[ 0.164018] acpiphp: Slot [30] registered\n[ 0.164918] acpiphp: Slot [31] registered\n[ 0.165805] PCI host bridge to bus 0000:00\n[ 0.166689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.167820] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.168004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.169248] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.170605] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.171970] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.176428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.177985] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.197319] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.198918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.200388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.201923] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.203732] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.204593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.205908] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.205908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.208004] vgaarb: loaded\n[ 0.208660] vgaarb: bridge control possible 0000:00:02.0\n[ 0.209954] SCSI subsystem initialized\n[ 0.210908] ACPI: bus type USB registered\n[ 0.210908] usbcore: registered new interface driver usbfs\n[ 0.212013] usbcore: registered new interface driver hub\n[ 0.213150] usbcore: registered new device driver usb\n[ 0.213150] PCI: Using ACPI for IRQ routing\n[ 0.213164] NetLabel: Initializing\n[ 0.216006] NetLabel: domain hash size = 128\n[ 0.216943] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.218012] NetLabel: unlabeled traffic allowed by default\n[ 0.219171] Switched to clocksource kvm-clock\n[ 0.223119] AppArmor: AppArmor Filesystem Enabled\n[ 0.224161] pnp: PnP ACPI init\n[ 0.224891] ACPI: bus type PNP registered\n[ 0.226172] pnp: PnP ACPI: found 8 devices\n[ 0.227069] ACPI: bus type PNP unregistered\n[ 0.234440] NET: Registered protocol family 2\n[ 0.235622] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.237266] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.238739] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.240128] TCP: reno registered\n[ 0.240878] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.242112] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.243468] NET: Registered protocol family 1\n[ 0.244442] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.245662] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.246839] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.270659] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.293290] Trying to unpack rootfs image as initramfs...\n[ 0.387004] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.389224] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.390481] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.392064] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.393862] Scanning for low memory corruption every 60 seconds\n[ 0.395613] Initialise system trusted keyring\n[ 0.396592] audit: initializing netlink socket (disabled)\n[ 0.397706] type=2000 audit(1532276342.454:1): initialized\n[ 0.417240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.419223] zbud: loaded\n[ 0.420048] VFS: Disk quotas dquot_6.5.2\n[ 0.420906] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.422443] fuse init (API version 7.22)\n[ 0.423324] msgmni has been set to 3997\n[ 0.424184] Key type big_key registered\n[ 0.425237] Key type asymmetric registered\n[ 0.426096] Asymmetric key parser 'x509' registered\n[ 0.427083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.428626] io scheduler noop registered\n[ 0.429460] io scheduler deadline registered (default)\n[ 0.430484] io scheduler cfq registered\n[ 0.431352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.432443] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.433728] ipmi message handler version 39.2\n[ 0.434672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.436185] ACPI: Power Button [PWRF]\n[ 0.437068] GHES: HEST is not enabled!\n[ 0.458522] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.500894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.502569] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.526603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.528753] Linux agpgart interface v0.103\n[ 0.530326] brd: module loaded\n[ 0.531359] loop: module loaded\n[ 0.532351] blk-mq: CPU -> queue map\n[ 0.533129] CPU 0 -> Queue 0\n[ 0.533811] CPU 1 -> Queue 0\n[ 0.535075] vda: vda1\n[ 0.536441] scsi0 : ata_piix\n[ 0.537245] scsi1 : ata_piix\n[ 0.537976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.539344] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.540921] libphy: Fixed MDIO Bus: probed\n[ 0.541899] tun: Universal TUN/TAP device driver, 1.6\n[ 0.542987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.545005] PPP generic driver version 2.4.2\n[ 0.546012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.547335] ehci-pci: EHCI PCI platform driver\n[ 0.548313] ehci-platform: EHCI generic platform driver\n[ 0.549426] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.550682] ohci-pci: OHCI PCI platform driver\n[ 0.551647] ohci-platform: OHCI generic platform driver\n[ 0.552755] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.574787] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.575906] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.577603] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.578885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.580272] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.581845] usb usb1: Product: UHCI Host Controller\n[ 0.582890] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.584186] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.585269] hub 1-0:1.0: USB hub found\n[ 0.586133] hub 1-0:1.0: 2 ports detected\n[ 0.587241] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.589545] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.590633] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.591833] mousedev: PS/2 mouse device common for all mice\n[ 0.593267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.595316] rtc_cmos 00:00: RTC can wake from S4\n[ 0.596573] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.597914] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.599293] device-mapper: uevent: version 1.0.3\n[ 0.600361] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.602138] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.603471] TCP: cubic registered\n[ 0.604329] NET: Registered protocol family 10\n[ 0.605523] NET: Registered protocol family 17\n[ 0.606516] Key type dns_resolver registered\n[ 0.607663] Loading compiled-in X.509 certificates\n[ 0.609223] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.611202] registered taskstats version 1\n[ 0.613807] Key type trusted registered\n[ 0.617300] Key type encrypted registered\n[ 0.618208] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.619344] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.620831] regulator-dummy: disabling\n[ 0.621753] Magic number: 10:627:338\n[ 0.630024] tty tty59: hash matches\n[ 0.630982] rtc_cmos 00:00: setting system clock to 2018-07-22 16:19:02 UTC (1532276342)\n[ 0.632789] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.634012] EDD information not available.\n[ 0.697321] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.699051] Write protecting the kernel read-only data: 12288k\n[ 0.700767] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.703606] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.716301] systemd-udevd[107]: starting version 204\n[ 0.752952] FDC 0 is a S82078B\n[ 0.900051] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.064603] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.066055] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.067502] usb 1-1: Product: QEMU USB Tablet\n[ 1.068474] usb 1-1: Manufacturer: QEMU\n[ 1.069357] usb 1-1: SerialNumber: 42\n[ 1.388061] tsc: Refined TSC clocksource calibration: 3491.875 MHz\n[ 1.764802] 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.005155] 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.098378] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.189180] 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 Sun, 22 Jul 2018 16:19:04 +0000. Up 2.54 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 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 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 ]\ncloud-init-nonet[3.70]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 22 Jul 2018 16:19:05 +0000. Up 3.83 seconds.\nci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.7 | 255.255.255.0 | fa:16:3e:1e:e5:32 |\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.2 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\n"} 2018-07-22 16:19:08,150 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e/action used request id req-9b535ca8-d1da-4c76-a448-aa8815c80015 2018-07-22 16:19:08,151 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-07-22 16:19:08,151 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008919] Yama: becoming mindful. [ 0.009830] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013197] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015213] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017636] Initializing cgroup subsys memory [ 0.018577] Initializing cgroup subsys devices [ 0.020004] Initializing cgroup subsys freezer [ 0.020941] Initializing cgroup subsys blkio [ 0.021844] Initializing cgroup subsys perf_event [ 0.022815] Initializing cgroup subsys hugetlb [ 0.023790] CPU: Physical Processor ID: 0 [ 0.024010] FEATURE SPEC_CTRL Present [ 0.025509] mce: CPU supports 10 MCE banks [ 0.026404] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026404] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028005] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029257] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.030693] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033273] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038547] ACPI: Core revision 20131115 [ 0.040463] ACPI: All ACPI Tables successfully acquired [ 0.041714] ftrace: allocating 28727 entries in 113 pages [ 0.060267] Enabling x2apic [ 0.060953] Enabled x2apic [ 0.061811] Switched APIC routing to physical x2apic. [ 0.064902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066201] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.068488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077455] KVM setup paravirtual spinlock [ 0.079693] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080154] x86: Booting SMP configuration: [ 0.081123] .... node #0, CPUs: #1[ 0.079661] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096022] x86: Booted up 1 node, 2 CPUs [ 0.096013] KVM setup async PF for cpu 1 [ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098917] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100323] devtmpfs: initialized [ 0.101966] EVM: security.selinux [ 0.102731] EVM: security.SMACK64 [ 0.104008] EVM: security.ima [ 0.104715] EVM: security.capability [ 0.105553] pinctrl core: initialized pinctrl subsystem [ 0.105972] regulator-dummy: no parameters [ 0.108063] RTC time: 16:19:01, date: 07/22/18 [ 0.109044] NET: Registered protocol family 16 [ 0.110115] cpuidle: using governor ladder [ 0.111018] cpuidle: using governor menu [ 0.111948] ACPI: bus type PCI registered [ 0.112004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.113384] PCI: Using configuration type 1 for base access [ 0.115062] bio: create slab at 0 [ 0.116057] ACPI: Added _OSI(Module Device) [ 0.116971] ACPI: Added _OSI(Processor Device) [ 0.117917] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.118910] ACPI: Added _OSI(Processor Aggregator Device) [ 0.120991] ACPI: Interpreter enabled [ 0.121826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.123858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125313] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.129308] ACPI: (supports S0 S5) [ 0.130081] ACPI: Using IOAPIC for interrupt routing [ 0.131125] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132198] ACPI: No dock devices found. [ 0.134866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137376] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.140017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.142484] acpiphp: Slot [3] registered [ 0.143366] acpiphp: Slot [4] registered [ 0.144020] acpiphp: Slot [5] registered [ 0.144895] acpiphp: Slot [6] registered [ 0.145772] acpiphp: Slot [7] registered [ 0.146653] acpiphp: Slot [8] registered [ 0.147533] acpiphp: Slot [9] registered [ 0.148025] acpiphp: Slot [10] registered [ 0.148916] acpiphp: Slot [11] registered [ 0.149804] acpiphp: Slot [12] registered [ 0.150694] acpiphp: Slot [13] registered [ 0.151580] acpiphp: Slot [14] registered [ 0.152019] acpiphp: Slot [15] registered [ 0.152910] acpiphp: Slot [16] registered [ 0.153808] acpiphp: Slot [17] registered [ 0.154698] acpiphp: Slot [18] registered [ 0.155588] acpiphp: Slot [19] registered [ 0.156018] acpiphp: Slot [20] registered [ 0.156904] acpiphp: Slot [21] registered [ 0.157790] acpiphp: Slot [22] registered [ 0.158676] acpiphp: Slot [23] registered [ 0.159568] acpiphp: Slot [24] registered [ 0.160018] acpiphp: Slot [25] registered [ 0.160917] acpiphp: Slot [26] registered [ 0.161831] acpiphp: Slot [27] registered [ 0.162737] acpiphp: Slot [28] registered [ 0.163634] acpiphp: Slot [29] registered [ 0.164018] acpiphp: Slot [30] registered [ 0.164918] acpiphp: Slot [31] registered [ 0.165805] PCI host bridge to bus 0000:00 [ 0.166689] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.167820] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.168004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.169248] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.170605] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.171970] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.176428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.177985] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.197319] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.198918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.200388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.201923] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.203732] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.204593] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.205908] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.205908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.208004] vgaarb: loaded [ 0.208660] vgaarb: bridge control possible 0000:00:02.0 [ 0.209954] SCSI subsystem initialized [ 0.210908] ACPI: bus type USB registered [ 0.210908] usbcore: registered new interface driver usbfs [ 0.212013] usbcore: registered new interface driver hub [ 0.213150] usbcore: registered new device driver usb [ 0.213150] PCI: Using ACPI for IRQ routing [ 0.213164] NetLabel: Initializing [ 0.216006] NetLabel: domain hash size = 128 [ 0.216943] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.218012] NetLabel: unlabeled traffic allowed by default [ 0.219171] Switched to clocksource kvm-clock [ 0.223119] AppArmor: AppArmor Filesystem Enabled [ 0.224161] pnp: PnP ACPI init [ 0.224891] ACPI: bus type PNP registered [ 0.226172] pnp: PnP ACPI: found 8 devices [ 0.227069] ACPI: bus type PNP unregistered [ 0.234440] NET: Registered protocol family 2 [ 0.235622] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.237266] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.238739] TCP: Hash tables configured (established 16384 bind 16384) [ 0.240128] TCP: reno registered [ 0.240878] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.242112] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.243468] NET: Registered protocol family 1 [ 0.244442] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.245662] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.246839] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.270659] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.293290] Trying to unpack rootfs image as initramfs... [ 0.387004] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.389224] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.390481] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.392064] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.393862] Scanning for low memory corruption every 60 seconds [ 0.395613] Initialise system trusted keyring [ 0.396592] audit: initializing netlink socket (disabled) [ 0.397706] type=2000 audit(1532276342.454:1): initialized [ 0.417240] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.419223] zbud: loaded [ 0.420048] VFS: Disk quotas dquot_6.5.2 [ 0.420906] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.422443] fuse init (API version 7.22) [ 0.423324] msgmni has been set to 3997 [ 0.424184] Key type big_key registered [ 0.425237] Key type asymmetric registered [ 0.426096] Asymmetric key parser 'x509' registered [ 0.427083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.428626] io scheduler noop registered [ 0.429460] io scheduler deadline registered (default) [ 0.430484] io scheduler cfq registered [ 0.431352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.432443] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.433728] ipmi message handler version 39.2 [ 0.434672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.436185] ACPI: Power Button [PWRF] [ 0.437068] GHES: HEST is not enabled! [ 0.458522] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.500894] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.502569] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.526603] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.528753] Linux agpgart interface v0.103 [ 0.530326] brd: module loaded [ 0.531359] loop: module loaded [ 0.532351] blk-mq: CPU -> queue map [ 0.533129] CPU 0 -> Queue 0 [ 0.533811] CPU 1 -> Queue 0 [ 0.535075] vda: vda1 [ 0.536441] scsi0 : ata_piix [ 0.537245] scsi1 : ata_piix [ 0.537976] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.539344] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.540921] libphy: Fixed MDIO Bus: probed [ 0.541899] tun: Universal TUN/TAP device driver, 1.6 [ 0.542987] tun: (C) 1999-2004 Max Krasnyansky [ 0.545005] PPP generic driver version 2.4.2 [ 0.546012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.547335] ehci-pci: EHCI PCI platform driver [ 0.548313] ehci-platform: EHCI generic platform driver [ 0.549426] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.550682] ohci-pci: OHCI PCI platform driver [ 0.551647] ohci-platform: OHCI generic platform driver [ 0.552755] uhci_hcd: USB Universal Host Controller Interface driver [ 0.574787] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.575906] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.577603] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.578885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.580272] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.581845] usb usb1: Product: UHCI Host Controller [ 0.582890] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.584186] usb usb1: SerialNumber: 0000:00:01.2 [ 0.585269] hub 1-0:1.0: USB hub found [ 0.586133] hub 1-0:1.0: 2 ports detected [ 0.587241] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.589545] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.590633] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.591833] mousedev: PS/2 mouse device common for all mice [ 0.593267] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.595316] rtc_cmos 00:00: RTC can wake from S4 [ 0.596573] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.597914] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.599293] device-mapper: uevent: version 1.0.3 [ 0.600361] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.602138] ledtrig-cpu: registered to indicate activity on CPUs [ 0.603471] TCP: cubic registered [ 0.604329] NET: Registered protocol family 10 [ 0.605523] NET: Registered protocol family 17 [ 0.606516] Key type dns_resolver registered [ 0.607663] Loading compiled-in X.509 certificates [ 0.609223] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.611202] registered taskstats version 1 [ 0.613807] Key type trusted registered [ 0.617300] Key type encrypted registered [ 0.618208] AppArmor: AppArmor sha1 policy hashing enabled [ 0.619344] IMA: No TPM chip found, activating TPM-bypass! [ 0.620831] regulator-dummy: disabling [ 0.621753] Magic number: 10:627:338 [ 0.630024] tty tty59: hash matches [ 0.630982] rtc_cmos 00:00: setting system clock to 2018-07-22 16:19:02 UTC (1532276342) [ 0.632789] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.634012] EDD information not available. [ 0.697321] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.699051] Write protecting the kernel read-only data: 12288k [ 0.700767] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.703606] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.716301] systemd-udevd[107]: starting version 204 [ 0.752952] FDC 0 is a S82078B [ 0.900051] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.064603] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.066055] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.067502] usb 1-1: Product: QEMU USB Tablet [ 1.068474] usb 1-1: Manufacturer: QEMU [ 1.069357] usb 1-1: SerialNumber: 42 [ 1.388061] tsc: Refined TSC clocksource calibration: 3491.875 MHz [ 1.764802] 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.005155] 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.098378] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.189180] 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 Sun, 22 Jul 2018 16:19:04 +0000. Up 2.54 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 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 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 ] cloud-init-nonet[3.70]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 22 Jul 2018 16:19:05 +0000. Up 3.83 seconds. ci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++ ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.7 | 255.255.255.0 | fa:16:3e:1e:e5:32 | 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.2 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ 2018-07-22 16:19:08,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:08,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-937f9010-efa5-4347-acea-d1780dd4f3cd x-compute-request-id: req-937f9010-efa5-4347-acea-d1780dd4f3cd Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:08,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-937f9010-efa5-4347-acea-d1780dd4f3cd 2018-07-22 16:19:08,488 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - ACTIVE 2018-07-22 16:19:08,488 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:19:08,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:08,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d07179b-6eb2-43e2-8a06-2904fa7b2be6 x-compute-request-id: req-1d07179b-6eb2-43e2-8a06-2904fa7b2be6 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:08,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-1d07179b-6eb2-43e2-8a06-2904fa7b2be6 2018-07-22 16:19:08,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:08,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-287647b3-70ec-4de0-b19a-77ab72c7c622 Date: Sun, 22 Jul 2018 16:19:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:08,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-287647b3-70ec-4de0-b19a-77ab72c7c622 2018-07-22 16:19:08,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:08,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-803931f3-f798-48f7-aea6-a76969db7d57 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:08,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-803931f3-f798-48f7-aea6-a76969db7d57 2018-07-22 16:19:08,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:08,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d0c266b6-7f45-4dee-bd82-bce33f8205a9 Date: Sun, 22 Jul 2018 16:19:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:08,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-d0c266b6-7f45-4dee-bd82-bce33f8205a9 2018-07-22 16:19:08,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:09,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2259 X-Openstack-Request-Id: req-0d782ed2-832c-4def-8bc6-016d4d20068b Date: Sun, 22 Jul 2018 16:19:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:01Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:09,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-0d782ed2-832c-4def-8bc6-016d4d20068b 2018-07-22 16:19:09,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:09,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-850d6870-aecd-4482-921c-970910ad31d1 x-compute-request-id: req-850d6870-aecd-4482-921c-970910ad31d1 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:09,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-850d6870-aecd-4482-921c-970910ad31d1 2018-07-22 16:19:09,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:09,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-6ed51b97-160e-4368-9bd5-5a9af305f3d3 Date: Sun, 22 Jul 2018 16:19:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:09,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-6ed51b97-160e-4368-9bd5-5a9af305f3d3 2018-07-22 16:19:09,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:09,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d62a1ca-5031-4589-a61a-ef2feefacad4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:09,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-3d62a1ca-5031-4589-a61a-ef2feefacad4 2018-07-22 16:19:09,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:09,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-690a9ceb-5965-40b9-a42b-1f9ccb7182eb Date: Sun, 22 Jul 2018 16:19:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:09,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-690a9ceb-5965-40b9-a42b-1f9ccb7182eb 2018-07-22 16:19:09,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:09,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2259 X-Openstack-Request-Id: req-d9e9f235-08b9-4572-a6d7-c686151323f7 Date: Sun, 22 Jul 2018 16:19:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:01Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:09,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-d9e9f235-08b9-4572-a6d7-c686151323f7 2018-07-22 16:19:09,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}}' 2018-07-22 16:19:10,206 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:19:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-122afc72-98ce-44b0-aea3-8e3be43f7342 x-compute-request-id: req-122afc72-98ce-44b0-aea3-8e3be43f7342 Content-Length: 0 Content-Type: application/json 2018-07-22 16:19:10,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e/action used request id req-122afc72-98ce-44b0-aea3-8e3be43f7342 2018-07-22 16:19:10,207 - create_instance - INFO - Checking if VM is active 2018-07-22 16:19:10,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:10,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8738d0f-59a4-4b3c-8aca-514478903e78 x-compute-request-id: req-a8738d0f-59a4-4b3c-8aca-514478903e78 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:10,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-a8738d0f-59a4-4b3c-8aca-514478903e78 2018-07-22 16:19:10,379 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - ACTIVE 2018-07-22 16:19:10,379 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:19:10,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:10,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a8e4236-1a08-4089-b618-76a468820b59 x-compute-request-id: req-1a8e4236-1a08-4089-b618-76a468820b59 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:10,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-1a8e4236-1a08-4089-b618-76a468820b59 2018-07-22 16:19:10,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:10,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-c5a69798-f980-4f13-a944-71a7ec33f015 Date: Sun, 22 Jul 2018 16:19:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:10,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-c5a69798-f980-4f13-a944-71a7ec33f015 2018-07-22 16:19:10,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:10,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b23ebda6-2054-4bd5-bd33-bc84524ab9bc Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:10,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-b23ebda6-2054-4bd5-bd33-bc84524ab9bc 2018-07-22 16:19:10,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:10,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c4f9090-5add-4059-aca0-8c3784f56039 Date: Sun, 22 Jul 2018 16:19:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:10,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-6c4f9090-5add-4059-aca0-8c3784f56039 2018-07-22 16:19:10,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:11,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2298 X-Openstack-Request-Id: req-1d10b3de-66de-450f-ac70-8f697f21c10f Date: Sun, 22 Jul 2018 16:19:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:10Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["7242a5e4-cb81-4051-8833-8bbc45073d94","bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:11,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-1d10b3de-66de-450f-ac70-8f697f21c10f 2018-07-22 16:19:11,031 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:19:27,262 - paramiko.transport - DEBUG - starting thread (client mode): 0x4477c450L 2018-07-22 16:19:27,262 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:19:27,267 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:19:27,268 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:19:27,269 - 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-07-22 16:19:27,269 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:19:27,269 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:19:27,270 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:19:27,270 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:19:27,270 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:19:27,312 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:19:27,313 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:19:27,327 - paramiko.transport - DEBUG - Trying discovered key 9b9416822cf01c822989b7c831b40bfa in tmp/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910 2018-07-22 16:19:27,353 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:19:27,372 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:19:27,473 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 16:19:27,504 - create_instance - INFO - SSH is active for VM instance 2018-07-22 16:19:27,505 - create_instance - INFO - Checking if cloud-init has completed 2018-07-22 16:19:27,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:27,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5151cc73-fdf0-48c5-b5de-465b42d43d40 x-compute-request-id: req-5151cc73-fdf0-48c5-b5de-465b42d43d40 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:27,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-5151cc73-fdf0-48c5-b5de-465b42d43d40 2018-07-22 16:19:27,704 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - ACTIVE 2018-07-22 16:19:27,704 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:19:27,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:27,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4094a78a-a201-4741-bc1e-da49265f4f20 x-compute-request-id: req-4094a78a-a201-4741-bc1e-da49265f4f20 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:27,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-4094a78a-a201-4741-bc1e-da49265f4f20 2018-07-22 16:19:27,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:27,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-2e8d4e48-0a9d-4248-a9eb-020b44204ba0 Date: Sun, 22 Jul 2018 16:19:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:27,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-2e8d4e48-0a9d-4248-a9eb-020b44204ba0 2018-07-22 16:19:27,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:28,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2438587-3621-47a2-9770-ae7f30a9265c Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:28,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-d2438587-3621-47a2-9770-ae7f30a9265c 2018-07-22 16:19:28,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:28,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fe14696f-662a-4f0c-b72e-25eebadfac01 Date: Sun, 22 Jul 2018 16:19:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:28,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-fe14696f-662a-4f0c-b72e-25eebadfac01 2018-07-22 16:19:28,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:28,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2298 X-Openstack-Request-Id: req-602e8994-0eaa-456b-8d31-4ad703370846 Date: Sun, 22 Jul 2018 16:19:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:10Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["7242a5e4-cb81-4051-8833-8bbc45073d94","bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:28,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-602e8994-0eaa-456b-8d31-4ad703370846 2018-07-22 16:19:28,214 - create_instance - INFO - Checking if VM is active 2018-07-22 16:19:28,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:28,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-251f9855-24b9-45f3-b078-7c2e2a878230 x-compute-request-id: req-251f9855-24b9-45f3-b078-7c2e2a878230 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:28,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-251f9855-24b9-45f3-b078-7c2e2a878230 2018-07-22 16:19:28,398 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - ACTIVE 2018-07-22 16:19:28,398 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:19:28,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:28,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5996ad10-271a-4fae-b976-f8eb8c34c12f x-compute-request-id: req-5996ad10-271a-4fae-b976-f8eb8c34c12f Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:28,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-5996ad10-271a-4fae-b976-f8eb8c34c12f 2018-07-22 16:19:28,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:29,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-e3552074-68b5-49b5-a435-c50679e7873c Date: Sun, 22 Jul 2018 16:19:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:29,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-e3552074-68b5-49b5-a435-c50679e7873c 2018-07-22 16:19:29,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:29,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0f3876-f083-41a0-9520-c3712b7b5014 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:29,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-6f0f3876-f083-41a0-9520-c3712b7b5014 2018-07-22 16:19:29,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:29,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4d7709dc-a8d5-4391-95c4-73b998058c4f Date: Sun, 22 Jul 2018 16:19:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:29,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-4d7709dc-a8d5-4391-95c4-73b998058c4f 2018-07-22 16:19:29,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:29,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2298 X-Openstack-Request-Id: req-95e4006b-30d9-4dcc-860e-eb3c5f59d93d Date: Sun, 22 Jul 2018 16:19:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:10Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["7242a5e4-cb81-4051-8833-8bbc45073d94","bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:29,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-95e4006b-30d9-4dcc-860e-eb3c5f59d93d 2018-07-22 16:19:29,218 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:19:29,220 - paramiko.transport - DEBUG - starting thread (client mode): 0x446cbd90L 2018-07-22 16:19:29,220 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:19:29,224 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:19:29,224 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:19:29,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-07-22 16:19:29,225 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:19:29,225 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:19:29,226 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:19:29,226 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:19:29,226 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:19:29,268 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:19:29,269 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:19:29,284 - paramiko.transport - DEBUG - Trying discovered key 9b9416822cf01c822989b7c831b40bfa in tmp/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910 2018-07-22 16:19:29,305 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:19:29,312 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:19:29,412 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 16:19:29,430 - create_instance - INFO - SSH is active for VM instance 2018-07-22 16:19:29,430 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:19:29,432 - paramiko.transport - DEBUG - starting thread (client mode): 0x4475d390L 2018-07-22 16:19:29,432 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:19:29,435 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:19:29,435 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:19:29,437 - 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-07-22 16:19:29,437 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:19:29,437 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:19:29,438 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:19:29,438 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:19:29,438 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:19:29,480 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:19:29,481 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:19:29,496 - paramiko.transport - DEBUG - Trying discovered key 9b9416822cf01c822989b7c831b40bfa in tmp/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910 2018-07-22 16:19:29,517 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:19:29,523 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:19:29,529 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 16:19:29,764 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-07-22 16:19:29,765 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 16:19:29,794 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 16:19:29,802 - create_instance - INFO - cloud-init complete for VM instance 2018-07-22 16:19:29,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:29,807 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 16:19:29,809 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 16:19:30,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2aebb49d-a87b-4037-8813-c9a370e7c217 x-compute-request-id: req-2aebb49d-a87b-4037-8813-c9a370e7c217 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:30,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-2aebb49d-a87b-4037-8813-c9a370e7c217 2018-07-22 16:19:30,008 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - ACTIVE 2018-07-22 16:19:30,009 - create_instance - INFO - VM is - ACTIVE 2018-07-22 16:19:30,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:30,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19: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-f4db74d7-70b8-4a57-8a69-0245bf588eb2 x-compute-request-id: req-f4db74d7-70b8-4a57-8a69-0245bf588eb2 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:30,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-f4db74d7-70b8-4a57-8a69-0245bf588eb2 2018-07-22 16:19:30,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:30,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-5863de17-1068-473d-a209-618d8c76919f Date: Sun, 22 Jul 2018 16:19:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:30,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-5863de17-1068-473d-a209-618d8c76919f 2018-07-22 16:19:30,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:30,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1a969f-b711-4a59-a684-45d22a4447a8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:30,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-7a1a969f-b711-4a59-a684-45d22a4447a8 2018-07-22 16:19:30,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:30,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a4d3308b-4df0-4f6c-8059-6e4144e853b7 Date: Sun, 22 Jul 2018 16:19:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:30,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-a4d3308b-4df0-4f6c-8059-6e4144e853b7 2018-07-22 16:19:30,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:30,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2298 X-Openstack-Request-Id: req-9c328b79-b01c-4e4e-ade5-6dab4caa9bd3 Date: Sun, 22 Jul 2018 16:19:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:10Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["7242a5e4-cb81-4051-8833-8bbc45073d94","bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:30,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-9c328b79-b01c-4e4e-ade5-6dab4caa9bd3 2018-07-22 16:19:30,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:31,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19: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-3fbcbcfd-19e3-4f54-bc07-fa402291270b x-compute-request-id: req-3fbcbcfd-19e3-4f54-bc07-fa402291270b Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:31,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-3fbcbcfd-19e3-4f54-bc07-fa402291270b 2018-07-22 16:19:31,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:31,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-179861cc-fe98-4d82-bcde-ab5047e678b1 Date: Sun, 22 Jul 2018 16:19:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"],"updated_at":"2018-07-22T16:17:07Z","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","id":"030b6ecb-c005-492f-9812-0806a21e00cc","name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net"}]} 2018-07-22 16:19:31,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net used request id req-179861cc-fe98-4d82-bcde-ab5047e678b1 2018-07-22 16:19:31,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:31,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03c035f5-56e9-4873-9507-d7b283640083 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:31,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-03c035f5-56e9-4873-9507-d7b283640083 2018-07-22 16:19:31,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:31,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1b3d5ac6-c130-4ab8-acd9-b28eec580edf Date: Sun, 22 Jul 2018 16:19:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","dns_nameservers":[],"updated_at":"2018-07-22T16:17: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":"a7a2b4a203634771b8af017821b11eb1","id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","subnetpool_id":null,"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet"}]} 2018-07-22 16:19:31,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-1b3d5ac6-c130-4ab8-acd9-b28eec580edf 2018-07-22 16:19:31,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:31,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2298 X-Openstack-Request-Id: req-262f8a27-d1d2-41aa-b6e9-dc45ee6fce3a Date: Sun, 22 Jul 2018 16:19:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:18Z","admin_state_up":true,"updated_at":"2018-07-22T16:19:10Z","binding:vnic_type":"normal","device_id":"4f052996-ced0-4bd6-98c3-17ec5b263c4e","device_owner":"compute:nova","revision_number":12,"mac_address":"fa:16:3e:1e:e5:32","id":"2a30470d-7ed2-4a18-92c9-523d33bfbb8e","port_security_enabled":true,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.7"}],"extra_dhcp_opts":[],"security_groups":["7242a5e4-cb81-4051-8833-8bbc45073d94","bd69e70b-98b3-4bb1-bf80-bea2050069df"],"name":"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:07Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030b6ecb-c005-492f-9812-0806a21e00cc","device_owner":"network:dhcp","revision_number":6,"mac_address":"fa:16:3e:10:f1:b0","id":"9043e609-48d7-4ba2-9bae-24f41c3c2eab","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"030b6ecb-c005-492f-9812-0806a21e00cc","tenant_id":"a7a2b4a203634771b8af017821b11eb1","created_at":"2018-07-22T16:17:11Z","admin_state_up":true,"updated_at":"2018-07-22T16:17:11Z","binding:vnic_type":"normal","device_id":"128c7bd3-0df5-4a84-a898-d595fd8c2178","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:a7:82:68","id":"d38fa015-b3ef-4a53-809e-29e76f2d8365","port_security_enabled":false,"project_id":"a7a2b4a203634771b8af017821b11eb1","fixed_ips":[{"subnet_id":"bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5","ip_address":"10.55.1.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:19:31,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=030b6ecb-c005-492f-9812-0806a21e00cc used request id req-262f8a27-d1d2-41aa-b6e9-dc45ee6fce3a 2018-07-22 16:19:31,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}}' 2018-07-22 16:19:31,634 - novaclient.v2.client - DEBUG - RESP: [400] Date: Sun, 22 Jul 2018 16:19:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff888c92-a2b9-4b30-b971-ffe5c363ae92 x-compute-request-id: req-ff888c92-a2b9-4b30-b971-ffe5c363ae92 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: '7242a5e4-cb81-4051-8833-8bbc45073d94'.\nNeutron server returns request_ids: ['req-8f700a14-601f-42f4-b7b4-8a61628d9a66']", "code": 400}} 2018-07-22 16:19:31,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e/action used request id req-ff888c92-a2b9-4b30-b971-ffe5c363ae92 2018-07-22 16:19:31,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:31,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63c1ebbe-1c93-4b40-8ee3-af6f49ed4df6 x-compute-request-id: req-63c1ebbe-1c93-4b40-8ee3-af6f49ed4df6 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "security_groups": [{"name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp"}, {"name": "default"}], "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:01Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:31,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-63c1ebbe-1c93-4b40-8ee3-af6f49ed4df6 2018-07-22 16:19:31,965 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp] already added to VM [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] 2018-07-22 16:19:31,968 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-07-22 16:19:31,970 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-07-22 16:19:33,275 - ansible_utils - DEBUG - Retrieving SSH client 2018-07-22 16:19:33,277 - paramiko.transport - DEBUG - starting thread (client mode): 0x448b7f50L 2018-07-22 16:19:33,277 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 16:19:33,282 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-07-22 16:19:33,282 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-07-22 16:19:33,283 - 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-07-22 16:19:33,283 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 16:19:33,283 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-22 16:19:33,283 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 16:19:33,283 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 16:19:33,283 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 16:19:33,324 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 16:19:33,324 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 16:19:33,341 - paramiko.transport - DEBUG - Trying discovered key 9b9416822cf01c822989b7c831b40bfa in tmp/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910 2018-07-22 16:19:33,361 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 16:19:33,367 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 16:19:33,373 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 16:19:33,563 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-07-22 16:19:33,564 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 16:19:33,575 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 16:19:33,596 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 16:19:33,597 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 16:19:33,697 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 16:19:33,711 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-07-22 16:19:33,711 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-07-22 16:19:33,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/f9f24489-fd82-47c8-ae59-d6f06aa83f6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:34,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a263333-8649-45c8-894b-c50f4269f7e7 Content-Length: 0 Date: Sun, 22 Jul 2018 16:19:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:34,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/f9f24489-fd82-47c8-ae59-d6f06aa83f6d used request id req-9a263333-8649-45c8-894b-c50f4269f7e7 2018-07-22 16:19:34,383 - create_instance - INFO - Deleting Port with ID - 2a30470d-7ed2-4a18-92c9-523d33bfbb8e 2018-07-22 16:19:34,384 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-port-1 2018-07-22 16:19:34,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/2a30470d-7ed2-4a18-92c9-523d33bfbb8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:34,910 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-950cc7eb-723b-4bbf-85a2-8828f5025947 Date: Sun, 22 Jul 2018 16:19:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:34,910 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/2a30470d-7ed2-4a18-92c9-523d33bfbb8e used request id req-950cc7eb-723b-4bbf-85a2-8828f5025947 2018-07-22 16:19:34,911 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst 2018-07-22 16:19:34,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:35,070 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:19: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-1885f6cd-164d-4031-8c41-2f14fc8bdb5f x-compute-request-id: req-1885f6cd-164d-4031-8c41-2f14fc8bdb5f Content-Type: application/json 2018-07-22 16:19:35,070 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-1885f6cd-164d-4031-8c41-2f14fc8bdb5f 2018-07-22 16:19:35,070 - create_instance - INFO - Checking deletion status 2018-07-22 16:19:35,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:35,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19: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-cf4dbeff-8cdc-444d-a01c-e10f8ae28bff x-compute-request-id: req-cf4dbeff-8cdc-444d-a01c-e10f8ae28bff Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e5:32", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e", "rel": "bookmark"}], "image": {"id": "c5af0798-6757-41c3-b74e-47aaa385a5fc", "links": [{"href": "http://172.30.9.28:8774/images/c5af0798-6757-41c3-b74e-47aaa385a5fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T16:19:01.000000", "flavor": {"id": "1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "links": [{"href": "http://172.30.9.28:8774/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6", "rel": "bookmark"}]}, "id": "4f052996-ced0-4bd6-98c3-17ec5b263c4e", "user_id": "864f30b9d5de4d8fa3dabc5a19652534", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-22T16:19:34Z", "hostId": "91dd9b67b1d1f74b0c3a2edde8fa368d3db679eee5515a499ae671bb", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp", "name": "AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst", "created": "2018-07-22T16:17:20Z", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:19:35,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-cf4dbeff-8cdc-444d-a01c-e10f8ae28bff 2018-07-22 16:19:35,328 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst] is - ACTIVE 2018-07-22 16:19:35,328 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-22 16:19:38,331 - create_instance - DEBUG - VM status query timeout in 296.73933816 2018-07-22 16:19:38,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed29415271e483d99e908374b781d7cdb8eee176" 2018-07-22 16:19:38,385 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:19: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-c72182e7-3f8d-499a-a6cc-99a49f499bba x-compute-request-id: req-c72182e7-3f8d-499a-a6cc-99a49f499bba Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4f052996-ced0-4bd6-98c3-17ec5b263c4e could not be found.", "code": 404}} 2018-07-22 16:19:38,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4f052996-ced0-4bd6-98c3-17ec5b263c4e used request id req-c72182e7-3f8d-499a-a6cc-99a49f499bba 2018-07-22 16:19:38,385 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4f052996-ced0-4bd6-98c3-17ec5b263c4e could not be found. (HTTP 404) (Request-ID: req-c72182e7-3f8d-499a-a6cc-99a49f499bba) 2018-07-22 16:19:38,385 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-inst 2018-07-22 16:19:38,387 - neutron_utils - INFO - Deleting security group rule with ID - 7517e973-8071-4b5a-987f-30c4ac683bb7 2018-07-22 16:19:38,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/7517e973-8071-4b5a-987f-30c4ac683bb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:19:38,495 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c01d130-5218-4a83-abdd-1e63f4d0c3cf Content-Length: 0 Date: Sun, 22 Jul 2018 16:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:38,495 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/7517e973-8071-4b5a-987f-30c4ac683bb7 used request id req-8c01d130-5218-4a83-abdd-1e63f4d0c3cf 2018-07-22 16:19:38,495 - neutron_utils - INFO - Deleting security group rule with ID - 22ad0962-0cac-48b4-809c-2650eeabfa3a 2018-07-22 16:19:38,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/22ad0962-0cac-48b4-809c-2650eeabfa3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:19:38,607 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1746ac75-6e62-40db-94f0-ab59a88e22ce Content-Length: 0 Date: Sun, 22 Jul 2018 16:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:38,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/22ad0962-0cac-48b4-809c-2650eeabfa3a used request id req-1746ac75-6e62-40db-94f0-ab59a88e22ce 2018-07-22 16:19:38,607 - neutron_utils - INFO - Deleting security group rule with ID - 46e2580f-8789-41c5-996e-25142425e1e7 2018-07-22 16:19:38,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/46e2580f-8789-41c5-996e-25142425e1e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:19:38,703 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ecca4e5d-1809-4920-9867-df7e90c67abd Content-Length: 0 Date: Sun, 22 Jul 2018 16:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:38,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/46e2580f-8789-41c5-996e-25142425e1e7 used request id req-ecca4e5d-1809-4920-9867-df7e90c67abd 2018-07-22 16:19:38,703 - neutron_utils - INFO - Deleting security group rule with ID - 13ee4b19-4888-452f-9f94-64572a91c9d7 2018-07-22 16:19:38,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/13ee4b19-4888-452f-9f94-64572a91c9d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:19:38,804 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a7095de-b734-40ec-9c3b-55200dfed369 Content-Length: 0 Date: Sun, 22 Jul 2018 16:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:38,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/13ee4b19-4888-452f-9f94-64572a91c9d7 used request id req-1a7095de-b734-40ec-9c3b-55200dfed369 2018-07-22 16:19:38,804 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-sec-grp 2018-07-22 16:19:38,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7242a5e4-cb81-4051-8833-8bbc45073d94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7f2ed5dd7bd5eeaebdf311e7a6e63601b1d1b1d" 2018-07-22 16:19:38,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c7b798e2-3087-45e8-9eba-a5090d20c38b Content-Length: 0 Date: Sun, 22 Jul 2018 16:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:38,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7242a5e4-cb81-4051-8833-8bbc45073d94 used request id req-c7b798e2-3087-45e8-9eba-a5090d20c38b 2018-07-22 16:19:38,950 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp 2018-07-22 16:19:38,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddd05fede8f0bb0333d412008ab719c897598620" 2018-07-22 16:19:38,986 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:19: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-d04207ab-866d-465d-9d1b-808aba7f7707 x-compute-request-id: req-d04207ab-866d-465d-9d1b-808aba7f7707 Content-Length: 0 Content-Type: application/json 2018-07-22 16:19:38,986 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-kp used request id req-d04207ab-866d-465d-9d1b-808aba7f7707 2018-07-22 16:19:38,986 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910.pub] 2018-07-22 16:19:38,987 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910] 2018-07-22 16:19:38,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da0e4ecae654be13d7605870a8c2c1dbcaa70c0c" 2018-07-22 16:19:39,021 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:19: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-a1d244bf-cbfd-43f2-914e-b14420b303f3 x-compute-request-id: req-a1d244bf-cbfd-43f2-914e-b14420b303f3 Content-Length: 0 Content-Type: application/json 2018-07-22 16:19:39,022 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1be5ff08-5cd3-4278-8cca-499fd6eae4c6 used request id req-a1d244bf-cbfd-43f2-914e-b14420b303f3 2018-07-22 16:19:39,022 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router and subnet AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet 2018-07-22 16:19:39,023 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router 2018-07-22 16:19:39,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/128c7bd3-0df5-4a84-a898-d595fd8c2178/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" -d '{"subnet_id": "bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"}' 2018-07-22 16:19:40,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-098d77c9-18a5-4733-9abe-f41d93718015 Date: Sun, 22 Jul 2018 16:19:40 GMT RESP BODY: {"network_id": "030b6ecb-c005-492f-9812-0806a21e00cc", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "subnet_id": "bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5", "subnet_ids": ["bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5"], "port_id": "d38fa015-b3ef-4a53-809e-29e76f2d8365", "id": "128c7bd3-0df5-4a84-a898-d595fd8c2178"} 2018-07-22 16:19:40,551 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/128c7bd3-0df5-4a84-a898-d595fd8c2178/remove_router_interface used request id req-098d77c9-18a5-4733-9abe-f41d93718015 2018-07-22 16:19:40,552 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router 2018-07-22 16:19:40,552 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-router 2018-07-22 16:19:40,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/128c7bd3-0df5-4a84-a898-d595fd8c2178 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4de78afaad1f6a3cbc79f71a0e32bbc9d4c385" 2018-07-22 16:19:41,868 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b22db1a4-012a-4ccb-b982-b8396703c129 Content-Length: 0 Date: Sun, 22 Jul 2018 16:19:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:41,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/128c7bd3-0df5-4a84-a898-d595fd8c2178 used request id req-b22db1a4-012a-4ccb-b982-b8396703c129 2018-07-22 16:19:41,869 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet 2018-07-22 16:19:41,870 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-subnet 2018-07-22 16:19:41,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" 2018-07-22 16:19:43,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcbf4ccf-237e-4193-86f8-732a125a53eb Date: Sun, 22 Jul 2018 16:19:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:43,075 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/bad2e59a-92d1-4ee2-9e43-a5e8ebf649b5 used request id req-dcbf4ccf-237e-4193-86f8-732a125a53eb 2018-07-22 16:19:43,075 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910-pub-net 2018-07-22 16:19:43,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/030b6ecb-c005-492f-9812-0806a21e00cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d93cb3eda9b2c2b04d6f9862ef006ffd420545" 2018-07-22 16:19:44,482 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcc873cb-76e4-4d7c-8173-9d998129071b Date: Sun, 22 Jul 2018 16:19:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:44,482 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/030b6ecb-c005-492f-9812-0806a21e00cc used request id req-dcc873cb-76e4-4d7c-8173-9d998129071b 2018-07-22 16:19:44,483 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-fa793786-4b44-4b31-9eba-149d8689f910--image 2018-07-22 16:19:44,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c29d466a31c4084b42ffe81bdc21a0913d944e44" 2018-07-22 16:19:45,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94f32e87-66f0-4524-a62f-cf99b74342a1 Date: Sun, 22 Jul 2018 16:19:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:19:45,473 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c5af0798-6757-41c3-b74e-47aaa385a5fc used request id req-94f32e87-66f0-4524-a62f-cf99b74342a1 2018-07-22 16:19:45,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:45,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26244 X-Openstack-Request-Id: req-be7f4da1-b04a-4951-9cc4-f1a3202f91a2 Date: Sun, 22 Jul 2018 16:19:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:06Z", "updated_at": "2018-07-22T16:17:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:06Z", "revision_number": 0, "id": "2aa09947-2e65-4fb5-a840-efaff781f190", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:06Z", "security_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:06Z", "revision_number": 0, "id": "bfa40f18-3720-4f79-94d3-bda2055aa1c9", "remote_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:06Z", "security_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv4", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:06Z", "revision_number": 0, "id": "e32987b7-63b5-412d-9534-cbe87840d7e1", "remote_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:06Z", "security_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7a2b4a203634771b8af017821b11eb1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:17:06Z", "revision_number": 0, "id": "fead7e63-d4b7-4f88-8da2-60614055b4fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:17:06Z", "security_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "port_range_min": null, "ethertype": "IPv6", "project_id": "a7a2b4a203634771b8af017821b11eb1"}], "revision_number": 4, "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:19:45,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-be7f4da1-b04a-4951-9cc4-f1a3202f91a2 2018-07-22 16:19:45,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:45,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38fb6ad1-3cfa-456b-9ef8-909eb5a97030 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.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "4f6b8e23382d43da87cfdf731a8abb23", "name": "service"}} 2018-07-22 16:19:45,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23 used request id req-38fb6ad1-3cfa-456b-9ef8-909eb5a97030 2018-07-22 16:19:45,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:45,912 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61cd20d1-aaf1-4b30-9cf6-0a6cba6330a3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b269bdaf1bbf4213a329d4485c36bec0.", "code": 404, "title": "Not Found"}} 2018-07-22 16:19:45,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b269bdaf1bbf4213a329d4485c36bec0 used request id req-61cd20d1-aaf1-4b30-9cf6-0a6cba6330a3 2018-07-22 16:19:45,912 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:19:45,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:45,998 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5a51cab-fb52-4bfd-9046-4c5e39dee25d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b8bc8db048c044b2b059edae4c54eff8.", "code": 404, "title": "Not Found"}} 2018-07-22 16:19:45,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/b8bc8db048c044b2b059edae4c54eff8 used request id req-d5a51cab-fb52-4bfd-9046-4c5e39dee25d 2018-07-22 16:19:45,999 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:19:46,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:46,084 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 22 Jul 2018 16:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85cdabcd-54ed-4b42-829e-22d2fd5db0b4 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: f1dbe2abfdd24e4ba83cedc94046bbc7.", "code": 404, "title": "Not Found"}} 2018-07-22 16:19:46,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f1dbe2abfdd24e4ba83cedc94046bbc7 used request id req-85cdabcd-54ed-4b42-829e-22d2fd5db0b4 2018-07-22 16:19:46,084 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-22 16:19:46,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:46,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8114c702-4558-4495-9499-384b8943abdc 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.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}} 2018-07-22 16:19:46,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf used request id req-8114c702-4558-4495-9499-384b8943abdc 2018-07-22 16:19:46,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:46,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0121ff3-c9d6-4d7c-9f40-cb379f853b16 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a7a2b4a203634771b8af017821b11eb1", "name": "AnsibleProvisioningTests-6fc57ef0-5555-449-proj"}} 2018-07-22 16:19:46,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-c0121ff3-c9d6-4d7c-9f40-cb379f853b16 2018-07-22 16:19:46,262 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bd69e70b-98b3-4bb1-bf80-bea2050069df 2018-07-22 16:19:46,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bd69e70b-98b3-4bb1-bf80-bea2050069df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:46,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-231161a0-aa10-45c8-9530-98034efaf18c Date: Sun, 22 Jul 2018 16:19: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-07-22T16:17:06Z", "security_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:06Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "2aa09947-2e65-4fb5-a840-efaff781f190"}, {"remote_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:06Z", "security_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:06Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "bfa40f18-3720-4f79-94d3-bda2055aa1c9"}, {"remote_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:06Z", "security_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:06Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "e32987b7-63b5-412d-9534-cbe87840d7e1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:17:06Z", "security_group_id": "bd69e70b-98b3-4bb1-bf80-bea2050069df", "port_range_min": null, "revision_number": 0, "tenant_id": "a7a2b4a203634771b8af017821b11eb1", "created_at": "2018-07-22T16:17:06Z", "project_id": "a7a2b4a203634771b8af017821b11eb1", "id": "fead7e63-d4b7-4f88-8da2-60614055b4fa"}]} 2018-07-22 16:19:46,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bd69e70b-98b3-4bb1-bf80-bea2050069df used request id req-231161a0-aa10-45c8-9530-98034efaf18c 2018-07-22 16:19:46,300 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:19:46,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/bd69e70b-98b3-4bb1-bf80-bea2050069df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:46,519 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f5bf281-4eaa-4603-b5b8-ea41d2356993 Content-Length: 0 Date: Sun, 22 Jul 2018 16:19:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:19:46,519 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/bd69e70b-98b3-4bb1-bf80-bea2050069df used request id req-4f5bf281-4eaa-4603-b5b8-ea41d2356993 2018-07-22 16:19:46,520 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-6fc57ef0-5555-449-proj 2018-07-22 16:19:46,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:46,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5e38fc1-413b-4e08-aac8-9ec7d4935ca4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:19:46,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a7a2b4a203634771b8af017821b11eb1 used request id req-b5e38fc1-413b-4e08-aac8-9ec7d4935ca4 2018-07-22 16:19:46,795 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-6fc57ef0-5555-449-proj-role 2018-07-22 16:19:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/48aa290ddb144ed88726ba95b942f201 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:46,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e7a169e-4e3a-4143-82fa-9103a28f0366 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:19:46,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/48aa290ddb144ed88726ba95b942f201 used request id req-7e7a169e-4e3a-4143-82fa-9103a28f0366 2018-07-22 16:19:46,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}528d9d0bf9626ee76fc454f5a2c8a076b548c16d" 2018-07-22 16:19:46,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c750325-2ce5-4ffe-8f44-778eda487029 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:19:46,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c750325-2ce5-4ffe-8f44-778eda487029 2018-07-22 16:19:46,992 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-6fc57ef0-5555-449-user 2018-07-22 16:19:46,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/864f30b9d5de4d8fa3dabc5a19652534 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}053b68a932d10e5844b87775d84a90691bdbb4cb" 2018-07-22 16:19:47,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccc259d1-3332-4305-bb3f-17c9a7fb5a6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:19:47,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/864f30b9d5de4d8fa3dabc5a19652534 used request id req-ccc259d1-3332-4305-bb3f-17c9a7fb5a6b 2018-07-22 16:19:47,156 - 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_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_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ---------------------------------------------------------------------- Ran 101 tests in 1927.784s OK 2018-07-22 16:19:47,292 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 16:19:47,293 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 32:08 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-22 16:19:47,343 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-07-22 16:19:47,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 16:19:47,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 16:19:47,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 16:19:47,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 16:19:47,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 16:19:47,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 16:19:47,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 16:19:47,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 16:19:47,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 16:19:47,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 16:19:47,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 16:19:47,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 16:19:47,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 16:19:47,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 16:19:47,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:19:47,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0613ec75-044a-4216-906b-583dc9293d42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:19:47,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0613ec75-044a-4216-906b-583dc9293d42 2018-07-22 16:19:47,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 16:19:47,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:19:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["v3seA0Y8R6e5rrUORA9kKw"], "issued_at": "2018-07-22T16:19:47.000000Z"}} 2018-07-22 16:19:47,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:19:47,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:19:48,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a418944c-67bc-414a-9365-42ba707ebe87 Date: Sun, 22 Jul 2018 16:19:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 16:19:48,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a418944c-67bc-414a-9365-42ba707ebe87 2018-07-22 16:19:48,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.236274957657s 2018-07-22 16:19:48,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a418944c-67bc-414a-9365-42ba707ebe87 2018-07-22 16:19:48,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-22 16:19:50,833 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-22 16:19:53,978 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | e0f27d34-1244-44be-aa6d-fa5f7c28938e | 2018-07-22T16:19:53.534896 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: e0f27d34-1244-44be-aa6d-fa5f7c28938e ~/.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-07-22 16:19:57,780 - 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-07-22 16:19:57,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-22 16:20:00,402 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-07-22 16:20:04,133 - 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=a4658818-1f80-4a66-af94-8b6c7979779e) as the default verifier for the future CLI operations. 2018-07-22 16:20:07,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-22 16:20:07,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:20:07,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-7594bdb4-f8e6-411b-aef2-ed20638b16e7 Date: Sun, 22 Jul 2018 16:20:07 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-07-22 16:20:07,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-7594bdb4-f8e6-411b-aef2-ed20638b16e7 2018-07-22 16:20:07,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.169255971909s 2018-07-22 16:20:07,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-7594bdb4-f8e6-411b-aef2-ed20638b16e7 2018-07-22 16:20:07,451 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-07-22 16:20:07,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 16:20:07,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"network": {"name": "neutron_trunk-net_f57e7637-ed2a-48af-8edb-50d533644bb3", "admin_state_up": true}}' 2018-07-22 16:20:07,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-8af62b31-6887-4f36-be7a-f3589f7456d9 Date: Sun, 22 Jul 2018 16:20:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cff1458a-1d4c-4f1e-a472-8ad8ad251bc7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T16:20:07Z","is_default":false,"provider:segmentation_id":60,"name":"neutron_trunk-net_f57e7637-ed2a-48af-8edb-50d533644bb3","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:20:07Z","mtu":1450}} 2018-07-22 16:20:07,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8af62b31-6887-4f36-be7a-f3589f7456d9 2018-07-22 16:20:07,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.366699934006s 2018-07-22 16:20:07,819 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-8af62b31-6887-4f36-be7a-f3589f7456d9 2018-07-22 16:20:07,820 - 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-07-22T16:20:07Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cff1458a-1d4c-4f1e-a472-8ad8ad251bc7', u'provider:segmentation_id': 60, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_f57e7637-ed2a-48af-8edb-50d533644bb3', u'admin_state_up': True, u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T16:20:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 16:20:07,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:20:07,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:20:07,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-d61fa281-9d20-4981-a610-3cb904d6cfc6 Date: Sun, 22 Jul 2018 16:20:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cff1458a-1d4c-4f1e-a472-8ad8ad251bc7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T16:20:07Z","provider:segmentation_id":60,"name":"neutron_trunk-net_f57e7637-ed2a-48af-8edb-50d533644bb3","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:20:07Z","provider:network_type":"vxlan"}]} 2018-07-22 16:20:07,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d61fa281-9d20-4981-a610-3cb904d6cfc6 2018-07-22 16:20:07,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100563049316s 2018-07-22 16:20:07,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d61fa281-9d20-4981-a610-3cb904d6cfc6 2018-07-22 16:20:07,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 16:20:07,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"subnet": {"name": "neutron_trunk-subnet_f57e7637-ed2a-48af-8edb-50d533644bb3", "enable_dhcp": true, "network_id": "cff1458a-1d4c-4f1e-a472-8ad8ad251bc7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 16:20:08,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-e783994d-bcff-471d-8e9a-4e268f272019 Date: Sun, 22 Jul 2018 16:20:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cff1458a-1d4c-4f1e-a472-8ad8ad251bc7","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:20:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:20:08Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"3f3a8488-137b-4ba6-96b7-b80ce39a5d51","subnetpool_id":null,"name":"neutron_trunk-subnet_f57e7637-ed2a-48af-8edb-50d533644bb3"}} 2018-07-22 16:20:08,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e783994d-bcff-471d-8e9a-4e268f272019 2018-07-22 16:20:08,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.469780921936s 2018-07-22 16:20:08,394 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-e783994d-bcff-471d-8e9a-4e268f272019 2018-07-22 16:20:08,395 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T16:20:08Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3f3a8488-137b-4ba6-96b7-b80ce39a5d51', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_f57e7637-ed2a-48af-8edb-50d533644bb3', u'enable_dhcp': True, u'network_id': u'cff1458a-1d4c-4f1e-a472-8ad8ad251bc7', u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T16:20:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf'}) 2018-07-22 16:20:08,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 16:20:08,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "neutron_trunk-router_f57e7637-ed2a-48af-8edb-50d533644bb3", "admin_state_up": true}}' 2018-07-22 16:20:09,618 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-1cd9499c-59e0-4c3f-bc14-bf17f1b020dc Date: Sun, 22 Jul 2018 16:20:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T16:20:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T16:20:09Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "dfff5dca-9d4a-4c1f-b95c-2eaefc395f92", "name": "neutron_trunk-router_f57e7637-ed2a-48af-8edb-50d533644bb3"}} 2018-07-22 16:20:09,618 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1cd9499c-59e0-4c3f-bc14-bf17f1b020dc 2018-07-22 16:20:09,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22243714333s 2018-07-22 16:20:09,618 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-1cd9499c-59e0-4c3f-bc14-bf17f1b020dc 2018-07-22 16:20:09,619 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'created_at': u'2018-07-22T16:20:08Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T16:20:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'f65ca044e22540bca7d76e49c8ced1bf', u'id': u'dfff5dca-9d4a-4c1f-b95c-2eaefc395f92', u'name': u'neutron_trunk-router_f57e7637-ed2a-48af-8edb-50d533644bb3'}) 2018-07-22 16:20:09,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 16:20:09,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92/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}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"subnet_id": "3f3a8488-137b-4ba6-96b7-b80ce39a5d51"}' 2018-07-22 16:20:11,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f66811bd-a5ae-4fba-bfcf-fe746588b758 Date: Sun, 22 Jul 2018 16:20:11 GMT RESP BODY: {"network_id": "cff1458a-1d4c-4f1e-a472-8ad8ad251bc7", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "3f3a8488-137b-4ba6-96b7-b80ce39a5d51", "subnet_ids": ["3f3a8488-137b-4ba6-96b7-b80ce39a5d51"], "port_id": "25e592e6-8666-4e51-9391-e3ec45216636", "id": "dfff5dca-9d4a-4c1f-b95c-2eaefc395f92"} 2018-07-22 16:20:11,398 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92/add_router_interface.json used request id req-f66811bd-a5ae-4fba-bfcf-fe746588b758 2018-07-22 16:20:11,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.77900981903s 2018-07-22 16:20:11,399 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92/add_router_interface.json used request id req-f66811bd-a5ae-4fba-bfcf-fe746588b758 returning object dfff5dca-9d4a-4c1f-b95c-2eaefc395f92 2018-07-22 16:20:11,399 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 16:20:11,531 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 16:20:11,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 16:20:11,537 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 16:20:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 16:20:11,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:20:11,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:20:11,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-57a26b65-b885-4320-9458-c5477b86f000 Date: Sun, 22 Jul 2018 16:20:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:20:11,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-57a26b65-b885-4320-9458-c5477b86f000 2018-07-22 16:20:11,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179857969284s 2018-07-22 16:20:11,720 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-57a26b65-b885-4320-9458-c5477b86f000 2018-07-22 16:20:11,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 16:20:11,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3"}' 2018-07-22 16:20:11,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-19f84642-28e6-472d-947f-52d0350fc1f9 Date: Sun, 22 Jul 2018 16:20:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "d22fb9f4-0536-4519-a9cc-3f74f1939318", "size": null, "self": "/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T16:20:11Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3", "checksum": null, "created_at": "2018-07-22T16:20:11Z", "protected": false} 2018-07-22 16:20:11,797 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-19f84642-28e6-472d-947f-52d0350fc1f9 2018-07-22 16:20:11,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.068874835968s 2018-07-22 16:20:11,798 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-19f84642-28e6-472d-947f-52d0350fc1f9 returning object d22fb9f4-0536-4519-a9cc-3f74f1939318 2018-07-22 16:20:11,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 16:20:11,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/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}7974d7bde90c0a37966fd718d4156e50879586ff" -d '' 2018-07-22 16:20:12,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e7e5f14-f839-44b3-a059-41cc476ae6a6 Date: Sun, 22 Jul 2018 16:20:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:20:12,171 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/file used request id req-2e7e5f14-f839-44b3-a059-41cc476ae6a6 2018-07-22 16:20:12,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.372802019119s 2018-07-22 16:20:12,172 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/file used request id req-2e7e5f14-f839-44b3-a059-41cc476ae6a6 2018-07-22 16:20:12,172 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T16:20:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd22fb9f4-0536-4519-a9cc-3f74f1939318', u'size': None, u'name': u'neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3', u'checksum': None, u'self': u'/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T16:20:11Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 16:20:12,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 16:20:12,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_f57e7637-ed2a-48af-8edb-50d533644bb3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 16:20:12,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-beedd040-6c41-4552-a6ae-604850b0a30d x-compute-request-id: req-beedd040-6c41-4552-a6ae-604850b0a30d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_f57e7637-ed2a-48af-8edb-50d533644bb3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51", "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": "50d09a39-8527-4e6b-b55d-d3dcfc991b51"}} 2018-07-22 16:20:12,390 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-beedd040-6c41-4552-a6ae-604850b0a30d 2018-07-22 16:20:12,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.216949939728s 2018-07-22 16:20:12,390 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-beedd040-6c41-4552-a6ae-604850b0a30d 2018-07-22 16:20:12,391 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_f57e7637-ed2a-48af-8edb-50d533644bb3', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'50d09a39-8527-4e6b-b55d-d3dcfc991b51', 'swap': 0}) 2018-07-22 16:20:12,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 16:20:12,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51/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}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"extra_specs": {}}' 2018-07-22 16:20:12,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-c72e4cbf-a8d9-47f7-bdbb-02bf31d527dc x-compute-request-id: req-c72e4cbf-a8d9-47f7-bdbb-02bf31d527dc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 16:20:12,414 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51/os-extra_specs used request id req-c72e4cbf-a8d9-47f7-bdbb-02bf31d527dc 2018-07-22 16:20:12,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212960243225s 2018-07-22 16:20:12,414 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51/os-extra_specs used request id req-c72e4cbf-a8d9-47f7-bdbb-02bf31d527dc 2018-07-22 16:20:12,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 16:20:12,423 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:20: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:20:12,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:20:12,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:20:12,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc0d9592-6efe-49d2-8c8b-abbebef76441 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:20:12,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cc0d9592-6efe-49d2-8c8b-abbebef76441 2018-07-22 16:20:12,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0879290103912s 2018-07-22 16:20:12,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cc0d9592-6efe-49d2-8c8b-abbebef76441 2018-07-22 16:20:12,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:20:12,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:20:12,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6692a394-3eca-4925-ae7f-d55312010cfc Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:20:12,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6692a394-3eca-4925-ae7f-d55312010cfc 2018-07-22 16:20:12,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0866570472717s 2018-07-22 16:20:12,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6692a394-3eca-4925-ae7f-d55312010cfc 2018-07-22 16:20:12,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-22 16:20:12,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:20:12,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-00177cfd-6690-4b94-bfab-f0082a420384 x-compute-request-id: req-00177cfd-6690-4b94-bfab-f0082a420384 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 25, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-22 16:20:12,650 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-00177cfd-6690-4b94-bfab-f0082a420384 2018-07-22 16:20:12,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0402660369873s 2018-07-22 16:20:12,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-00177cfd-6690-4b94-bfab-f0082a420384 2018-07-22 16:20:12,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:20:12,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:20:12,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-f1695007-03be-49c2-973b-4d2f13f9b5aa Date: Sun, 22 Jul 2018 16:20:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/snap", "metadata": {}}], "file": "/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "d22fb9f4-0536-4519-a9cc-3f74f1939318", "size": 12716032, "self": "/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T16:20:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T16:20:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:20:12,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f1695007-03be-49c2-973b-4d2f13f9b5aa 2018-07-22 16:20:12,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0235340595245s 2018-07-22 16:20:12,679 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f1695007-03be-49c2-973b-4d2f13f9b5aa 2018-07-22 16:20:12,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 16:20:12,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_f57e7637-ed2a-48af-8edb-50d533644bb3"}' 2018-07-22 16:20:12,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a4c1097c-ad9c-45f3-a2ec-f541b9a932a0 Date: Sun, 22 Jul 2018 16:20:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "85e42768-43fb-4f03-bf3e-6b1d37a84f6b", "size": null, "self": "/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T16:20:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "checksum": null, "created_at": "2018-07-22T16:20:12Z", "protected": false} 2018-07-22 16:20:12,729 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a4c1097c-ad9c-45f3-a2ec-f541b9a932a0 2018-07-22 16:20:12,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0423080921173s 2018-07-22 16:20:12,729 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a4c1097c-ad9c-45f3-a2ec-f541b9a932a0 returning object 85e42768-43fb-4f03-bf3e-6b1d37a84f6b 2018-07-22 16:20:12,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 16:20:12,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b/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}7974d7bde90c0a37966fd718d4156e50879586ff" -d '' 2018-07-22 16:20:13,284 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51c44ec7-bd32-4d73-b5aa-5cb831d0af3b Date: Sun, 22 Jul 2018 16:20:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:20:13,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b/file used request id req-51c44ec7-bd32-4d73-b5aa-5cb831d0af3b 2018-07-22 16:20:13,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.554728031158s 2018-07-22 16:20:13,285 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b/file used request id req-51c44ec7-bd32-4d73-b5aa-5cb831d0af3b 2018-07-22 16:20:13,285 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_f57e7637-ed2a-48af-8edb-50d533644bb3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T16:20:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b/file', u'owner': u'f65ca044e22540bca7d76e49c8ced1bf', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'85e42768-43fb-4f03-bf3e-6b1d37a84f6b', u'size': None, u'name': u'neutron_trunk-img_alt_f57e7637-ed2a-48af-8edb-50d533644bb3', u'checksum': None, u'self': u'/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T16:20:12Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 16:20:13,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 16:20:13,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 16:20:13,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:20: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-ee17edd7-f75f-45b3-99d1-2c5b8903def1 x-compute-request-id: req-ee17edd7-f75f-45b3-99d1-2c5b8903def1 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45", "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": "7af80bfa-bf17-4d17-8a10-5a3c89801b45"}} 2018-07-22 16:20:13,352 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ee17edd7-f75f-45b3-99d1-2c5b8903def1 2018-07-22 16:20:13,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0661339759827s 2018-07-22 16:20:13,353 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ee17edd7-f75f-45b3-99d1-2c5b8903def1 2018-07-22 16:20:13,353 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_f57e7637-ed2a-48af-8edb-50d533644bb3', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'7af80bfa-bf17-4d17-8a10-5a3c89801b45', 'swap': 0}) 2018-07-22 16:20:13,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 16:20:13,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45/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}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"extra_specs": {}}' 2018-07-22 16:20:13,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:20: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-58758a4f-1e89-4051-9b88-abcd20366012 x-compute-request-id: req-58758a4f-1e89-4051-9b88-abcd20366012 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 16:20:13,378 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45/os-extra_specs used request id req-58758a4f-1e89-4051-9b88-abcd20366012 2018-07-22 16:20:13,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236620903015s 2018-07-22 16:20:13,378 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45/os-extra_specs used request id req-58758a4f-1e89-4051-9b88-abcd20366012 2018-07-22 16:20:13,378 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_f57e7637-ed2a-48af-8edb-50d533644bb3', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'7af80bfa-bf17-4d17-8a10-5a3c89801b45', 'swap': 0}) 2018-07-22 16:20:16,599 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-22 16:20:16,600 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-22 16:20:16,600 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-22 16:20:16,603 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-22 16:20:16,606 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-22 16:20:20,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a4658818-1f80-4a66-af94-8b6c7979779e/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-07-22 16:20:20,017 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-22 16:20:20,018 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-22 16:20:20,019 - 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-07-22 16:22:12,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 7afa6cf6-3376-4cd1-9264-4c041cea6e4f 2018-07-22 16:22:12,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7afa6cf6-3376-4cd1-9264-4c041cea6e4f']'. 2018-07-22 16:22:13,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-22 16:22:13,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-22 16:22:13,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-22 16:22:13,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7afa6cf6-3376-4cd1-9264-4c041cea6e4f | 2018-07-22 16:22:13,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-07-22 16:22:13,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-22 16:20:22 | 2018-07-22 16:22:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-22 16:22:12 | 2018-07-22 16:22:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-07-22 16:22:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-22 16:22:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-22 16:22:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a4658818-1f80-4a66-af94-8b6c7979779e) | 2018-07-22 16:22:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-22 16:22:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e0f27d34-1244-44be-aa6d-fa5f7c28938e) | 2018-07-22 16:22:13,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-07-22 16:22:13,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.105 | 2018-07-22 16:22:13,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-07-22 16:22:13,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-07-22 16:22:13,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-22 16:22:13,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-22 16:22:13,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-07-22 16:22:13,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-22 16:22:13,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-22 16:22:13,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-07-22 16:22:13,641 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 16:22:13,641 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:06 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-07-22 16:22:13,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 16:22:13,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92/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}7974d7bde90c0a37966fd718d4156e50879586ff" -d '{"subnet_id": "3f3a8488-137b-4ba6-96b7-b80ce39a5d51"}' 2018-07-22 16:22:15,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-00554767-b8e6-4c25-9272-96d42b632f6a Date: Sun, 22 Jul 2018 16:22:15 GMT RESP BODY: {"network_id": "cff1458a-1d4c-4f1e-a472-8ad8ad251bc7", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "subnet_id": "3f3a8488-137b-4ba6-96b7-b80ce39a5d51", "subnet_ids": ["3f3a8488-137b-4ba6-96b7-b80ce39a5d51"], "port_id": "25e592e6-8666-4e51-9391-e3ec45216636", "id": "dfff5dca-9d4a-4c1f-b95c-2eaefc395f92"} 2018-07-22 16:22:15,273 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92/remove_router_interface.json used request id req-00554767-b8e6-4c25-9272-96d42b632f6a 2018-07-22 16:22:15,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62594294548s 2018-07-22 16:22:15,273 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92/remove_router_interface.json used request id req-00554767-b8e6-4c25-9272-96d42b632f6a returning object dfff5dca-9d4a-4c1f-b95c-2eaefc395f92 2018-07-22 16:22:15,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 16:22:15,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:15,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3157 X-Openstack-Request-Id: req-25759fe5-53c6-4e9a-8155-b8735252eaa9 Date: Sun, 22 Jul 2018 16:22:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:58:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:42:07Z", "revision_number": 6, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "3404185f-e34b-4ba3-9890-72b3d2a1751b", "name": "NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "949fe51739d5472d894c66756cc1cd7a", "created_at": "2018-07-22T15:30:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:30:04Z", "revision_number": 2, "routes": [], "project_id": "949fe51739d5472d894c66756cc1cd7a", "id": "6b036f3f-820f-4ae6-8e81-ea3102eeaa7f", "name": "c_rally_24579ddc_tfreUk8U"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T16:20:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T16:22:14Z", "revision_number": 4, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "dfff5dca-9d4a-4c1f-b95c-2eaefc395f92", "name": "neutron_trunk-router_f57e7637-ed2a-48af-8edb-50d533644bb3"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "949fe51739d5472d894c66756cc1cd7a", "created_at": "2018-07-22T15:30:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T15:30:05Z", "revision_number": 2, "routes": [], "project_id": "949fe51739d5472d894c66756cc1cd7a", "id": "ef486ce5-2231-4e1b-ba82-0a1426a5b8f1", "name": "c_rally_24579ddc_tfreUk8U"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:58:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T14:58:44Z", "revision_number": 2, "routes": [], "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "f7dcc3e6-f1db-422d-bfa1-3e02ff32da4a", "name": "NeutronUtilsRouterTests-01cdb7ae-ba6f-4071-975a-6a00be6f495a-pub-router"}]} 2018-07-22 16:22:15,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-25759fe5-53c6-4e9a-8155-b8735252eaa9 2018-07-22 16:22:15,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.107979059219s 2018-07-22 16:22:15,382 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-25759fe5-53c6-4e9a-8155-b8735252eaa9 2018-07-22 16:22:15,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 16:22:15,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:16,523 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78c3525d-180c-44e4-bc01-44cd4e4fb74d Content-Length: 0 Date: Sun, 22 Jul 2018 16:22:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:22:16,523 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92.json used request id req-78c3525d-180c-44e4-bc01-44cd4e4fb74d 2018-07-22 16:22:16,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.13726997375s 2018-07-22 16:22:16,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/dfff5dca-9d4a-4c1f-b95c-2eaefc395f92.json used request id req-78c3525d-180c-44e4-bc01-44cd4e4fb74d 2018-07-22 16:22:16,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 16:22:16,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:16,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-8f205696-ee2d-4e63-acea-b4ce673f4dd7 Date: Sun, 22 Jul 2018 16:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cff1458a-1d4c-4f1e-a472-8ad8ad251bc7","tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:20:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:20:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f65ca044e22540bca7d76e49c8ced1bf","id":"3f3a8488-137b-4ba6-96b7-b80ce39a5d51","subnetpool_id":null,"name":"neutron_trunk-subnet_f57e7637-ed2a-48af-8edb-50d533644bb3"}]} 2018-07-22 16:22:16,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-8f205696-ee2d-4e63-acea-b4ce673f4dd7 2018-07-22 16:22:16,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0490121841431s 2018-07-22 16:22:16,573 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-8f205696-ee2d-4e63-acea-b4ce673f4dd7 2018-07-22 16:22:16,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 16:22:16,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/3f3a8488-137b-4ba6-96b7-b80ce39a5d51.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:17,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6193abae-a08d-4e52-be65-8ea27d54ac26 Date: Sun, 22 Jul 2018 16:22:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:22:17,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3f3a8488-137b-4ba6-96b7-b80ce39a5d51.json used request id req-6193abae-a08d-4e52-be65-8ea27d54ac26 2018-07-22 16:22:17,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11016702652s 2018-07-22 16:22:17,685 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3f3a8488-137b-4ba6-96b7-b80ce39a5d51.json used request id req-6193abae-a08d-4e52-be65-8ea27d54ac26 2018-07-22 16:22:17,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:22:17,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:17,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-a1ab890c-a5c9-40f4-bb82-67cce9e745c6 Date: Sun, 22 Jul 2018 16:22:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cff1458a-1d4c-4f1e-a472-8ad8ad251bc7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f65ca044e22540bca7d76e49c8ced1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T16:22:17Z","provider:segmentation_id":60,"name":"neutron_trunk-net_f57e7637-ed2a-48af-8edb-50d533644bb3","admin_state_up":true,"tenant_id":"f65ca044e22540bca7d76e49c8ced1bf","created_at":"2018-07-22T16:20:07Z","provider:network_type":"vxlan"}]} 2018-07-22 16:22:17,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a1ab890c-a5c9-40f4-bb82-67cce9e745c6 2018-07-22 16:22:17,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0891470909119s 2018-07-22 16:22:17,775 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a1ab890c-a5c9-40f4-bb82-67cce9e745c6 2018-07-22 16:22:17,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 16:22:17,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/cff1458a-1d4c-4f1e-a472-8ad8ad251bc7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:18,667 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65a6114c-159d-40ca-8053-670a84feebd0 Date: Sun, 22 Jul 2018 16:22:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:22:18,667 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cff1458a-1d4c-4f1e-a472-8ad8ad251bc7.json used request id req-65a6114c-159d-40ca-8053-670a84feebd0 2018-07-22 16:22:18,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.890639066696s 2018-07-22 16:22:18,668 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/cff1458a-1d4c-4f1e-a472-8ad8ad251bc7.json used request id req-65a6114c-159d-40ca-8053-670a84feebd0 2018-07-22 16:22:18,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:22:18,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:18,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-fb014ef6-da57-4416-8326-f1e8cb85db15 Date: Sun, 22 Jul 2018 16:22:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b/snap", "metadata": {}}], "file": "/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "85e42768-43fb-4f03-bf3e-6b1d37a84f6b", "size": 12716032, "self": "/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T16:20:13Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T16:20:12Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/snap", "metadata": {}}], "file": "/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/file", "owner": "f65ca044e22540bca7d76e49c8ced1bf", "id": "d22fb9f4-0536-4519-a9cc-3f74f1939318", "size": 12716032, "self": "/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/d22fb9f4-0536-4519-a9cc-3f74f1939318/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T16:20:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_f57e7637-ed2a-48af-8edb-50d533644bb3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T16:20:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:22:18,854 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fb014ef6-da57-4416-8326-f1e8cb85db15 2018-07-22 16:22:18,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181716918945s 2018-07-22 16:22:18,854 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-fb014ef6-da57-4416-8326-f1e8cb85db15 2018-07-22 16:22:18,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 16:22:18,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:19,485 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b207128-fa30-46f5-9a17-2836b87202d9 Date: Sun, 22 Jul 2018 16:22:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:22:19,485 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318 used request id req-2b207128-fa30-46f5-9a17-2836b87202d9 2018-07-22 16:22:19,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.627876996994s 2018-07-22 16:22:19,485 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d22fb9f4-0536-4519-a9cc-3f74f1939318 used request id req-2b207128-fa30-46f5-9a17-2836b87202d9 2018-07-22 16:22:19,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 16:22:19,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:19,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:22:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc33c646-c6e7-4d1e-b8a5-c61549bb8bb0 x-compute-request-id: req-fc33c646-c6e7-4d1e-b8a5-c61549bb8bb0 Content-Encoding: gzip Content-Length: 440 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}, {"name": "neutron_trunk-flavor_f57e7637-ed2a-48af-8edb-50d533644bb3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51", "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": "50d09a39-8527-4e6b-b55d-d3dcfc991b51"}, {"name": "neutron_trunk-flavor_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45", "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": "7af80bfa-bf17-4d17-8a10-5a3c89801b45"}]} 2018-07-22 16:22:19,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fc33c646-c6e7-4d1e-b8a5-c61549bb8bb0 2018-07-22 16:22:19,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026095867157s 2018-07-22 16:22:19,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fc33c646-c6e7-4d1e-b8a5-c61549bb8bb0 2018-07-22 16:22:19,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 16:22:19,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:19,563 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:22:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-accb964b-482c-46e6-b387-9fb19c2e4319 x-compute-request-id: req-accb964b-482c-46e6-b387-9fb19c2e4319 Content-Length: 0 Content-Type: application/json 2018-07-22 16:22:19,563 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51 used request id req-accb964b-482c-46e6-b387-9fb19c2e4319 2018-07-22 16:22:19,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0478150844574s 2018-07-22 16:22:19,563 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/50d09a39-8527-4e6b-b55d-d3dcfc991b51 used request id req-accb964b-482c-46e6-b387-9fb19c2e4319 2018-07-22 16:22:19,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 16:22:19,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:20,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d2c2b4d-6b4b-4c84-bb7c-37a629eb7d37 Date: Sun, 22 Jul 2018 16:22:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:22:20,568 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b used request id req-3d2c2b4d-6b4b-4c84-bb7c-37a629eb7d37 2018-07-22 16:22:20,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00398683548s 2018-07-22 16:22:20,568 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/85e42768-43fb-4f03-bf3e-6b1d37a84f6b used request id req-3d2c2b4d-6b4b-4c84-bb7c-37a629eb7d37 2018-07-22 16:22:20,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 16:22:20,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:20,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:22: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-851ffc66-a3d9-4ee0-8c13-747a03259abe x-compute-request-id: req-851ffc66-a3d9-4ee0-8c13-747a03259abe Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}, {"name": "neutron_trunk-flavor_alt_f57e7637-ed2a-48af-8edb-50d533644bb3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45", "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": "7af80bfa-bf17-4d17-8a10-5a3c89801b45"}]} 2018-07-22 16:22:20,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-851ffc66-a3d9-4ee0-8c13-747a03259abe 2018-07-22 16:22:20,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0285670757294s 2018-07-22 16:22:20,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-851ffc66-a3d9-4ee0-8c13-747a03259abe 2018-07-22 16:22:20,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 16:22:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7974d7bde90c0a37966fd718d4156e50879586ff" 2018-07-22 16:22:20,633 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:22: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-fc736a99-82b9-4635-b67e-3276667b42c3 x-compute-request-id: req-fc736a99-82b9-4635-b67e-3276667b42c3 Content-Length: 0 Content-Type: application/json 2018-07-22 16:22:20,633 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45 used request id req-fc736a99-82b9-4635-b67e-3276667b42c3 2018-07-22 16:22:20,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0334331989288s 2018-07-22 16:22:20,634 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7af80bfa-bf17-4d17-8a10-5a3c89801b45 used request id req-fc736a99-82b9-4635-b67e-3276667b42c3 2018-07-22 16:22:20,676 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 16:22:20,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 16:22:20,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 16:22:20,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 16:22:20,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-22 16:22:20,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-22 16:22:20,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:22:20,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2405ffae-a43a-472f-8ae2-8f56e2d73f34 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:22:20,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2405ffae-a43a-472f-8ae2-8f56e2d73f34 2018-07-22 16:22:20,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 16:22:21,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["KiuQYUa6RUiTV4DP6U7efw"], "issued_at": "2018-07-22T16:22:21.000000Z"}} 2018-07-22 16:22:21,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:22:21,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f7e3f4363036ba377cbb3ca2e27cac4f0f94d0a" 2018-07-22 16:22:21,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f5cac4bc-ec78-4404-8789-a582e88f0be2 Date: Sun, 22 Jul 2018 16:22:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 16:22:21,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f5cac4bc-ec78-4404-8789-a582e88f0be2 2018-07-22 16:22:21,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245341062546s 2018-07-22 16:22:21,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f5cac4bc-ec78-4404-8789-a582e88f0be2 2018-07-22 16:22:21,357 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-22 16:22:24,156 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-22 16:22:27,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | e53db0c4-bbee-42b3-843a-e8d9a65395d8 | 2018-07-22T16:22:26.596557 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: e53db0c4-bbee-42b3-843a-e8d9a65395d8 ~/.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-07-22 16:22:30,689 - 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-07-22 16:22:30,689 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-22 16:22:33,485 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-07-22 16:22:37,299 - 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=cd514b2e-d971-423d-b41a-857750562270) as the default verifier for the future CLI operations. 2018-07-22 16:22:40,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 16:22:40,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:22:40,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-22 16:22:40,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-07-22 16:22:40,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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://192.30.9.7: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.7:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:22:40,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}8f7e3f4363036ba377cbb3ca2e27cac4f0f94d0a" 2018-07-22 16:22:40,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81945be7-4c59-4047-88b1-7b5e8b1cbe8b Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0026f334295c43f88ecc771414a3a6b5"}, "enabled": true, "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/1714f934aa5d47dc9b1f86ea9e0d791a"}, "enabled": true, "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1b52eba3461243f7b3a5201e8e001d42"}, "enabled": true, "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/3f96379a30f6492ebec25d0623634774"}, "enabled": true, "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/63a3603f3e2a4d8e837a90643df389fa"}, "enabled": true, "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9ba831539d0c4f60a24684a96759c839"}, "enabled": true, "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/be233f6ee4b7491987283a4b948879f8"}, "enabled": true, "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/d07405a2d4744a5b956eb640a51337a7"}, "enabled": true, "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d457b045904947349122bd987bbac514"}, "enabled": true, "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de5eabb256814d1c96d76e93595e24a7"}, "enabled": true, "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e2103418d916425bba77fb780ac8563e"}, "enabled": true, "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e5abccc207344d60abbf759ba93cb38d"}, "enabled": true, "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e5cb657002df4ae696858cea0b6eacb2"}, "enabled": true, "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f118cf0ea368460181662c3b5984607f"}, "enabled": true, "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f2e21686cd50476793f24fb1d0b32168"}, "enabled": true, "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-07-22 16:22:40,675 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-81945be7-4c59-4047-88b1-7b5e8b1cbe8b 2018-07-22 16:22:40,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.106100082397s 2018-07-22 16:22:40,675 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-81945be7-4c59-4047-88b1-7b5e8b1cbe8b 2018-07-22 16:22:40,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-22 16:22:40,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8f7e3f4363036ba377cbb3ca2e27cac4f0f94d0a" 2018-07-22 16:22:40,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8053 X-Openstack-Request-Id: req-d24c3a55-8dc2-43da-975c-dc39f36d909f Date: Sun, 22 Jul 2018 16:22: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-07-22 16:22:40,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-d24c3a55-8dc2-43da-975c-dc39f36d909f 2018-07-22 16:22:40,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.171635866165s 2018-07-22 16:22:40,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/extensions.json used request id req-d24c3a55-8dc2-43da-975c-dc39f36d909f 2018-07-22 16:22:40,861 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-07-22 16:22:40,861 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-07-22 16:22:40,866 - xtesting.ci.run_tests - INFO - Xtesting report: +--------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +--------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 05:13 | FAIL | | rally_sanity | functest | smoke | 24:20 | PASS | | patrole | functest | smoke | 01:47 | PASS | | vmtp | functest | smoke | 06:17 | FAIL | | shaker | functest | smoke | 05:10 | FAIL | | snaps_smoke | functest | smoke | 32:08 | PASS | | neutron_trunk | functest | smoke | 02:06 | PASS | | barbican | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | +--------------------------+------------------+---------------+------------------+----------------+ 2018-07-22 16:22:40,875 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-22 16:22:41,162 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 16:22:41,262 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-22 16:23:49,019 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-175 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-22 16:23:49,023 - 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.28,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FYeAabKygwvWpyTku4KeueGrc 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=f65ca044e22540bca7d76e49c8ced1bf export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=PhAnJuzPXq3efTwJtDjcEBd8a export OS_REGION_NAME=regionOne 2018-07-22 16:23:49,023 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-22 16:23:49,024 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-07-22 16:23:49,024 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-07-22 16:23:49,027 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-07-22 16:24:37,027 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-175 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-22 16:24:37,033 - 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.28,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FYeAabKygwvWpyTku4KeueGrc 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=f65ca044e22540bca7d76e49c8ced1bf export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=PhAnJuzPXq3efTwJtDjcEBd8a export OS_REGION_NAME=regionOne 2018-07-22 16:24:37,033 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-22 16:24:37,034 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | Collection of VNF test cases. | cloudify cloudify_ims vyos_vrouter | | | | | juju_epc | +---------------+---------------+---------------------------------------+--------------------------------------------+ 2018-07-22 16:24:37,051 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-07-22 16:24:37,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 16:24:37,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 16:24:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 16:24:37,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 16:24:37,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:24:37,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-242d4000-a282-4d12-a7a3-6de3fb6f5cbf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:24:37,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-242d4000-a282-4d12-a7a3-6de3fb6f5cbf 2018-07-22 16:24:37,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 16:24:37,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:24:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["8e_mmBsFRq-kr8yqfEB6mw"], "issued_at": "2018-07-22T16:24:37.000000Z"}} 2018-07-22 16:24:37,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:24:37,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:38,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c73e0c2e-881f-49fb-8124-0fe6d03e512a Date: Sun, 22 Jul 2018 16:24:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 16:24:38,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c73e0c2e-881f-49fb-8124-0fe6d03e512a 2018-07-22 16:24:38,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.243433952332s 2018-07-22 16:24:38,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c73e0c2e-881f-49fb-8124-0fe6d03e512a 2018-07-22 16:24:38,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 16:24:38,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:24:38,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 16:24:38,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:38,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee00773-8fbe-49c1-978e-7af753c32659 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 16:24:38,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-dee00773-8fbe-49c1-978e-7af753c32659 2018-07-22 16:24:38,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0908200740814s 2018-07-22 16:24:38,205 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-dee00773-8fbe-49c1-978e-7af753c32659 2018-07-22 16:24:38,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 16:24:38,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608"}}' 2018-07-22 16:24:38,409 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:24:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3df5574-8d4d-4dbc-ac3c-bb867f9771c3 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.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e"}, "tags": [], "enabled": true, "id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608"}} 2018-07-22 16:24:38,409 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f3df5574-8d4d-4dbc-ac3c-bb867f9771c3 2018-07-22 16:24:38,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.196609020233s 2018-07-22 16:24:38,410 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f3df5574-8d4d-4dbc-ac3c-bb867f9771c3 2018-07-22 16:24:38,410 - 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'fca2a445a6f24bd1bcdc9c1c67b96f7e', '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_b4d5fa71-e291-48de-b467-4f2b90e6c608'}) 2018-07-22 16:24:38,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 16:24:38,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a781aec1-99e1-4c1b-89e0-acfb2f3d3f70", "email": null, "name": "cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608"}}' 2018-07-22 16:24:38,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:24:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79a013a5-7231-4594-b0b5-5a7abd27fcd5 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608", "links": {"self": "http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ee028eeaca8345468d2f010a3be927d2", "domain_id": "default", "password_expires_at": null}} 2018-07-22 16:24:38,773 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-79a013a5-7231-4594-b0b5-5a7abd27fcd5 2018-07-22 16:24:38,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.356384992599s 2018-07-22 16:24:38,774 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-79a013a5-7231-4594-b0b5-5a7abd27fcd5 2018-07-22 16:24:38,774 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ee028eeaca8345468d2f010a3be927d2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608'}) 2018-07-22 16:24:38,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:24:38,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:38,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70617c21-e7e7-482f-9699-6d15157af77f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:24:38,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70617c21-e7e7-482f-9699-6d15157af77f 2018-07-22 16:24:38,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0864601135254s 2018-07-22 16:24:38,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70617c21-e7e7-482f-9699-6d15157af77f 2018-07-22 16:24:38,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:24:38,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:38,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-183c2a33-6e22-4273-82e6-02b241ef5d39 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:24:38,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-183c2a33-6e22-4273-82e6-02b241ef5d39 2018-07-22 16:24:38,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0856370925903s 2018-07-22 16:24:38,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-183c2a33-6e22-4273-82e6-02b241ef5d39 2018-07-22 16:24:38,957 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 16:24:38,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 16:24:38,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" -d '{"role": {"name": "Member"}}' 2018-07-22 16:24:39,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:24:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2364fbf2-1301-4906-a917-1de922f55f04 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "db068a5cc0a44e2e8c06d20f7a8c25ee", "links": {"self": "http://172.30.9.28:5000/v3/roles/db068a5cc0a44e2e8c06d20f7a8c25ee"}, "name": "Member"}} 2018-07-22 16:24:39,061 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2364fbf2-1301-4906-a917-1de922f55f04 2018-07-22 16:24:39,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.100321054459s 2018-07-22 16:24:39,061 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2364fbf2-1301-4906-a917-1de922f55f04 2018-07-22 16:24:39,062 - 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'db068a5cc0a44e2e8c06d20f7a8c25ee'}) 2018-07-22 16:24:39,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:24:39,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:39,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b221774-60da-46c5-8816-d2b08f1a4422 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "db068a5cc0a44e2e8c06d20f7a8c25ee", "links": {"self": "http://172.30.9.28:5000/v3/roles/db068a5cc0a44e2e8c06d20f7a8c25ee"}, "name": "Member"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:24:39,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6b221774-60da-46c5-8816-d2b08f1a4422 2018-07-22 16:24:39,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.08673787117s 2018-07-22 16:24:39,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6b221774-60da-46c5-8816-d2b08f1a4422 2018-07-22 16:24:39,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 16:24:39,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:39,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186b3b3a-a7fe-4947-8ec7-cb3fdb6628d3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 16:24:39,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-186b3b3a-a7fe-4947-8ec7-cb3fdb6628d3 2018-07-22 16:24:39,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0916469097137s 2018-07-22 16:24:39,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-186b3b3a-a7fe-4947-8ec7-cb3fdb6628d3 2018-07-22 16:24:39,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 16:24:39,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:39,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-888cd5b0-4eed-43ac-b514-cda0b9ed098b Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608", "links": {"self": "http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ee028eeaca8345468d2f010a3be927d2", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:24:39,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-888cd5b0-4eed-43ac-b514-cda0b9ed098b 2018-07-22 16:24:39,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10935997963s 2018-07-22 16:24:39,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-888cd5b0-4eed-43ac-b514-cda0b9ed098b 2018-07-22 16:24:39,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 16:24:39,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:39,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c096c61c-58f4-4771-be91-5085903d8780 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e"}, "tags": [], "enabled": true, "id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:24:39,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c096c61c-58f4-4771-be91-5085903d8780 2018-07-22 16:24:39,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0888710021973s 2018-07-22 16:24:39,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c096c61c-58f4-4771-be91-5085903d8780 2018-07-22 16:24:39,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 16:24:39,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=ee028eeaca8345468d2f010a3be927d2&role.id=db068a5cc0a44e2e8c06d20f7a8c25ee&scope.project.id=fca2a445a6f24bd1bcdc9c1c67b96f7e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:39,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ea2971-c86a-4d34-82e1-7433e6450d5d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=ee028eeaca8345468d2f010a3be927d2&role.id=db068a5cc0a44e2e8c06d20f7a8c25ee&scope.project.id=fca2a445a6f24bd1bcdc9c1c67b96f7e", "previous": null, "next": null}} 2018-07-22 16:24:39,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=ee028eeaca8345468d2f010a3be927d2&role.id=db068a5cc0a44e2e8c06d20f7a8c25ee&scope.project.id=fca2a445a6f24bd1bcdc9c1c67b96f7e used request id req-34ea2971-c86a-4d34-82e1-7433e6450d5d 2018-07-22 16:24:39,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0898292064667s 2018-07-22 16:24:39,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=ee028eeaca8345468d2f010a3be927d2&role.id=db068a5cc0a44e2e8c06d20f7a8c25ee&scope.project.id=fca2a445a6f24bd1bcdc9c1c67b96f7e used request id req-34ea2971-c86a-4d34-82e1-7433e6450d5d 2018-07-22 16:24:39,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 16:24:39,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e/users/ee028eeaca8345468d2f010a3be927d2/roles/db068a5cc0a44e2e8c06d20f7a8c25ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:24:39,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-febe1784-1b78-484a-aad7-a54d6835fc6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:24:39,687 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e/users/ee028eeaca8345468d2f010a3be927d2/roles/db068a5cc0a44e2e8c06d20f7a8c25ee used request id req-febe1784-1b78-484a-aad7-a54d6835fc6d 2018-07-22 16:24:39,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.123088121414s 2018-07-22 16:24:39,687 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e/users/ee028eeaca8345468d2f010a3be927d2/roles/db068a5cc0a44e2e8c06d20f7a8c25ee used request id req-febe1784-1b78-484a-aad7-a54d6835fc6d 2018-07-22 16:24:39,688 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608', 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'fca2a445a6f24bd1bcdc9c1c67b96f7e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'a781aec1-99e1-4c1b-89e0-acfb2f3d3f70', 'username': u'cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 16:24:39,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 16:24:39,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 16:24:39,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 16:24:39,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 16:24:39,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 16:24:39,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 16:24:39,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 16:24:39,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 16:24:39,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 16:24:39,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 16:24:39,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 16:24:39,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 16:24:39,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 16:24:39,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 16:24:39,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 16:24:39,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 16:24:39,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 16:24:39,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 16:24:39,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 16:24:39,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 16:24:39,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 16:24:39,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 16:24:39,694 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608', 'password': 'a781aec1-99e1-4c1b-89e0-acfb2f3d3f70', 'project_name': 'cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': 'fca2a445a6f24bd1bcdc9c1c67b96f7e', 'project_domain_name': 'Default'} 2018-07-22 16:24:39,695 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-07-22 16:24:39,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:24:39,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ac3de6-4fca-48b6-80c6-14de0d546416 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:24:39,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-f1ac3de6-4fca-48b6-80c6-14de0d546416 2018-07-22 16:24:39,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 16:24:40,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db068a5cc0a44e2e8c06d20f7a8c25ee", "name": "Member"}], "expires_at": "2018-07-22T17:24:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "name": "cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_fca2a445a6f24bd1bcdc9c1c67b96f7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608", "id": "ee028eeaca8345468d2f010a3be927d2"}, "audit_ids": ["8HX4b-AJRWCUSDS64C2dOA"], "issued_at": "2018-07-22T16:24:40.000000Z"}} 2018-07-22 16:24:40,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 16:24:40,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"network": {"name": "cloudify-net_b4d5fa71-e291-48de-b467-4f2b90e6c608", "admin_state_up": true}}' 2018-07-22 16:24:40,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-d4a993f3-7f62-4cb0-b75f-18e235ff6b7c Date: Sun, 22 Jul 2018 16:24:40 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","created_at":"2018-07-22T16:24:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:24:40Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","id":"d3f30147-c47d-4773-8986-7cc65e22e8fc","name":"cloudify-net_b4d5fa71-e291-48de-b467-4f2b90e6c608"}} 2018-07-22 16:24:40,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d4a993f3-7f62-4cb0-b75f-18e235ff6b7c 2018-07-22 16:24:40,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.858371973038s 2018-07-22 16:24:40,944 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d4a993f3-7f62-4cb0-b75f-18e235ff6b7c 2018-07-22 16:24:40,944 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T16:24:40Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'd3f30147-c47d-4773-8986-7cc65e22e8fc', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_b4d5fa71-e291-48de-b467-4f2b90e6c608', u'admin_state_up': True, u'tenant_id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', u'created_at': u'2018-07-22T16:24:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e'}) 2018-07-22 16:24:40,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:24:40,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:24:41,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-a8005cd6-00b4-45e2-ba19-e4c8be0e2f5c Date: Sun, 22 Jul 2018 16:24:41 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T16:24:40Z","tenant_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","created_at":"2018-07-22T16:24:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","id":"d3f30147-c47d-4773-8986-7cc65e22e8fc","name":"cloudify-net_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:24:41,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a8005cd6-00b4-45e2-ba19-e4c8be0e2f5c 2018-07-22 16:24:41,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.212452888489s 2018-07-22 16:24:41,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a8005cd6-00b4-45e2-ba19-e4c8be0e2f5c 2018-07-22 16:24:41,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 16:24:41,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"subnet": {"name": "cloudify-subnet_b4d5fa71-e291-48de-b467-4f2b90e6c608", "enable_dhcp": true, "network_id": "d3f30147-c47d-4773-8986-7cc65e22e8fc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 16:24:41,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-90db5604-4923-465c-b45c-dc3ababf10f1 Date: Sun, 22 Jul 2018 16:24:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3f30147-c47d-4773-8986-7cc65e22e8fc","tenant_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","created_at":"2018-07-22T16:24:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:24:41Z","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":"fca2a445a6f24bd1bcdc9c1c67b96f7e","id":"65c64cea-05cc-40da-81c9-b214b7c93bf9","subnetpool_id":null,"name":"cloudify-subnet_b4d5fa71-e291-48de-b467-4f2b90e6c608"}} 2018-07-22 16:24:41,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-90db5604-4923-465c-b45c-dc3ababf10f1 2018-07-22 16:24:41,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.77446103096s 2018-07-22 16:24:41,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-90db5604-4923-465c-b45c-dc3ababf10f1 2018-07-22 16:24:41,934 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T16:24:41Z', 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'65c64cea-05cc-40da-81c9-b214b7c93bf9', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_b4d5fa71-e291-48de-b467-4f2b90e6c608', u'enable_dhcp': True, u'network_id': u'd3f30147-c47d-4773-8986-7cc65e22e8fc', u'tenant_id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', u'created_at': u'2018-07-22T16:24:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e'}) 2018-07-22 16:24:41,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 16:24:41,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "cloudify-router_b4d5fa71-e291-48de-b467-4f2b90e6c608", "admin_state_up": true}}' 2018-07-22 16:24:43,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-91d111fe-ea48-4bd5-86ba-d6b5904cabd5 Date: Sun, 22 Jul 2018 16:24:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:41Z", "admin_state_up": true, "updated_at": "2018-07-22T16:24:42Z", "revision_number": 2, "routes": [], "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "2de92bc8-fbb8-4520-bcf7-1cfcb323313a", "name": "cloudify-router_b4d5fa71-e291-48de-b467-4f2b90e6c608"}} 2018-07-22 16:24:43,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-91d111fe-ea48-4bd5-86ba-d6b5904cabd5 2018-07-22 16:24:43,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.09612607956s 2018-07-22 16:24:43,031 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-91d111fe-ea48-4bd5-86ba-d6b5904cabd5 2018-07-22 16:24:43,032 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', u'created_at': u'2018-07-22T16:24:41Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T16:24:42Z', u'revision_number': 2, u'routes': [], u'project_id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', u'id': u'2de92bc8-fbb8-4520-bcf7-1cfcb323313a', u'name': u'cloudify-router_b4d5fa71-e291-48de-b467-4f2b90e6c608'}) 2018-07-22 16:24:43,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 16:24:43,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a/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}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"subnet_id": "65c64cea-05cc-40da-81c9-b214b7c93bf9"}' 2018-07-22 16:24:45,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5be12120-2ce8-4efe-a221-68cb079b7ad0 Date: Sun, 22 Jul 2018 16:24:45 GMT RESP BODY: {"network_id": "d3f30147-c47d-4773-8986-7cc65e22e8fc", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "subnet_id": "65c64cea-05cc-40da-81c9-b214b7c93bf9", "subnet_ids": ["65c64cea-05cc-40da-81c9-b214b7c93bf9"], "port_id": "c506b0f9-e4e2-4e06-b0f5-c52ea082cf00", "id": "2de92bc8-fbb8-4520-bcf7-1cfcb323313a"} 2018-07-22 16:24:45,278 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a/add_router_interface.json used request id req-5be12120-2ce8-4efe-a221-68cb079b7ad0 2018-07-22 16:24:45,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24565505981s 2018-07-22 16:24:45,279 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a/add_router_interface.json used request id req-5be12120-2ce8-4efe-a221-68cb079b7ad0 returning object 2de92bc8-fbb8-4520-bcf7-1cfcb323313a 2018-07-22 16:24:45,279 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-07-22 16:25:18,145 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-07-22 16:25:18,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 16:25:18,151 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 16:25:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 16:25:18,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:25:18,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:25:18,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d33ea712-e07e-4b22-b27c-b66f5c8e20ae Date: Sun, 22 Jul 2018 16:25:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:25:18,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d33ea712-e07e-4b22-b27c-b66f5c8e20ae 2018-07-22 16:25:18,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.203577041626s 2018-07-22 16:25:18,357 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d33ea712-e07e-4b22-b27c-b66f5c8e20ae 2018-07-22 16:25:18,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 16:25:18,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608"}' 2018-07-22 16:25:18,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/2dee17d9-371a-458f-998d-faca9c92a602 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2a95d775-d3f6-437e-8318-6a9586a0138d Date: Sun, 22 Jul 2018 16:25:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2dee17d9-371a-458f-998d-faca9c92a602/file", "owner": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "2dee17d9-371a-458f-998d-faca9c92a602", "size": null, "self": "/v2/images/2dee17d9-371a-458f-998d-faca9c92a602", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-22T16:25:18Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608", "checksum": null, "created_at": "2018-07-22T16:25:18Z", "protected": false} 2018-07-22 16:25:18,408 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2a95d775-d3f6-437e-8318-6a9586a0138d 2018-07-22 16:25:18,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0433750152588s 2018-07-22 16:25:18,409 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2a95d775-d3f6-437e-8318-6a9586a0138d returning object 2dee17d9-371a-458f-998d-faca9c92a602 2018-07-22 16:25:18,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 16:25:18,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/2dee17d9-371a-458f-998d-faca9c92a602/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}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '' 2018-07-22 16:26:19,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2835851f-6989-4aa5-93cc-56d304b73a0b Date: Sun, 22 Jul 2018 16:26:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:26:19,660 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2dee17d9-371a-458f-998d-faca9c92a602/file used request id req-2835851f-6989-4aa5-93cc-56d304b73a0b 2018-07-22 16:26:19,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 61.2511668205s 2018-07-22 16:26:19,661 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2dee17d9-371a-458f-998d-faca9c92a602/file used request id req-2835851f-6989-4aa5-93cc-56d304b73a0b 2018-07-22 16:26:19,661 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T16:25:18Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/2dee17d9-371a-458f-998d-faca9c92a602/file', u'owner': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', u'virtual_size': None, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'id': u'2dee17d9-371a-458f-998d-faca9c92a602', u'size': None, u'name': u'cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608', u'checksum': None, u'self': u'/v2/images/2dee17d9-371a-458f-998d-faca9c92a602', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T16:25:18Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 16:26:19,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 16:26:19,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_b4d5fa71-e291-48de-b467-4f2b90e6c608", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-07-22 16:26:19,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac9728b8-b94d-4618-af88-c352d015813c x-compute-request-id: req-ac9728b8-b94d-4618-af88-c352d015813c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_b4d5fa71-e291-48de-b467-4f2b90e6c608", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469", "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": 50, "id": "ed5952f7-4b7c-4ba5-b204-4781a0776469"}} 2018-07-22 16:26:19,930 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ac9728b8-b94d-4618-af88-c352d015813c 2018-07-22 16:26:19,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.267930984497s 2018-07-22 16:26:19,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ac9728b8-b94d-4618-af88-c352d015813c 2018-07-22 16:26:19,932 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_b4d5fa71-e291-48de-b467-4f2b90e6c608', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'ed5952f7-4b7c-4ba5-b204-4781a0776469', 'swap': 0}) 2018-07-22 16:26:19,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 16:26:19,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469/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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" -d '{"extra_specs": {}}' 2018-07-22 16:26:19,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-171a678f-0e1e-4bea-bfd4-db2d3f4aa4e9 x-compute-request-id: req-171a678f-0e1e-4bea-bfd4-db2d3f4aa4e9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 16:26:19,961 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469/os-extra_specs used request id req-171a678f-0e1e-4bea-bfd4-db2d3f4aa4e9 2018-07-22 16:26:19,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0290911197662s 2018-07-22 16:26:19,962 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469/os-extra_specs used request id req-171a678f-0e1e-4bea-bfd4-db2d3f4aa4e9 2018-07-22 16:26:19,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 16:26:19,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"keypair": {"name": "cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608"}}' 2018-07-22 16:26:20,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8686a9a8-0b0e-494e-b256-10cc0b728a2d x-compute-request-id: req-8686a9a8-0b0e-494e-b256-10cc0b728a2d Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQm75MfU2/aYpvyStuS6FnrssWflyrcr2UG7qgEGAgtMpJYZgN4+ea4K7hu2/iq4SXmOQwqS48VjE49SJ4patgwWVtMYJCvW8v5EIuyP6LhtBZZOe5AXZSkFOWFq263zDAe90xeXjx1jAl/Lk5hrLa2r4fAs1hv45+HioMi3TW//9efux61WY96l/S2ta07XtbHvjhaTUHTYl4mR+s8yA8HMLZqbaXznuNlaVzWluFX79G4paKKXhms4ikZXh3UW3SuIKBzb4BrTsG0H8HebpL2ogx47fGUtWUFqgyV/GwzLTbSu+YC2RbTDnYq4PfLt0o2o+silT52fFkq4VX4/It Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0Ju+TH1Nv2mKb8krbkuhZ67LFn5cq3K9lBu6oBBgILTKSWGY\nDePnmuCu4btv4quEl5jkMKkuPFYxOPUieKWrYMFlbTGCQr1vL+RCLsj+i4bQWWTn\nuQF2UpBTlhatut8wwHvdMXl48dYwJfy5OYay2tq+HwLNYb+Ofh4qDIt01v//Xn7s\netVmPepf0trWtO17Wx744Wk1B02JeJkfrPMgPBzC2am2l857jZWlc1pbhV+/RuKW\niil4ZrOIpGV4d1Ft0riCgc2+Aa07BtB/B3m6S9qIMeO3xlLVlBaoMlfxsMy020rv\nmAtkW0w52KuD3y7dKNqPrIpU+dnxZKuFV+PyLQIDAQABAoIBAQDDEiBtnm7po2PV\nDKUUSpzwO7+llRxLJsyohxWJQEbjzquq2xw5QPj/F0PxyjjiGcmviUU5S7r0qRT2\nUiSd9S3BGJgj97v7dPFYM3bAESwWhUankXguxHNE2bmQDD0BFlycYjeBYDn8y3HS\n0/TRGmh9xzcqAJDV6y7wOHzRpkboFGMEuf9tk7j4irX4OmhTi5MZXHs+mAPSOvCi\nQNWW4TVo83rBr9VlYMVqDrKjMwvK+l2eKT7RxpcfcixDwRt9Lv1NdeGFxrFWzfgn\nVq4NydbS6DJDVoiwDpwMx4wV4aWMv5URtDtMEEYyBZU+OCCrEjr+sSbUh1lAkuU3\n2dfcuqtxAoGBAOx0SAdranr8wCh/TC+13naPSxzkVAaMidpPzmoUyWJ++pFmxaZI\nx4ICBDAG4CLTNZ2IZAEwLMhZ4vSlBkRdyKEkv7JTm/hGlab64ZGmoBUuEEkC8uQq\nGM/uy/BbA4kfUJiODJfF/JJ+1A5ZT8lCA4qrX9/ETt7tu+U2cM5MJ/n7AoGBAOHa\nM+/FxHxa7oEI3bNi5VoXmuU/0mssnwMzesHLEGAkZFzFRchFT2nrMaEPWcKJmkOY\nM7SzrPK6P+3AMGeN3pLY98PIorrDbs3ax7BBJ0oh2rvaEmlpxKPmaKyF6nEYvXxS\n0aVu25jSz/739XUOrb6pNNHvwkvKVUN+L7AvMnP3AoGBAL3nii4DVEqgkkg0LOEo\npRn9besvali0KMcgT3ydYzxrFR0QOG+bhjhhHDHiY8M0dJwn/YGCyoTCxGeN3mGs\nHMVnOVqkkeCt9+VbGy0acPlxvHyXFLKxKKpfdIV+43EOqHFNrMl8pqSVngREMLNI\nBIYrq12RUXLz5nNp7OGTAoxfAoGAe+Igkui7+io2oPioAvnALEa+Y/k6BieXoT3f\nm+Uyukm781cSC+RYxxSHSH0PEzI/N8yIsBnOR+X5owPEiUi8SXhRj0bCXAdPBAN5\nfSh/0J35SQk5CDFH908vI1LhYd/cMBGNhVzlf1JDXOvN68N9chOGMZF91ezKEBdr\nOQzqc8kCgYAu0KxeUV65fIb0cdjGCVfNm714dndLnQUFoyK6zu06hbNHi3jFrM17\nQT+XDopjgfsa5icNZBbj6VgHV0LERQj8YudGpzfPiE3RXyJhrcm41x0NQi8ye59R\nLKvCVKF7qGqv2gi3Of5XxsGmV+A0e9XLAINMcvAE26N5gplbP7cLRg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "ee028eeaca8345468d2f010a3be927d2", "name": "cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608", "fingerprint": "7c:67:f4:73:2f:e1:3b:83:d5:0b:6f:59:c4:20:1b:cc"}} 2018-07-22 16:26:20,243 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-8686a9a8-0b0e-494e-b256-10cc0b728a2d 2018-07-22 16:26:20,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.280524015427s 2018-07-22 16:26:20,243 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-8686a9a8-0b0e-494e-b256-10cc0b728a2d 2018-07-22 16:26:20,244 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQm75MfU2/aYpvyStuS6FnrssWflyrcr2UG7qgEGAgtMpJYZgN4+ea4K7hu2/iq4SXmOQwqS48VjE49SJ4patgwWVtMYJCvW8v5EIuyP6LhtBZZOe5AXZSkFOWFq263zDAe90xeXjx1jAl/Lk5hrLa2r4fAs1hv45+HioMi3TW//9efux61WY96l/S2ta07XtbHvjhaTUHTYl4mR+s8yA8HMLZqbaXznuNlaVzWluFX79G4paKKXhms4ikZXh3UW3SuIKBzb4BrTsG0H8HebpL2ogx47fGUtWUFqgyV/GwzLTbSu+YC2RbTDnYq4PfLt0o2o+silT52fFkq4VX4/It Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0Ju+TH1Nv2mKb8krbkuhZ67LFn5cq3K9lBu6oBBgILTKSWGY\nDePnmuCu4btv4quEl5jkMKkuPFYxOPUieKWrYMFlbTGCQr1vL+RCLsj+i4bQWWTn\nuQF2UpBTlhatut8wwHvdMXl48dYwJfy5OYay2tq+HwLNYb+Ofh4qDIt01v//Xn7s\netVmPepf0trWtO17Wx744Wk1B02JeJkfrPMgPBzC2am2l857jZWlc1pbhV+/RuKW\niil4ZrOIpGV4d1Ft0riCgc2+Aa07BtB/B3m6S9qIMeO3xlLVlBaoMlfxsMy020rv\nmAtkW0w52KuD3y7dKNqPrIpU+dnxZKuFV+PyLQIDAQABAoIBAQDDEiBtnm7po2PV\nDKUUSpzwO7+llRxLJsyohxWJQEbjzquq2xw5QPj/F0PxyjjiGcmviUU5S7r0qRT2\nUiSd9S3BGJgj97v7dPFYM3bAESwWhUankXguxHNE2bmQDD0BFlycYjeBYDn8y3HS\n0/TRGmh9xzcqAJDV6y7wOHzRpkboFGMEuf9tk7j4irX4OmhTi5MZXHs+mAPSOvCi\nQNWW4TVo83rBr9VlYMVqDrKjMwvK+l2eKT7RxpcfcixDwRt9Lv1NdeGFxrFWzfgn\nVq4NydbS6DJDVoiwDpwMx4wV4aWMv5URtDtMEEYyBZU+OCCrEjr+sSbUh1lAkuU3\n2dfcuqtxAoGBAOx0SAdranr8wCh/TC+13naPSxzkVAaMidpPzmoUyWJ++pFmxaZI\nx4ICBDAG4CLTNZ2IZAEwLMhZ4vSlBkRdyKEkv7JTm/hGlab64ZGmoBUuEEkC8uQq\nGM/uy/BbA4kfUJiODJfF/JJ+1A5ZT8lCA4qrX9/ETt7tu+U2cM5MJ/n7AoGBAOHa\nM+/FxHxa7oEI3bNi5VoXmuU/0mssnwMzesHLEGAkZFzFRchFT2nrMaEPWcKJmkOY\nM7SzrPK6P+3AMGeN3pLY98PIorrDbs3ax7BBJ0oh2rvaEmlpxKPmaKyF6nEYvXxS\n0aVu25jSz/739XUOrb6pNNHvwkvKVUN+L7AvMnP3AoGBAL3nii4DVEqgkkg0LOEo\npRn9besvali0KMcgT3ydYzxrFR0QOG+bhjhhHDHiY8M0dJwn/YGCyoTCxGeN3mGs\nHMVnOVqkkeCt9+VbGy0acPlxvHyXFLKxKKpfdIV+43EOqHFNrMl8pqSVngREMLNI\nBIYrq12RUXLz5nNp7OGTAoxfAoGAe+Igkui7+io2oPioAvnALEa+Y/k6BieXoT3f\nm+Uyukm781cSC+RYxxSHSH0PEzI/N8yIsBnOR+X5owPEiUi8SXhRj0bCXAdPBAN5\nfSh/0J35SQk5CDFH908vI1LhYd/cMBGNhVzlf1JDXOvN68N9chOGMZF91ezKEBdr\nOQzqc8kCgYAu0KxeUV65fIb0cdjGCVfNm714dndLnQUFoyK6zu06hbNHi3jFrM17\nQT+XDopjgfsa5icNZBbj6VgHV0LERQj8YudGpzfPiE3RXyJhrcm41x0NQi8ye59R\nLKvCVKF7qGqv2gi3Of5XxsGmV+A0e9XLAINMcvAE26N5gplbP7cLRg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ee028eeaca8345468d2f010a3be927d2', 'name': u'cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608', 'created_at': '2018-07-22T16:26:20.244535', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', 'name': 'cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'7c:67:f4:73:2f:e1:3b:83:d5:0b:6f:59:c4:20:1b:cc', 'type': 'ssh', 'id': u'cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608'}) 2018-07-22 16:26:20,245 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA0Ju+TH1Nv2mKb8krbkuhZ67LFn5cq3K9lBu6oBBgILTKSWGY DePnmuCu4btv4quEl5jkMKkuPFYxOPUieKWrYMFlbTGCQr1vL+RCLsj+i4bQWWTn uQF2UpBTlhatut8wwHvdMXl48dYwJfy5OYay2tq+HwLNYb+Ofh4qDIt01v//Xn7s etVmPepf0trWtO17Wx744Wk1B02JeJkfrPMgPBzC2am2l857jZWlc1pbhV+/RuKW iil4ZrOIpGV4d1Ft0riCgc2+Aa07BtB/B3m6S9qIMeO3xlLVlBaoMlfxsMy020rv mAtkW0w52KuD3y7dKNqPrIpU+dnxZKuFV+PyLQIDAQABAoIBAQDDEiBtnm7po2PV DKUUSpzwO7+llRxLJsyohxWJQEbjzquq2xw5QPj/F0PxyjjiGcmviUU5S7r0qRT2 UiSd9S3BGJgj97v7dPFYM3bAESwWhUankXguxHNE2bmQDD0BFlycYjeBYDn8y3HS 0/TRGmh9xzcqAJDV6y7wOHzRpkboFGMEuf9tk7j4irX4OmhTi5MZXHs+mAPSOvCi QNWW4TVo83rBr9VlYMVqDrKjMwvK+l2eKT7RxpcfcixDwRt9Lv1NdeGFxrFWzfgn Vq4NydbS6DJDVoiwDpwMx4wV4aWMv5URtDtMEEYyBZU+OCCrEjr+sSbUh1lAkuU3 2dfcuqtxAoGBAOx0SAdranr8wCh/TC+13naPSxzkVAaMidpPzmoUyWJ++pFmxaZI x4ICBDAG4CLTNZ2IZAEwLMhZ4vSlBkRdyKEkv7JTm/hGlab64ZGmoBUuEEkC8uQq GM/uy/BbA4kfUJiODJfF/JJ+1A5ZT8lCA4qrX9/ETt7tu+U2cM5MJ/n7AoGBAOHa M+/FxHxa7oEI3bNi5VoXmuU/0mssnwMzesHLEGAkZFzFRchFT2nrMaEPWcKJmkOY M7SzrPK6P+3AMGeN3pLY98PIorrDbs3ax7BBJ0oh2rvaEmlpxKPmaKyF6nEYvXxS 0aVu25jSz/739XUOrb6pNNHvwkvKVUN+L7AvMnP3AoGBAL3nii4DVEqgkkg0LOEo pRn9besvali0KMcgT3ydYzxrFR0QOG+bhjhhHDHiY8M0dJwn/YGCyoTCxGeN3mGs HMVnOVqkkeCt9+VbGy0acPlxvHyXFLKxKKpfdIV+43EOqHFNrMl8pqSVngREMLNI BIYrq12RUXLz5nNp7OGTAoxfAoGAe+Igkui7+io2oPioAvnALEa+Y/k6BieXoT3f m+Uyukm781cSC+RYxxSHSH0PEzI/N8yIsBnOR+X5owPEiUi8SXhRj0bCXAdPBAN5 fSh/0J35SQk5CDFH908vI1LhYd/cMBGNhVzlf1JDXOvN68N9chOGMZF91ezKEBdr OQzqc8kCgYAu0KxeUV65fIb0cdjGCVfNm714dndLnQUFoyK6zu06hbNHi3jFrM17 QT+XDopjgfsa5icNZBbj6VgHV0LERQj8YudGpzfPiE3RXyJhrcm41x0NQi8ye59R LKvCVKF7qGqv2gi3Of5XxsGmV+A0e9XLAINMcvAE26N5gplbP7cLRg== -----END RSA PRIVATE KEY----- 2018-07-22 16:26:20,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 16:26:20,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"security_group": {"name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608", "description": "created by OPNFV Functest (cloudify)"}}' 2018-07-22 16:26:20,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-9df45281-7c68-42a9-9a01-6a8855dc17ac Date: Sun, 22 Jul 2018 16:26:20 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "updated_at": "2018-07-22T16:26:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "0c5b1f04-4d65-4627-a9e6-bdd7a23b864b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "95f3fb27-5fff-4e47-82d7-11c60b7c1afe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 2, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608"}} 2018-07-22 16:26:20,743 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-9df45281-7c68-42a9-9a01-6a8855dc17ac 2018-07-22 16:26:20,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.495819091797s 2018-07-22 16:26:20,744 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-9df45281-7c68-42a9-9a01-6a8855dc17ac 2018-07-22 16:26:20,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:26:20,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:20,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-af851336-d7c9-4472-af8c-6dd3ece96c16 Date: Sun, 22 Jul 2018 16:26:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "updated_at": "2018-07-22T16:26:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "0c5b1f04-4d65-4627-a9e6-bdd7a23b864b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "95f3fb27-5fff-4e47-82d7-11c60b7c1afe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 2, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:20,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-af851336-d7c9-4472-af8c-6dd3ece96c16 2018-07-22 16:26:20,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.117052793503s 2018-07-22 16:26:20,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-af851336-d7c9-4472-af8c-6dd3ece96c16 2018-07-22 16:26:20,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:26:20,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -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": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438"}}' 2018-07-22 16:26:21,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-542f22f6-72f5-4db3-b108-420649b6e43d Date: Sun, 22 Jul 2018 16:26:21 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-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "port_range_min": 22, "revision_number": 0, "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "09d7bde9-2058-4ba2-b905-ea274fd5e531"}} 2018-07-22 16:26:21,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-542f22f6-72f5-4db3-b108-420649b6e43d 2018-07-22 16:26:21,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.193814992905s 2018-07-22 16:26:21,064 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-542f22f6-72f5-4db3-b108-420649b6e43d 2018-07-22 16:26:21,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:26:21,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:21,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-d8bba27d-def0-4c0a-ba0b-8e63135b6f45 Date: Sun, 22 Jul 2018 16:26:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "updated_at": "2018-07-22T16:26:20Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "09d7bde9-2058-4ba2-b905-ea274fd5e531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "0c5b1f04-4d65-4627-a9e6-bdd7a23b864b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "95f3fb27-5fff-4e47-82d7-11c60b7c1afe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 3, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:21,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d8bba27d-def0-4c0a-ba0b-8e63135b6f45 2018-07-22 16:26:21,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.059103012085s 2018-07-22 16:26:21,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d8bba27d-def0-4c0a-ba0b-8e63135b6f45 2018-07-22 16:26:21,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:26:21,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -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": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438"}}' 2018-07-22 16:26:21,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f05f024b-6a58-44dc-af31-ddea59991c76 Date: Sun, 22 Jul 2018 16:26:21 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-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "port_range_min": null, "revision_number": 0, "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:21Z", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "be1e3c3c-3c44-4b39-a5e1-046c13095173"}} 2018-07-22 16:26:21,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f05f024b-6a58-44dc-af31-ddea59991c76 2018-07-22 16:26:21,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.168930053711s 2018-07-22 16:26:21,299 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f05f024b-6a58-44dc-af31-ddea59991c76 2018-07-22 16:26:21,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:26:21,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:21,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-5c371152-5be8-44bb-8918-3ef43f9c5578 Date: Sun, 22 Jul 2018 16:26:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "updated_at": "2018-07-22T16:26:21Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "09d7bde9-2058-4ba2-b905-ea274fd5e531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "0c5b1f04-4d65-4627-a9e6-bdd7a23b864b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "95f3fb27-5fff-4e47-82d7-11c60b7c1afe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "be1e3c3c-3c44-4b39-a5e1-046c13095173", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:21,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5c371152-5be8-44bb-8918-3ef43f9c5578 2018-07-22 16:26:21,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.250575065613s 2018-07-22 16:26:21,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-5c371152-5be8-44bb-8918-3ef43f9c5578 2018-07-22 16:26:21,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:26:21,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -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": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438"}}' 2018-07-22 16:26:21,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-505bfcd6-fe64-4137-9e9a-4becbd52bb36 Date: Sun, 22 Jul 2018 16:26:21 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-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "port_range_min": 80, "revision_number": 0, "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:21Z", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "810f2b15-3cab-4114-969d-c93ae23e2678"}} 2018-07-22 16:26:21,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-505bfcd6-fe64-4137-9e9a-4becbd52bb36 2018-07-22 16:26:21,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.137626886368s 2018-07-22 16:26:21,695 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-505bfcd6-fe64-4137-9e9a-4becbd52bb36 2018-07-22 16:26:21,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:26:21,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:21,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-59a901b9-f9a9-4e3a-bab8-9e214cb86aed Date: Sun, 22 Jul 2018 16:26:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "updated_at": "2018-07-22T16:26:21Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "09d7bde9-2058-4ba2-b905-ea274fd5e531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "0c5b1f04-4d65-4627-a9e6-bdd7a23b864b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "810f2b15-3cab-4114-969d-c93ae23e2678", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "95f3fb27-5fff-4e47-82d7-11c60b7c1afe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "be1e3c3c-3c44-4b39-a5e1-046c13095173", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 5, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:21,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-59a901b9-f9a9-4e3a-bab8-9e214cb86aed 2018-07-22 16:26:21,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0579040050507s 2018-07-22 16:26:21,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-59a901b9-f9a9-4e3a-bab8-9e214cb86aed 2018-07-22 16:26:21,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:26:21,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -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": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438"}}' 2018-07-22 16:26:21,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-376db477-ab87-43c4-9be9-161584f8930c Date: Sun, 22 Jul 2018 16:26:21 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-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "port_range_min": 443, "revision_number": 0, "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:21Z", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "a62bbe26-267e-4664-9a7c-e57f5948ba33"}} 2018-07-22 16:26:21,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-376db477-ab87-43c4-9be9-161584f8930c 2018-07-22 16:26:21,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.16602396965s 2018-07-22 16:26:21,926 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-376db477-ab87-43c4-9be9-161584f8930c 2018-07-22 16:26:21,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:26:21,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:21,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-9c5ea899-3250-43c0-b080-ae2e4a60f877 Date: Sun, 22 Jul 2018 16:26:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "updated_at": "2018-07-22T16:26:21Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "09d7bde9-2058-4ba2-b905-ea274fd5e531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "0c5b1f04-4d65-4627-a9e6-bdd7a23b864b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "810f2b15-3cab-4114-969d-c93ae23e2678", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "95f3fb27-5fff-4e47-82d7-11c60b7c1afe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "a62bbe26-267e-4664-9a7c-e57f5948ba33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 443, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "be1e3c3c-3c44-4b39-a5e1-046c13095173", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 6, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:21,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-9c5ea899-3250-43c0-b080-ae2e4a60f877 2018-07-22 16:26:21,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0610198974609s 2018-07-22 16:26:21,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-9c5ea899-3250-43c0-b080-ae2e4a60f877 2018-07-22 16:26:21,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:26:21,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -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": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438"}}' 2018-07-22 16:26:22,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-d9989f07-a1a9-4f3f-aafc-ec8501a33807 Date: Sun, 22 Jul 2018 16:26:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-07-22T16:26:22Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "port_range_min": 5671, "revision_number": 0, "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:22Z", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "66419252-35b1-45a2-85ff-7eaaa755fae5"}} 2018-07-22 16:26:22,184 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-d9989f07-a1a9-4f3f-aafc-ec8501a33807 2018-07-22 16:26:22,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.189460039139s 2018-07-22 16:26:22,184 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-d9989f07-a1a9-4f3f-aafc-ec8501a33807 2018-07-22 16:26:22,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:26:22,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:22,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-d0168bb9-8cea-4930-a4fb-f9a4832b38c2 Date: Sun, 22 Jul 2018 16:26:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "updated_at": "2018-07-22T16:26:22Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "09d7bde9-2058-4ba2-b905-ea274fd5e531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "0c5b1f04-4d65-4627-a9e6-bdd7a23b864b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-07-22T16:26:22Z", "revision_number": 0, "id": "66419252-35b1-45a2-85ff-7eaaa755fae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:22Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "810f2b15-3cab-4114-969d-c93ae23e2678", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "95f3fb27-5fff-4e47-82d7-11c60b7c1afe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "a62bbe26-267e-4664-9a7c-e57f5948ba33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 443, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "be1e3c3c-3c44-4b39-a5e1-046c13095173", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 7, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:22,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d0168bb9-8cea-4930-a4fb-f9a4832b38c2 2018-07-22 16:26:22,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0577621459961s 2018-07-22 16:26:22,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d0168bb9-8cea-4930-a4fb-f9a4832b38c2 2018-07-22 16:26:22,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:26:22,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -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": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438"}}' 2018-07-22 16:26:22,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-6204d077-5d57-443b-a8cb-0250d50eb415 Date: Sun, 22 Jul 2018 16:26:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-07-22T16:26:22Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "port_range_min": 53333, "revision_number": 0, "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:22Z", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "3ad64afb-8933-4f73-b8ff-57b7c22feb4f"}} 2018-07-22 16:26:22,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6204d077-5d57-443b-a8cb-0250d50eb415 2018-07-22 16:26:22,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.208565950394s 2018-07-22 16:26:22,458 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6204d077-5d57-443b-a8cb-0250d50eb415 2018-07-22 16:26:22,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:26:22,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:22,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1191 X-Openstack-Request-Id: req-2bf3266c-3b6b-4f66-9f95-56efc2776287 Date: Sun, 22 Jul 2018 16:26:22 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c64cea-05cc-40da-81c9-b214b7c93bf9"],"updated_at":"2018-07-22T16:24:41Z","tenant_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","created_at":"2018-07-22T16:24:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","id":"d3f30147-c47d-4773-8986-7cc65e22e8fc","name":"cloudify-net_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:22,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2bf3266c-3b6b-4f66-9f95-56efc2776287 2018-07-22 16:26:22,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115387201309s 2018-07-22 16:26:22,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2bf3266c-3b6b-4f66-9f95-56efc2776287 2018-07-22 16:26:22,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:26:22,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:22,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5884048f-db06-4d6b-aed7-0d539d6355c0 Date: Sun, 22 Jul 2018 16:26:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/2dee17d9-371a-458f-998d-faca9c92a602/snap", "metadata": {}}], "file": "/v2/images/2dee17d9-371a-458f-998d-faca9c92a602/file", "owner": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "2dee17d9-371a-458f-998d-faca9c92a602", "size": 4373348352, "self": "/v2/images/2dee17d9-371a-458f-998d-faca9c92a602", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/2dee17d9-371a-458f-998d-faca9c92a602/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-22T16:26:19Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-07-22T16:25:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:26:22,615 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5884048f-db06-4d6b-aed7-0d539d6355c0 2018-07-22 16:26:22,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0363190174103s 2018-07-22 16:26:22,616 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5884048f-db06-4d6b-aed7-0d539d6355c0 2018-07-22 16:26:22,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 16:26:22,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:22,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa5a2b92-62a6-49ed-a328-6b031aacc52b x-compute-request-id: req-fa5a2b92-62a6-49ed-a328-6b031aacc52b Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}, {"name": "cloudify-flavor_b4d5fa71-e291-48de-b467-4f2b90e6c608", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469", "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": 50, "id": "ed5952f7-4b7c-4ba5-b204-4781a0776469"}]} 2018-07-22 16:26:22,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fa5a2b92-62a6-49ed-a328-6b031aacc52b 2018-07-22 16:26:22,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258247852325s 2018-07-22 16:26:22,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fa5a2b92-62a6-49ed-a328-6b031aacc52b 2018-07-22 16:26:22,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 16:26:22,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"server": {"name": "cloudify-vm_b4d5fa71-e291-48de-b467-4f2b90e6c608", "imageRef": "2dee17d9-371a-458f-998d-faca9c92a602", "key_name": "cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608", "flavorRef": "ed5952f7-4b7c-4ba5-b204-4781a0776469", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d3f30147-c47d-4773-8986-7cc65e22e8fc"}], "security_groups": [{"name": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438"}]}}' 2018-07-22 16:26:23,524 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:26:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42fc1858-88cf-4f41-8747-0fa12cc6aba3 x-compute-request-id: req-42fc1858-88cf-4f41-8747-0fa12cc6aba3 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/01f6f3af-0623-4463-bff4-2c2d379c94d9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438"}], "OS-DCF:diskConfig": "MANUAL", "id": "01f6f3af-0623-4463-bff4-2c2d379c94d9", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/01f6f3af-0623-4463-bff4-2c2d379c94d9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/01f6f3af-0623-4463-bff4-2c2d379c94d9", "rel": "bookmark"}], "adminPass": "rXxCeW3mwT24"}} 2018-07-22 16:26:23,524 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-42fc1858-88cf-4f41-8747-0fa12cc6aba3 2018-07-22 16:26:23,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.877591133118s 2018-07-22 16:26:23,524 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-42fc1858-88cf-4f41-8747-0fa12cc6aba3 2018-07-22 16:26:23,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 16:26:23,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:24,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc84b2fd-9170-4288-8c62-2828893a5bf9 x-compute-request-id: req-fc84b2fd-9170-4288-8c62-2828893a5bf9 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.28:8774/v2.1/servers/01f6f3af-0623-4463-bff4-2c2d379c94d9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/01f6f3af-0623-4463-bff4-2c2d379c94d9", "rel": "bookmark"}], "image": {"id": "2dee17d9-371a-458f-998d-faca9c92a602", "links": [{"href": "http://172.30.9.28:8774/images/2dee17d9-371a-458f-998d-faca9c92a602", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed5952f7-4b7c-4ba5-b204-4781a0776469", "links": [{"href": "http://172.30.9.28:8774/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469", "rel": "bookmark"}]}, "id": "01f6f3af-0623-4463-bff4-2c2d379c94d9", "user_id": "ee028eeaca8345468d2f010a3be927d2", "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-07-22T16:26:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608", "name": "cloudify-vm_b4d5fa71-e291-48de-b467-4f2b90e6c608", "created": "2018-07-22T16:26:23Z", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 16:26:24,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc84b2fd-9170-4288-8c62-2828893a5bf9 2018-07-22 16:26:24,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53629899025s 2018-07-22 16:26:24,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc84b2fd-9170-4288-8c62-2828893a5bf9 2018-07-22 16:26:24,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:26:24,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:24,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1191 X-Openstack-Request-Id: req-6e6de754-2ff5-4f53-969d-430ebeb9d76d Date: Sun, 22 Jul 2018 16:26: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["65c64cea-05cc-40da-81c9-b214b7c93bf9"],"updated_at":"2018-07-22T16:24:41Z","tenant_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","created_at":"2018-07-22T16:24:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","id":"d3f30147-c47d-4773-8986-7cc65e22e8fc","name":"cloudify-net_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:24,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6e6de754-2ff5-4f53-969d-430ebeb9d76d 2018-07-22 16:26:24,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111700057983s 2018-07-22 16:26:24,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6e6de754-2ff5-4f53-969d-430ebeb9d76d 2018-07-22 16:26:24,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 16:26:24,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:24,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-66171438-4dc7-4ea0-aa9e-0b4269f2f68e Date: Sun, 22 Jul 2018 16:26:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3f30147-c47d-4773-8986-7cc65e22e8fc","tenant_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","created_at":"2018-07-22T16:24:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:24:41Z","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":"fca2a445a6f24bd1bcdc9c1c67b96f7e","id":"65c64cea-05cc-40da-81c9-b214b7c93bf9","subnetpool_id":null,"name":"cloudify-subnet_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:24,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-66171438-4dc7-4ea0-aa9e-0b4269f2f68e 2018-07-22 16:26:24,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0462050437927s 2018-07-22 16:26:24,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-66171438-4dc7-4ea0-aa9e-0b4269f2f68e 2018-07-22 16:26:24,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 16:26:26,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 16:26:26,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:26,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-1784d0f4-16b8-4068-b9e0-8122d95e5beb x-compute-request-id: req-1784d0f4-16b8-4068-b9e0-8122d95e5beb Content-Encoding: gzip Content-Length: 587 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/01f6f3af-0623-4463-bff4-2c2d379c94d9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/01f6f3af-0623-4463-bff4-2c2d379c94d9", "rel": "bookmark"}], "image": {"id": "2dee17d9-371a-458f-998d-faca9c92a602", "links": [{"href": "http://172.30.9.28:8774/images/2dee17d9-371a-458f-998d-faca9c92a602", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed5952f7-4b7c-4ba5-b204-4781a0776469", "links": [{"href": "http://172.30.9.28:8774/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469", "rel": "bookmark"}]}, "id": "01f6f3af-0623-4463-bff4-2c2d379c94d9", "user_id": "ee028eeaca8345468d2f010a3be927d2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-22T16:26:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608", "name": "cloudify-vm_b4d5fa71-e291-48de-b467-4f2b90e6c608", "created": "2018-07-22T16:26:23Z", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 16:26:26,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1784d0f4-16b8-4068-b9e0-8122d95e5beb 2018-07-22 16:26:26,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444336891174s 2018-07-22 16:26:26,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1784d0f4-16b8-4068-b9e0-8122d95e5beb 2018-07-22 16:26:26,680 - functest.core.singlevm - ERROR - Cannot run cloudify Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 409, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 183, in boot_vm timeout=self.create_server_timeout, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'2dee17d9-371a-458f-998d-faca9c92a602'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'ed5952f7-4b7c-4ba5-b204-4781a0776469'}), 'az': u'', 'id': u'01f6f3af-0623-4463-bff4-2c2d379c94d9', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ee028eeaca8345468d2f010a3be927d2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', 'name': 'cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-07-22T16:26:23Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', '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'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', 'name': u'cloudify-vm_b4d5fa71-e291-48de-b467-4f2b90e6c608', 'adminPass': None, 'tenant_id': u'fca2a445a6f24bd1bcdc9c1c67b96f7e', 'created_at': u'2018-07-22T16:26:23Z', 'created': u'2018-07-22T16:26:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-22 16:26:26,811 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 16:26:26,811 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 01:47 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-22 16:26:26,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:26:26,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:26,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-987c0ac2-13da-4bf8-9d18-06f4ad9993ab Date: Sun, 22 Jul 2018 16:26:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:26:20Z", "updated_at": "2018-07-22T16:26:22Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "09d7bde9-2058-4ba2-b905-ea274fd5e531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "0c5b1f04-4d65-4627-a9e6-bdd7a23b864b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-07-22T16:26:22Z", "revision_number": 0, "id": "3ad64afb-8933-4f73-b8ff-57b7c22feb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:22Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-07-22T16:26:22Z", "revision_number": 0, "id": "66419252-35b1-45a2-85ff-7eaaa755fae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:22Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "810f2b15-3cab-4114-969d-c93ae23e2678", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:20Z", "revision_number": 0, "id": "95f3fb27-5fff-4e47-82d7-11c60b7c1afe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:20Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "a62bbe26-267e-4664-9a7c-e57f5948ba33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": 443, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:21Z", "revision_number": 0, "id": "be1e3c3c-3c44-4b39-a5e1-046c13095173", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:21Z", "security_group_id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 8, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "ada98ce2-54b5-4f5b-bffb-eed56e6ae438", "name": "cloudify-sg_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:26,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-987c0ac2-13da-4bf8-9d18-06f4ad9993ab 2018-07-22 16:26:26,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0641551017761s 2018-07-22 16:26:26,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-987c0ac2-13da-4bf8-9d18-06f4ad9993ab 2018-07-22 16:26:26,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 16:26:26,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ada98ce2-54b5-4f5b-bffb-eed56e6ae438.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:27,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7512904-4625-4cd8-94e5-7a272e071800 Content-Length: 0 Date: Sun, 22 Jul 2018 16:26:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:26:27,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ada98ce2-54b5-4f5b-bffb-eed56e6ae438.json used request id req-f7512904-4625-4cd8-94e5-7a272e071800 2018-07-22 16:26:27,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.196925878525s 2018-07-22 16:26:27,085 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ada98ce2-54b5-4f5b-bffb-eed56e6ae438.json used request id req-f7512904-4625-4cd8-94e5-7a272e071800 2018-07-22 16:26:27,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 16:26:27,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:27,139 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16: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 x-openstack-request-id: req-f3b0881f-32a0-4e3c-b7bc-25d4f385d87a x-compute-request-id: req-f3b0881f-32a0-4e3c-b7bc-25d4f385d87a Content-Length: 0 Content-Type: application/json 2018-07-22 16:26:27,139 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608 used request id req-f3b0881f-32a0-4e3c-b7bc-25d4f385d87a 2018-07-22 16:26:27,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.054260969162s 2018-07-22 16:26:27,140 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify-kp_b4d5fa71-e291-48de-b467-4f2b90e6c608 used request id req-f3b0881f-32a0-4e3c-b7bc-25d4f385d87a 2018-07-22 16:26:27,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 16:26:27,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a/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}cc44d7c501bd1afccbbbc4736b04d78594781faf" -d '{"subnet_id": "65c64cea-05cc-40da-81c9-b214b7c93bf9"}' 2018-07-22 16:26:28,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f201f94-8eba-409d-b775-26000067bd8d Date: Sun, 22 Jul 2018 16:26:28 GMT RESP BODY: {"network_id": "d3f30147-c47d-4773-8986-7cc65e22e8fc", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "subnet_id": "65c64cea-05cc-40da-81c9-b214b7c93bf9", "subnet_ids": ["65c64cea-05cc-40da-81c9-b214b7c93bf9"], "port_id": "c506b0f9-e4e2-4e06-b0f5-c52ea082cf00", "id": "2de92bc8-fbb8-4520-bcf7-1cfcb323313a"} 2018-07-22 16:26:28,565 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a/remove_router_interface.json used request id req-4f201f94-8eba-409d-b775-26000067bd8d 2018-07-22 16:26:28,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.42519211769s 2018-07-22 16:26:28,566 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a/remove_router_interface.json used request id req-4f201f94-8eba-409d-b775-26000067bd8d returning object 2de92bc8-fbb8-4520-bcf7-1cfcb323313a 2018-07-22 16:26:28,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 16:26:28,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:28,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-afc9eef5-4035-476a-a79b-053b4283db97 Date: Sun, 22 Jul 2018 16:26:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:41Z", "admin_state_up": true, "updated_at": "2018-07-22T16:26:27Z", "revision_number": 4, "routes": [], "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "2de92bc8-fbb8-4520-bcf7-1cfcb323313a", "name": "cloudify-router_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:28,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-afc9eef5-4035-476a-a79b-053b4283db97 2018-07-22 16:26:28,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.278886079788s 2018-07-22 16:26:28,845 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-afc9eef5-4035-476a-a79b-053b4283db97 2018-07-22 16:26:28,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 16:26:28,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:30,075 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4ec39bb-1aef-4069-b13c-35e95ea71810 Content-Length: 0 Date: Sun, 22 Jul 2018 16:26:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:26:30,075 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a.json used request id req-d4ec39bb-1aef-4069-b13c-35e95ea71810 2018-07-22 16:26:30,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.22836112976s 2018-07-22 16:26:30,075 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2de92bc8-fbb8-4520-bcf7-1cfcb323313a.json used request id req-d4ec39bb-1aef-4069-b13c-35e95ea71810 2018-07-22 16:26:30,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 16:26:30,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:30,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-430f7e96-98a4-401b-bbf7-8e9bdd205418 Date: Sun, 22 Jul 2018 16:26:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3f30147-c47d-4773-8986-7cc65e22e8fc","tenant_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","created_at":"2018-07-22T16:24:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:24:41Z","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":"fca2a445a6f24bd1bcdc9c1c67b96f7e","id":"65c64cea-05cc-40da-81c9-b214b7c93bf9","subnetpool_id":null,"name":"cloudify-subnet_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:30,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-430f7e96-98a4-401b-bbf7-8e9bdd205418 2018-07-22 16:26:30,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0507981777191s 2018-07-22 16:26:30,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-430f7e96-98a4-401b-bbf7-8e9bdd205418 2018-07-22 16:26:30,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 16:26:30,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/65c64cea-05cc-40da-81c9-b214b7c93bf9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:31,037 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b14d6d4f-fb42-4852-9266-210dbe30fd0a Date: Sun, 22 Jul 2018 16:26:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:26:31,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/65c64cea-05cc-40da-81c9-b214b7c93bf9.json used request id req-b14d6d4f-fb42-4852-9266-210dbe30fd0a 2018-07-22 16:26:31,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.90888094902s 2018-07-22 16:26:31,038 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/65c64cea-05cc-40da-81c9-b214b7c93bf9.json used request id req-b14d6d4f-fb42-4852-9266-210dbe30fd0a 2018-07-22 16:26:31,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:26:31,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:31,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-662d73cf-5762-4542-803e-9d1e338576e7 Date: Sun, 22 Jul 2018 16:26:31 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T16:26:30Z","tenant_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","created_at":"2018-07-22T16:24:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fca2a445a6f24bd1bcdc9c1c67b96f7e","id":"d3f30147-c47d-4773-8986-7cc65e22e8fc","name":"cloudify-net_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:31,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-662d73cf-5762-4542-803e-9d1e338576e7 2018-07-22 16:26:31,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.306252002716s 2018-07-22 16:26:31,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-662d73cf-5762-4542-803e-9d1e338576e7 2018-07-22 16:26:31,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 16:26:31,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/d3f30147-c47d-4773-8986-7cc65e22e8fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:32,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0cfccab-7dfe-431b-a9c5-9ee9b1c763c5 Date: Sun, 22 Jul 2018 16:26:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:26:32,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d3f30147-c47d-4773-8986-7cc65e22e8fc.json used request id req-f0cfccab-7dfe-431b-a9c5-9ee9b1c763c5 2018-07-22 16:26:32,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.04794192314s 2018-07-22 16:26:32,394 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d3f30147-c47d-4773-8986-7cc65e22e8fc.json used request id req-f0cfccab-7dfe-431b-a9c5-9ee9b1c763c5 2018-07-22 16:26:32,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:26:32,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:32,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-037f91da-24e0-4be9-8e97-67b6e043295d Date: Sun, 22 Jul 2018 16:26:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/2dee17d9-371a-458f-998d-faca9c92a602/snap", "metadata": {}}], "file": "/v2/images/2dee17d9-371a-458f-998d-faca9c92a602/file", "owner": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "2dee17d9-371a-458f-998d-faca9c92a602", "size": 4373348352, "self": "/v2/images/2dee17d9-371a-458f-998d-faca9c92a602", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/2dee17d9-371a-458f-998d-faca9c92a602/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-22T16:26:19Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_b4d5fa71-e291-48de-b467-4f2b90e6c608", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-07-22T16:25:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:26:32,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-037f91da-24e0-4be9-8e97-67b6e043295d 2018-07-22 16:26:32,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341188907623s 2018-07-22 16:26:32,433 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-037f91da-24e0-4be9-8e97-67b6e043295d 2018-07-22 16:26:32,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 16:26:32,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/2dee17d9-371a-458f-998d-faca9c92a602 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc44d7c501bd1afccbbbc4736b04d78594781faf" 2018-07-22 16:26:33,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5c70712-b101-499c-b3c1-08e87b21e50d Date: Sun, 22 Jul 2018 16:26:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:26:33,090 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2dee17d9-371a-458f-998d-faca9c92a602 used request id req-d5c70712-b101-499c-b3c1-08e87b21e50d 2018-07-22 16:26:33,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.655819892883s 2018-07-22 16:26:33,091 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2dee17d9-371a-458f-998d-faca9c92a602 used request id req-d5c70712-b101-499c-b3c1-08e87b21e50d 2018-07-22 16:26:33,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 16:26:33,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:33,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-488fd880-4d15-4090-a565-829e8c5db977 x-compute-request-id: req-488fd880-4d15-4090-a565-829e8c5db977 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}, {"name": "cloudify-flavor_b4d5fa71-e291-48de-b467-4f2b90e6c608", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469", "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": 50, "id": "ed5952f7-4b7c-4ba5-b204-4781a0776469"}]} 2018-07-22 16:26:33,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-488fd880-4d15-4090-a565-829e8c5db977 2018-07-22 16:26:33,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0311989784241s 2018-07-22 16:26:33,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-488fd880-4d15-4090-a565-829e8c5db977 2018-07-22 16:26:33,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 16:26:33,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:33,162 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e313f12e-7a31-4892-9841-2d9ff770f2eb x-compute-request-id: req-e313f12e-7a31-4892-9841-2d9ff770f2eb Content-Length: 0 Content-Type: application/json 2018-07-22 16:26:33,162 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469 used request id req-e313f12e-7a31-4892-9841-2d9ff770f2eb 2018-07-22 16:26:33,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0375828742981s 2018-07-22 16:26:33,162 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ed5952f7-4b7c-4ba5-b204-4781a0776469 used request id req-e313f12e-7a31-4892-9841-2d9ff770f2eb 2018-07-22 16:26:33,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 16:26:33,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:33,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497c604e-2211-4853-9a93-618a466b2621 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608", "links": {"self": "http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ee028eeaca8345468d2f010a3be927d2", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:26:33,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-497c604e-2211-4853-9a93-618a466b2621 2018-07-22 16:26:33,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102088928223s 2018-07-22 16:26:33,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-497c604e-2211-4853-9a93-618a466b2621 2018-07-22 16:26:33,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 16:26:33,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:33,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53f255eb-39bd-491d-b498-33308db532b1 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_b4d5fa71-e291-48de-b467-4f2b90e6c608", "links": {"self": "http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ee028eeaca8345468d2f010a3be927d2", "description": null}} 2018-07-22 16:26:33,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2 used request id req-53f255eb-39bd-491d-b498-33308db532b1 2018-07-22 16:26:33,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114127874374s 2018-07-22 16:26:33,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2 used request id req-53f255eb-39bd-491d-b498-33308db532b1 2018-07-22 16:26:33,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 16:26:33,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:33,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2548f27c-134c-4cd6-8ebe-c41d3b9fe720 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:26:33,567 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2 used request id req-2548f27c-134c-4cd6-8ebe-c41d3b9fe720 2018-07-22 16:26:33,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.181218862534s 2018-07-22 16:26:33,568 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ee028eeaca8345468d2f010a3be927d2 used request id req-2548f27c-134c-4cd6-8ebe-c41d3b9fe720 2018-07-22 16:26:33,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 16:26:33,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:33,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4184c4f-b60d-4019-a10f-f9dd04196c4c Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e"}, "tags": [], "enabled": true, "id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_b4d5fa71-e291-48de-b467-4f2b90e6c608"}]} 2018-07-22 16:26:33,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-a4184c4f-b60d-4019-a10f-f9dd04196c4c 2018-07-22 16:26:33,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0905139446259s 2018-07-22 16:26:33,665 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-a4184c4f-b60d-4019-a10f-f9dd04196c4c 2018-07-22 16:26:33,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 16:26:33,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:33,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe90f394-2e2b-444f-b32b-f36f4424b259 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:26:33,831 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e used request id req-fe90f394-2e2b-444f-b32b-f36f4424b259 2018-07-22 16:26:33,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161154985428s 2018-07-22 16:26:33,831 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fca2a445a6f24bd1bcdc9c1c67b96f7e used request id req-fe90f394-2e2b-444f-b32b-f36f4424b259 2018-07-22 16:26:33,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:26:33,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:33,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9351e1fd-9b9a-49ce-808c-87679afd4878 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "db068a5cc0a44e2e8c06d20f7a8c25ee", "links": {"self": "http://172.30.9.28:5000/v3/roles/db068a5cc0a44e2e8c06d20f7a8c25ee"}, "name": "Member"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:26:33,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9351e1fd-9b9a-49ce-808c-87679afd4878 2018-07-22 16:26:33,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0886290073395s 2018-07-22 16:26:33,923 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9351e1fd-9b9a-49ce-808c-87679afd4878 2018-07-22 16:26:33,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 16:26:33,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/db068a5cc0a44e2e8c06d20f7a8c25ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c608e0278e79e257cff5ffc1e6b0c47e3dda868" 2018-07-22 16:26:34,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:26:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-268fa7a2-7070-4294-8ef6-ffecadace6af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:26:34,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/db068a5cc0a44e2e8c06d20f7a8c25ee used request id req-268fa7a2-7070-4294-8ef6-ffecadace6af 2018-07-22 16:26:34,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.101440906525s 2018-07-22 16:26:34,031 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/db068a5cc0a44e2e8c06d20f7a8c25ee used request id req-268fa7a2-7070-4294-8ef6-ffecadace6af 2018-07-22 16:26:34,031 - xtesting.ci.run_tests - ERROR - The test case 'cloudify' failed. 2018-07-22 16:26:34,054 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-07-22 16:26:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 16:26:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 16:26:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 16:26:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 16:26:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 16:26:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 16:26:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 16:26:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 16:26:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 16:26:34,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 16:26:34,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 16:26:34,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 16:26:34,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:26:34,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d563094c-f5a8-4aa3-a575-ad60894967b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:26:34,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d563094c-f5a8-4aa3-a575-ad60894967b6 2018-07-22 16:26:34,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 16:26:34,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:26:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["iwBnL5cpSma02cXHAxaFyQ"], "issued_at": "2018-07-22T16:26:34.000000Z"}} 2018-07-22 16:26:34,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:26:34,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:34,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d387decc-7bc7-4ace-ae35-9c49e5199c42 Date: Sun, 22 Jul 2018 16:26:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 16:26:34,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d387decc-7bc7-4ace-ae35-9c49e5199c42 2018-07-22 16:26:34,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.237071990967s 2018-07-22 16:26:34,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d387decc-7bc7-4ace-ae35-9c49e5199c42 2018-07-22 16:26:34,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 16:26:34,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:26: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:26:34,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 16:26:34,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:34,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03676345-5fd1-4570-a987-20240ec7e50a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.28:5000/v3/domains/8ce3dcff32de44dab3e6417b9ecb4220"}, "tags": [], "enabled": true, "id": "8ce3dcff32de44dab3e6417b9ecb4220", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 16:26:34,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-03676345-5fd1-4570-a987-20240ec7e50a 2018-07-22 16:26:34,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0887739658356s 2018-07-22 16:26:34,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-03676345-5fd1-4570-a987-20240ec7e50a 2018-07-22 16:26:34,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 16:26:34,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3"}}' 2018-07-22 16:26:34,924 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4bc491d-fe73-40f4-87d4-3a855669d03d 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.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4"}, "tags": [], "enabled": true, "id": "2979ef96ea884d04bd79ae9f9943e6a4", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3"}} 2018-07-22 16:26:34,924 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c4bc491d-fe73-40f4-87d4-3a855669d03d 2018-07-22 16:26:34,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.111712217331s 2018-07-22 16:26:34,924 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c4bc491d-fe73-40f4-87d4-3a855669d03d 2018-07-22 16:26:34,925 - 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'2979ef96ea884d04bd79ae9f9943e6a4', '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_34608979-e620-441c-80ce-7dc4d7389ad3'}) 2018-07-22 16:26:34,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 16:26:34,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "fb825b2e-f084-4b28-8495-d8ce92f13913", "email": null, "name": "cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3"}}' 2018-07-22 16:26:35,316 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:26:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c1087b7-9ba3-4b45-8659-474b47d1fa3b Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3", "links": {"self": "http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b18a76cef7ea43f693fc41e2e7dcfa32", "domain_id": "default", "password_expires_at": null}} 2018-07-22 16:26:35,316 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-9c1087b7-9ba3-4b45-8659-474b47d1fa3b 2018-07-22 16:26:35,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.385640859604s 2018-07-22 16:26:35,317 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/users used request id req-9c1087b7-9ba3-4b45-8659-474b47d1fa3b 2018-07-22 16:26:35,318 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b18a76cef7ea43f693fc41e2e7dcfa32', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3'}) 2018-07-22 16:26:35,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:26:35,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:35,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dfbccfc-a96b-44cc-8b25-f92fd50588c9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:26:35,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1dfbccfc-a96b-44cc-8b25-f92fd50588c9 2018-07-22 16:26:35,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0212721824646s 2018-07-22 16:26:35,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1dfbccfc-a96b-44cc-8b25-f92fd50588c9 2018-07-22 16:26:35,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:26:35,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:35,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bfabb1d-6dbb-47cd-aafb-e95ea0b4bb6e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:26:35,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2bfabb1d-6dbb-47cd-aafb-e95ea0b4bb6e 2018-07-22 16:26:35,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0854411125183s 2018-07-22 16:26:35,433 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2bfabb1d-6dbb-47cd-aafb-e95ea0b4bb6e 2018-07-22 16:26:35,434 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 16:26:35,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 16:26:35,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" -d '{"role": {"name": "Member"}}' 2018-07-22 16:26:35,550 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88558ce7-9cb3-4a8b-b933-e056d702ba0c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a1375095be1347caa7e6eccbed6e4d49", "links": {"self": "http://172.30.9.28:5000/v3/roles/a1375095be1347caa7e6eccbed6e4d49"}, "name": "Member"}} 2018-07-22 16:26:35,551 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-88558ce7-9cb3-4a8b-b933-e056d702ba0c 2018-07-22 16:26:35,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.113142967224s 2018-07-22 16:26:35,551 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-88558ce7-9cb3-4a8b-b933-e056d702ba0c 2018-07-22 16:26:35,552 - 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'a1375095be1347caa7e6eccbed6e4d49'}) 2018-07-22 16:26:35,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:26:35,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:35,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b266efcc-6355-48eb-88fb-8732f43e8b6a Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1375095be1347caa7e6eccbed6e4d49", "links": {"self": "http://172.30.9.28:5000/v3/roles/a1375095be1347caa7e6eccbed6e4d49"}, "name": "Member"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:26:35,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b266efcc-6355-48eb-88fb-8732f43e8b6a 2018-07-22 16:26:35,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0922257900238s 2018-07-22 16:26:35,648 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b266efcc-6355-48eb-88fb-8732f43e8b6a 2018-07-22 16:26:35,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 16:26:35,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:35,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c030c76-62c9-49ac-ab61-cd19bc47d9de Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 16:26:35,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2c030c76-62c9-49ac-ab61-cd19bc47d9de 2018-07-22 16:26:35,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0938160419464s 2018-07-22 16:26:35,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2c030c76-62c9-49ac-ab61-cd19bc47d9de 2018-07-22 16:26:35,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 16:26:35,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:35,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec85f331-4181-402d-854f-937d915e84a4 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3", "links": {"self": "http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b18a76cef7ea43f693fc41e2e7dcfa32", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:26:35,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ec85f331-4181-402d-854f-937d915e84a4 2018-07-22 16:26:35,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101318120956s 2018-07-22 16:26:35,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ec85f331-4181-402d-854f-937d915e84a4 2018-07-22 16:26:35,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 16:26:35,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:35,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c664699b-c076-4daa-ab9f-39d3dea130b7 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4"}, "tags": [], "enabled": true, "id": "2979ef96ea884d04bd79ae9f9943e6a4", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 16:26:35,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c664699b-c076-4daa-ab9f-39d3dea130b7 2018-07-22 16:26:35,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0903131961823s 2018-07-22 16:26:35,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-c664699b-c076-4daa-ab9f-39d3dea130b7 2018-07-22 16:26:35,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 16:26:35,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:5000/v3/role_assignments?user.id=b18a76cef7ea43f693fc41e2e7dcfa32&role.id=a1375095be1347caa7e6eccbed6e4d49&scope.project.id=2979ef96ea884d04bd79ae9f9943e6a4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:36,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-784bd1d8-edea-471f-9a6e-11330dec1e67 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=b18a76cef7ea43f693fc41e2e7dcfa32&role.id=a1375095be1347caa7e6eccbed6e4d49&scope.project.id=2979ef96ea884d04bd79ae9f9943e6a4", "previous": null, "next": null}} 2018-07-22 16:26:36,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b18a76cef7ea43f693fc41e2e7dcfa32&role.id=a1375095be1347caa7e6eccbed6e4d49&scope.project.id=2979ef96ea884d04bd79ae9f9943e6a4 used request id req-784bd1d8-edea-471f-9a6e-11330dec1e67 2018-07-22 16:26:36,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0868470668793s 2018-07-22 16:26:36,047 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=b18a76cef7ea43f693fc41e2e7dcfa32&role.id=a1375095be1347caa7e6eccbed6e4d49&scope.project.id=2979ef96ea884d04bd79ae9f9943e6a4 used request id req-784bd1d8-edea-471f-9a6e-11330dec1e67 2018-07-22 16:26:36,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 16:26:36,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4/users/b18a76cef7ea43f693fc41e2e7dcfa32/roles/a1375095be1347caa7e6eccbed6e4d49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:26:36,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:26:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c8ed0a6-5f64-4e9f-a5ac-d8e54a77a335 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:26:36,186 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4/users/b18a76cef7ea43f693fc41e2e7dcfa32/roles/a1375095be1347caa7e6eccbed6e4d49 used request id req-6c8ed0a6-5f64-4e9f-a5ac-d8e54a77a335 2018-07-22 16:26:36,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136016845703s 2018-07-22 16:26:36,187 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4/users/b18a76cef7ea43f693fc41e2e7dcfa32/roles/a1375095be1347caa7e6eccbed6e4d49 used request id req-6c8ed0a6-5f64-4e9f-a5ac-d8e54a77a335 2018-07-22 16:26:36,187 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3', 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'2979ef96ea884d04bd79ae9f9943e6a4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'fb825b2e-f084-4b28-8495-d8ce92f13913', 'username': u'cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-22 16:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 16:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 16:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 16:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 16:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 16:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 16:26:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 16:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 16:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 16:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 16:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 16:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 16:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 16:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 16:26:36,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 16:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 16:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 16:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 16:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 16:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 16:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 16:26:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 16:26:36,193 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3', 'password': 'fb825b2e-f084-4b28-8495-d8ce92f13913', 'project_name': 'cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000//v3', 'project_id': '2979ef96ea884d04bd79ae9f9943e6a4', 'project_domain_name': 'Default'} 2018-07-22 16:26:36,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-07-22 16:26:36,297 - 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}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'file_name': u'/src/vims/openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-07-22 16:26:36,317 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-07-22 16:26:36,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:26:36,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6a50053-c9fe-4f38-ad62-f5ec2f9f675a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:26:36,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b6a50053-c9fe-4f38-ad62-f5ec2f9f675a 2018-07-22 16:26:36,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-07-22 16:26:36,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a1375095be1347caa7e6eccbed6e4d49", "name": "Member"}], "expires_at": "2018-07-22T17:26:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2979ef96ea884d04bd79ae9f9943e6a4", "name": "cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/2979ef96ea884d04bd79ae9f9943e6a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_2979ef96ea884d04bd79ae9f9943e6a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_2979ef96ea884d04bd79ae9f9943e6a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3", "id": "b18a76cef7ea43f693fc41e2e7dcfa32"}, "audit_ids": ["E2tYRSb1TPWcm7fPIIr7Iw"], "issued_at": "2018-07-22T16:26:36.000000Z"}} 2018-07-22 16:26:36,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 16:26:36,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -d '{"network": {"name": "cloudify_ims-net_34608979-e620-441c-80ce-7dc4d7389ad3", "admin_state_up": true}}' 2018-07-22 16:26:37,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-de78b5d5-37bf-4326-acb1-212187a0c282 Date: Sun, 22 Jul 2018 16:26:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2979ef96ea884d04bd79ae9f9943e6a4","created_at":"2018-07-22T16:26:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:26:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2979ef96ea884d04bd79ae9f9943e6a4","id":"ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6","name":"cloudify_ims-net_34608979-e620-441c-80ce-7dc4d7389ad3"}} 2018-07-22 16:26:37,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-de78b5d5-37bf-4326-acb1-212187a0c282 2018-07-22 16:26:37,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.622281074524s 2018-07-22 16:26:37,334 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-de78b5d5-37bf-4326-acb1-212187a0c282 2018-07-22 16:26:37,334 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T16:26:37Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_34608979-e620-441c-80ce-7dc4d7389ad3', u'admin_state_up': True, u'tenant_id': u'2979ef96ea884d04bd79ae9f9943e6a4', u'created_at': u'2018-07-22T16:26:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2979ef96ea884d04bd79ae9f9943e6a4'}) 2018-07-22 16:26:37,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:26:37,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:26:37,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1151 X-Openstack-Request-Id: req-df4f5e64-917b-40e0-a19c-a8e2b29c1530 Date: Sun, 22 Jul 2018 16:26: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T16:26:37Z","tenant_id":"2979ef96ea884d04bd79ae9f9943e6a4","created_at":"2018-07-22T16:26:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2979ef96ea884d04bd79ae9f9943e6a4","id":"ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6","name":"cloudify_ims-net_34608979-e620-441c-80ce-7dc4d7389ad3"}]} 2018-07-22 16:26:37,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-df4f5e64-917b-40e0-a19c-a8e2b29c1530 2018-07-22 16:26:37,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.168205976486s 2018-07-22 16:26:37,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-df4f5e64-917b-40e0-a19c-a8e2b29c1530 2018-07-22 16:26:37,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 16:26:37,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -d '{"subnet": {"name": "cloudify_ims-subnet_34608979-e620-441c-80ce-7dc4d7389ad3", "enable_dhcp": true, "network_id": "ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 16:26:38,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-733c28e7-d0d9-4491-bd0b-4233bd4ec5bc Date: Sun, 22 Jul 2018 16:26:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6","tenant_id":"2979ef96ea884d04bd79ae9f9943e6a4","created_at":"2018-07-22T16:26:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:26:37Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"2979ef96ea884d04bd79ae9f9943e6a4","id":"3f212814-c259-4923-ab7b-987a7f1c8cb8","subnetpool_id":null,"name":"cloudify_ims-subnet_34608979-e620-441c-80ce-7dc4d7389ad3"}} 2018-07-22 16:26:38,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-733c28e7-d0d9-4491-bd0b-4233bd4ec5bc 2018-07-22 16:26:38,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.609508991241s 2018-07-22 16:26:38,115 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-733c28e7-d0d9-4491-bd0b-4233bd4ec5bc 2018-07-22 16:26:38,115 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T16:26:37Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3f212814-c259-4923-ab7b-987a7f1c8cb8', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_34608979-e620-441c-80ce-7dc4d7389ad3', u'enable_dhcp': True, u'network_id': u'ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6', u'tenant_id': u'2979ef96ea884d04bd79ae9f9943e6a4', u'created_at': u'2018-07-22T16:26:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2979ef96ea884d04bd79ae9f9943e6a4'}) 2018-07-22 16:26:38,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 16:26:38,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "cloudify_ims-router_34608979-e620-441c-80ce-7dc4d7389ad3", "admin_state_up": true}}' 2018-07-22 16:26:39,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-d32d699b-832a-4385-90fa-746d9921b427 Date: Sun, 22 Jul 2018 16:26:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:38Z", "admin_state_up": true, "updated_at": "2018-07-22T16:26:39Z", "revision_number": 2, "routes": [], "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "2680ad68-7342-4d64-b968-50cbecd4071f", "name": "cloudify_ims-router_34608979-e620-441c-80ce-7dc4d7389ad3"}} 2018-07-22 16:26:39,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d32d699b-832a-4385-90fa-746d9921b427 2018-07-22 16:26:39,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.11646294594s 2018-07-22 16:26:39,233 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-d32d699b-832a-4385-90fa-746d9921b427 2018-07-22 16:26:39,233 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6a167d45-02f1-4160-bc00-29ab4d79828c', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'37fadfff-aeda-4b93-b28d-1525d53b106f', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2979ef96ea884d04bd79ae9f9943e6a4', u'created_at': u'2018-07-22T16:26:38Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T16:26:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'2979ef96ea884d04bd79ae9f9943e6a4', u'id': u'2680ad68-7342-4d64-b968-50cbecd4071f', u'name': u'cloudify_ims-router_34608979-e620-441c-80ce-7dc4d7389ad3'}) 2018-07-22 16:26:39,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 16:26:39,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f/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}a889d70b9228609e70725d309892241ba807c157" -d '{"subnet_id": "3f212814-c259-4923-ab7b-987a7f1c8cb8"}' 2018-07-22 16:26:41,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5da82372-7a6d-4790-84fa-3d85cb5fb1e1 Date: Sun, 22 Jul 2018 16:26:41 GMT RESP BODY: {"network_id": "ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "subnet_id": "3f212814-c259-4923-ab7b-987a7f1c8cb8", "subnet_ids": ["3f212814-c259-4923-ab7b-987a7f1c8cb8"], "port_id": "f0a7846e-83b0-4b6e-a84c-2b2da4753c87", "id": "2680ad68-7342-4d64-b968-50cbecd4071f"} 2018-07-22 16:26:41,107 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f/add_router_interface.json used request id req-5da82372-7a6d-4790-84fa-3d85cb5fb1e1 2018-07-22 16:26:41,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.87369990349s 2018-07-22 16:26:41,108 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f/add_router_interface.json used request id req-5da82372-7a6d-4790-84fa-3d85cb5fb1e1 returning object 2680ad68-7342-4d64-b968-50cbecd4071f 2018-07-22 16:26:41,108 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-07-22 16:27:03,892 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-07-22 16:27:03,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-07-22 16:27:03,898 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 16:27:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-07-22 16:27:03,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:27:03,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:27:04,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-13b83587-d286-42de-b2f9-fa1d2ad42e24 Date: Sun, 22 Jul 2018 16:27:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:27:04,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-13b83587-d286-42de-b2f9-fa1d2ad42e24 2018-07-22 16:27:04,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18908905983s 2018-07-22 16:27:04,089 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-13b83587-d286-42de-b2f9-fa1d2ad42e24 2018-07-22 16:27:04,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 16:27:04,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a889d70b9228609e70725d309892241ba807c157" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3"}' 2018-07-22 16:27:04,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-256ba64c-4331-4d95-b333-289b548e4608 Date: Sun, 22 Jul 2018 16:27:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c/file", "owner": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "da9accef-69bf-4d69-b78c-193046f00a6c", "size": null, "self": "/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-22T16:27:04Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3", "checksum": null, "created_at": "2018-07-22T16:27:04Z", "protected": false} 2018-07-22 16:27:04,150 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-256ba64c-4331-4d95-b333-289b548e4608 2018-07-22 16:27:04,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0538830757141s 2018-07-22 16:27:04,151 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-256ba64c-4331-4d95-b333-289b548e4608 returning object da9accef-69bf-4d69-b78c-193046f00a6c 2018-07-22 16:27:04,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 16:27:04,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c/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}a889d70b9228609e70725d309892241ba807c157" -d '' 2018-07-22 16:28:03,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c05ba24-6234-4860-a887-f07b9e9ee847 Date: Sun, 22 Jul 2018 16:28:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:28:03,146 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c/file used request id req-1c05ba24-6234-4860-a887-f07b9e9ee847 2018-07-22 16:28:03,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.9951200485s 2018-07-22 16:28:03,147 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c/file used request id req-1c05ba24-6234-4860-a887-f07b9e9ee847 2018-07-22 16:28:03,147 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T16:27:04Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c/file', u'owner': u'2979ef96ea884d04bd79ae9f9943e6a4', u'virtual_size': None, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'id': u'da9accef-69bf-4d69-b78c-193046f00a6c', u'size': None, u'name': u'cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3', u'checksum': None, u'self': u'/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T16:27:04Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 16:28:03,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 16:28:03,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_34608979-e620-441c-80ce-7dc4d7389ad3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-07-22 16:28:03,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-004c095b-6709-4956-bf39-1e8ea6bfdb62 x-compute-request-id: req-004c095b-6709-4956-bf39-1e8ea6bfdb62 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_34608979-e620-441c-80ce-7dc4d7389ad3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd", "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": 50, "id": "5fd279f9-fbfb-48ba-85fb-71d138c084cd"}} 2018-07-22 16:28:03,374 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-004c095b-6709-4956-bf39-1e8ea6bfdb62 2018-07-22 16:28:03,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.225829124451s 2018-07-22 16:28:03,374 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-004c095b-6709-4956-bf39-1e8ea6bfdb62 2018-07-22 16:28:03,375 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_34608979-e620-441c-80ce-7dc4d7389ad3', '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'f65ca044e22540bca7d76e49c8ced1bf', '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'5fd279f9-fbfb-48ba-85fb-71d138c084cd', 'swap': 0}) 2018-07-22 16:28:03,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 16:28:03,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd/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}6a94d09c8db9035166f187e4b37834f23fb8f76a" -d '{"extra_specs": {}}' 2018-07-22 16:28:03,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94adf8b3-0ca7-4a7d-935e-e064d46f9fb7 x-compute-request-id: req-94adf8b3-0ca7-4a7d-935e-e064d46f9fb7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 16:28:03,399 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd/os-extra_specs used request id req-94adf8b3-0ca7-4a7d-935e-e064d46f9fb7 2018-07-22 16:28:03,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0231580734253s 2018-07-22 16:28:03,399 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd/os-extra_specs used request id req-94adf8b3-0ca7-4a7d-935e-e064d46f9fb7 2018-07-22 16:28:03,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 16:28:03,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -d '{"keypair": {"name": "cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3"}}' 2018-07-22 16:28:03,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89b5405c-e73f-4a0d-8ce4-33cbdf7e0dfa x-compute-request-id: req-89b5405c-e73f-4a0d-8ce4-33cbdf7e0dfa Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDffb9guJ4fWuh9oj32ogZbGVUhYF/0d3au2PjynSm26CxSBIBM0r33+N9nKa0jctnolgWo+PZ3hHSIVeLJfdB8I4HGhlrsV6vjtpXjbrJyzNM1ePsQbwZb29/4crpQyocN8QDs6VTSxzW9DrwL+TQ32NER18wa3fybD4VkuK1FHelHVblBWACv2xXrLiQ+3UDftpVlP3GHDOlpoYLXP2sRHuHb33X53whluWPbHs24eDKYEJfaDrWjLJ2JrL9Rlwn6PenhZa4MpH7qnXms0fPLxfk1jvyJqVUa+OG9WwKtOJxDw4HRsWiUdQrXN535w2OXe6oc98npcZvLBhziQsk7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA332/YLieH1rofaI99qIGWxlVIWBf9Hd2rtj48p0ptugsUgSA\nTNK99/jfZymtI3LZ6JYFqPj2d4R0iFXiyX3QfCOBxoZa7Fer47aV426ycszTNXj7\nEG8GW9vf+HK6UMqHDfEA7OlU0sc1vQ68C/k0N9jREdfMGt38mw+FZLitRR3pR1W5\nQVgAr9sV6y4kPt1A37aVZT9xhwzpaaGC1z9rER7h2991+d8IZblj2x7NuHgymBCX\n2g61oyydiay/UZcJ+j3p4WWuDKR+6p15rNHzy8X5NY78ialVGvjhvVsCrTicQ8OB\n0bFolHUK1zed+cNjl3uqHPfJ6XGbywYc4kLJOwIDAQABAoIBAQC66fVUFDOSr7o/\n0KAYFFxSdnZfarX1xLAK/cX/SvgnVDg1BDS1i497w7Y8FnwKaLTctBPZxRaE0M+R\ncpswvzvNhvizq4yBm7VTxlHHm749Cxcd4qe/j8t2qgbASFuQ1EFtpIGMonzhp+BG\n1Prq3KoShxAb5yp50ezBVpLOsTGg2hoUvGkh2RRNUBJpO7FZ3SMTIVr7rAW/348O\nq4PEEo4TSobiLLDiGwFBFMR6x7R/WJhYlDP+nijmLOgWG+D8ZT3GJ0bjJSYUwECP\n89KtVfDd7uz0FctR4yI8DNfsdUp5DrjQO57fjhvHpQAVdcWlWfv+FwJ67iZBwU3A\n4blDjIORAoGBAPVWMpvFwe7JpiJC4LMH9dh3dm8mClLnPRJqjhksL0tk6OOBaRB2\nHEiD79lRpJrDjaW/ZhNwo0epFgm8dlYnWcRT7JHlUdGgNgugE5cDl7s6RaCw8hn1\nO7HGD+iF/gGtRnJHVu8lsVRBYovUp/K+TIpLGT4I8QFLLiLSS7yfAfKZAoGBAOk0\neu16J/D12zPyXkqAgWz5TG/s6Ctq4hyMwXN83CYNrvTdNo7+xU6uLCO05iUBYbBt\nFyJIjn53m09Ndmu97Clma0nlbM6J0Tj/G1DBbXTaMgoCiufz1RiGgIefDd7OAv9X\n/TYgvLy4I+n/R0iTIN3A95ksULkVkkD3MtIWqNLzAoGBAMNFd4Sa89Ae+je86WI2\nTMyd0UuIiKER4n89Bpssmvw0dlVWlIyApeRl90sO+6gfTCgH3rRMa/nGsH7RXZMX\nQRDOB7bcQrJKBZpdMBp7xpJEQFU1YY2droTB87mMpO8qvq6I773rT2iTnl9TxNWl\n9//+5DmHHmR8NV2L6rJYEVHJAoGACrQd8EhrDOQ762Z0bXb4ecf3eiulfFiriCPt\nvR89+4ElRpfgqS+IXtQfsoPbDFfD5BUdurUZ1TQoLLuhc9CDxmKtCfc9xz0MHVGY\nL1yxaWuaYFs9hOfsH/QMci0atd8+w/mF5bYa846AF31gCDS4jXUN6Dngep5C2DiA\nXKQtm4ECgYEA9LY18+6EmQVb9AaWg4/I+9X59x2AYPRNESqkbwQLsA5N2uRAJHgp\ntSO8EsMJ+QCmAL+JaDsTAHMhezQdDuOMpeb3hFpyqyZzYfrfVO9hYaUamiNbxzlD\nFuyXf6eZC26SIugiCpIFmcrWbhTIwU9SaZ2nTDrlRbS83gMzuCxJyEY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "b18a76cef7ea43f693fc41e2e7dcfa32", "name": "cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3", "fingerprint": "d8:d3:40:41:3c:0a:9f:11:67:6c:09:e6:3d:ed:07:e6"}} 2018-07-22 16:28:03,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-89b5405c-e73f-4a0d-8ce4-33cbdf7e0dfa 2018-07-22 16:28:03,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.42401099205s 2018-07-22 16:28:03,824 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-89b5405c-e73f-4a0d-8ce4-33cbdf7e0dfa 2018-07-22 16:28:03,825 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDffb9guJ4fWuh9oj32ogZbGVUhYF/0d3au2PjynSm26CxSBIBM0r33+N9nKa0jctnolgWo+PZ3hHSIVeLJfdB8I4HGhlrsV6vjtpXjbrJyzNM1ePsQbwZb29/4crpQyocN8QDs6VTSxzW9DrwL+TQ32NER18wa3fybD4VkuK1FHelHVblBWACv2xXrLiQ+3UDftpVlP3GHDOlpoYLXP2sRHuHb33X53whluWPbHs24eDKYEJfaDrWjLJ2JrL9Rlwn6PenhZa4MpH7qnXms0fPLxfk1jvyJqVUa+OG9WwKtOJxDw4HRsWiUdQrXN535w2OXe6oc98npcZvLBhziQsk7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA332/YLieH1rofaI99qIGWxlVIWBf9Hd2rtj48p0ptugsUgSA\nTNK99/jfZymtI3LZ6JYFqPj2d4R0iFXiyX3QfCOBxoZa7Fer47aV426ycszTNXj7\nEG8GW9vf+HK6UMqHDfEA7OlU0sc1vQ68C/k0N9jREdfMGt38mw+FZLitRR3pR1W5\nQVgAr9sV6y4kPt1A37aVZT9xhwzpaaGC1z9rER7h2991+d8IZblj2x7NuHgymBCX\n2g61oyydiay/UZcJ+j3p4WWuDKR+6p15rNHzy8X5NY78ialVGvjhvVsCrTicQ8OB\n0bFolHUK1zed+cNjl3uqHPfJ6XGbywYc4kLJOwIDAQABAoIBAQC66fVUFDOSr7o/\n0KAYFFxSdnZfarX1xLAK/cX/SvgnVDg1BDS1i497w7Y8FnwKaLTctBPZxRaE0M+R\ncpswvzvNhvizq4yBm7VTxlHHm749Cxcd4qe/j8t2qgbASFuQ1EFtpIGMonzhp+BG\n1Prq3KoShxAb5yp50ezBVpLOsTGg2hoUvGkh2RRNUBJpO7FZ3SMTIVr7rAW/348O\nq4PEEo4TSobiLLDiGwFBFMR6x7R/WJhYlDP+nijmLOgWG+D8ZT3GJ0bjJSYUwECP\n89KtVfDd7uz0FctR4yI8DNfsdUp5DrjQO57fjhvHpQAVdcWlWfv+FwJ67iZBwU3A\n4blDjIORAoGBAPVWMpvFwe7JpiJC4LMH9dh3dm8mClLnPRJqjhksL0tk6OOBaRB2\nHEiD79lRpJrDjaW/ZhNwo0epFgm8dlYnWcRT7JHlUdGgNgugE5cDl7s6RaCw8hn1\nO7HGD+iF/gGtRnJHVu8lsVRBYovUp/K+TIpLGT4I8QFLLiLSS7yfAfKZAoGBAOk0\neu16J/D12zPyXkqAgWz5TG/s6Ctq4hyMwXN83CYNrvTdNo7+xU6uLCO05iUBYbBt\nFyJIjn53m09Ndmu97Clma0nlbM6J0Tj/G1DBbXTaMgoCiufz1RiGgIefDd7OAv9X\n/TYgvLy4I+n/R0iTIN3A95ksULkVkkD3MtIWqNLzAoGBAMNFd4Sa89Ae+je86WI2\nTMyd0UuIiKER4n89Bpssmvw0dlVWlIyApeRl90sO+6gfTCgH3rRMa/nGsH7RXZMX\nQRDOB7bcQrJKBZpdMBp7xpJEQFU1YY2droTB87mMpO8qvq6I773rT2iTnl9TxNWl\n9//+5DmHHmR8NV2L6rJYEVHJAoGACrQd8EhrDOQ762Z0bXb4ecf3eiulfFiriCPt\nvR89+4ElRpfgqS+IXtQfsoPbDFfD5BUdurUZ1TQoLLuhc9CDxmKtCfc9xz0MHVGY\nL1yxaWuaYFs9hOfsH/QMci0atd8+w/mF5bYa846AF31gCDS4jXUN6Dngep5C2DiA\nXKQtm4ECgYEA9LY18+6EmQVb9AaWg4/I+9X59x2AYPRNESqkbwQLsA5N2uRAJHgp\ntSO8EsMJ+QCmAL+JaDsTAHMhezQdDuOMpeb3hFpyqyZzYfrfVO9hYaUamiNbxzlD\nFuyXf6eZC26SIugiCpIFmcrWbhTIwU9SaZ2nTDrlRbS83gMzuCxJyEY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b18a76cef7ea43f693fc41e2e7dcfa32', 'name': u'cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3', 'created_at': '2018-07-22T16:28:03.825434', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2979ef96ea884d04bd79ae9f9943e6a4', 'name': 'cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd8:d3:40:41:3c:0a:9f:11:67:6c:09:e6:3d:ed:07:e6', 'type': 'ssh', 'id': u'cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3'}) 2018-07-22 16:28:03,825 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA332/YLieH1rofaI99qIGWxlVIWBf9Hd2rtj48p0ptugsUgSA TNK99/jfZymtI3LZ6JYFqPj2d4R0iFXiyX3QfCOBxoZa7Fer47aV426ycszTNXj7 EG8GW9vf+HK6UMqHDfEA7OlU0sc1vQ68C/k0N9jREdfMGt38mw+FZLitRR3pR1W5 QVgAr9sV6y4kPt1A37aVZT9xhwzpaaGC1z9rER7h2991+d8IZblj2x7NuHgymBCX 2g61oyydiay/UZcJ+j3p4WWuDKR+6p15rNHzy8X5NY78ialVGvjhvVsCrTicQ8OB 0bFolHUK1zed+cNjl3uqHPfJ6XGbywYc4kLJOwIDAQABAoIBAQC66fVUFDOSr7o/ 0KAYFFxSdnZfarX1xLAK/cX/SvgnVDg1BDS1i497w7Y8FnwKaLTctBPZxRaE0M+R cpswvzvNhvizq4yBm7VTxlHHm749Cxcd4qe/j8t2qgbASFuQ1EFtpIGMonzhp+BG 1Prq3KoShxAb5yp50ezBVpLOsTGg2hoUvGkh2RRNUBJpO7FZ3SMTIVr7rAW/348O q4PEEo4TSobiLLDiGwFBFMR6x7R/WJhYlDP+nijmLOgWG+D8ZT3GJ0bjJSYUwECP 89KtVfDd7uz0FctR4yI8DNfsdUp5DrjQO57fjhvHpQAVdcWlWfv+FwJ67iZBwU3A 4blDjIORAoGBAPVWMpvFwe7JpiJC4LMH9dh3dm8mClLnPRJqjhksL0tk6OOBaRB2 HEiD79lRpJrDjaW/ZhNwo0epFgm8dlYnWcRT7JHlUdGgNgugE5cDl7s6RaCw8hn1 O7HGD+iF/gGtRnJHVu8lsVRBYovUp/K+TIpLGT4I8QFLLiLSS7yfAfKZAoGBAOk0 eu16J/D12zPyXkqAgWz5TG/s6Ctq4hyMwXN83CYNrvTdNo7+xU6uLCO05iUBYbBt FyJIjn53m09Ndmu97Clma0nlbM6J0Tj/G1DBbXTaMgoCiufz1RiGgIefDd7OAv9X /TYgvLy4I+n/R0iTIN3A95ksULkVkkD3MtIWqNLzAoGBAMNFd4Sa89Ae+je86WI2 TMyd0UuIiKER4n89Bpssmvw0dlVWlIyApeRl90sO+6gfTCgH3rRMa/nGsH7RXZMX QRDOB7bcQrJKBZpdMBp7xpJEQFU1YY2droTB87mMpO8qvq6I773rT2iTnl9TxNWl 9//+5DmHHmR8NV2L6rJYEVHJAoGACrQd8EhrDOQ762Z0bXb4ecf3eiulfFiriCPt vR89+4ElRpfgqS+IXtQfsoPbDFfD5BUdurUZ1TQoLLuhc9CDxmKtCfc9xz0MHVGY L1yxaWuaYFs9hOfsH/QMci0atd8+w/mF5bYa846AF31gCDS4jXUN6Dngep5C2DiA XKQtm4ECgYEA9LY18+6EmQVb9AaWg4/I+9X59x2AYPRNESqkbwQLsA5N2uRAJHgp tSO8EsMJ+QCmAL+JaDsTAHMhezQdDuOMpeb3hFpyqyZzYfrfVO9hYaUamiNbxzlD FuyXf6eZC26SIugiCpIFmcrWbhTIwU9SaZ2nTDrlRbS83gMzuCxJyEY= -----END RSA PRIVATE KEY----- 2018-07-22 16:28:03,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 16:28:03,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -d '{"security_group": {"name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-07-22 16:28:04,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-c3be73bc-e63e-4ac8-be2a-ee5eda67d4c6 Date: Sun, 22 Jul 2018 16:28:04 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "updated_at": "2018-07-22T16:28:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "674c1c80-6d9d-4a59-b60b-fd953a0f29fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "7a1475c4-83ee-4d93-aba5-d3a816bf1127", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 2, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3"}} 2018-07-22 16:28:04,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c3be73bc-e63e-4ac8-be2a-ee5eda67d4c6 2018-07-22 16:28:04,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.443203926086s 2018-07-22 16:28:04,272 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c3be73bc-e63e-4ac8-be2a-ee5eda67d4c6 2018-07-22 16:28:04,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:28:04,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:04,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-d5b478ec-81fe-4b26-9d49-f0f331b84b67 Date: Sun, 22 Jul 2018 16:28:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "updated_at": "2018-07-22T16:28:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "674c1c80-6d9d-4a59-b60b-fd953a0f29fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "7a1475c4-83ee-4d93-aba5-d3a816bf1127", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 2, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}]} 2018-07-22 16:28:04,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d5b478ec-81fe-4b26-9d49-f0f331b84b67 2018-07-22 16:28:04,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.365869045258s 2018-07-22 16:28:04,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d5b478ec-81fe-4b26-9d49-f0f331b84b67 2018-07-22 16:28:04,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:28:04,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -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": "3430b33c-e991-4974-b5ac-ab17142c4fa4"}}' 2018-07-22 16:28:04,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fdd79d87-f905-43bb-a87a-f777b596801a Date: Sun, 22 Jul 2018 16:28:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "port_range_min": 22, "revision_number": 0, "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "dddf2453-8924-49bb-b78a-a59c67c62315"}} 2018-07-22 16:28:04,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-fdd79d87-f905-43bb-a87a-f777b596801a 2018-07-22 16:28:04,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.179644107819s 2018-07-22 16:28:04,826 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-fdd79d87-f905-43bb-a87a-f777b596801a 2018-07-22 16:28:04,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:28:04,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:04,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-979a4aed-45f3-482d-878c-17f4c80a7100 Date: Sun, 22 Jul 2018 16:28:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "updated_at": "2018-07-22T16:28:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "674c1c80-6d9d-4a59-b60b-fd953a0f29fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "7a1475c4-83ee-4d93-aba5-d3a816bf1127", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "dddf2453-8924-49bb-b78a-a59c67c62315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 3, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}]} 2018-07-22 16:28:04,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-979a4aed-45f3-482d-878c-17f4c80a7100 2018-07-22 16:28:04,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0565500259399s 2018-07-22 16:28:04,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-979a4aed-45f3-482d-878c-17f4c80a7100 2018-07-22 16:28:04,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:28:04,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -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": "3430b33c-e991-4974-b5ac-ab17142c4fa4"}}' 2018-07-22 16:28:05,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f333335c-a9a0-42fe-b51e-54235ed09e9f Date: Sun, 22 Jul 2018 16:28:05 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-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "port_range_min": null, "revision_number": 0, "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "248ce6e7-3eb5-4279-a4d7-3b1f136e754a"}} 2018-07-22 16:28:05,086 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f333335c-a9a0-42fe-b51e-54235ed09e9f 2018-07-22 16:28:05,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.196936845779s 2018-07-22 16:28:05,087 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-f333335c-a9a0-42fe-b51e-54235ed09e9f 2018-07-22 16:28:05,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:28:05,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:05,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-71df90ad-c29b-418f-8c76-91e5dc693820 Date: Sun, 22 Jul 2018 16:28:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "updated_at": "2018-07-22T16:28:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "248ce6e7-3eb5-4279-a4d7-3b1f136e754a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "674c1c80-6d9d-4a59-b60b-fd953a0f29fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "7a1475c4-83ee-4d93-aba5-d3a816bf1127", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "dddf2453-8924-49bb-b78a-a59c67c62315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}]} 2018-07-22 16:28:05,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-71df90ad-c29b-418f-8c76-91e5dc693820 2018-07-22 16:28:05,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0573279857635s 2018-07-22 16:28:05,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-71df90ad-c29b-418f-8c76-91e5dc693820 2018-07-22 16:28:05,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:28:05,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -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": "3430b33c-e991-4974-b5ac-ab17142c4fa4"}}' 2018-07-22 16:28:05,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4492a248-3908-4d80-8a18-521c2dcd5086 Date: Sun, 22 Jul 2018 16:28:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "port_range_min": 80, "revision_number": 0, "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:05Z", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "9875b0e5-3433-4d60-a60c-901b6d3b50d7"}} 2018-07-22 16:28:05,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-4492a248-3908-4d80-8a18-521c2dcd5086 2018-07-22 16:28:05,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.162801027298s 2018-07-22 16:28:05,314 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-4492a248-3908-4d80-8a18-521c2dcd5086 2018-07-22 16:28:05,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:28:05,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:05,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-07191943-71b8-4769-9a2e-9588eb43e09b Date: Sun, 22 Jul 2018 16:28:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "updated_at": "2018-07-22T16:28:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "248ce6e7-3eb5-4279-a4d7-3b1f136e754a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "674c1c80-6d9d-4a59-b60b-fd953a0f29fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "7a1475c4-83ee-4d93-aba5-d3a816bf1127", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "9875b0e5-3433-4d60-a60c-901b6d3b50d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "dddf2453-8924-49bb-b78a-a59c67c62315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 5, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}]} 2018-07-22 16:28:05,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-07191943-71b8-4769-9a2e-9588eb43e09b 2018-07-22 16:28:05,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0553238391876s 2018-07-22 16:28:05,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-07191943-71b8-4769-9a2e-9588eb43e09b 2018-07-22 16:28:05,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:28:05,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -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": "3430b33c-e991-4974-b5ac-ab17142c4fa4"}}' 2018-07-22 16:28:05,533 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-6f39a391-b650-419c-8a9e-32f216368491 Date: Sun, 22 Jul 2018 16:28:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "port_range_min": 443, "revision_number": 0, "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:05Z", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "943849f0-118a-4002-96b1-88ad33fe1ba8"}} 2018-07-22 16:28:05,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6f39a391-b650-419c-8a9e-32f216368491 2018-07-22 16:28:05,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.156471014023s 2018-07-22 16:28:05,533 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6f39a391-b650-419c-8a9e-32f216368491 2018-07-22 16:28:05,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:28:05,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:05,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-35684663-c475-4e8e-9467-518de4bacdf1 Date: Sun, 22 Jul 2018 16:28:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "updated_at": "2018-07-22T16:28:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "248ce6e7-3eb5-4279-a4d7-3b1f136e754a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "674c1c80-6d9d-4a59-b60b-fd953a0f29fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "7a1475c4-83ee-4d93-aba5-d3a816bf1127", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "943849f0-118a-4002-96b1-88ad33fe1ba8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "9875b0e5-3433-4d60-a60c-901b6d3b50d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "dddf2453-8924-49bb-b78a-a59c67c62315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 6, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}]} 2018-07-22 16:28:05,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-35684663-c475-4e8e-9467-518de4bacdf1 2018-07-22 16:28:05,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0581240653992s 2018-07-22 16:28:05,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-35684663-c475-4e8e-9467-518de4bacdf1 2018-07-22 16:28:05,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:28:05,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -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": "3430b33c-e991-4974-b5ac-ab17142c4fa4"}}' 2018-07-22 16:28:05,768 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-2fd95c68-717b-47b9-b0e5-aef53c55b2bf Date: Sun, 22 Jul 2018 16:28:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "port_range_min": 5671, "revision_number": 0, "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:05Z", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "1fc68f29-4ae3-45a9-8956-0ec9f1303d40"}} 2018-07-22 16:28:05,768 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2fd95c68-717b-47b9-b0e5-aef53c55b2bf 2018-07-22 16:28:05,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.171298027039s 2018-07-22 16:28:05,768 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2fd95c68-717b-47b9-b0e5-aef53c55b2bf 2018-07-22 16:28:05,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:28:05,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:05,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-782771eb-7ff6-432f-8266-37b8e4927218 Date: Sun, 22 Jul 2018 16:28:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "updated_at": "2018-07-22T16:28:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "1fc68f29-4ae3-45a9-8956-0ec9f1303d40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "248ce6e7-3eb5-4279-a4d7-3b1f136e754a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "674c1c80-6d9d-4a59-b60b-fd953a0f29fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "7a1475c4-83ee-4d93-aba5-d3a816bf1127", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "943849f0-118a-4002-96b1-88ad33fe1ba8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "9875b0e5-3433-4d60-a60c-901b6d3b50d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "dddf2453-8924-49bb-b78a-a59c67c62315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 7, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}]} 2018-07-22 16:28:05,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-782771eb-7ff6-432f-8266-37b8e4927218 2018-07-22 16:28:05,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0596699714661s 2018-07-22 16:28:05,832 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-782771eb-7ff6-432f-8266-37b8e4927218 2018-07-22 16:28:05,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 16:28:05,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -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": "3430b33c-e991-4974-b5ac-ab17142c4fa4"}}' 2018-07-22 16:28:06,009 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-e4dc2a2b-0003-43f1-8634-7c2700361243 Date: Sun, 22 Jul 2018 16:28:06 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-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "port_range_min": 53333, "revision_number": 0, "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:05Z", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "22e87312-ee99-44f5-91bb-5b4a0951ca27"}} 2018-07-22 16:28:06,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e4dc2a2b-0003-43f1-8634-7c2700361243 2018-07-22 16:28:06,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.174602985382s 2018-07-22 16:28:06,009 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e4dc2a2b-0003-43f1-8634-7c2700361243 2018-07-22 16:28:06,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:28:06,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:06,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-99c7a1ba-e1ba-4096-96a6-c8444860d6b9 Date: Sun, 22 Jul 2018 16:28: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f212814-c259-4923-ab7b-987a7f1c8cb8"],"updated_at":"2018-07-22T16:26:37Z","tenant_id":"2979ef96ea884d04bd79ae9f9943e6a4","created_at":"2018-07-22T16:26:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2979ef96ea884d04bd79ae9f9943e6a4","id":"ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6","name":"cloudify_ims-net_34608979-e620-441c-80ce-7dc4d7389ad3"}]} 2018-07-22 16:28:06,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-99c7a1ba-e1ba-4096-96a6-c8444860d6b9 2018-07-22 16:28:06,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122779846191s 2018-07-22 16:28:06,134 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-99c7a1ba-e1ba-4096-96a6-c8444860d6b9 2018-07-22 16:28:06,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:28:06,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:06,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-c29b5564-1c98-4c1e-be01-a12d81c2fb6e Date: Sun, 22 Jul 2018 16:28:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/da9accef-69bf-4d69-b78c-193046f00a6c/snap", "metadata": {}}], "file": "/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c/file", "owner": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "da9accef-69bf-4d69-b78c-193046f00a6c", "size": 4373348352, "self": "/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/da9accef-69bf-4d69-b78c-193046f00a6c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-22T16:28:03Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-07-22T16:27:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:28:06,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c29b5564-1c98-4c1e-be01-a12d81c2fb6e 2018-07-22 16:28:06,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0347881317139s 2018-07-22 16:28:06,173 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c29b5564-1c98-4c1e-be01-a12d81c2fb6e 2018-07-22 16:28:06,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 16:28:06,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:06,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95fe4b90-0f19-49c9-85f3-de0613536c67 x-compute-request-id: req-95fe4b90-0f19-49c9-85f3-de0613536c67 Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}, {"name": "cloudify_ims-flavor_34608979-e620-441c-80ce-7dc4d7389ad3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd", "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": 50, "id": "5fd279f9-fbfb-48ba-85fb-71d138c084cd"}]} 2018-07-22 16:28:06,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-95fe4b90-0f19-49c9-85f3-de0613536c67 2018-07-22 16:28:06,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257799625397s 2018-07-22 16:28:06,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-95fe4b90-0f19-49c9-85f3-de0613536c67 2018-07-22 16:28:06,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 16:28:06,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" -d '{"server": {"name": "cloudify_ims-vm_34608979-e620-441c-80ce-7dc4d7389ad3", "imageRef": "da9accef-69bf-4d69-b78c-193046f00a6c", "key_name": "cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3", "flavorRef": "5fd279f9-fbfb-48ba-85fb-71d138c084cd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6"}], "security_groups": [{"name": "3430b33c-e991-4974-b5ac-ab17142c4fa4"}]}}' 2018-07-22 16:28:07,122 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e5fcae7-3a01-4ce7-8b07-e2f7cafc54cd x-compute-request-id: req-5e5fcae7-3a01-4ce7-8b07-e2f7cafc54cd Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/56ab7edd-0d2b-4389-862d-15e73a40c5a2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3430b33c-e991-4974-b5ac-ab17142c4fa4"}], "OS-DCF:diskConfig": "MANUAL", "id": "56ab7edd-0d2b-4389-862d-15e73a40c5a2", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56ab7edd-0d2b-4389-862d-15e73a40c5a2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56ab7edd-0d2b-4389-862d-15e73a40c5a2", "rel": "bookmark"}], "adminPass": "X8jmqCERwPJW"}} 2018-07-22 16:28:07,122 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5e5fcae7-3a01-4ce7-8b07-e2f7cafc54cd 2018-07-22 16:28:07,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.919336080551s 2018-07-22 16:28:07,123 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5e5fcae7-3a01-4ce7-8b07-e2f7cafc54cd 2018-07-22 16:28:07,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 16:28:07,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:07,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-94c64ae6-4d0d-4242-8415-26571f1a68cc x-compute-request-id: req-94c64ae6-4d0d-4242-8415-26571f1a68cc Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56ab7edd-0d2b-4389-862d-15e73a40c5a2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56ab7edd-0d2b-4389-862d-15e73a40c5a2", "rel": "bookmark"}], "image": {"id": "da9accef-69bf-4d69-b78c-193046f00a6c", "links": [{"href": "http://172.30.9.28:8774/images/da9accef-69bf-4d69-b78c-193046f00a6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5fd279f9-fbfb-48ba-85fb-71d138c084cd", "links": [{"href": "http://172.30.9.28:8774/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd", "rel": "bookmark"}]}, "id": "56ab7edd-0d2b-4389-862d-15e73a40c5a2", "user_id": "b18a76cef7ea43f693fc41e2e7dcfa32", "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-07-22T16:28:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3", "name": "cloudify_ims-vm_34608979-e620-441c-80ce-7dc4d7389ad3", "created": "2018-07-22T16:28:07Z", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 16:28:07,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-94c64ae6-4d0d-4242-8415-26571f1a68cc 2018-07-22 16:28:07,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.475554943085s 2018-07-22 16:28:07,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-94c64ae6-4d0d-4242-8415-26571f1a68cc 2018-07-22 16:28:07,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:28:07,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:07,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-043e48ae-2210-48bd-a525-599eb0eaf498 Date: Sun, 22 Jul 2018 16:28: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3f212814-c259-4923-ab7b-987a7f1c8cb8"],"updated_at":"2018-07-22T16:26:37Z","tenant_id":"2979ef96ea884d04bd79ae9f9943e6a4","created_at":"2018-07-22T16:26:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2979ef96ea884d04bd79ae9f9943e6a4","id":"ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6","name":"cloudify_ims-net_34608979-e620-441c-80ce-7dc4d7389ad3"}]} 2018-07-22 16:28:07,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-043e48ae-2210-48bd-a525-599eb0eaf498 2018-07-22 16:28:07,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.146861076355s 2018-07-22 16:28:07,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-043e48ae-2210-48bd-a525-599eb0eaf498 2018-07-22 16:28:07,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 16:28:07,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:07,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-038965da-26cc-48ab-b66c-78b81e2eb05b Date: Sun, 22 Jul 2018 16:28:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6","tenant_id":"2979ef96ea884d04bd79ae9f9943e6a4","created_at":"2018-07-22T16:26:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:26:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2979ef96ea884d04bd79ae9f9943e6a4","id":"3f212814-c259-4923-ab7b-987a7f1c8cb8","subnetpool_id":null,"name":"cloudify_ims-subnet_34608979-e620-441c-80ce-7dc4d7389ad3"}]} 2018-07-22 16:28:07,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-038965da-26cc-48ab-b66c-78b81e2eb05b 2018-07-22 16:28:07,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0495140552521s 2018-07-22 16:28:07,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-038965da-26cc-48ab-b66c-78b81e2eb05b 2018-07-22 16:28:07,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 16:28:09,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 16:28:09,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:10,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1ada74a-b1d4-481c-9ad1-540b6d8b40d6 x-compute-request-id: req-e1ada74a-b1d4-481c-9ad1-540b6d8b40d6 Content-Encoding: gzip Content-Length: 590 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/56ab7edd-0d2b-4389-862d-15e73a40c5a2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/56ab7edd-0d2b-4389-862d-15e73a40c5a2", "rel": "bookmark"}], "image": {"id": "da9accef-69bf-4d69-b78c-193046f00a6c", "links": [{"href": "http://172.30.9.28:8774/images/da9accef-69bf-4d69-b78c-193046f00a6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5fd279f9-fbfb-48ba-85fb-71d138c084cd", "links": [{"href": "http://172.30.9.28:8774/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd", "rel": "bookmark"}]}, "id": "56ab7edd-0d2b-4389-862d-15e73a40c5a2", "user_id": "b18a76cef7ea43f693fc41e2e7dcfa32", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-22T16:28:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3", "name": "cloudify_ims-vm_34608979-e620-441c-80ce-7dc4d7389ad3", "created": "2018-07-22T16:28:07Z", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 16:28:10,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e1ada74a-b1d4-481c-9ad1-540b6d8b40d6 2018-07-22 16:28:10,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446861028671s 2018-07-22 16:28:10,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e1ada74a-b1d4-481c-9ad1-540b6d8b40d6 2018-07-22 16:28:10,259 - 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 409, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 183, in boot_vm timeout=self.create_server_timeout, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'da9accef-69bf-4d69-b78c-193046f00a6c'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'5fd279f9-fbfb-48ba-85fb-71d138c084cd'}), 'az': u'', 'id': u'56ab7edd-0d2b-4389-862d-15e73a40c5a2', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b18a76cef7ea43f693fc41e2e7dcfa32', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2979ef96ea884d04bd79ae9f9943e6a4', 'name': 'cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-07-22T16:28:07Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', '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'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'2979ef96ea884d04bd79ae9f9943e6a4', 'name': u'cloudify_ims-vm_34608979-e620-441c-80ce-7dc4d7389ad3', 'adminPass': None, 'tenant_id': u'2979ef96ea884d04bd79ae9f9943e6a4', 'created_at': u'2018-07-22T16:28:07Z', 'created': u'2018-07-22T16:28:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-22 16:28:10,381 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 16:28:10,381 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:34 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-07-22 16:28:10,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-07-22 16:28:10,386 - 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 251, in clean exec_list = self.cfy_client.executions.list(dep_name) AttributeError: 'NoneType' object has no attribute 'executions' 2018-07-22 16:28:10,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 16:28:10,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:10,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-48a07603-cb3e-4c3d-a64e-ebfb4e08247b Date: Sun, 22 Jul 2018 16:28:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:28:04Z", "updated_at": "2018-07-22T16:28:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "1fc68f29-4ae3-45a9-8956-0ec9f1303d40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "22e87312-ee99-44f5-91bb-5b4a0951ca27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "248ce6e7-3eb5-4279-a4d7-3b1f136e754a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "674c1c80-6d9d-4a59-b60b-fd953a0f29fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "7a1475c4-83ee-4d93-aba5-d3a816bf1127", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "943849f0-118a-4002-96b1-88ad33fe1ba8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-22T16:28:05Z", "revision_number": 0, "id": "9875b0e5-3433-4d60-a60c-901b6d3b50d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:05Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T16:28:04Z", "revision_number": 0, "id": "dddf2453-8924-49bb-b78a-a59c67c62315", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:28:04Z", "security_group_id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 8, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "3430b33c-e991-4974-b5ac-ab17142c4fa4", "name": "cloudify_ims-sg_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}]} 2018-07-22 16:28:10,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-48a07603-cb3e-4c3d-a64e-ebfb4e08247b 2018-07-22 16:28:10,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.057578086853s 2018-07-22 16:28:10,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-48a07603-cb3e-4c3d-a64e-ebfb4e08247b 2018-07-22 16:28:10,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 16:28:10,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/3430b33c-e991-4974-b5ac-ab17142c4fa4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:10,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49aed5f9-1dc1-459d-8625-82112d956a03 Content-Length: 0 Date: Sun, 22 Jul 2018 16:28:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:28:10,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3430b33c-e991-4974-b5ac-ab17142c4fa4.json used request id req-49aed5f9-1dc1-459d-8625-82112d956a03 2018-07-22 16:28:10,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.237134933472s 2018-07-22 16:28:10,689 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3430b33c-e991-4974-b5ac-ab17142c4fa4.json used request id req-49aed5f9-1dc1-459d-8625-82112d956a03 2018-07-22 16:28:10,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 16:28:10,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:10,746 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:28:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a732b55f-5316-420b-98ca-d0ffe42deae6 x-compute-request-id: req-a732b55f-5316-420b-98ca-d0ffe42deae6 Content-Length: 0 Content-Type: application/json 2018-07-22 16:28:10,746 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3 used request id req-a732b55f-5316-420b-98ca-d0ffe42deae6 2018-07-22 16:28:10,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0575489997864s 2018-07-22 16:28:10,747 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_34608979-e620-441c-80ce-7dc4d7389ad3 used request id req-a732b55f-5316-420b-98ca-d0ffe42deae6 2018-07-22 16:28:10,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 16:28:10,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f/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}a889d70b9228609e70725d309892241ba807c157" -d '{"subnet_id": "3f212814-c259-4923-ab7b-987a7f1c8cb8"}' 2018-07-22 16:28:12,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f84b3a5-cbf2-4595-a33a-fb0eae603c8b Date: Sun, 22 Jul 2018 16:28:12 GMT RESP BODY: {"network_id": "ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "subnet_id": "3f212814-c259-4923-ab7b-987a7f1c8cb8", "subnet_ids": ["3f212814-c259-4923-ab7b-987a7f1c8cb8"], "port_id": "f0a7846e-83b0-4b6e-a84c-2b2da4753c87", "id": "2680ad68-7342-4d64-b968-50cbecd4071f"} 2018-07-22 16:28:12,538 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f/remove_router_interface.json used request id req-8f84b3a5-cbf2-4595-a33a-fb0eae603c8b 2018-07-22 16:28:12,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79028391838s 2018-07-22 16:28:12,538 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f/remove_router_interface.json used request id req-8f84b3a5-cbf2-4595-a33a-fb0eae603c8b returning object 2680ad68-7342-4d64-b968-50cbecd4071f 2018-07-22 16:28:12,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 16:28:12,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:12,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-70eb5969-2e94-43ed-b816-27bc171f6f1e Date: Sun, 22 Jul 2018 16:28:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:38Z", "admin_state_up": true, "updated_at": "2018-07-22T16:28:11Z", "revision_number": 4, "routes": [], "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "2680ad68-7342-4d64-b968-50cbecd4071f", "name": "cloudify_ims-router_34608979-e620-441c-80ce-7dc4d7389ad3"}]} 2018-07-22 16:28:12,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-70eb5969-2e94-43ed-b816-27bc171f6f1e 2018-07-22 16:28:12,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111047029495s 2018-07-22 16:28:12,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-70eb5969-2e94-43ed-b816-27bc171f6f1e 2018-07-22 16:28:12,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 16:28:12,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:13,940 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a01639e-7832-473b-a181-55b1975004c7 Content-Length: 0 Date: Sun, 22 Jul 2018 16:28:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:28:13,940 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f.json used request id req-1a01639e-7832-473b-a181-55b1975004c7 2018-07-22 16:28:13,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28880405426s 2018-07-22 16:28:13,940 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2680ad68-7342-4d64-b968-50cbecd4071f.json used request id req-1a01639e-7832-473b-a181-55b1975004c7 2018-07-22 16:28:13,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 16:28:13,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:13,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-bbc08801-681a-4f26-99a5-4ab0feef4328 Date: Sun, 22 Jul 2018 16:28:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6","tenant_id":"2979ef96ea884d04bd79ae9f9943e6a4","created_at":"2018-07-22T16:26:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:26:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2979ef96ea884d04bd79ae9f9943e6a4","id":"3f212814-c259-4923-ab7b-987a7f1c8cb8","subnetpool_id":null,"name":"cloudify_ims-subnet_34608979-e620-441c-80ce-7dc4d7389ad3"}]} 2018-07-22 16:28:13,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bbc08801-681a-4f26-99a5-4ab0feef4328 2018-07-22 16:28:13,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.055104970932s 2018-07-22 16:28:13,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bbc08801-681a-4f26-99a5-4ab0feef4328 2018-07-22 16:28:13,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 16:28:13,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/3f212814-c259-4923-ab7b-987a7f1c8cb8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:15,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-270dc06a-d46f-4a55-a9a1-afa108a7edef Date: Sun, 22 Jul 2018 16:28:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:28:15,173 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3f212814-c259-4923-ab7b-987a7f1c8cb8.json used request id req-270dc06a-d46f-4a55-a9a1-afa108a7edef 2018-07-22 16:28:15,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.17586016655s 2018-07-22 16:28:15,174 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3f212814-c259-4923-ab7b-987a7f1c8cb8.json used request id req-270dc06a-d46f-4a55-a9a1-afa108a7edef 2018-07-22 16:28:15,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 16:28:15,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:15,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1157 X-Openstack-Request-Id: req-3554505c-4e15-4fb3-9a41-6897bbeb02b5 Date: Sun, 22 Jul 2018 16:28: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","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-07-22T16:28:14Z","tenant_id":"2979ef96ea884d04bd79ae9f9943e6a4","created_at":"2018-07-22T16:26:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2979ef96ea884d04bd79ae9f9943e6a4","id":"ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6","name":"cloudify_ims-net_34608979-e620-441c-80ce-7dc4d7389ad3"}]} 2018-07-22 16:28:15,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3554505c-4e15-4fb3-9a41-6897bbeb02b5 2018-07-22 16:28:15,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.134896993637s 2018-07-22 16:28:15,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3554505c-4e15-4fb3-9a41-6897bbeb02b5 2018-07-22 16:28:15,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 16:28:15,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:16,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62e6ae00-4f65-4855-80f2-b233b87773fe Date: Sun, 22 Jul 2018 16:28:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:28:16,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6.json used request id req-62e6ae00-4f65-4855-80f2-b233b87773fe 2018-07-22 16:28:16,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21179890633s 2018-07-22 16:28:16,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ff48d86d-cdc2-4af2-a7bf-0b2695ef47a6.json used request id req-62e6ae00-4f65-4855-80f2-b233b87773fe 2018-07-22 16:28:16,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 16:28:16,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:16,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-22389f90-77b1-41b9-884e-3b6d526eb1eb Date: Sun, 22 Jul 2018 16:28:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/da9accef-69bf-4d69-b78c-193046f00a6c/snap", "metadata": {}}], "file": "/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c/file", "owner": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "da9accef-69bf-4d69-b78c-193046f00a6c", "size": 4373348352, "self": "/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c", "disk_format": "qcow2", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/da9accef-69bf-4d69-b78c-193046f00a6c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-22T16:28:03Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_34608979-e620-441c-80ce-7dc4d7389ad3", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-07-22T16:27:04Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 16:28:16,564 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-22389f90-77b1-41b9-884e-3b6d526eb1eb 2018-07-22 16:28:16,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0376100540161s 2018-07-22 16:28:16,565 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-22389f90-77b1-41b9-884e-3b6d526eb1eb 2018-07-22 16:28:16,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 16:28:16,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a889d70b9228609e70725d309892241ba807c157" 2018-07-22 16:28:17,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6fe93af0-d14e-449a-a21c-9e76686b8fea Date: Sun, 22 Jul 2018 16:28:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:28:17,868 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c used request id req-6fe93af0-d14e-449a-a21c-9e76686b8fea 2018-07-22 16:28:17,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.30212187767s 2018-07-22 16:28:17,869 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/da9accef-69bf-4d69-b78c-193046f00a6c used request id req-6fe93af0-d14e-449a-a21c-9e76686b8fea 2018-07-22 16:28:17,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 16:28:17,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:17,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd961dbf-bcd6-4a04-8798-41da62a822a5 x-compute-request-id: req-fd961dbf-bcd6-4a04-8798-41da62a822a5 Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "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": "19d5eedd-9876-4099-870b-58dd46815962"}, {"name": "cloudify_ims-flavor_34608979-e620-441c-80ce-7dc4d7389ad3", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd", "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": 50, "id": "5fd279f9-fbfb-48ba-85fb-71d138c084cd"}]} 2018-07-22 16:28:17,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fd961dbf-bcd6-4a04-8798-41da62a822a5 2018-07-22 16:28:17,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.028459072113s 2018-07-22 16:28:17,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-fd961dbf-bcd6-4a04-8798-41da62a822a5 2018-07-22 16:28:17,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 16:28:17,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:17,939 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e05f2c4-2f57-450d-899b-b955bc459aee x-compute-request-id: req-9e05f2c4-2f57-450d-899b-b955bc459aee Content-Length: 0 Content-Type: application/json 2018-07-22 16:28:17,939 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd used request id req-9e05f2c4-2f57-450d-899b-b955bc459aee 2018-07-22 16:28:17,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0394659042358s 2018-07-22 16:28:17,939 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5fd279f9-fbfb-48ba-85fb-71d138c084cd used request id req-9e05f2c4-2f57-450d-899b-b955bc459aee 2018-07-22 16:28:17,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 16:28:17,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:18,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2cd4674-82f6-4be0-9809-13b4d2158ddb Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3", "links": {"self": "http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b18a76cef7ea43f693fc41e2e7dcfa32", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:28:18,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c2cd4674-82f6-4be0-9809-13b4d2158ddb 2018-07-22 16:28:18,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116181135178s 2018-07-22 16:28:18,057 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c2cd4674-82f6-4be0-9809-13b4d2158ddb 2018-07-22 16:28:18,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 16:28:18,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:18,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-981c5c06-c91c-4e80-a886-274a97709b02 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_34608979-e620-441c-80ce-7dc4d7389ad3", "links": {"self": "http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b18a76cef7ea43f693fc41e2e7dcfa32", "description": null}} 2018-07-22 16:28:18,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32 used request id req-981c5c06-c91c-4e80-a886-274a97709b02 2018-07-22 16:28:18,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108512163162s 2018-07-22 16:28:18,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32 used request id req-981c5c06-c91c-4e80-a886-274a97709b02 2018-07-22 16:28:18,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 16:28:18,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:18,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5dae001-6704-4b0b-a72c-52f4948d575b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:28:18,351 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32 used request id req-d5dae001-6704-4b0b-a72c-52f4948d575b 2018-07-22 16:28:18,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.179440975189s 2018-07-22 16:28:18,352 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/b18a76cef7ea43f693fc41e2e7dcfa32 used request id req-d5dae001-6704-4b0b-a72c-52f4948d575b 2018-07-22 16:28:18,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 16:28:18,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:18,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222c9470-186a-4df2-8c58-1b95964cb6b4 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4"}, "tags": [], "enabled": true, "id": "2979ef96ea884d04bd79ae9f9943e6a4", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_34608979-e620-441c-80ce-7dc4d7389ad3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f6b8e23382d43da87cfdf731a8abb23"}, "tags": [], "enabled": true, "id": "4f6b8e23382d43da87cfdf731a8abb23", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/f65ca044e22540bca7d76e49c8ced1bf"}, "tags": [], "enabled": true, "id": "f65ca044e22540bca7d76e49c8ced1bf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 16:28:18,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-222c9470-186a-4df2-8c58-1b95964cb6b4 2018-07-22 16:28:18,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0995059013367s 2018-07-22 16:28:18,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-222c9470-186a-4df2-8c58-1b95964cb6b4 2018-07-22 16:28:18,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 16:28:18,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:18,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23b5ae1d-8292-4a3d-b8db-bc9d5cb51f53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:28:18,620 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4 used request id req-23b5ae1d-8292-4a3d-b8db-bc9d5cb51f53 2018-07-22 16:28:18,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157758951187s 2018-07-22 16:28:18,621 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/2979ef96ea884d04bd79ae9f9943e6a4 used request id req-23b5ae1d-8292-4a3d-b8db-bc9d5cb51f53 2018-07-22 16:28:18,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 16:28:18,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:18,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da89b1f-1b88-4f94-b182-23f731be0fb9 Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a1375095be1347caa7e6eccbed6e4d49", "links": {"self": "http://172.30.9.28:5000/v3/roles/a1375095be1347caa7e6eccbed6e4d49"}, "name": "Member"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:28:18,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3da89b1f-1b88-4f94-b182-23f731be0fb9 2018-07-22 16:28:18,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0874879360199s 2018-07-22 16:28:18,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3da89b1f-1b88-4f94-b182-23f731be0fb9 2018-07-22 16:28:18,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 16:28:18,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/a1375095be1347caa7e6eccbed6e4d49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6a94d09c8db9035166f187e4b37834f23fb8f76a" 2018-07-22 16:28:18,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8818f08a-02d6-4118-bd47-033e22dcec39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:28:18,832 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a1375095be1347caa7e6eccbed6e4d49 used request id req-8818f08a-02d6-4118-bd47-033e22dcec39 2018-07-22 16:28:18,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.115076065063s 2018-07-22 16:28:18,832 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a1375095be1347caa7e6eccbed6e4d49 used request id req-8818f08a-02d6-4118-bd47-033e22dcec39 2018-07-22 16:28:18,833 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-07-22 16:28:18,855 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-07-22 16:28:19,171 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-07-22 16:28:19,213 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-07-22 16:28:19,291 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-07-22 16:28:19,291 - 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-07-22 16:28:19,661 - 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-07-22 16:28:19,736 - 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-07-22 16:28:19,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-07-22 16:28:19,777 - 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-07-22 16:28:19,784 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-07-22 16:28:19,815 - 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-07-22 16:28:19,815 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-07-22 16:28:19,815 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-07-22 16:28:19,816 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-07-22 16:28:19,816 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-22 16:28:19,816 - openstack_tests - INFO - OS Credentials = > 2018-07-22 16:28:19,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:28:19,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:28:20,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["KrpOJc3nQIyzz7JJk1qb6g"], "issued_at": "2018-07-22T16:28:20.000000Z"}} 2018-07-22 16:28:20,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:28:20,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de87e9c-56cc-4dd4-92da-68a1c4a08c86 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:28:20,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-5de87e9c-56cc-4dd4-92da-68a1c4a08c86 2018-07-22 16:28:20,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:28:20,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:28: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:28:20,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776&description=Created+by+OPNFV+Functest%3A+vyos_vrouter -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:28:20,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe6bf233-896f-4529-ab44-7972dcff3b15 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776&description=Created+by+OPNFV+Functest%3A+vyos_vrouter", "previous": null, "next": null}, "projects": []} 2018-07-22 16:28:20,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776&description=Created+by+OPNFV+Functest%3A+vyos_vrouter used request id req-fe6bf233-896f-4529-ab44-7972dcff3b15 2018-07-22 16:28:20,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:28:20,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d996b1d0-9a0b-40ef-af48-48fdad3ca944 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:28:20,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d996b1d0-9a0b-40ef-af48-48fdad3ca944 2018-07-22 16:28:20,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" -d '{"project": {"enabled": true, "description": "Created by OPNFV Functest: vyos_vrouter", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "domain_id": "default"}}' 2018-07-22 16:28:20,593 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:28:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-383970ac-8474-49fb-ad62-04dd4e64fb88 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "id": "93c96acab1364b40a939b29e0e4ebc52", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:28:20,594 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-383970ac-8474-49fb-ad62-04dd4e64fb88 2018-07-22 16:28:20,594 - keystone_utils - INFO - Created project with name - vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:28:20,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:28:20,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:28:20,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["Ywrw3XRXQt2Xy_4Ldf-Ssw"], "issued_at": "2018-07-22T16:28:20.000000Z"}} 2018-07-22 16:28:20,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d44a10b10e104f920b2f531385a8960835ddda" 2018-07-22 16:28:21,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a80bc14-a9b7-4b40-ba2a-976372fa22b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:28:21,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6a80bc14-a9b7-4b40-ba2a-976372fa22b9 2018-07-22 16:28:21,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:28:21,062 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:28: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:28:21,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d44a10b10e104f920b2f531385a8960835ddda" 2018-07-22 16:28:21,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd671465-d5e0-4392-9aea-615930cb4859 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:28:21,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bd671465-d5e0-4392-9aea-615930cb4859 2018-07-22 16:28:21,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:28:21,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:28:21,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:28:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["pbDFfTGIS2GDUHQy45cPmQ"], "issued_at": "2018-07-22T16:28:21.000000Z"}} 2018-07-22 16:28:21,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:21,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea12ff9-8b79-453c-818a-c5b5f9173020 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:28:21,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-4ea12ff9-8b79-453c-818a-c5b5f9173020 2018-07-22 16:28:21,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:28:21,617 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:28: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:28:21,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:21,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-623a7126-5879-4db4-9f9f-09b6207bf613 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:28:21,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-623a7126-5879-4db4-9f9f-09b6207bf613 2018-07-22 16:28:21,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:21,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e745f5b6-fa31-48a0-b293-8af0db26e2d4 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "id": "93c96acab1364b40a939b29e0e4ebc52", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:28:21,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-e745f5b6-fa31-48a0-b293-8af0db26e2d4 2018-07-22 16:28:21,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:21,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b894473f-7d14-430e-ae47-8d499ac4dd36 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:28:21,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b894473f-7d14-430e-ae47-8d499ac4dd36 2018-07-22 16:28:22,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:22,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d18cbff-ca9c-4b57-8994-9b41a9ab0dc2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:28:22,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6d18cbff-ca9c-4b57-8994-9b41a9ab0dc2 2018-07-22 16:28:22,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:22,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c4df802-45aa-4d67-8693-a1c5a6791460 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "id": "93c96acab1364b40a939b29e0e4ebc52", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:28:22,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-7c4df802-45aa-4d67-8693-a1c5a6791460 2018-07-22 16:28:22,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/ba7a54dcb79e4f668d99b5245161ec67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:22,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f2a472-a0de-4d0e-a3c4-aee1d434999f Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "links": {"self": "http://172.30.9.28:5000/v3/users/ba7a54dcb79e4f668d99b5245161ec67"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ba7a54dcb79e4f668d99b5245161ec67", "password_expires_at": null}} 2018-07-22 16:28:22,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/ba7a54dcb79e4f668d99b5245161ec67 used request id req-86f2a472-a0de-4d0e-a3c4-aee1d434999f 2018-07-22 16:28:22,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/ba7a54dcb79e4f668d99b5245161ec67/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:22,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137daf4f-994c-4050-844e-2796dbb31163 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/ba7a54dcb79e4f668d99b5245161ec67/roles", "previous": null, "next": null}, "roles": []} 2018-07-22 16:28:22,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/ba7a54dcb79e4f668d99b5245161ec67/roles used request id req-137daf4f-994c-4050-844e-2796dbb31163 2018-07-22 16:28:22,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:22,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f13ffcb-b5aa-4e2f-8816-dec0ab8a727b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}} 2018-07-22 16:28:22,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-1f13ffcb-b5aa-4e2f-8816-dec0ab8a727b 2018-07-22 16:28:22,743 - keystone_utils - INFO - Granting role admin to project vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:28:22,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/ba7a54dcb79e4f668d99b5245161ec67/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:28:22,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:28:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6792ab1f-d38e-4bc1-9143-e4074fc0e482 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:28:22,799 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/ba7a54dcb79e4f668d99b5245161ec67/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-6792ab1f-d38e-4bc1-9143-e4074fc0e482 2018-07-22 16:28:22,800 - keystone_utils - INFO - Created user with name - vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:28:22,800 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776, password=5d7264c4-218f-4ad5-9b20-3775447e434a, auth_url=http://172.30.9.28:5000//v3, project_name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-07-22 16:28:22,801 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-07-22 16:28:22,801 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-07-22 16:28:22,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:28:22,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:28:23,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:28:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "ba7a54dcb79e4f668d99b5245161ec67"}, "audit_ids": ["q8OLzaZRTlWWAVaBUWre-g"], "issued_at": "2018-07-22T16:28:23.000000Z"}} 2018-07-22 16:28:23,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb8e58f77ae5a48c8983ead517f55f202eba11" 2018-07-22 16:28:23,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80a76d18-d541-4f22-a04d-32fc86864618 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:28:23,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-80a76d18-d541-4f22-a04d-32fc86864618 2018-07-22 16:28:23,266 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:28:23,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb8e58f77ae5a48c8983ead517f55f202eba11" 2018-07-22 16:28:23,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-283e1b3e-b10e-41a4-9686-5e40c1200893 x-compute-request-id: req-283e1b3e-b10e-41a4-9686-5e40c1200893 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:28:23,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-283e1b3e-b10e-41a4-9686-5e40c1200893 2018-07-22 16:28:23,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb8e58f77ae5a48c8983ead517f55f202eba11" -d '{"flavor": {"vcpus": 2, "disk": 50, "name": "cloudify.medium-989122c6-aa0c-4f60-a271-d44f237e3776", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 4096, "id": null, "swap": 0}}' 2018-07-22 16:28:23,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bbdc7de-65d4-45ec-a9ac-c532b601baf7 x-compute-request-id: req-2bbdc7de-65d4-45ec-a9ac-c532b601baf7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify.medium-989122c6-aa0c-4f60-a271-d44f237e3776", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "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": 50, "id": "3bb44bee-d3a9-4236-99a4-1db60beeb4ae"}} 2018-07-22 16:28:23,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2bbdc7de-65d4-45ec-a9ac-c532b601baf7 2018-07-22 16:28:23,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:28:23,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:28:23,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:28:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "ba7a54dcb79e4f668d99b5245161ec67"}, "audit_ids": ["kCEyUSCqQK2IqOpj8KON0w"], "issued_at": "2018-07-22T16:28:23.000000Z"}} 2018-07-22 16:28:23,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:23,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61120dba-0de9-45f2-acb9-345bde219909 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:28:23,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-61120dba-0de9-45f2-acb9-345bde219909 2018-07-22 16:28:23,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:28:24,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:28:24,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:24,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404a9199-ce2e-4862-b43d-ea938a3d8979 Content-Encoding: gzip Content-Length: 855 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "links": {"self": "http://172.30.9.28:5000/v3/users/ba7a54dcb79e4f668d99b5245161ec67"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ba7a54dcb79e4f668d99b5245161ec67", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:28:24,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-404a9199-ce2e-4862-b43d-ea938a3d8979 2018-07-22 16:28:24,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:24,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef1b0206-ed2c-4088-a123-503c32128f56 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "id": "93c96acab1364b40a939b29e0e4ebc52", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:28:24,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-ef1b0206-ed2c-4088-a123-503c32128f56 2018-07-22 16:28:24,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:24,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79e7066-b08a-44c9-b4c5-19db15b735d9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:28:24,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f79e7066-b08a-44c9-b4c5-19db15b735d9 2018-07-22 16:28:24,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:24,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef529a1-12bd-4cd1-8dce-3352fad01748 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:28:24,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bef529a1-12bd-4cd1-8dce-3352fad01748 2018-07-22 16:28:24,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:24,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff1d5941-432b-423a-b203-99ced98305dc Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "id": "93c96acab1364b40a939b29e0e4ebc52", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:28:24,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-ff1d5941-432b-423a-b203-99ced98305dc 2018-07-22 16:28:24,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/a7bd9e05358a485a9dd3b5d3b58c96fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:24,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-606b7176-8d1f-4574-a9bd-2f47a8a48ebc Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "links": {"self": "http://172.30.9.28:5000/v3/users/a7bd9e05358a485a9dd3b5d3b58c96fd"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd", "password_expires_at": null}} 2018-07-22 16:28:24,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a7bd9e05358a485a9dd3b5d3b58c96fd used request id req-606b7176-8d1f-4574-a9bd-2f47a8a48ebc 2018-07-22 16:28:24,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/a7bd9e05358a485a9dd3b5d3b58c96fd/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:25,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45bb328d-a189-434e-939d-984a66c974e6 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/a7bd9e05358a485a9dd3b5d3b58c96fd/roles", "previous": null, "next": null}, "roles": []} 2018-07-22 16:28:25,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/a7bd9e05358a485a9dd3b5d3b58c96fd/roles used request id req-45bb328d-a189-434e-939d-984a66c974e6 2018-07-22 16:28:25,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:25,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99cc9abc-4ebd-4447-9077-4c48bdee7785 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}} 2018-07-22 16:28:25,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab used request id req-99cc9abc-4ebd-4447-9077-4c48bdee7785 2018-07-22 16:28:25,097 - keystone_utils - INFO - Granting role _member_ to project vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:28:25,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/a7bd9e05358a485a9dd3b5d3b58c96fd/roles/9fe2ff9ee4384b1894a90878d3e92bab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:28:25,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:28:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bc53d63-2609-4100-a874-1828d0141ea0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:28:25,223 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52/users/a7bd9e05358a485a9dd3b5d3b58c96fd/roles/9fe2ff9ee4384b1894a90878d3e92bab used request id req-3bc53d63-2609-4100-a874-1828d0141ea0 2018-07-22 16:28:25,224 - keystone_utils - INFO - Created user with name - cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:28:25,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - snaps creds: OSCreds - username=cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776, password=35d73d56-7277-453e-a721-97d89920fdb1, auth_url=http://172.30.9.28:5000//v3, project_name=vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-07-22 16:28:25,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-07-22 16:28:25,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:28:25,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:28:25,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["p037Rt8dQq6h-McG48SypA"], "issued_at": "2018-07-22T16:28:25.000000Z"}} 2018-07-22 16:28:25,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e231bbcd3a0dac49e47bb47550651a2b726c67" 2018-07-22 16:28:25,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f43bb6e-7985-42cc-ad17-ff5d11e256f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:28:25,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2f43bb6e-7985-42cc-ad17-ff5d11e256f8 2018-07-22 16:28:25,696 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:28:25,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e231bbcd3a0dac49e47bb47550651a2b726c67" 2018-07-22 16:28:25,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb4ff8c8-89e2-42f3-b57d-02845b778ca8 x-compute-request-id: req-fb4ff8c8-89e2-42f3-b57d-02845b778ca8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 16:28:25,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-fb4ff8c8-89e2-42f3-b57d-02845b778ca8 2018-07-22 16:28:25,886 - OpenStackKeypair - INFO - Creating keypair cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776... 2018-07-22 16:28:25,886 - OpenStackKeypair - INFO - Creating new keypair 2018-07-22 16:28:25,945 - nova_utils - INFO - Creating keypair with name - cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:28:25,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e231bbcd3a0dac49e47bb47550651a2b726c67" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/J0eLrV6GNxsJbW3PevCE8FBWNuilXL9YuDG5Vbppz4lGNb8nGT2VBjbj96ForQJoehZ15MTvQ5BLGBvZ2O9vrpT0Q4lAyx+AyBupW8hMK4J8GM50MyDsAnGRauJDrW8S7yzCJPEzpsbXYKObDVmSftONIKmx+ANnGOzmOI/4fw==", "name": "cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776"}}' 2018-07-22 16:28:25,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e01f7344-12d9-46a6-9fa5-deed90793a53 x-compute-request-id: req-e01f7344-12d9-46a6-9fa5-deed90793a53 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/J0eLrV6GNxsJbW3PevCE8FBWNuilXL9YuDG5Vbppz4lGNb8nGT2VBjbj96ForQJoehZ15MTvQ5BLGBvZ2O9vrpT0Q4lAyx+AyBupW8hMK4J8GM50MyDsAnGRauJDrW8S7yzCJPEzpsbXYKObDVmSftONIKmx+ANnGOzmOI/4fw==", "user_id": "a7bd9e05358a485a9dd3b5d3b58c96fd", "name": "cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776", "fingerprint": "41:a2:1c:b5:94:11:61:34:63:b8:83:93:d6:81:8a:a0"}} 2018-07-22 16:28:25,995 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-e01f7344-12d9-46a6-9fa5-deed90793a53 2018-07-22 16:28:25,996 - file_utils - INFO - Saved private key to - /home/opnfv/functest/data/router/cloudify_vrouter.pem 2018-07-22 16:28:25,996 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-07-22 16:28:25,997 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-07-22 16:28:25,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:28:25,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:28:26,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["Fcv3AwFxSqqRJtbevbubqA"], "issued_at": "2018-07-22T16:28:26.000000Z"}} 2018-07-22 16:28:26,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" 2018-07-22 16:28:26,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9741fe0e-a8cd-4a7c-ae1e-93d2e89a4a0d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:28:26,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-9741fe0e-a8cd-4a7c-ae1e-93d2e89a4a0d 2018-07-22 16:28:26,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=cloudify_manager_4.0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" 2018-07-22 16:28:26,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 122 Content-Type: application/json X-Openstack-Request-Id: req-f4686d4e-6de8-46d3-991d-8ea48acac4ca Date: Sun, 22 Jul 2018 16:28:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=cloudify_manager_4.0"} 2018-07-22 16:28:26,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=cloudify_manager_4.0 used request id req-f4686d4e-6de8-46d3-991d-8ea48acac4ca 2018-07-22 16:28:26,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" 2018-07-22 16:28:26,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-bfe180d1-fffd-4c29-af93-3aae82637991 Date: Sun, 22 Jul 2018 16:28:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:28:26,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-bfe180d1-fffd-4c29-af93-3aae82637991 2018-07-22 16:28:26,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "cloudify_manager_4.0"}' 2018-07-22 16:28:27,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 581 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1abf54aa-eabc-4a4b-a12f-418c808d88a5 Date: Sun, 22 Jul 2018 16:28:27 GMT RESP BODY: {"status": "queued", "name": "cloudify_manager_4.0", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:28:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:28:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "min_disk": 0, "protected": false, "id": "c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "file": "/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/file", "checksum": null, "owner": "93c96acab1364b40a939b29e0e4ebc52", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:28:27,027 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1abf54aa-eabc-4a4b-a12f-418c808d88a5 2018-07-22 16:28:27,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" -d '' 2018-07-22 16:29:36,194 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0901e93f-fb4d-4478-9c87-82e067c86fd8 Date: Sun, 22 Jul 2018 16:29:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:29:36,194 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/file used request id req-0901e93f-fb4d-4478-9c87-82e067c86fd8 2018-07-22 16:29:36,195 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-07-22 16:29:36,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" 2018-07-22 16:29:36,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 844 Content-Type: application/json X-Openstack-Request-Id: req-33afb2fd-c81b-46e0-8782-745f895f3a6e Date: Sun, 22 Jul 2018 16:29:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "cloudify_manager_4.0", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:28:26Z", "size": 4373348352, "disk_format": "qcow2", "updated_at": "2018-07-22T16:29:36Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/snap", "metadata": {}}], "self": "/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "min_disk": 0, "protected": false, "id": "c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "file": "/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/file", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner": "93c96acab1364b40a939b29e0e4ebc52", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:29:36,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2 used request id req-33afb2fd-c81b-46e0-8782-745f895f3a6e 2018-07-22 16:29:36,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" 2018-07-22 16:29:36,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-665a1e1b-8d64-4090-94cd-cb8c4f1e83e6 Date: Sun, 22 Jul 2018 16:29: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-07-22 16:29:36,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-665a1e1b-8d64-4090-94cd-cb8c4f1e83e6 2018-07-22 16:29:36,228 - create_image - INFO - Created image with name - cloudify_manager_4.0 2018-07-22 16:29:36,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" 2018-07-22 16:29:36,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 844 Content-Type: application/json X-Openstack-Request-Id: req-3768fcaf-fec4-4525-9887-74e13cf95258 Date: Sun, 22 Jul 2018 16:29:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "cloudify_manager_4.0", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:28:26Z", "size": 4373348352, "disk_format": "qcow2", "updated_at": "2018-07-22T16:29:36Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/snap", "metadata": {}}], "self": "/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "min_disk": 0, "protected": false, "id": "c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "file": "/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/file", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner": "93c96acab1364b40a939b29e0e4ebc52", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:29:36,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2 used request id req-3768fcaf-fec4-4525-9887-74e13cf95258 2018-07-22 16:29:36,247 - create_image - DEBUG - Instance status is - active 2018-07-22 16:29:36,247 - create_image - DEBUG - Image is active with name - cloudify_manager_4.0 2018-07-22 16:29:36,248 - create_image - INFO - Image is now active with name - cloudify_manager_4.0 2018-07-22 16:29:36,248 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-07-22 16:29:36,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:29:36,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:29:36,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["p6CCFWmXRqSuPDxc3enxnw"], "issued_at": "2018-07-22T16:29:36.000000Z"}} 2018-07-22 16:29:36,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" 2018-07-22 16:29:36,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6653fb41-54db-4041-bdb2-81d848753e44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:29:36,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-6653fb41-54db-4041-bdb2-81d848753e44 2018-07-22 16:29:36,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=vyos1.1.7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" 2018-07-22 16:29:36,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 111 Content-Type: application/json X-Openstack-Request-Id: req-7e9ae905-0d92-4966-89c5-c64b3a7ae99f Date: Sun, 22 Jul 2018 16:29:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=vyos1.1.7"} 2018-07-22 16:29:36,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=vyos1.1.7 used request id req-7e9ae905-0d92-4966-89c5-c64b3a7ae99f 2018-07-22 16:29:37,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" 2018-07-22 16:29:37,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4142a48e-72f6-47f7-a569-6ee1a3406b7f Date: Sun, 22 Jul 2018 16:29: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-07-22 16:29:37,008 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4142a48e-72f6-47f7-a569-6ee1a3406b7f 2018-07-22 16:29:37,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "vyos1.1.7"}' 2018-07-22 16:29:37,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 570 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b518eeeb-7875-4998-84df-2859606a205c Date: Sun, 22 Jul 2018 16:29:37 GMT RESP BODY: {"status": "queued", "name": "vyos1.1.7", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:29:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:29:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d", "min_disk": 0, "protected": false, "id": "387e66b9-552f-44d0-a1b7-7135af1d065d", "file": "/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d/file", "checksum": null, "owner": "93c96acab1364b40a939b29e0e4ebc52", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:29:37,073 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b518eeeb-7875-4998-84df-2859606a205c 2018-07-22 16:29:37,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" -d '' 2018-07-22 16:29:44,400 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc205799-0ae1-4bd1-8dd9-f413237760eb Date: Sun, 22 Jul 2018 16:29:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:29:44,400 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d/file used request id req-cc205799-0ae1-4bd1-8dd9-f413237760eb 2018-07-22 16:29:44,400 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/vyos-1.1.7.img 2018-07-22 16:29:44,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" 2018-07-22 16:29:44,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 832 Content-Type: application/json X-Openstack-Request-Id: req-6dee2bcb-bb54-4f6b-9857-edeb720a44f9 Date: Sun, 22 Jul 2018 16:29:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "vyos1.1.7", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:29:37Z", "size": 426967040, "disk_format": "qcow2", "updated_at": "2018-07-22T16:29:44Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/387e66b9-552f-44d0-a1b7-7135af1d065d/snap", "metadata": {}}], "self": "/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d", "min_disk": 0, "protected": false, "id": "387e66b9-552f-44d0-a1b7-7135af1d065d", "file": "/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d/file", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "owner": "93c96acab1364b40a939b29e0e4ebc52", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/387e66b9-552f-44d0-a1b7-7135af1d065d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:29:44,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d used request id req-6dee2bcb-bb54-4f6b-9857-edeb720a44f9 2018-07-22 16:29:44,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" 2018-07-22 16:29:44,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-ffc0d573-4414-4f86-bcb9-ca0622fed74a Date: Sun, 22 Jul 2018 16:29:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:29:44,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ffc0d573-4414-4f86-bcb9-ca0622fed74a 2018-07-22 16:29:44,434 - create_image - INFO - Created image with name - vyos1.1.7 2018-07-22 16:29:44,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" 2018-07-22 16:29:44,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 832 Content-Type: application/json X-Openstack-Request-Id: req-f8a39b9a-b897-4dc7-bc35-a107726f4859 Date: Sun, 22 Jul 2018 16:29:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "vyos1.1.7", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:29:37Z", "size": 426967040, "disk_format": "qcow2", "updated_at": "2018-07-22T16:29:44Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/387e66b9-552f-44d0-a1b7-7135af1d065d/snap", "metadata": {}}], "self": "/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d", "min_disk": 0, "protected": false, "id": "387e66b9-552f-44d0-a1b7-7135af1d065d", "file": "/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d/file", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "owner": "93c96acab1364b40a939b29e0e4ebc52", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/387e66b9-552f-44d0-a1b7-7135af1d065d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:29:44,452 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d used request id req-f8a39b9a-b897-4dc7-bc35-a107726f4859 2018-07-22 16:29:44,453 - create_image - DEBUG - Instance status is - active 2018-07-22 16:29:44,453 - create_image - DEBUG - Image is active with name - vyos1.1.7 2018-07-22 16:29:44,453 - create_image - INFO - Image is now active with name - vyos1.1.7 2018-07-22 16:29:44,453 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-07-22 16:29:44,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:29:44,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:29:44,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["qA7ImpCMRlKLgjVSKMDrmQ"], "issued_at": "2018-07-22T16:29:44.000000Z"}} 2018-07-22 16:29:44,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" 2018-07-22 16:29:44,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e9f6aee-1e97-4c16-8c50-b0e9b372b372 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:29:44,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-2e9f6aee-1e97-4c16-8c50-b0e9b372b372 2018-07-22 16:29:45,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" 2018-07-22 16:29:45,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1aebf426-d08a-46d2-92da-43707df61dd3 Date: Sun, 22 Jul 2018 16:29:45 GMT RESP BODY: {"networks":[]} 2018-07-22 16:29:45,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-1aebf426-d08a-46d2-92da-43707df61dd3 2018-07-22 16:29:45,194 - neutron_utils - INFO - Creating network with name cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:29:45,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" -d '{"network": {"name": "cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776", "admin_state_up": true}}' 2018-07-22 16:29:45,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 598 X-Openstack-Request-Id: req-e8d42aa2-995c-4057-acaf-1a467d0b31e8 Date: Sun, 22 Jul 2018 16:29:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T16:29:45Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","name":"cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:45,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e8d42aa2-995c-4057-acaf-1a467d0b31e8 2018-07-22 16:29:45,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" 2018-07-22 16:29:45,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 582 X-Openstack-Request-Id: req-2126353e-be10-447f-9741-3f818dda46e1 Date: Sun, 22 Jul 2018 16:29: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-07-22T16:29:45Z","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","name":"cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:45,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-2126353e-be10-447f-9741-3f818dda46e1 2018-07-22 16:29:45,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" 2018-07-22 16:29:45,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c7621cc0-f090-49bf-9ea0-f20b10faae54 Date: Sun, 22 Jul 2018 16:29:45 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:29:45,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-c7621cc0-f090-49bf-9ea0-f20b10faae54 2018-07-22 16:29:45,932 - neutron_utils - INFO - Creating subnet with name cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:29:45,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" -d '{"subnets": [{"ip_version": 4, "network_id": "3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6", "cidr": "10.67.79.0/24", "dns_nameservers": ["8.8.8.8"], "name": "cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]}' 2018-07-22 16:29:46,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fe1df29c-d628-4173-a64b-9a45285442f0 Date: Sun, 22 Jul 2018 16:29:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","gateway_ip":"10.67.79.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:46,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-fe1df29c-d628-4173-a64b-9a45285442f0 2018-07-22 16:29:46,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" 2018-07-22 16:29:46,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-366022ca-787f-45ca-98db-d58f26b59b4c Date: Sun, 22 Jul 2018 16:29: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":["b4562472-7bb8-4bc9-b068-6dcb260fff42"],"updated_at":"2018-07-22T16:29:46Z","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","name":"cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:46,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-366022ca-787f-45ca-98db-d58f26b59b4c 2018-07-22 16:29:46,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" 2018-07-22 16:29:46,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-59bd0069-614d-4591-9a20-344deb2baafa Date: Sun, 22 Jul 2018 16:29:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:46,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-59bd0069-614d-4591-9a20-344deb2baafa 2018-07-22 16:29:46,938 - OpenStackNetwork - DEBUG - Network [3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6] created successfully 2018-07-22 16:29:46,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:29:46,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:29:47,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["RNoO9hWgQo6HzSfjolfQ5A"], "issued_at": "2018-07-22T16:29:47.000000Z"}} 2018-07-22 16:29:47,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446e0c9f1117d83e572202eb7f14fd3a642b958" 2018-07-22 16:29:47,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-4a5ed03f-ab97-42bd-9447-6fb72a46d721 Date: Sun, 22 Jul 2018 16:29:47 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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 16:29:47,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-4a5ed03f-ab97-42bd-9447-6fb72a46d721 2018-07-22 16:29:47,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3446e0c9f1117d83e572202eb7f14fd3a642b958" 2018-07-22 16:29:47,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4db2b6c3-1e4a-45d0-8b7a-6dc7f34322bd Date: Sun, 22 Jul 2018 16:29:47 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:29:47,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-4db2b6c3-1e4a-45d0-8b7a-6dc7f34322bd 2018-07-22 16:29:47,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:29:47,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:29:48,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:29:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["e_DvyX_SRXeKZeePynretw"], "issued_at": "2018-07-22T16:29:48.000000Z"}} 2018-07-22 16:29:48,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:48,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18f913a1-9b4b-4f55-9833-c6d634445662 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:29:48,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-18f913a1-9b4b-4f55-9833-c6d634445662 2018-07-22 16:29:48,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:48,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-48949811-3cca-4e0b-9e44-543f6050c62b Date: Sun, 22 Jul 2018 16:29:48 GMT RESP BODY: {"routers": []} 2018-07-22 16:29:48,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776&admin_state_up=True used request id req-48949811-3cca-4e0b-9e44-543f6050c62b 2018-07-22 16:29:48,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:29:48,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:29:48,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:29:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["IYTTYSlfQoWgG0UdzIorWA"], "issued_at": "2018-07-22T16:29:48.000000Z"}} 2018-07-22 16:29:48,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f7a8038208cc083953e1d8db8d69840ece2084" 2018-07-22 16:29:48,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fd9562-18f1-4321-a48a-6cff102b8f5d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:29:48,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-52fd9562-18f1-4321-a48a-6cff102b8f5d 2018-07-22 16:29:48,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:48,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-1fca5a89-9e5e-4007-8023-60efe805bddb Date: Sun, 22 Jul 2018 16:29: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":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"updated_at":"2018-07-22T14:48:19Z","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"6a167d45-02f1-4160-bc00-29ab4d79828c","name":"external"}]} 2018-07-22 16:29:48,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-1fca5a89-9e5e-4007-8023-60efe805bddb 2018-07-22 16:29:48,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:48,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b4b17e51-a253-4fef-b471-9e72d826c11f Date: Sun, 22 Jul 2018 16:29:48 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:29:48,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-b4b17e51-a253-4fef-b471-9e72d826c11f 2018-07-22 16:29:48,956 - neutron_utils - INFO - Creating router with name - cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:29:48,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776", "admin_state_up": true}}' 2018-07-22 16:29:53,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-b72ea590-23ee-4cd1-bff0-8ca45fff78e4 Date: Sun, 22 Jul 2018 16:29:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:52Z", "admin_state_up": true, "updated_at": "2018-07-22T16:29:53Z", "revision_number": 2, "routes": [], "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "fa7d4958-d56d-4dee-ac7e-5fbff9690d25", "name": "cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:53,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-b72ea590-23ee-4cd1-bff0-8ca45fff78e4 2018-07-22 16:29:53,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=fa7d4958-d56d-4dee-ac7e-5fbff9690d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:54,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e934c7f3-cabb-40ee-bb28-9d729629d988 Date: Sun, 22 Jul 2018 16:29:54 GMT RESP BODY: {"ports":[]} 2018-07-22 16:29:54,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=fa7d4958-d56d-4dee-ac7e-5fbff9690d25 used request id req-e934c7f3-cabb-40ee-bb28-9d729629d988 2018-07-22 16:29:54,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?name=cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:54,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5880087c-7434-4205-a46c-e4c811e9df40 Date: Sun, 22 Jul 2018 16:29:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:54,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?name=cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-5880087c-7434-4205-a46c-e4c811e9df40 2018-07-22 16:29:54,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:29:54,091 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:29: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:29:54,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:54,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f24b138-6d2a-47eb-b936-8b296757e093 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:54,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-9f24b138-6d2a-47eb-b936-8b296757e093 2018-07-22 16:29:54,112 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-22 16:29:54,112 - neutron_utils - INFO - Adding interface to router with name cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:29:54,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/fa7d4958-d56d-4dee-ac7e-5fbff9690d25/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" -d '{"subnet_id": "b4562472-7bb8-4bc9-b068-6dcb260fff42"}' 2018-07-22 16:29:56,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8b128b4d-4dbc-4e43-8092-2d669657d694 Date: Sun, 22 Jul 2018 16:29:56 GMT RESP BODY: {"network_id": "3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "subnet_id": "b4562472-7bb8-4bc9-b068-6dcb260fff42", "subnet_ids": ["b4562472-7bb8-4bc9-b068-6dcb260fff42"], "port_id": "19eb19e2-e405-47fa-9e19-b0f5c2c533b2", "id": "fa7d4958-d56d-4dee-ac7e-5fbff9690d25"} 2018-07-22 16:29:56,046 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fa7d4958-d56d-4dee-ac7e-5fbff9690d25/add_router_interface used request id req-8b128b4d-4dbc-4e43-8092-2d669657d694 2018-07-22 16:29:56,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/fa7d4958-d56d-4dee-ac7e-5fbff9690d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:56,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-e50068b6-2ce7-4ece-be21-4c57cd8859f7 Date: Sun, 22 Jul 2018 16:29:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:52Z", "admin_state_up": true, "updated_at": "2018-07-22T16:29:55Z", "revision_number": 3, "routes": [], "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "fa7d4958-d56d-4dee-ac7e-5fbff9690d25", "name": "cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:56,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/fa7d4958-d56d-4dee-ac7e-5fbff9690d25 used request id req-e50068b6-2ce7-4ece-be21-4c57cd8859f7 2018-07-22 16:29:56,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=fa7d4958-d56d-4dee-ac7e-5fbff9690d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:56,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 719 X-Openstack-Request-Id: req-dc9a8d13-b6f1-40ad-bf28-8407394dee2a Date: Sun, 22 Jul 2018 16:29:56 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:54Z","admin_state_up":true,"updated_at":"2018-07-22T16:29:55Z","binding:vnic_type":"normal","device_id":"fa7d4958-d56d-4dee-ac7e-5fbff9690d25","device_owner":"network:router_interface","revision_number":6,"mac_address":"fa:16:3e:20:ab:ce","id":"19eb19e2-e405-47fa-9e19-b0f5c2c533b2","port_security_enabled":false,"project_id":"93c96acab1364b40a939b29e0e4ebc52","fixed_ips":[{"subnet_id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","ip_address":"10.67.79.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-22 16:29:56,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=fa7d4958-d56d-4dee-ac7e-5fbff9690d25 used request id req-dc9a8d13-b6f1-40ad-bf28-8407394dee2a 2018-07-22 16:29:56,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/b4562472-7bb8-4bc9-b068-6dcb260fff42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:29:56,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-729ba978-8c7c-4d49-a0cf-03f59877985b Date: Sun, 22 Jul 2018 16:29:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","gateway_ip":"10.67.79.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:56,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/b4562472-7bb8-4bc9-b068-6dcb260fff42 used request id req-729ba978-8c7c-4d49-a0cf-03f59877985b 2018-07-22 16:29:56,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-07-22 16:29:56,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:29:56,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:29:56,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:29:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["gcsuNCAST7GffaGMv9_KHw"], "issued_at": "2018-07-22T16:29:56.000000Z"}} 2018-07-22 16:29:56,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:56,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1ef938a-6031-4351-9586-b43f757f987c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:29:56,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-b1ef938a-6031-4351-9586-b43f757f987c 2018-07-22 16:29:56,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:57,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3af78e37-5eaf-4c9e-b8c1-8b9ed4e2122d Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_groups": []} 2018-07-22 16:29:57,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-3af78e37-5eaf-4c9e-b8c1-8b9ed4e2122d 2018-07-22 16:29:57,335 - OpenStackSecurityGroup - INFO - Creating security group sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776... 2018-07-22 16:29:57,335 - neutron_utils - INFO - Creating security group with name - sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:29:57,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" -d '{"security_group": {"name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}}' 2018-07-22 16:29:57,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-3f5447b4-655c-4c07-b172-bdf84bafa869 Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "updated_at": "2018-07-22T16:29:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "e72b3504-cbb0-404a-80ff-97d305911cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}], "revision_number": 2, "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:57,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-3f5447b4-655c-4c07-b172-bdf84bafa869 2018-07-22 16:29:57,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:57,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:57,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4939d1db-631c-47fe-80dd-08fa36fe026a Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "e72b3504-cbb0-404a-80ff-97d305911cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3"}]} 2018-07-22 16:29:57,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-4939d1db-631c-47fe-80dd-08fa36fe026a 2018-07-22 16:29:57,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:57,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:57,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da5f2793-5b81-4ecf-b582-8bbb75fbd1e9 Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "e72b3504-cbb0-404a-80ff-97d305911cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3"}]} 2018-07-22 16:29:57,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-da5f2793-5b81-4ecf-b582-8bbb75fbd1e9 2018-07-22 16:29:57,641 - neutron_utils - INFO - Retrieving security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:57,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:57,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-b3ed5b7b-082a-4e31-8d85-c4e16fb202d4 Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "updated_at": "2018-07-22T16:29:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "e72b3504-cbb0-404a-80ff-97d305911cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}], "revision_number": 2, "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:57,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-b3ed5b7b-082a-4e31-8d85-c4e16fb202d4 2018-07-22 16:29:57,740 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:57,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:57,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fc0b6fe6-4046-4581-bab7-7e298ae8c3f8 Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "e72b3504-cbb0-404a-80ff-97d305911cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3"}]} 2018-07-22 16:29:57,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-fc0b6fe6-4046-4581-bab7-7e298ae8c3f8 2018-07-22 16:29:57,770 - neutron_utils - INFO - Retrieving security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:57,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:57,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e17c497d-d45d-45e2-845d-463241847d64 Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "updated_at": "2018-07-22T16:29:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "e72b3504-cbb0-404a-80ff-97d305911cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}], "revision_number": 2, "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:57,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-e17c497d-d45d-45e2-845d-463241847d64 2018-07-22 16:29:57,819 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:57,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:57,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c8255fff-1b27-4b5e-80ee-43af3ba28e19 Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "e72b3504-cbb0-404a-80ff-97d305911cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3"}]} 2018-07-22 16:29:57,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-c8255fff-1b27-4b5e-80ee-43af3ba28e19 2018-07-22 16:29:57,846 - neutron_utils - INFO - Creating security group to security group - sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:29:57,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:57,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7dcc6162-bb79-4f31-b519-185127ec965d Date: Sun, 22 Jul 2018 16:29:57 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "updated_at": "2018-07-22T16:29:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "e72b3504-cbb0-404a-80ff-97d305911cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}], "revision_number": 2, "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:57,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-7dcc6162-bb79-4f31-b519-185127ec965d 2018-07-22 16:29:57,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:29:57,901 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:29: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:29:57,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:58,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940b3aa2-99fb-424c-8ece-faac8f9a5156 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:58,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-940b3aa2-99fb-424c-8ece-faac8f9a5156 2018-07-22 16:29:58,074 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:58,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:58,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cf1b56d-060e-492d-9626-6eaf77cce0d3 Date: Sun, 22 Jul 2018 16:29:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "e72b3504-cbb0-404a-80ff-97d305911cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3"}]} 2018-07-22 16:29:58,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-0cf1b56d-060e-492d-9626-6eaf77cce0d3 2018-07-22 16:29:58,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 1, "port_range_max": 65535, "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662"}}' 2018-07-22 16:29:58,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6db1d576-cb55-4a94-b349-cc3daf151aeb Date: Sun, 22 Jul 2018 16:29:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-22T16:29:58Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": 1, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:58Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "f2bd2789-da00-4e9c-8254-2e88d1ff725e"}} 2018-07-22 16:29:58,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-6db1d576-cb55-4a94-b349-cc3daf151aeb 2018-07-22 16:29:58,277 - neutron_utils - INFO - Creating security group to security group - sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:29:58,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:58,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1887 X-Openstack-Request-Id: req-5fb3ac16-e6a7-4187-92c9-1d5b3623f52c Date: Sun, 22 Jul 2018 16:29:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "updated_at": "2018-07-22T16:29:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "e72b3504-cbb0-404a-80ff-97d305911cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-07-22T16:29:58Z", "revision_number": 0, "id": "f2bd2789-da00-4e9c-8254-2e88d1ff725e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:58Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": 1, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}], "revision_number": 3, "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:58,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-5fb3ac16-e6a7-4187-92c9-1d5b3623f52c 2018-07-22 16:29:58,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:58,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b0464a7-63b5-4263-bb1e-c77e96b0b95f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:58,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-1b0464a7-63b5-4263-bb1e-c77e96b0b95f 2018-07-22 16:29:58,356 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:58,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:58,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1486 X-Openstack-Request-Id: req-229a6ead-3630-4a6c-8f89-1829b92cc820 Date: Sun, 22 Jul 2018 16:29:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "e72b3504-cbb0-404a-80ff-97d305911cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-22T16:29:58Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": 1, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:58Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "f2bd2789-da00-4e9c-8254-2e88d1ff725e"}]} 2018-07-22 16:29:58,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-229a6ead-3630-4a6c-8f89-1829b92cc820 2018-07-22 16:29:58,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" -d '{"security_group_rule": {"protocol": 17, "direction": "ingress", "port_range_min": 1, "port_range_max": 65535, "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662"}}' 2018-07-22 16:29:58,597 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 508 X-Openstack-Request-Id: req-6bdcc55f-6247-46e7-998e-1edad2459636 Date: Sun, 22 Jul 2018 16:29:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "17", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-22T16:29:58Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": 1, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:58Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "6d9c14f2-2e4f-4c2a-a57f-464876814094"}} 2018-07-22 16:29:58,598 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-6bdcc55f-6247-46e7-998e-1edad2459636 2018-07-22 16:29:58,598 - neutron_utils - INFO - Retrieving security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:58,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:58,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2384 X-Openstack-Request-Id: req-70676964-3e92-4247-a1aa-55b7ff0b96c8 Date: Sun, 22 Jul 2018 16:29:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "updated_at": "2018-07-22T16:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": "17", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-07-22T16:29:58Z", "revision_number": 0, "id": "6d9c14f2-2e4f-4c2a-a57f-464876814094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:58Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": 1, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "e72b3504-cbb0-404a-80ff-97d305911cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "revision_number": 0, "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-07-22T16:29:58Z", "revision_number": 0, "id": "f2bd2789-da00-4e9c-8254-2e88d1ff725e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:58Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": 1, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}], "revision_number": 4, "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:58,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-70676964-3e92-4247-a1aa-55b7ff0b96c8 2018-07-22 16:29:58,655 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7cb35abb-87f6-4c6f-acfb-30b918c5b662 2018-07-22 16:29:58,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:29:58,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1971 X-Openstack-Request-Id: req-679470b5-045d-4219-bc88-8985daff4661 Date: Sun, 22 Jul 2018 16:29:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "17", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-22T16:29:58Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": 1, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:58Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "6d9c14f2-2e4f-4c2a-a57f-464876814094"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "e72b3504-cbb0-404a-80ff-97d305911cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:57Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:57Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-22T16:29:58Z", "security_group_id": "7cb35abb-87f6-4c6f-acfb-30b918c5b662", "port_range_min": 1, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:58Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "f2bd2789-da00-4e9c-8254-2e88d1ff725e"}]} 2018-07-22 16:29:58,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-679470b5-045d-4219-bc88-8985daff4661 2018-07-22 16:29:58,711 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-07-22 16:29:58,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:29:58,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:29:59,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:29:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["jASxL7q5Q7ewWKPfQlzYtw"], "issued_at": "2018-07-22T16:29:59.000000Z"}} 2018-07-22 16:29:59,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:29:59,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd70810-cdd3-4620-a3ec-eae3d76eb0a5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:29:59,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-1dd70810-cdd3-4620-a3ec-eae3d76eb0a5 2018-07-22 16:29:59,171 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:29:59,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:29:59,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-094187e7-d331-42f4-bee8-a6265b985eaa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:29:59,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-094187e7-d331-42f4-bee8-a6265b985eaa 2018-07-22 16:29:59,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:29:59,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-1b858101-ea6a-49bf-8bfe-57e7560a5956 Date: Sun, 22 Jul 2018 16:29: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":["b4562472-7bb8-4bc9-b068-6dcb260fff42"],"updated_at":"2018-07-22T16:29:46Z","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","name":"cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:59,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-1b858101-ea6a-49bf-8bfe-57e7560a5956 2018-07-22 16:29:59,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:29:59,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:29:59,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:29:59,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd3451e-aabd-4676-a257-99749a4122a9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:29:59,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-7cd3451e-aabd-4676-a257-99749a4122a9 2018-07-22 16:29:59,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:29:59,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cb2d31e1-271c-4b0d-82e2-5c342310a801 Date: Sun, 22 Jul 2018 16:29:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:29:59,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-cb2d31e1-271c-4b0d-82e2-5c342310a801 2018-07-22 16:29:59,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6&name=cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:29:59,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-47d6dd35-de45-42be-a556-27a0869f9bd7 Date: Sun, 22 Jul 2018 16:29:59 GMT RESP BODY: {"ports":[]} 2018-07-22 16:29:59,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6&name=cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776&admin_state_up=True used request id req-47d6dd35-de45-42be-a556-27a0869f9bd7 2018-07-22 16:29:59,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=cloudify_manager-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:00,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:29: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-ac43435a-5120-427a-8710-b63445d5f95c x-compute-request-id: req-ac43435a-5120-427a-8710-b63445d5f95c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 16:30:00,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=cloudify_manager-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-ac43435a-5120-427a-8710-b63445d5f95c 2018-07-22 16:30:00,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:00,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-6730324c-817a-4dff-893d-aad9d7095c45 Date: Sun, 22 Jul 2018 16:30: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":["b4562472-7bb8-4bc9-b068-6dcb260fff42"],"updated_at":"2018-07-22T16:29:46Z","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","name":"cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:00,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-6730324c-817a-4dff-893d-aad9d7095c45 2018-07-22 16:30:00,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:00,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9978e288-da62-4e4e-b449-9808f7e5b9f8 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:30:00,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-9978e288-da62-4e4e-b449-9808f7e5b9f8 2018-07-22 16:30:00,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:00,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-84017be5-ce6c-4b8b-b28a-ae86476e97fb Date: Sun, 22 Jul 2018 16:30:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:00,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-84017be5-ce6c-4b8b-b28a-ae86476e97fb 2018-07-22 16:30:00,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6&name=cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:00,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0cc41dff-4aa4-4785-ae12-e8286bb889fe Date: Sun, 22 Jul 2018 16:30:00 GMT RESP BODY: {"ports":[]} 2018-07-22 16:30:00,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6&name=cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776&admin_state_up=True used request id req-0cc41dff-4aa4-4785-ae12-e8286bb889fe 2018-07-22 16:30:00,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:00,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:00,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-22T17:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_93c96acab1364b40a939b29e0e4ebc52", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776", "id": "a7bd9e05358a485a9dd3b5d3b58c96fd"}, "audit_ids": ["VNYqvFM0TmiIGHpH6KDQdA"], "issued_at": "2018-07-22T16:30:00.000000Z"}} 2018-07-22 16:30:00,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d26569729742b64f0670cc026f9a44693c2d220" 2018-07-22 16:30:00,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d628bf09-28f7-4cd2-b75f-83917fbcf762 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:00,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d628bf09-28f7-4cd2-b75f-83917fbcf762 2018-07-22 16:30:00,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:01,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-3765c05c-bf68-4bbd-8017-bfa94211f751 Date: Sun, 22 Jul 2018 16:30: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":["b4562472-7bb8-4bc9-b068-6dcb260fff42"],"updated_at":"2018-07-22T16:29:46Z","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","name":"cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:01,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-3765c05c-bf68-4bbd-8017-bfa94211f751 2018-07-22 16:30:01,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:01,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-580c3526-08fb-4cc5-8168-0c867932118b Date: Sun, 22 Jul 2018 16:30:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:01,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-580c3526-08fb-4cc5-8168-0c867932118b 2018-07-22 16:30:01,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:01,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-61d7a373-8ab8-48a5-a714-5af75ae67efd Date: Sun, 22 Jul 2018 16:30: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":["b4562472-7bb8-4bc9-b068-6dcb260fff42"],"updated_at":"2018-07-22T16:29:46Z","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","name":"cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:01,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-61d7a373-8ab8-48a5-a714-5af75ae67efd 2018-07-22 16:30:01,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:30:01,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:30: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:30:01,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d26569729742b64f0670cc026f9a44693c2d220" 2018-07-22 16:30:01,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c721b21-273b-4539-bfcb-4cfd72a2c5e9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:30:01,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-8c721b21-273b-4539-bfcb-4cfd72a2c5e9 2018-07-22 16:30:01,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:01,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b02ac39d-175d-4848-8dd3-fa55b4a935b6 Date: Sun, 22 Jul 2018 16:30:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:01,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-b02ac39d-175d-4848-8dd3-fa55b4a935b6 2018-07-22 16:30:01,329 - neutron_utils - INFO - Creating port for network with name - cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:01,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" -d '{"port": {"network_id": "3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6", "name": "cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776", "admin_state_up": true}}' 2018-07-22 16:30:02,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-347dfc29-7a7b-4c4b-80e5-94c35e1587a5 Date: Sun, 22 Jul 2018 16:30:02 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-22T16:30:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-22T16:30:01Z","name":"cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:a7:94:59","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"93c96acab1364b40a939b29e0e4ebc52","fixed_ips":[{"subnet_id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","ip_address":"10.67.79.8"}],"id":"94c4fc95-b550-42a0-b867-9f16b45435ef","security_groups":["3575c7b8-d286-4a91-b433-7dc6ed7f09e3"],"device_id":""}} 2018-07-22 16:30:02,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-347dfc29-7a7b-4c4b-80e5-94c35e1587a5 2018-07-22 16:30:02,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-22e6e15a-b7a2-471e-a9f4-25f8ae93b2ff Date: Sun, 22 Jul 2018 16:30: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":["b4562472-7bb8-4bc9-b068-6dcb260fff42"],"updated_at":"2018-07-22T16:29:46Z","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","name":"cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:02,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=cloudify_vrouter_network-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-22e6e15a-b7a2-471e-a9f4-25f8ae93b2ff 2018-07-22 16:30:02,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16b67718-fc74-48a6-9f29-7c8cf9e02aae Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:30:02,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-16b67718-fc74-48a6-9f29-7c8cf9e02aae 2018-07-22 16:30:02,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3fb905dc-1d56-4caa-84e5-40f721af1dea Date: Sun, 22 Jul 2018 16:30:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:29:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:29:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"93c96acab1364b40a939b29e0e4ebc52","id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","subnetpool_id":null,"name":"cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:02,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6 used request id req-3fb905dc-1d56-4caa-84e5-40f721af1dea 2018-07-22 16:30:02,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6&name=cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e5518cec-c63c-48a0-ab2d-b55b231d5d9d Date: Sun, 22 Jul 2018 16:30:02 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6","tenant_id":"93c96acab1364b40a939b29e0e4ebc52","created_at":"2018-07-22T16:30:01Z","admin_state_up":true,"updated_at":"2018-07-22T16:30:01Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":6,"mac_address":"fa:16:3e:a7:94:59","id":"94c4fc95-b550-42a0-b867-9f16b45435ef","port_security_enabled":true,"project_id":"93c96acab1364b40a939b29e0e4ebc52","fixed_ips":[{"subnet_id":"b4562472-7bb8-4bc9-b068-6dcb260fff42","ip_address":"10.67.79.8"}],"extra_dhcp_opts":[],"security_groups":["3575c7b8-d286-4a91-b433-7dc6ed7f09e3"],"name":"cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:02,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6&name=cloudify_manager_port-989122c6-aa0c-4f60-a271-d44f237e3776&admin_state_up=True used request id req-e5518cec-c63c-48a0-ab2d-b55b231d5d9d 2018-07-22 16:30:02,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99618c9a-ed0e-4ebb-97b4-6832aa007d7c Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:30:02,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-99618c9a-ed0e-4ebb-97b4-6832aa007d7c 2018-07-22 16:30:02,668 - nova_utils - INFO - Creating VM with name - cloudify_manager-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:02,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30: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-53c2cb5d-8c54-45ec-a384-3d245be3081f x-compute-request-id: req-53c2cb5d-8c54-45ec-a384-3d245be3081f Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}, {"id": "3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "rel": "bookmark"}], "name": "cloudify.medium-989122c6-aa0c-4f60-a271-d44f237e3776"}]} 2018-07-22 16:30:02,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-53c2cb5d-8c54-45ec-a384-3d245be3081f 2018-07-22 16:30:02,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30: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-131b7168-cc15-45ba-97f0-801d3e52e106 x-compute-request-id: req-131b7168-cc15-45ba-97f0-801d3e52e106 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify.medium-989122c6-aa0c-4f60-a271-d44f237e3776", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "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": 50, "id": "3bb44bee-d3a9-4236-99a4-1db60beeb4ae"}} 2018-07-22 16:30:02,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae used request id req-131b7168-cc15-45ba-97f0-801d3e52e106 2018-07-22 16:30:02,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=cloudify_manager_4.0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 948 Content-Type: application/json X-Openstack-Request-Id: req-8c5bd626-0049-4f48-a25f-70738d52507c Date: Sun, 22 Jul 2018 16:30:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "cloudify_manager_4.0", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:28:26Z", "size": 4373348352, "disk_format": "qcow2", "updated_at": "2018-07-22T16:29:36Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/snap", "metadata": {}}], "self": "/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "min_disk": 0, "protected": false, "id": "c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "file": "/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/file", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner": "93c96acab1364b40a939b29e0e4ebc52", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=cloudify_manager_4.0"} 2018-07-22 16:30:02,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=cloudify_manager_4.0 used request id req-8c5bd626-0049-4f48-a25f-70738d52507c 2018-07-22 16:30:02,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:02,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-560fa398-11f0-4b0e-8ced-e95be3d92965 Date: Sun, 22 Jul 2018 16:30:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-07-22 16:30:02,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-560fa398-11f0-4b0e-8ced-e95be3d92965 2018-07-22 16:30:02,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" -d '{"server": {"name": "cloudify_manager-989122c6-aa0c-4f60-a271-d44f237e3776", "imageRef": "c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "key_name": "cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776", "flavorRef": "3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "max_count": 1, "min_count": 1, "networks": [{"port": "94c4fc95-b550-42a0-b867-9f16b45435ef"}], "security_groups": [{"name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}]}}' 2018-07-22 16:30:03,930 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:30: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-59539444-18ba-4a96-bfc5-120dac7fb1f1 x-compute-request-id: req-59539444-18ba-4a96-bfc5-120dac7fb1f1 Content-Length: 423 location: http://172.30.9.28:8774/v2.1/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776"}], "OS-DCF:diskConfig": "MANUAL", "id": "04cafb40-4774-45fb-be70-12a0d9cd8ea0", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0", "rel": "bookmark"}], "adminPass": "2e6H4TWibvYv"}} 2018-07-22 16:30:03,930 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-59539444-18ba-4a96-bfc5-120dac7fb1f1 2018-07-22 16:30:03,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:04,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18555d02-52e0-484c-b57a-669718b28dcb x-compute-request-id: req-18555d02-52e0-484c-b57a-669718b28dcb Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0", "rel": "bookmark"}], "image": {"id": "c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "links": [{"href": "http://172.30.9.28:8774/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "links": [{"href": "http://172.30.9.28:8774/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "rel": "bookmark"}]}, "id": "04cafb40-4774-45fb-be70-12a0d9cd8ea0", "user_id": "a7bd9e05358a485a9dd3b5d3b58c96fd", "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-07-22T16:30:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776", "name": "cloudify_manager-989122c6-aa0c-4f60-a271-d44f237e3776", "created": "2018-07-22T16:30:03Z", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-22 16:30:04,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0 used request id req-18555d02-52e0-484c-b57a-669718b28dcb 2018-07-22 16:30:04,378 - create_instance - INFO - Created instance with name - cloudify_manager-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:04,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e421f21748b67de3fcf0e494c3019e3fbc94454d" 2018-07-22 16:30:04,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16: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-1b3e06c0-2d02-4362-925d-b7d622940454 x-compute-request-id: req-1b3e06c0-2d02-4362-925d-b7d622940454 Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0", "rel": "bookmark"}], "image": {"id": "c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "links": [{"href": "http://172.30.9.28:8774/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "links": [{"href": "http://172.30.9.28:8774/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae", "rel": "bookmark"}]}, "id": "04cafb40-4774-45fb-be70-12a0d9cd8ea0", "user_id": "a7bd9e05358a485a9dd3b5d3b58c96fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-22T16:30:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776", "name": "cloudify_manager-989122c6-aa0c-4f60-a271-d44f237e3776", "created": "2018-07-22T16:30:03Z", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-07-22T16:30:04Z"}, "metadata": {}}} 2018-07-22 16:30:04,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/04cafb40-4774-45fb-be70-12a0d9cd8ea0 used request id req-1b3e06c0-2d02-4362-925d-b7d622940454 2018-07-22 16:30:04,643 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 256, in deploy_orchestrator manager_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 158, in __create_vm if self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 525, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 552, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 587, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment 2018-07-22 16:30:04,760 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 16:30:04,760 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:45 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-07-22 16:30:04,766 - 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 404, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-07-22 16:30:04,766 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-07-22 16:30:04,767 - neutron_utils - INFO - Deleting security group rule with ID - ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3 2018-07-22 16:30:04,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:30:04,876 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8fb797b-c659-46bd-b3ed-f7a1539679e0 Content-Length: 0 Date: Sun, 22 Jul 2018 16:30:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:30:04,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/ee2b8564-8547-4b3e-a9ef-c7c5939bb2d3 used request id req-f8fb797b-c659-46bd-b3ed-f7a1539679e0 2018-07-22 16:30:04,876 - neutron_utils - INFO - Deleting security group rule with ID - 6d9c14f2-2e4f-4c2a-a57f-464876814094 2018-07-22 16:30:04,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/6d9c14f2-2e4f-4c2a-a57f-464876814094 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:30:04,970 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8e4bfa93-e142-4c31-892a-32140b8d060e Content-Length: 0 Date: Sun, 22 Jul 2018 16:30:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:30:04,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/6d9c14f2-2e4f-4c2a-a57f-464876814094 used request id req-8e4bfa93-e142-4c31-892a-32140b8d060e 2018-07-22 16:30:04,970 - neutron_utils - INFO - Deleting security group rule with ID - f2bd2789-da00-4e9c-8254-2e88d1ff725e 2018-07-22 16:30:04,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f2bd2789-da00-4e9c-8254-2e88d1ff725e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:30:05,087 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dfc9e72a-798c-44b9-8591-8a1a5b19a74a Content-Length: 0 Date: Sun, 22 Jul 2018 16:30:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:30:05,087 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f2bd2789-da00-4e9c-8254-2e88d1ff725e used request id req-dfc9e72a-798c-44b9-8591-8a1a5b19a74a 2018-07-22 16:30:05,087 - neutron_utils - INFO - Deleting security group rule with ID - e72b3504-cbb0-404a-80ff-97d305911cc2 2018-07-22 16:30:05,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/e72b3504-cbb0-404a-80ff-97d305911cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:30:05,205 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9236a17b-5373-4d86-ac83-14f2230c87eb Content-Length: 0 Date: Sun, 22 Jul 2018 16:30:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:30:05,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/e72b3504-cbb0-404a-80ff-97d305911cc2 used request id req-9236a17b-5373-4d86-ac83-14f2230c87eb 2018-07-22 16:30:05,205 - neutron_utils - INFO - Deleting security group with name - sg-cloudify-manager-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:05,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7cb35abb-87f6-4c6f-acfb-30b918c5b662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77718803bd06d1a03dc41fa46ceb4e9b8d9ed45" 2018-07-22 16:30:05,371 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77e557e4-8ca5-47f8-8dd6-1c57931e0aa3 Content-Length: 0 Date: Sun, 22 Jul 2018 16:30:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:30:05,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7cb35abb-87f6-4c6f-acfb-30b918c5b662 used request id req-77e557e4-8ca5-47f8-8dd6-1c57931e0aa3 2018-07-22 16:30:05,372 - OpenStackNetwork - INFO - Removing router interface from router cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776 and subnet cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:05,372 - neutron_utils - INFO - Removing router interface from router named cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:05,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/fa7d4958-d56d-4dee-ac7e-5fbff9690d25/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" -d '{"subnet_id": "b4562472-7bb8-4bc9-b068-6dcb260fff42"}' 2018-07-22 16:30:06,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-74d10ac0-6da0-4971-aa1b-590722bb2043 Date: Sun, 22 Jul 2018 16:30:06 GMT RESP BODY: {"network_id": "3e34fa6d-b379-4d9c-8fbe-2c3424f3eca6", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "subnet_id": "b4562472-7bb8-4bc9-b068-6dcb260fff42", "subnet_ids": ["b4562472-7bb8-4bc9-b068-6dcb260fff42"], "port_id": "19eb19e2-e405-47fa-9e19-b0f5c2c533b2", "id": "fa7d4958-d56d-4dee-ac7e-5fbff9690d25"} 2018-07-22 16:30:06,831 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/fa7d4958-d56d-4dee-ac7e-5fbff9690d25/remove_router_interface used request id req-74d10ac0-6da0-4971-aa1b-590722bb2043 2018-07-22 16:30:06,832 - OpenStackNetwork - INFO - Removing router cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:06,832 - neutron_utils - INFO - Deleting router with name - cloudify_vrouter_router-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:06,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/fa7d4958-d56d-4dee-ac7e-5fbff9690d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d5fbd5ece0b2b2b4d26f47c54abd70ea37ee14b" 2018-07-22 16:30:08,119 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-056c14fc-ffd6-4cff-9e61-e82bd2876e17 Content-Length: 0 Date: Sun, 22 Jul 2018 16:30:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 16:30:08,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/fa7d4958-d56d-4dee-ac7e-5fbff9690d25 used request id req-056c14fc-ffd6-4cff-9e61-e82bd2876e17 2018-07-22 16:30:08,120 - neutron_utils - INFO - Deleting subnet with name cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:08,120 - neutron_utils - INFO - Deleting subnet with name cloudify_vrouter_subnet-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:08,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b4562472-7bb8-4bc9-b068-6dcb260fff42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e708ba04ed25b25e26def85232d5f096843eea" 2018-07-22 16:30:08,476 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-f81c1832-6a25-4935-bb2f-b5151fb30d4c Date: Sun, 22 Jul 2018 16:30:08 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet b4562472-7bb8-4bc9-b068-6dcb260fff42: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-07-22 16:30:08,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b4562472-7bb8-4bc9-b068-6dcb260fff42 used request id req-f81c1832-6a25-4935-bb2f-b5151fb30d4c 2018-07-22 16:30:08,477 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet b4562472-7bb8-4bc9-b068-6dcb260fff42: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-07-22 16:30:08,477 - functest.core.vnf - ERROR - Unexpected error cleaning - Unable to complete operation on subnet b4562472-7bb8-4bc9-b068-6dcb260fff42: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-f81c1832-6a25-4935-bb2f-b5151fb30d4c'] 2018-07-22 16:30:08,478 - glance_utils - INFO - Deleting image named - vyos1.1.7 2018-07-22 16:30:08,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58e5cac65108b2689598281c9d0ffddcc544ebdd" 2018-07-22 16:30:09,776 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e889fed8-1005-4e78-9ac8-3b1c107a20b8 Date: Sun, 22 Jul 2018 16:30:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:30:09,776 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/387e66b9-552f-44d0-a1b7-7135af1d065d used request id req-e889fed8-1005-4e78-9ac8-3b1c107a20b8 2018-07-22 16:30:09,777 - glance_utils - INFO - Deleting image named - cloudify_manager_4.0 2018-07-22 16:30:09,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d8d07cb9f0afcb629e1ed36110535474477a45a2" 2018-07-22 16:30:11,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3aec6b0-35df-4b5c-8578-49e5a926be5b Date: Sun, 22 Jul 2018 16:30:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:30:11,096 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c892c2eb-ace2-4bb5-a071-9bf37d4415e2 used request id req-f3aec6b0-35df-4b5c-8578-49e5a926be5b 2018-07-22 16:30:11,097 - nova_utils - DEBUG - Deleting keypair - cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:11,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e231bbcd3a0dac49e47bb47550651a2b726c67" 2018-07-22 16:30:11,163 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:30:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9fec655f-e7c3-4a71-af93-c6c3d84b741b x-compute-request-id: req-9fec655f-e7c3-4a71-af93-c6c3d84b741b Content-Length: 0 Content-Type: application/json 2018-07-22 16:30:11,163 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_vrouter_kp-989122c6-aa0c-4f60-a271-d44f237e3776 used request id req-9fec655f-e7c3-4a71-af93-c6c3d84b741b 2018-07-22 16:30:11,164 - OpenStackKeypair - INFO - Deleted private key file [/home/opnfv/functest/data/router/cloudify_vrouter.pem] 2018-07-22 16:30:11,165 - keystone_utils - INFO - Deleting user with name - cloudify_network_bug-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:11,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a7bd9e05358a485a9dd3b5d3b58c96fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3a82e0be1fb7524b43bcb710df0eb74f570eb6" 2018-07-22 16:30:11,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7af47a9-d3eb-472f-8e8b-851fbef6f59b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:30:11,321 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a7bd9e05358a485a9dd3b5d3b58c96fd used request id req-b7af47a9-d3eb-472f-8e8b-851fbef6f59b 2018-07-22 16:30:11,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59bb8e58f77ae5a48c8983ead517f55f202eba11" 2018-07-22 16:30:11,350 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 16:30:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fac414cb-cdd2-462a-81d4-c81e3395021b x-compute-request-id: req-fac414cb-cdd2-462a-81d4-c81e3395021b Content-Length: 0 Content-Type: application/json 2018-07-22 16:30:11,350 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3bb44bee-d3a9-4236-99a4-1db60beeb4ae used request id req-fac414cb-cdd2-462a-81d4-c81e3395021b 2018-07-22 16:30:11,351 - keystone_utils - INFO - Deleting user with name - vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:11,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ba7a54dcb79e4f668d99b5245161ec67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c561c4855d843fc0cdbc98d8b43d31ad43ec3d1b" 2018-07-22 16:30:11,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bd67ba4-61a1-4976-b06d-f986495b6f50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:30:11,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ba7a54dcb79e4f668d99b5245161ec67 used request id req-2bd67ba4-61a1-4976-b06d-f986495b6f50 2018-07-22 16:30:11,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:30:11,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 31070 X-Openstack-Request-Id: req-1d0605bf-11ee-4738-ae24-2c5375a762fe Date: Sun, 22 Jul 2018 16:30:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:45Z", "updated_at": "2018-07-22T16:29:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "revision_number": 0, "id": "3e49cd2b-3d14-41c5-b522-6923d36b962b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "revision_number": 0, "id": "4e78cce6-d446-43d4-b486-81ecbaf34a5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "revision_number": 0, "id": "a15f92dd-8ad6-4755-8ba7-87b868e7def3", "remote_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "revision_number": 0, "id": "cd8df3c0-3f51-4bdd-a1c7-e99abf5a8c18", "remote_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}], "revision_number": 4, "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 16:30:11,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1d0605bf-11ee-4738-ae24-2c5375a762fe 2018-07-22 16:30:11,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:30:11,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3807d5aa-b71e-4dfa-8183-4e573decaf96 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "93c96acab1364b40a939b29e0e4ebc52", "name": "vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776"}} 2018-07-22 16:30:11,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-3807d5aa-b71e-4dfa-8183-4e573decaf96 2018-07-22 16:30:11,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3575c7b8-d286-4a91-b433-7dc6ed7f09e3 2018-07-22 16:30:11,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3575c7b8-d286-4a91-b433-7dc6ed7f09e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:30:11,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7152d7f4-84f0-49fd-afa7-66bc0a05abb6 Date: Sun, 22 Jul 2018 16:30: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-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:45Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "3e49cd2b-3d14-41c5-b522-6923d36b962b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:45Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "4e78cce6-d446-43d4-b486-81ecbaf34a5d"}, {"remote_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:45Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "a15f92dd-8ad6-4755-8ba7-87b868e7def3"}, {"remote_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "port_range_min": null, "revision_number": 0, "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:45Z", "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "cd8df3c0-3f51-4bdd-a1c7-e99abf5a8c18"}]} 2018-07-22 16:30:11,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3575c7b8-d286-4a91-b433-7dc6ed7f09e3 used request id req-7152d7f4-84f0-49fd-afa7-66bc0a05abb6 2018-07-22 16:30:11,896 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 16:30:11,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/3575c7b8-d286-4a91-b433-7dc6ed7f09e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:30:11,939 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-e133d5f8-6a7c-4e5f-83f4-07476ac8d1a9 Date: Sun, 22 Jul 2018 16:30:11 GMT RESP BODY: {"NeutronError": {"message": "Security Group 3575c7b8-d286-4a91-b433-7dc6ed7f09e3 in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-07-22 16:30:11,939 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3575c7b8-d286-4a91-b433-7dc6ed7f09e3 used request id req-e133d5f8-6a7c-4e5f-83f4-07476ac8d1a9 2018-07-22 16:30:11,940 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security Group 3575c7b8-d286-4a91-b433-7dc6ed7f09e3 in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-07-22 16:30:11,941 - keystone_utils - INFO - Deleting project with name - vyos_vrouter-989122c6-aa0c-4f60-a271-d44f237e3776 2018-07-22 16:30:11,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:30:12,096 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12b0d7a0-560b-4584-94b8-9046a34a97d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:30:12,096 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/93c96acab1364b40a939b29e0e4ebc52 used request id req-12b0d7a0-560b-4584-94b8-9046a34a97d7 2018-07-22 16:30:12,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4b53eba739d48fa2945287230809a7160d034c" 2018-07-22 16:30:12,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b44c2dc7-cc71-4a14-863d-9b6955a18cfa Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:30:12,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b44c2dc7-cc71-4a14-863d-9b6955a18cfa 2018-07-22 16:30:12,177 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-07-22 16:30:12,198 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-07-22 16:30:12,267 - 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-07-22 16:30:12,285 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-07-22 16:30:12,286 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-07-22 16:30:12,286 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-07-22 16:30:12,286 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-07-22 16:30:12,286 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-22 16:30:12,286 - openstack_tests - INFO - OS Credentials = > 2018-07-22 16:30:12,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:12,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:12,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["fJcgfjFUR9-YmCAGVTKnEw"], "issued_at": "2018-07-22T16:30:12.000000Z"}} 2018-07-22 16:30:12,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d57b61a426aca6e531d14e87ea3ae84b25b85506" 2018-07-22 16:30:12,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59401c4-2778-4dda-993e-199f798e20d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:12,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-c59401c4-2778-4dda-993e-199f798e20d7 2018-07-22 16:30:12,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:30:12,757 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:30: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:30:12,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788&description=Created+by+OPNFV+Functest%3A+juju_epc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d57b61a426aca6e531d14e87ea3ae84b25b85506" 2018-07-22 16:30:12,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd396ca2-8c8c-4ff5-b4b2-facacae58a32 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788&description=Created+by+OPNFV+Functest%3A+juju_epc", "previous": null, "next": null}, "projects": []} 2018-07-22 16:30:12,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788&description=Created+by+OPNFV+Functest%3A+juju_epc used request id req-fd396ca2-8c8c-4ff5-b4b2-facacae58a32 2018-07-22 16:30:12,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d57b61a426aca6e531d14e87ea3ae84b25b85506" 2018-07-22 16:30:12,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142b757f-3c6d-44c2-9aa4-8ed5c0407622 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:30:12,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-142b757f-3c6d-44c2-9aa4-8ed5c0407622 2018-07-22 16:30:12,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d57b61a426aca6e531d14e87ea3ae84b25b85506" -d '{"project": {"enabled": true, "description": "Created by OPNFV Functest: juju_epc", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "domain_id": "default"}}' 2018-07-22 16:30:13,056 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 16:30:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5701fb90-fb4c-4395-9168-0843a8490336 Content-Length: 354 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f"}, "tags": [], "enabled": true, "id": "62ecdbe65a224d76a957b8447080638f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}} 2018-07-22 16:30:13,056 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5701fb90-fb4c-4395-9168-0843a8490336 2018-07-22 16:30:13,056 - keystone_utils - INFO - Created project with name - juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 16:30:13,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:13,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:13,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["sJ61_ScNRq6sfxvXVKFgdg"], "issued_at": "2018-07-22T16:30:13.000000Z"}} 2018-07-22 16:30:13,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c765aafc22cff3dc46f27d73bde5e8ebae0ae1b" 2018-07-22 16:30:13,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92a20c7e-2a18-4d41-9fdf-742f5bd2ce94 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:13,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-92a20c7e-2a18-4d41-9fdf-742f5bd2ce94 2018-07-22 16:30:13,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:30:13,521 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:30:13,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c765aafc22cff3dc46f27d73bde5e8ebae0ae1b" 2018-07-22 16:30:13,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dbc8040-2760-465d-8c99-69c35c6a33b4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:30:13,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8dbc8040-2760-465d-8c99-69c35c6a33b4 2018-07-22 16:30:13,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:13,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:13,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["tCGTI8zqSoWr1OLWpUtI2g"], "issued_at": "2018-07-22T16:30:13.000000Z"}} 2018-07-22 16:30:13,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:14,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d8c6ba-0d29-48a6-a553-ec629e57c708 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:14,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-d3d8c6ba-0d29-48a6-a553-ec629e57c708 2018-07-22 16:30:14,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:30:14,085 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:30:14,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:14,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0fced71-a261-4255-8b97-d381729004a0 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:30:14,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d0fced71-a261-4255-8b97-d381729004a0 2018-07-22 16:30:14,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:14,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d74467c6-3a76-4fc1-a113-110b28cc0ed3 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f"}, "tags": [], "enabled": true, "id": "62ecdbe65a224d76a957b8447080638f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}]} 2018-07-22 16:30:14,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 used request id req-d74467c6-3a76-4fc1-a113-110b28cc0ed3 2018-07-22 16:30:14,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:14,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea9af33-ca9a-4ec4-99f5-1fa2fc4cdbd4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:30:14,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bea9af33-ca9a-4ec4-99f5-1fa2fc4cdbd4 2018-07-22 16:30:14,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:14,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b66d1581-f271-4d15-94e5-a53079d981d0 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:30:14,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b66d1581-f271-4d15-94e5-a53079d981d0 2018-07-22 16:30:14,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:14,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67cef97e-22aa-427a-a2ae-93ac7e0365a3 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f"}, "tags": [], "enabled": true, "id": "62ecdbe65a224d76a957b8447080638f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}]} 2018-07-22 16:30:14,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 used request id req-67cef97e-22aa-427a-a2ae-93ac7e0365a3 2018-07-22 16:30:14,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/c24905bdf7af4a1886429cc7e62dd960 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:15,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b4dbb0-06e5-41d4-aed3-ba1769129292 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "links": {"self": "http://172.30.9.28:5000/v3/users/c24905bdf7af4a1886429cc7e62dd960"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "62ecdbe65a224d76a957b8447080638f", "id": "c24905bdf7af4a1886429cc7e62dd960", "password_expires_at": null}} 2018-07-22 16:30:15,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c24905bdf7af4a1886429cc7e62dd960 used request id req-29b4dbb0-06e5-41d4-aed3-ba1769129292 2018-07-22 16:30:15,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/c24905bdf7af4a1886429cc7e62dd960/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:15,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3165708-c818-4b11-86d9-a5d7954f35b9 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/c24905bdf7af4a1886429cc7e62dd960/roles", "previous": null, "next": null}, "roles": []} 2018-07-22 16:30:15,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/c24905bdf7af4a1886429cc7e62dd960/roles used request id req-b3165708-c818-4b11-86d9-a5d7954f35b9 2018-07-22 16:30:15,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:15,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cefde4d-fb61-46dc-94b1-0982628c3408 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}} 2018-07-22 16:30:15,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-2cefde4d-fb61-46dc-94b1-0982628c3408 2018-07-22 16:30:15,338 - keystone_utils - INFO - Granting role admin to project juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 16:30:15,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/c24905bdf7af4a1886429cc7e62dd960/roles/d70d9356b3514aafaf74dcf89c56992f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a5a0a7ae5d271e14665572289ba5f227db8e1e" 2018-07-22 16:30:15,472 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:30:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7353c002-d8c8-4fb5-b728-ac5f652332d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:30:15,472 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/c24905bdf7af4a1886429cc7e62dd960/roles/d70d9356b3514aafaf74dcf89c56992f used request id req-7353c002-d8c8-4fb5-b728-ac5f652332d0 2018-07-22 16:30:15,473 - keystone_utils - INFO - Created user with name - juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 16:30:15,473 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788, password=ad3720f5-95d1-40f9-830e-b37392fa1450, auth_url=http://172.30.9.28:5000//v3, project_name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-07-22 16:30:15,474 - 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 | PhAnJuzPXq3efTwJtDjcEBd8a | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-175 | | SDN_CONTROLLER_IP | 192.30.9.7 | | 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-07-22 16:30:15,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:15,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:15,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["t_uBOGxWSYWSfkz4q1x1bA"], "issued_at": "2018-07-22T16:30:15.000000Z"}} 2018-07-22 16:30:15,863 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-07-22 16:30:17,111 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 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 2018-07-22 16:30:17,111 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-07-22 16:30:17,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:17,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:17,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["DdwfdFHJSU6HcyLwvHnPFg"], "issued_at": "2018-07-22T16:30:17.000000Z"}} 2018-07-22 16:30:17,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:17,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daf4ebfe-6b2d-4589-9354-a8e41d0fa1f0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:17,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-daf4ebfe-6b2d-4589-9354-a8e41d0fa1f0 2018-07-22 16:30:17,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:30:17,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16:30: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:30:17,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:17,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f66c8d-9f0d-46dc-ba0c-c8edca7fdb51 Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/09ef637b4e04456db7956bfcba373b9b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ef637b4e04456db7956bfcba373b9b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/41fbf025e3634b1ab9679307e11e483e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41fbf025e3634b1ab9679307e11e483e", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/455f25d4009f4affa096e00765fc147c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455f25d4009f4affa096e00765fc147c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/482cfd686b8e45e1a5df2dee06c4de0f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "482cfd686b8e45e1a5df2dee06c4de0f", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.28:5000/v3/users/5a0f2950ba5a46ec99ca5ab963e33480"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a0f2950ba5a46ec99ca5ab963e33480", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/6206d8abfb774c87949dd77b7e515004"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6206d8abfb774c87949dd77b7e515004", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/6bc308f753ee4b51b61584c81bda2c72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6bc308f753ee4b51b61584c81bda2c72", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/9526e228a98243af944b06d876883b96"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9526e228a98243af944b06d876883b96", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/a3fa15c102aa4f28aaece53b3e51d826"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3fa15c102aa4f28aaece53b3e51d826", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "links": {"self": "http://172.30.9.28:5000/v3/users/c24905bdf7af4a1886429cc7e62dd960"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "62ecdbe65a224d76a957b8447080638f", "id": "c24905bdf7af4a1886429cc7e62dd960", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/dc330ca9fad34f71b9bb5980bec6976e"}, "domain_id": "8ce3dcff32de44dab3e6417b9ecb4220", "enabled": true, "options": {}, "id": "dc330ca9fad34f71b9bb5980bec6976e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/e4227d46953b40858f903170fa2ab282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e4227d46953b40858f903170fa2ab282", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/ebb34f13423c45cfb0a4ee07040734b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebb34f13423c45cfb0a4ee07040734b6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.28:5000/v3/users/ee9322f901e1471c8d07212c9e08acaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee9322f901e1471c8d07212c9e08acaf", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/fbe5024207ae48088b51bec88e8e88b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbe5024207ae48088b51bec88e8e88b2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-07-22 16:30:17,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-04f66c8d-9f0d-46dc-ba0c-c8edca7fdb51 2018-07-22 16:30:17,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:17,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d20cc9-536d-4441-8839-c1ebd6ae856a Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f"}, "tags": [], "enabled": true, "id": "62ecdbe65a224d76a957b8447080638f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}]} 2018-07-22 16:30:17,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 used request id req-f1d20cc9-536d-4441-8839-c1ebd6ae856a 2018-07-22 16:30:17,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:17,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06150e6-5315-4a58-95ea-41d8ace7662e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-22 16:30:17,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e06150e6-5315-4a58-95ea-41d8ace7662e 2018-07-22 16:30:18,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:18,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff00c1e-b383-4774-9a20-b3f838dc50dc Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 16:30:18,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-aff00c1e-b383-4774-9a20-b3f838dc50dc 2018-07-22 16:30:18,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:18,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be3037e6-85f2-4813-8411-7fc0e972d9f9 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f"}, "tags": [], "enabled": true, "id": "62ecdbe65a224d76a957b8447080638f", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}]} 2018-07-22 16:30:18,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 used request id req-be3037e6-85f2-4813-8411-7fc0e972d9f9 2018-07-22 16:30:18,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/97c0e7b271f840c787894f91a3753503 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:18,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658acef3-5b45-4386-b8e5-1c8b8bcae47c Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"user": {"name": "juju_network_discovery_bug", "links": {"self": "http://172.30.9.28:5000/v3/users/97c0e7b271f840c787894f91a3753503"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "62ecdbe65a224d76a957b8447080638f", "id": "97c0e7b271f840c787894f91a3753503", "password_expires_at": null}} 2018-07-22 16:30:18,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/97c0e7b271f840c787894f91a3753503 used request id req-658acef3-5b45-4386-b8e5-1c8b8bcae47c 2018-07-22 16:30:18,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/97c0e7b271f840c787894f91a3753503/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:18,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e163d69-9255-49ea-94de-0d7155b6b282 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/97c0e7b271f840c787894f91a3753503/roles", "previous": null, "next": null}, "roles": []} 2018-07-22 16:30:18,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/97c0e7b271f840c787894f91a3753503/roles used request id req-2e163d69-9255-49ea-94de-0d7155b6b282 2018-07-22 16:30:18,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:18,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0c896f-ed19-40f6-a8bb-ee05291c83d4 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}} 2018-07-22 16:30:18,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab used request id req-be0c896f-ed19-40f6-a8bb-ee05291c83d4 2018-07-22 16:30:18,546 - keystone_utils - INFO - Granting role _member_ to project juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 16:30:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/97c0e7b271f840c787894f91a3753503/roles/9fe2ff9ee4384b1894a90878d3e92bab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5521cda1b8c24624ace78c068f023ae165feac" 2018-07-22 16:30:18,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 16:30:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a82636dd-d652-48de-8409-d54dd4a16adc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 16:30:18,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f/users/97c0e7b271f840c787894f91a3753503/roles/9fe2ff9ee4384b1894a90878d3e92bab used request id req-a82636dd-d652-48de-8409-d54dd4a16adc 2018-07-22 16:30:18,663 - keystone_utils - INFO - Created user with name - juju_network_discovery_bug 2018-07-22 16:30:18,663 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=c017f9cd-286c-44b5-ad5c-d828985fd7e3, auth_url=http://172.30.9.28:5000//v3, project_name=juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-07-22 16:30:18,766 - 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-07-22 16:30:18,767 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-07-22 16:30:18,767 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-07-22 16:30:18,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:18,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:19,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["SZ7-YQw9Q-2guEneEOMEpA"], "issued_at": "2018-07-22T16:30:19.000000Z"}} 2018-07-22 16:30:19,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7909efbbee93f241043d09652a952c9894c9c540" 2018-07-22 16:30:19,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc88ec0-7790-436c-a511-c59f995a6c49 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:19,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-acc88ec0-7790-436c-a511-c59f995a6c49 2018-07-22 16:30:19,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=abot-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7909efbbee93f241043d09652a952c9894c9c540" 2018-07-22 16:30:19,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a74c0574-4555-4cfb-9261-28248706e801 Date: Sun, 22 Jul 2018 16:30:19 GMT RESP BODY: {"networks":[]} 2018-07-22 16:30:19,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=abot-net used request id req-a74c0574-4555-4cfb-9261-28248706e801 2018-07-22 16:30:19,412 - neutron_utils - INFO - Creating network with name abot-net 2018-07-22 16:30:19,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7909efbbee93f241043d09652a952c9894c9c540" -d '{"network": {"name": "abot-net", "admin_state_up": true}}' 2018-07-22 16:30:20,003 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-45bd6846-0e31-4b9d-91bc-a7b5ada1bfdc Date: Sun, 22 Jul 2018 16:30:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7b4460c3-5be2-46d4-85d6-8956666fe34b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"62ecdbe65a224d76a957b8447080638f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T16:30:19Z","is_default":false,"provider:segmentation_id":48,"name":"abot-net","admin_state_up":true,"tenant_id":"62ecdbe65a224d76a957b8447080638f","created_at":"2018-07-22T16:30:19Z","mtu":1450}} 2018-07-22 16:30:20,003 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-45bd6846-0e31-4b9d-91bc-a7b5ada1bfdc 2018-07-22 16:30:20,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=7b4460c3-5be2-46d4-85d6-8956666fe34b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7909efbbee93f241043d09652a952c9894c9c540" 2018-07-22 16:30:20,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e95ec9a1-fd4d-4d12-86c1-65b71a244a78 Date: Sun, 22 Jul 2018 16:30:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7b4460c3-5be2-46d4-85d6-8956666fe34b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"62ecdbe65a224d76a957b8447080638f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T16:30:19Z","provider:segmentation_id":48,"name":"abot-net","admin_state_up":true,"tenant_id":"62ecdbe65a224d76a957b8447080638f","created_at":"2018-07-22T16:30:19Z","provider:network_type":"vxlan"}]} 2018-07-22 16:30:20,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=7b4460c3-5be2-46d4-85d6-8956666fe34b used request id req-e95ec9a1-fd4d-4d12-86c1-65b71a244a78 2018-07-22 16:30:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7b4460c3-5be2-46d4-85d6-8956666fe34b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7909efbbee93f241043d09652a952c9894c9c540" 2018-07-22 16:30:20,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c9828d94-8b33-49cf-97da-eb26107f5491 Date: Sun, 22 Jul 2018 16:30:20 GMT RESP BODY: {"subnets":[]} 2018-07-22 16:30:20,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7b4460c3-5be2-46d4-85d6-8956666fe34b used request id req-c9828d94-8b33-49cf-97da-eb26107f5491 2018-07-22 16:30:20,210 - neutron_utils - INFO - Creating subnet with name abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 16:30:20,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7909efbbee93f241043d09652a952c9894c9c540" -d '{"subnets": [{"ip_version": 4, "network_id": "7b4460c3-5be2-46d4-85d6-8956666fe34b", "cidr": "172.16.0.0/24", "dns_nameservers": ["8.8.8.8"], "name": "abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}]}' 2018-07-22 16:30:20,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-24f338c4-8aca-49b7-a31d-b32e490688c5 Date: Sun, 22 Jul 2018 16:30:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b4460c3-5be2-46d4-85d6-8956666fe34b","tenant_id":"62ecdbe65a224d76a957b8447080638f","created_at":"2018-07-22T16:30:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:30:20Z","gateway_ip":"172.16.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.0.2","end":"172.16.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.16.0.0/24","project_id":"62ecdbe65a224d76a957b8447080638f","id":"6c06df87-d4d4-45d5-a449-230b0731f811","subnetpool_id":null,"name":"abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}]} 2018-07-22 16:30:20,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-24f338c4-8aca-49b7-a31d-b32e490688c5 2018-07-22 16:30:20,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=7b4460c3-5be2-46d4-85d6-8956666fe34b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7909efbbee93f241043d09652a952c9894c9c540" 2018-07-22 16:30:20,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a6bbc23d-e58e-4cce-8e67-ff008fcfbe6a Date: Sun, 22 Jul 2018 16:30:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7b4460c3-5be2-46d4-85d6-8956666fe34b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"62ecdbe65a224d76a957b8447080638f","status":"ACTIVE","subnets":["6c06df87-d4d4-45d5-a449-230b0731f811"],"description":"","tags":[],"updated_at":"2018-07-22T16:30:20Z","provider:segmentation_id":48,"name":"abot-net","admin_state_up":true,"tenant_id":"62ecdbe65a224d76a957b8447080638f","created_at":"2018-07-22T16:30:19Z","provider:network_type":"vxlan"}]} 2018-07-22 16:30:20,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=7b4460c3-5be2-46d4-85d6-8956666fe34b used request id req-a6bbc23d-e58e-4cce-8e67-ff008fcfbe6a 2018-07-22 16:30:20,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7b4460c3-5be2-46d4-85d6-8956666fe34b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7909efbbee93f241043d09652a952c9894c9c540" 2018-07-22 16:30:20,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-07cfe441-5874-4d93-978b-5aef7c8ab2a0 Date: Sun, 22 Jul 2018 16:30:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b4460c3-5be2-46d4-85d6-8956666fe34b","tenant_id":"62ecdbe65a224d76a957b8447080638f","created_at":"2018-07-22T16:30:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:30:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.0.2","end":"172.16.0.254"}],"gateway_ip":"172.16.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.16.0.0/24","project_id":"62ecdbe65a224d76a957b8447080638f","id":"6c06df87-d4d4-45d5-a449-230b0731f811","subnetpool_id":null,"name":"abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}]} 2018-07-22 16:30:20,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7b4460c3-5be2-46d4-85d6-8956666fe34b used request id req-07cfe441-5874-4d93-978b-5aef7c8ab2a0 2018-07-22 16:30:20,734 - OpenStackNetwork - DEBUG - Network [7b4460c3-5be2-46d4-85d6-8956666fe34b] created successfully 2018-07-22 16:30:20,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:20,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:21,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["Gs0MiGPYSYi5YnVgKDMjJQ"], "issued_at": "2018-07-22T16:30:21.000000Z"}} 2018-07-22 16:30:21,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d8eeea8bd5b28731219f4b09cf120016a95755" 2018-07-22 16:30:21,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-763b0c4e-55ac-4d16-9a5c-42898c83c36e Date: Sun, 22 Jul 2018 16:30:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 16:30:21,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-763b0c4e-55ac-4d16-9a5c-42898c83c36e 2018-07-22 16:30:21,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d8eeea8bd5b28731219f4b09cf120016a95755" 2018-07-22 16:30:21,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3c83dc3a-e26f-4c67-a242-678f7a8b1e26 Date: Sun, 22 Jul 2018 16:30:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 16:30:21,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-3c83dc3a-e26f-4c67-a242-678f7a8b1e26 2018-07-22 16:30:21,426 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-07-22 16:30:21,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:21,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:21,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["MAIfx7ahTxq1pGzBadHp9g"], "issued_at": "2018-07-22T16:30:21.000000Z"}} 2018-07-22 16:30:21,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:21,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-473263a7-0aac-4b2b-8e3c-59955ca6a092 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:21,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-473263a7-0aac-4b2b-8e3c-59955ca6a092 2018-07-22 16:30:21,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:22,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-97bd3fa2-791c-435b-b34a-1bc981428893 Date: Sun, 22 Jul 2018 16:30:22 GMT RESP BODY: {"routers": []} 2018-07-22 16:30:22,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788&admin_state_up=True used request id req-97bd3fa2-791c-435b-b34a-1bc981428893 2018-07-22 16:30:22,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:22,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:22,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["g2jCRIzESSeet8OJfX2I7A"], "issued_at": "2018-07-22T16:30:22.000000Z"}} 2018-07-22 16:30:22,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdb5c297fd9daca81c2322e54dae2db9cdfcbf38" 2018-07-22 16:30:22,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0434d85f-f36e-4fc1-8e94-539fe0d6490a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:22,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-0434d85f-f36e-4fc1-8e94-539fe0d6490a 2018-07-22 16:30:22,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:22,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-aa329a0c-6209-44ec-9dc6-6295bba63c61 Date: Sun, 22 Jul 2018 16:30:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"6a167d45-02f1-4160-bc00-29ab4d79828c","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4f6b8e23382d43da87cfdf731a8abb23","status":"ACTIVE","subnets":["37fadfff-aeda-4b93-b28d-1525d53b106f"],"description":"","tags":[],"updated_at":"2018-07-22T14:48:19Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:14Z","provider:network_type":"flat"}]} 2018-07-22 16:30:22,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-aa329a0c-6209-44ec-9dc6-6295bba63c61 2018-07-22 16:30:22,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:22,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f075b498-000a-4f5f-aa54-1105ede8270f Date: Sun, 22 Jul 2018 16:30:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 16:30:22,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6a167d45-02f1-4160-bc00-29ab4d79828c used request id req-f075b498-000a-4f5f-aa54-1105ede8270f 2018-07-22 16:30:22,768 - neutron_utils - INFO - Creating router with name - abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 16:30:22,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" -d '{"router": {"external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c"}, "name": "abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "admin_state_up": true}}' 2018-07-22 16:30:24,034 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 637 X-Openstack-Request-Id: req-7eb3d1f5-cff5-4808-84dc-6dd6e05f8bb5 Date: Sun, 22 Jul 2018 16:30:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "62ecdbe65a224d76a957b8447080638f", "created_at": "2018-07-22T16:30:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T16:30:23Z", "revision_number": 2, "routes": [], "project_id": "62ecdbe65a224d76a957b8447080638f", "id": "3e5005bc-03e5-412f-8a55-90d95ff8180f", "name": "abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}} 2018-07-22 16:30:24,034 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-7eb3d1f5-cff5-4808-84dc-6dd6e05f8bb5 2018-07-22 16:30:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=3e5005bc-03e5-412f-8a55-90d95ff8180f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:24,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f45cd119-a07e-4f0a-934b-0d22e281bf33 Date: Sun, 22 Jul 2018 16:30:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:30:23Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37fadfff-aeda-4b93-b28d-1525d53b106f","ip_address":"172.30.9.212"}],"id":"666dee1c-f87f-4382-a077-73d9f3209061","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:26:4f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e5005bc-03e5-412f-8a55-90d95ff8180f","name":"","admin_state_up":true,"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"","created_at":"2018-07-22T16:30:23Z","binding:vnic_type":"normal"}]} 2018-07-22 16:30:24,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=3e5005bc-03e5-412f-8a55-90d95ff8180f used request id req-f45cd119-a07e-4f0a-934b-0d22e281bf33 2018-07-22 16:30:24,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:24,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6b15536c-7427-4fbe-a1bc-df17473dca8d Date: Sun, 22 Jul 2018 16:30:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}} 2018-07-22 16:30:24,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f used request id req-6b15536c-7427-4fbe-a1bc-df17473dca8d 2018-07-22 16:30:24,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?name=abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:24,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-47f7865e-0557-47a9-9a27-ba264c864200 Date: Sun, 22 Jul 2018 16:30:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b4460c3-5be2-46d4-85d6-8956666fe34b","tenant_id":"62ecdbe65a224d76a957b8447080638f","created_at":"2018-07-22T16:30:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:30:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.0.2","end":"172.16.0.254"}],"gateway_ip":"172.16.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.16.0.0/24","project_id":"62ecdbe65a224d76a957b8447080638f","id":"6c06df87-d4d4-45d5-a449-230b0731f811","subnetpool_id":null,"name":"abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}]} 2018-07-22 16:30:24,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?name=abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788 used request id req-47f7865e-0557-47a9-9a27-ba264c864200 2018-07-22 16:30:24,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-22 16:30:24,187 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 16:30:24,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:24,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf8f2a1-d625-413a-948f-44df1378be2d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}} 2018-07-22 16:30:24,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f used request id req-7bf8f2a1-d625-413a-948f-44df1378be2d 2018-07-22 16:30:24,278 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-22 16:30:24,278 - neutron_utils - INFO - Adding interface to router with name abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 16:30:24,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/3e5005bc-03e5-412f-8a55-90d95ff8180f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" -d '{"subnet_id": "6c06df87-d4d4-45d5-a449-230b0731f811"}' 2018-07-22 16:30:25,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-93be796a-1d7a-4dcf-8041-871f526e6d4d Date: Sun, 22 Jul 2018 16:30:25 GMT RESP BODY: {"network_id": "7b4460c3-5be2-46d4-85d6-8956666fe34b", "tenant_id": "62ecdbe65a224d76a957b8447080638f", "subnet_id": "6c06df87-d4d4-45d5-a449-230b0731f811", "subnet_ids": ["6c06df87-d4d4-45d5-a449-230b0731f811"], "port_id": "b8fe4bb9-2392-4dab-abd2-4f9909b8811e", "id": "3e5005bc-03e5-412f-8a55-90d95ff8180f"} 2018-07-22 16:30:25,825 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/3e5005bc-03e5-412f-8a55-90d95ff8180f/add_router_interface used request id req-93be796a-1d7a-4dcf-8041-871f526e6d4d 2018-07-22 16:30:25,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/3e5005bc-03e5-412f-8a55-90d95ff8180f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:25,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 637 X-Openstack-Request-Id: req-a7e6f004-0acc-4d89-bc82-50037ebe53cd Date: Sun, 22 Jul 2018 16:30:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "37fadfff-aeda-4b93-b28d-1525d53b106f", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "62ecdbe65a224d76a957b8447080638f", "created_at": "2018-07-22T16:30:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T16:30:25Z", "revision_number": 3, "routes": [], "project_id": "62ecdbe65a224d76a957b8447080638f", "id": "3e5005bc-03e5-412f-8a55-90d95ff8180f", "name": "abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}} 2018-07-22 16:30:25,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/3e5005bc-03e5-412f-8a55-90d95ff8180f used request id req-a7e6f004-0acc-4d89-bc82-50037ebe53cd 2018-07-22 16:30:25,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=3e5005bc-03e5-412f-8a55-90d95ff8180f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:26,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1555 X-Openstack-Request-Id: req-78d7792b-cc54-4b12-acac-aa2f04e84be8 Date: Sun, 22 Jul 2018 16:30:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:30:23Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37fadfff-aeda-4b93-b28d-1525d53b106f","ip_address":"172.30.9.212"}],"id":"666dee1c-f87f-4382-a077-73d9f3209061","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:26:4f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e5005bc-03e5-412f-8a55-90d95ff8180f","name":"","admin_state_up":true,"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"","created_at":"2018-07-22T16:30:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T16:30:25Z","device_owner":"network:router_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6c06df87-d4d4-45d5-a449-230b0731f811","ip_address":"172.16.0.1"}],"id":"b8fe4bb9-2392-4dab-abd2-4f9909b8811e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1b:a5:f0","project_id":"62ecdbe65a224d76a957b8447080638f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e5005bc-03e5-412f-8a55-90d95ff8180f","name":"","admin_state_up":true,"network_id":"7b4460c3-5be2-46d4-85d6-8956666fe34b","tenant_id":"62ecdbe65a224d76a957b8447080638f","created_at":"2018-07-22T16:30:24Z","binding:vnic_type":"normal"}]} 2018-07-22 16:30:26,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=3e5005bc-03e5-412f-8a55-90d95ff8180f used request id req-78d7792b-cc54-4b12-acac-aa2f04e84be8 2018-07-22 16:30:26,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:26,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0c239589-778a-4c0e-b5ae-61a20fb345e4 Date: Sun, 22 Jul 2018 16:30:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6a167d45-02f1-4160-bc00-29ab4d79828c","tenant_id":"4f6b8e23382d43da87cfdf731a8abb23","created_at":"2018-07-22T14:48:19Z","dns_nameservers":[],"updated_at":"2018-07-22T14:48:19Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"4f6b8e23382d43da87cfdf731a8abb23","id":"37fadfff-aeda-4b93-b28d-1525d53b106f","subnetpool_id":null,"name":"external-subnet"}} 2018-07-22 16:30:26,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/37fadfff-aeda-4b93-b28d-1525d53b106f used request id req-0c239589-778a-4c0e-b5ae-61a20fb345e4 2018-07-22 16:30:26,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6c06df87-d4d4-45d5-a449-230b0731f811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc922740be14aedc1f57b44ab923c1db12c9325" 2018-07-22 16:30:26,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-3801237a-a970-4916-804e-fe8c619aa834 Date: Sun, 22 Jul 2018 16:30:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b4460c3-5be2-46d4-85d6-8956666fe34b","tenant_id":"62ecdbe65a224d76a957b8447080638f","created_at":"2018-07-22T16:30:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T16:30:20Z","gateway_ip":"172.16.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.0.2","end":"172.16.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.16.0.0/24","project_id":"62ecdbe65a224d76a957b8447080638f","id":"6c06df87-d4d4-45d5-a449-230b0731f811","subnetpool_id":null,"name":"abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}} 2018-07-22 16:30:26,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6c06df87-d4d4-45d5-a449-230b0731f811 used request id req-3801237a-a970-4916-804e-fe8c619aa834 2018-07-22 16:30:26,096 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-07-22 16:30:26,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:26,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:26,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["B9Y7MDCeSAqU2Fk1tTef6Q"], "issued_at": "2018-07-22T16:30:26.000000Z"}} 2018-07-22 16:30:26,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}725101c4b212b1f7aaab41fca084bc83948b0d6c" 2018-07-22 16:30:26,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4e13438-9736-4acd-aa21-b6afbd8a5001 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:26,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-e4e13438-9736-4acd-aa21-b6afbd8a5001 2018-07-22 16:30:26,487 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-22 16:30:26,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}725101c4b212b1f7aaab41fca084bc83948b0d6c" 2018-07-22 16:30:26,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-920c1180-5b4d-48eb-b07b-a8058a17cf00 x-compute-request-id: req-920c1180-5b4d-48eb-b07b-a8058a17cf00 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"flavors": [{"id": "19d5eedd-9876-4099-870b-58dd46815962", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/19d5eedd-9876-4099-870b-58dd46815962", "rel": "bookmark"}], "name": "vmtp-flavor_2bc7d45c-2ad9-4c33-8dcd-8573d53b5877"}]} 2018-07-22 16:30:26,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-920c1180-5b4d-48eb-b07b-a8058a17cf00 2018-07-22 16:30:26,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}725101c4b212b1f7aaab41fca084bc83948b0d6c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.small.juju", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-07-22 16:30:26,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8878290-ad3b-4668-8866-9dc6065545e4 x-compute-request-id: req-b8878290-ad3b-4668-8866-9dc6065545e4 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.small.juju", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/be2a5738-d006-424e-8f71-565dfb05095b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/be2a5738-d006-424e-8f71-565dfb05095b", "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": "be2a5738-d006-424e-8f71-565dfb05095b"}} 2018-07-22 16:30:26,703 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b8878290-ad3b-4668-8866-9dc6065545e4 2018-07-22 16:30:26,704 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-07-22 16:30:26,715 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-07-22 16:30:26,715 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-22 16:30:26,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:26,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:27,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["QZVaqbqASuSjw9jqBKnRww"], "issued_at": "2018-07-22T16:30:27.000000Z"}} 2018-07-22 16:30:27,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eefb12381bb907b7b46df0b77a528cc8a0258e49" 2018-07-22 16:30:27,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880be9b9-5f34-4eb2-b962-3051a77b1ac3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:27,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-880be9b9-5f34-4eb2-b962-3051a77b1ac3 2018-07-22 16:30:27,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=trusty -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eefb12381bb907b7b46df0b77a528cc8a0258e49" 2018-07-22 16:30:27,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 108 Content-Type: application/json X-Openstack-Request-Id: req-db9caad1-7104-4286-ab51-bc97a9286578 Date: Sun, 22 Jul 2018 16:30:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=trusty"} 2018-07-22 16:30:27,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=trusty used request id req-db9caad1-7104-4286-ab51-bc97a9286578 2018-07-22 16:30:27,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eefb12381bb907b7b46df0b77a528cc8a0258e49" 2018-07-22 16:30:27,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-e1c5787e-39de-4aaf-9c2a-c080ba1cecb8 Date: Sun, 22 Jul 2018 16: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-07-22 16:30:27,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e1c5787e-39de-4aaf-9c2a-c080ba1cecb8 2018-07-22 16:30:27,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eefb12381bb907b7b46df0b77a528cc8a0258e49" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "trusty"}' 2018-07-22 16:30:27,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 567 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f5be27f4-3b09-4493-8dae-87a23827bfa7 Date: Sun, 22 Jul 2018 16:30:27 GMT RESP BODY: {"status": "queued", "name": "trusty", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:30:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:30:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b", "min_disk": 0, "protected": false, "id": "6ef970a0-e926-4b55-9da2-bd674aa7fb4b", "file": "/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/file", "checksum": null, "owner": "62ecdbe65a224d76a957b8447080638f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:30:27,436 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f5be27f4-3b09-4493-8dae-87a23827bfa7 2018-07-22 16:30:27,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eefb12381bb907b7b46df0b77a528cc8a0258e49" -d '' 2018-07-22 16:30:32,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b5734e0-21ef-4e1a-84a8-a14b5c5c44db Date: Sun, 22 Jul 2018 16:30:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 16:30:32,309 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/file used request id req-4b5734e0-21ef-4e1a-84a8-a14b5c5c44db 2018-07-22 16:30:32,310 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-22 16:30:32,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eefb12381bb907b7b46df0b77a528cc8a0258e49" 2018-07-22 16:30:32,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 829 Content-Type: application/json X-Openstack-Request-Id: req-62e7dd53-d29d-4e81-80bc-be62a46e194a Date: Sun, 22 Jul 2018 16:30:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "trusty", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:30:27Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-22T16:30:32Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/snap", "metadata": {}}], "self": "/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b", "min_disk": 0, "protected": false, "id": "6ef970a0-e926-4b55-9da2-bd674aa7fb4b", "file": "/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "62ecdbe65a224d76a957b8447080638f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:30:32,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b used request id req-62e7dd53-d29d-4e81-80bc-be62a46e194a 2018-07-22 16:30:32,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eefb12381bb907b7b46df0b77a528cc8a0258e49" 2018-07-22 16:30:32,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-93ca1648-10f5-4a4f-a4e6-68cee7834d8e Date: Sun, 22 Jul 2018 16:30: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-07-22 16:30:32,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-93ca1648-10f5-4a4f-a4e6-68cee7834d8e 2018-07-22 16:30:32,348 - create_image - INFO - Created image with name - trusty 2018-07-22 16:30:32,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eefb12381bb907b7b46df0b77a528cc8a0258e49" 2018-07-22 16:30:32,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 829 Content-Type: application/json X-Openstack-Request-Id: req-89b9d00e-5c5c-46dd-8e64-93126b4905d7 Date: Sun, 22 Jul 2018 16:30:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "trusty", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:30:27Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-22T16:30:32Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/snap", "metadata": {}}], "self": "/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b", "min_disk": 0, "protected": false, "id": "6ef970a0-e926-4b55-9da2-bd674aa7fb4b", "file": "/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "62ecdbe65a224d76a957b8447080638f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:30:32,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b used request id req-89b9d00e-5c5c-46dd-8e64-93126b4905d7 2018-07-22 16:30:32,366 - create_image - DEBUG - Instance status is - active 2018-07-22 16:30:32,366 - create_image - DEBUG - Image is active with name - trusty 2018-07-22 16:30:32,366 - create_image - INFO - Image is now active with name - trusty 2018-07-22 16:30:32,508 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 6ef970a0-e926-4b55-9da2-bd674aa7fb4b -s trusty -r regionOne -u http://172.30.9.28:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. 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-07-22 16:30:32,509 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-07-22 16:30:32,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 16:30:32,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 16:30:32,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T17:30:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["KKW77YF-SvGzl4S-47boDA"], "issued_at": "2018-07-22T16:30:32.000000Z"}} 2018-07-22 16:30:32,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000//v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0f3fdaaa31ed78193627baf2501d805aabe4fd4" 2018-07-22 16:30:32,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 16:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85b4e6b2-7a1e-400c-88ad-b623f6186a44 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2018-07-22 16:30:32,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000//v3 used request id req-85b4e6b2-7a1e-400c-88ad-b623f6186a44 2018-07-22 16:30:32,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=xenial -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0f3fdaaa31ed78193627baf2501d805aabe4fd4" 2018-07-22 16:30:33,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 108 Content-Type: application/json X-Openstack-Request-Id: req-89080265-29d1-4fd4-a755-fdf32c75e7c4 Date: Sun, 22 Jul 2018 16:30:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=xenial"} 2018-07-22 16:30:33,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=xenial used request id req-89080265-29d1-4fd4-a755-fdf32c75e7c4 2018-07-22 16:30:33,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0f3fdaaa31ed78193627baf2501d805aabe4fd4" 2018-07-22 16:30:33,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5428a21c-46e4-478c-abbd-9b009b300e9e Date: Sun, 22 Jul 2018 16:30: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-07-22 16:30:33,076 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5428a21c-46e4-478c-abbd-9b009b300e9e 2018-07-22 16:30:33,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0f3fdaaa31ed78193627baf2501d805aabe4fd4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "xenial"}' 2018-07-22 16:30:33,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 567 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-30ac5307-d55d-4828-a95d-e81eaa1705f4 Date: Sun, 22 Jul 2018 16:30:33 GMT RESP BODY: {"status": "queued", "name": "xenial", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:30:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-22T16:30:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d", "min_disk": 0, "protected": false, "id": "1ed1a884-f683-43a7-8fb4-7ed3ca96c81d", "file": "/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/file", "checksum": null, "owner": "62ecdbe65a224d76a957b8447080638f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:30:33,141 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-30ac5307-d55d-4828-a95d-e81eaa1705f4 2018-07-22 16:30:33,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0f3fdaaa31ed78193627baf2501d805aabe4fd4" -d '' 2018-07-22 16:30:37,964 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a70ecdee-34ce-42c2-9f77-8c82b0da3c4f Date: Sun, 22 Jul 2018 16: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-07-22 16:30:37,964 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/file used request id req-a70ecdee-34ce-42c2-9f77-8c82b0da3c4f 2018-07-22 16:30:37,964 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-07-22 16:30:37,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0f3fdaaa31ed78193627baf2501d805aabe4fd4" 2018-07-22 16:30:37,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 829 Content-Type: application/json X-Openstack-Request-Id: req-2f1d4829-f20d-421b-8c34-c35617253754 Date: Sun, 22 Jul 2018 16:30:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "xenial", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:30:33Z", "size": 292225024, "disk_format": "qcow2", "updated_at": "2018-07-22T16:30:37Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/snap", "metadata": {}}], "self": "/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d", "min_disk": 0, "protected": false, "id": "1ed1a884-f683-43a7-8fb4-7ed3ca96c81d", "file": "/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/file", "checksum": "dc8393f531122fcf9401650e8d2fd266", "owner": "62ecdbe65a224d76a957b8447080638f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:30:37,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d used request id req-2f1d4829-f20d-421b-8c34-c35617253754 2018-07-22 16:30:37,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0f3fdaaa31ed78193627baf2501d805aabe4fd4" 2018-07-22 16:30:37,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-0a696c69-ae6b-405d-b1a7-358ac3972dc3 Date: Sun, 22 Jul 2018 16: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-07-22 16:30:37,993 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0a696c69-ae6b-405d-b1a7-358ac3972dc3 2018-07-22 16:30:37,996 - create_image - INFO - Created image with name - xenial 2018-07-22 16:30:37,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0f3fdaaa31ed78193627baf2501d805aabe4fd4" 2018-07-22 16:30:38,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 829 Content-Type: application/json X-Openstack-Request-Id: req-c1a5b2b2-1382-466e-a15f-486a3da62740 Date: Sun, 22 Jul 2018 16:30:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "xenial", "tags": [], "container_format": "bare", "created_at": "2018-07-22T16:30:33Z", "size": 292225024, "disk_format": "qcow2", "updated_at": "2018-07-22T16:30:37Z", "visibility": "shared", "locations": [{"url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/snap", "metadata": {}}], "self": "/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d", "min_disk": 0, "protected": false, "id": "1ed1a884-f683-43a7-8fb4-7ed3ca96c81d", "file": "/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/file", "checksum": "dc8393f531122fcf9401650e8d2fd266", "owner": "62ecdbe65a224d76a957b8447080638f", "direct_url": "rbd://9589dd06-0cf3-403c-8d21-23d4f172a050/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-22 16:30:38,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d used request id req-c1a5b2b2-1382-466e-a15f-486a3da62740 2018-07-22 16:30:38,014 - create_image - DEBUG - Instance status is - active 2018-07-22 16:30:38,014 - create_image - DEBUG - Image is active with name - xenial 2018-07-22 16:30:38,014 - create_image - INFO - Image is now active with name - xenial 2018-07-22 16:30:38,161 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 1ed1a884-f683-43a7-8fb4-7ed3ca96c81d -s xenial -r regionOne -u http://172.30.9.28:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. 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-07-22 16:30:38,161 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : 7b4460c3-5be2-46d4-85d6-8956666fe34b 2018-07-22 16:30:38,162 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-07-22 20:33:37,800 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=7b4460c3-5be2-46d4-85d6-8956666fe34b', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 16:30:38 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 16:30:38 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc", "abot-controller", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=7b4460c3-5be2-46d4-85d6-8956666fe34b", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 16:30:38 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 16:30:38 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:true network:7b4460c3-5be2-46d4-85d6-8956666fe34b] 16:30:38 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 16:30:38 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[apt-ftp-proxy: type:openstack apt-no-proxy: max-status-history-size:5G ssl-hostname-verification:false uuid:cee26ec2-2d6b-4afc-8464-1deda8a99622 image-stream:released image-metadata-url: test-mode:false resource-tags: apt-mirror: logforward-enabled:false apt-http-proxy: default-series:xenial ignore-machine-addresses:false enable-os-upgrade:true apt-https-proxy: disable-network-management:false no-proxy:127.0.0.1,localhost,::1 use-floating-ip:true max-action-results-size:5G net-bond-reconfigure-delay:17 logging-config: provisioner-harvest-mode:destroyed https-proxy: agent-stream:released name:controller proxy-ssh:false max-status-history-age:336h development:false update-status-hook-interval:5m use-default-secgroup:true agent-metadata-url: firewall-mode:instance http-proxy: ftp-proxy: network:7b4460c3-5be2-46d4-85d6-8956666fe34b max-action-results-age:336h transmit-vendor-metrics:true enable-os-refresh-update:true external-network: automatically-retry-hooks:true authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtmryP0eWV2P5IfN03CQG9QWWtJ1hLbOAq4H2bhlBsAvCsWY+BG6LrGAm5vvjnYRlEKrFhjNz5NCoetlzJwiT5z6amwI/JUTFTmdHDrXL/bKtllrhWSJsEvr3zeZ3TvIca0ccECDrIvhXFWXHn+klvZaIUHX4UsczjRDKz2dKZHqZsSBj4kJUGKwoNAldd3lIV3k+X0ZaLXsuPkLrtXhgG86dZPZXFPd/H3kdFWMaJtrsOnPOcq/tD69yPQaz779ywsIXIoZEzwkD8AiaaWjnMnzfyaH7qpk1t//JX1HcsrOEq4Up5WX7uhJiySKMoX8UFr/2TNF3aj5ar3qpd5FXZ juju-client-key ] 16:30:38 INFO juju.provider.openstack provider.go:144 opening model "controller" 16:30:38 DEBUG goose :1 auth details: &{Token:gAAAAABbVLEuhUooROsVYtsFCN58c4tgiGuPzPJsiLOfkKO9ThDG7fGI3k1ZAUuWX3Wruxa4WgQ4A_h29rKLGDu4j9ogFuqbMFMvB_9cMekHtUQsQZmyOxYYJ4kpFey47b2cm9XImhR2_3BgTlNaXksVVXkoWSFeIgp9YtRWADEvyQ7ynA9u3u0 TenantId:62ecdbe65a224d76a957b8447080638f UserId:97c0e7b271f840c787894f91a3753503 Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f compute:http://172.30.9.28:8774/v2.1 orchestration:http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f event:http://172.30.9.28:8977 volumev2:http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f cloudformation:http://172.30.9.28:8000/v1 volumev3:http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f network:http://172.30.9.28:9696 metric:http://172.30.9.28:8041 image:http://172.30.9.28:9292 identity:http://172.30.9.28:5000 placement:http://172.30.9.28:8778/placement object-store:http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f alarming:http://172.30.9.28:8042]]} 16:30:38 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 16:30:38 DEBUG goose :1 performing API version discovery for "http://172.30.9.28:8774/" 16:30:38 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.28:8774/v2.1/ Rel:self}] Status:CURRENT}] 16:30:39 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 16:30:39 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 16:30:39 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 16:30:39 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 16:30:39 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 16:30:39 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 16:30:39 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 16:30:39 INFO cmd bootstrap.go:233 Loading image metadata 16:30:39 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 16:30:39 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 16:30:39 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 16:30:39 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.28:5000/v3} [utopic win7 centos7 genericlinux quantal vivid win2008r2 win2012hv win2012 win2016 win10 opensuseleap raring trusty wily win2012hvr2 win2016nano win8 precise yakkety zesty win81 saucy win2012r2 xenial win2016hv] [amd64 i386 armhf arm64 ppc64el s390x] released}} 16:30:39 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 16:30:41 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 16:30:42 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.28:5000/v3} not found 16:30:42 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.28:5000/v3} not found 16:30:42 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 16:30:42 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 16:30:42 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 16:30:42 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 16:30:42 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 16:30:42 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 16:30:42 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 16:30:42 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 16:30:42 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 16:30:44 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 []} 16:30:47 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 16:30:47 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 16:30:47 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 16:30:47 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:1ed1a884-f683-43a7-8fb4-7ed3ca96c81d Arch:amd64 VirtType:}] 16:30:47 INFO juju.environs.instances image.go:106 find instance - using image with id: 1ed1a884-f683-43a7-8fb4-7ed3ca96c81d 16:30:47 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 16:30:47 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 16:30:47 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2489 bytes 16:30:47 DEBUG juju.provider.openstack provider.go:1022 using network id "7b4460c3-5be2-46d4-85d6-8956666fe34b" 16:30:47 DEBUG goose :1 performing API version discovery for "http://172.30.9.28:9696/" 16:30:47 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:9696/v2.0/ Rel:self}] Status:CURRENT}] 16:30:50 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" has status BUILD, wait 10 seconds before retry, attempt 11 16:32:47 INFO juju.provider.openstack provider.go:1189 started instance "c8e6041a-c1ea-4071-a3bf-d59150c2e22f" 16:32:47 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 16:32:48 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.216 16:32:48 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.216 - c8e6041a-c1ea-4071-a3bf-d59150c2e22f (arch=amd64 mem=2G cores=1) 16:32:49 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.5 16:32:49 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.5 16:32:49 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 16:32:53 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.3 16:32:53 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 16:32:53 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 Attempting to connect to 172.30.9.216:22 Attempting to connect to 172.16.0.12:22 16:32:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:32:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:04 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:33:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:13 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:33:13 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:18 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:23 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:23 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:33:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: ssh: connect to host 172.30.9.216 port 22: Connection refused 16:33:28 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: ssh: connect to host 172.30.9.216 port 22: Connection refused 16:33:33 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:33:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: ssh: connect to host 172.30.9.216 port 22: Connection refused 16:33:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: ssh: connect to host 172.30.9.216 port 22: Connection refused 16:33:43 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:33:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 16:33:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 16:33:53 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:33:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:33:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: /var/lib/juju/nonce.txt does not exist 16:33:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:34:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: /var/lib/juju/nonce.txt does not exist 16:34:03 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:34:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:34:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: /var/lib/juju/nonce.txt does not exist 16:34:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:34:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: /var/lib/juju/nonce.txt does not exist 16:34:13 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:34:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:34:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: /var/lib/juju/nonce.txt does not exist 16:34:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:34:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: /var/lib/juju/nonce.txt does not exist 16:34:23 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:34:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:34:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: /var/lib/juju/nonce.txt does not exist 16:34:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:34:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.216 failed: /var/lib/juju/nonce.txt does not exist 16:34:33 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 16:34:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.12 failed: ssh: connect to host 172.16.0.12 port 22: Connection refused 16:34:37 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.5/juju-2.2.5-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-a99622-controller-0: Connection timed out Cloud-init v. 18.2 running 'init-local' at Sun, 22 Jul 2018 16:32:47 +0000. Up 5.96 seconds. Cloud-init v. 18.2 running 'init' at Sun, 22 Jul 2018 16:32:48 +0000. Up 7.15 seconds. ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | ens3 | True | 172.16.0.12 | 255.255.255.0 | . | fa:16:3e:d8:17:81 | ci-info: | ens3 | True | fe80::f816:3eff:fed8:1781/64 | . | link | fa:16:3e:d8:17:81 | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 172.16.0.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 172.16.0.2 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 172.16.0.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.2 running 'modules:config' at Sun, 22 Jul 2018 16:33:31 +0000. Up 50.21 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.2 running 'modules:final' at Sun, 22 Jul 2018 16:34:33 +0000. Up 111.54 seconds. Cloud-init v. 18.2 finished at Sun, 22 Jul 2018 16:34:33 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 111.78 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key 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: SHA256:JAZjGOuMowQTN+tHRRZJKeuI30pOPndazCk1WTvbFFE root@juju-a99622-controller-0 The key's randomart image is: +---[RSA 2048]----+ |. +o+o*+ ..E | | o.=.=o . | |o o .oo o . | |.* ... = . . | |oo+o. + S . | |+....+ o = | |..o.. = . . | | =o oo. | | ++.o | +----[SHA256]-----+ 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: SHA256:j8zOxHjRpm66A5bK5ndAoPWzSU7OXJAmhsj9e5dzVFY root@juju-a99622-controller-0 The key's randomart image is: +---[DSA 1024]----+ |o.. . .E | |o.=.+ o | | + =.. o | |. *.. . . | | O *. S = | | %. * X . | | . o oo X + | | + . o*. | | o.. .o=+ | +----[SHA256]-----+ 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: SHA256:4dVk1w2v3PX4uU3fmB07OIN/q4xcqKcuhN9toH2bqwc root@juju-a99622-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | o oo.| | + . .o| | . . . o| | . o . +o| | . S + o| | . . E . ..| | o + +....oo| | + ooB=+ BB| | o=B*++B+B| +----[SHA256]-----+ Running apt-get update Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 17.5 kB in 36s (480 B/s) Selecting previously unselected package msr-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54120 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (59.6 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54134 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,365 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.9-0ubuntu0.16.04.1 [1,644 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.9-0ubuntu0.16.04.1 [2,185 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.30 [31.3 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.30 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,365 kB in 3s (1,608 kB/s) Selecting previously unselected package libiscsi2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54160 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.9-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.9-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.9-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.9-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.30_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.30) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.30_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.30) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.9-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.9-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.30) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.30) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.5 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz downloaded: HTTP 200; time 4.195s; size 22087170 bytes; speed 5265124.000 bytes/s Tools downloaded successfully. b5ab9e3c0189317a0dbdb60369ac91c11cfcd41f0a84f98d8347239ffb4320b9 /var/lib/juju/tools/2.2.5-xenial-amd64/tools.tar.gz 80e7bb6beb479685bc21e7f529f61e5fd2219773cf7343f459f227301d2e38d4 /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-07-22 20:33:34 INFO juju.cmd supercommand.go:63 running jujud [2.2.5 gc go1.8] 2018-07-22 20:33:34 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.5-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-07-22 20:33:34 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-07-22 20:33:34 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-07-22 20:33:35 DEBUG goose :22 auth details: &{Token:gAAAAABbVOofGJ7ixr1lt9NAUNpRbA9jvAwUxfAx8Ng3UZy0LASFp3kSgOd6utye7xYT3EqxaCCwZJAQTtg1gpry0CeGZx5ydxl6cX0OcExPAr0hHFfM4cwtBEqyNc_CWS6EZwzX3nHfWII_liPiUIIERh69K1QrUJfCVFApEYUD6J0R5vCb5yk TenantId:62ecdbe65a224d76a957b8447080638f UserId:97c0e7b271f840c787894f91a3753503 Domain: RegionServiceURLs:map[regionOne:map[network:http://172.30.9.28:9696 alarming:http://172.30.9.28:8042 volumev3:http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f compute:http://172.30.9.28:8774/v2.1 orchestration:http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f metric:http://172.30.9.28:8041 volume:http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f image:http://172.30.9.28:9292 placement:http://172.30.9.28:8778/placement event:http://172.30.9.28:8977 object-store:http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f volumev2:http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f identity:http://172.30.9.28:5000 cloudformation:http://172.30.9.28:8000/v1]]} 2018-07-22 20:33:35 DEBUG goose :22 performing API version discovery for "http://172.30.9.28:8774/" 2018-07-22 20:33:35 DEBUG goose :22 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.28:8774/v2.1/ Rel:self}] Status:CURRENT}] 2018-07-22 20:33:37 DEBUG juju.provider.openstack provider.go:414 instance c8e6041a-c1ea-4071-a3bf-d59150c2e22f has floating IP address: 172.30.9.216 2018-07-22 20:33:37 INFO juju.agent identity.go:22 writing system identity file 2018-07-22 20:33:37 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-07-22 20:33:37 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-07-22 20:33:37 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-07-22 20:33:37 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-07-22 20:33:37 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2 2018-07-22 20:33:37 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb3.2 E: Couldn't find any package by glob 'juju-mongodb3.2' E: Couldn't find any package by regex 'juju-mongodb3.2' 2018-07-22 20:33:37 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-07-22 20:33:37 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-07-22 20:33:37 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb 2018-07-22 20:33:37 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb 2018-07-22 20:33:37 ERROR juju.mongo mongo.go:486 cannot install/upgrade mongod (will proceed anyway): packaging command failed: encountered fatal error: unable to locate package 2018-07-22 20:33:37 INFO juju.mongo mongo.go:336 could not find /usr/lib/juju/bin/mongod or mongod in $PATH ERROR failed to start mongo: exec: "mongod": executable file not found in $PATH 2018-07-22 20:33:37 DEBUG cmd supercommand.go:459 error stack: exec: "mongod": executable file not found in $PATH github.com/juju/juju/cmd/jujud/bootstrap.go:238: failed to start mongo 2018-07-22 20:33:37 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-07-22 20:33:37,929 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 20:33:37,929 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 243:26 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-22 20:33:37,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 20:33:37,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:38,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["5abRav68TaGLAlL0MISfQw"], "issued_at": "2018-07-22T20:33:38.000000Z"}} 2018-07-22 20:33:38,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59b204e3e31fe6822286568acb1c6c7d4e8a0796" 2018-07-22 20:33:38,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-577bd43d-bc20-455c-8f79-5e6d8836a671 Date: Sun, 22 Jul 2018 20:33:38 GMT RESP BODY: {"floatingips": [{"router_id": "3e5005bc-03e5-412f-8a55-90d95ff8180f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T16:32:49Z", "floating_network_id": "6a167d45-02f1-4160-bc00-29ab4d79828c", "fixed_ip_address": "172.16.0.12", "floating_ip_address": "172.30.9.216", "revision_number": 2, "port_id": "b8e7e26e-96c8-45c3-8343-4c4baf5590e2", "id": "03b2ca5a-1316-4df5-ad37-595d3b5fd424", "tenant_id": "62ecdbe65a224d76a957b8447080638f", "created_at": "2018-07-22T16:32:48Z", "project_id": "62ecdbe65a224d76a957b8447080638f"}]} 2018-07-22 20:33:38,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-577bd43d-bc20-455c-8f79-5e6d8836a671 2018-07-22 20:33:38,504 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Floating IPs assigned to project:juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:38,504 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - 172.30.9.216: 2018-07-22 20:33:38,591 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-07-22 20:33:38,592 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Release floating IPs assigned by Juju... 2018-07-22 20:33:38,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-22 20:33:38,593 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.216 2018-07-22 20:33:38,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:38,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["xuMJkQwBTlquHs6tzJeOeg"], "issued_at": "2018-07-22T20:33:38.000000Z"}} 2018-07-22 20:33:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/03b2ca5a-1316-4df5-ad37-595d3b5fd424 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3ec3adb0dda470bd95f3bcb2d901c5871e0385" 2018-07-22 20:33:40,196 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82bbf6f0-3812-4658-a1c8-e71563d6d279 Content-Length: 0 Date: Sun, 22 Jul 2018 20:33:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 20:33:40,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/03b2ca5a-1316-4df5-ad37-595d3b5fd424 used request id req-82bbf6f0-3812-4658-a1c8-e71563d6d279 2018-07-22 20:33:40,197 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS objects .. 2018-07-22 20:33:40,197 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-07-22 20:33:40,198 - glance_utils - INFO - Deleting image named - xenial 2018-07-22 20:33:40,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:40,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["ORtsqLjjQEaWFLmQ3HB37w"], "issued_at": "2018-07-22T20:33:40.000000Z"}} 2018-07-22 20:33:40,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b6855415008379d7072db0019487c3de9c67b06" 2018-07-22 20:33:41,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c62f8e6e-0af5-404c-9ce3-71e8b6d6bdab Date: Sun, 22 Jul 2018 20:33:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 20:33:41,369 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1ed1a884-f683-43a7-8fb4-7ed3ca96c81d used request id req-c62f8e6e-0af5-404c-9ce3-71e8b6d6bdab 2018-07-22 20:33:41,370 - glance_utils - INFO - Deleting image named - trusty 2018-07-22 20:33:41,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:41,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["DGUnB4P4R_aCNb1nK8ptLg"], "issued_at": "2018-07-22T20:33:41.000000Z"}} 2018-07-22 20:33:41,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7e9c96a929839548579c0e755b33af6862a2689d" 2018-07-22 20:33:42,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb9d26e1-a9b8-46c8-9ba5-e1f220594b22 Date: Sun, 22 Jul 2018 20:33:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 20:33:42,445 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6ef970a0-e926-4b55-9da2-bd674aa7fb4b used request id req-fb9d26e1-a9b8-46c8-9ba5-e1f220594b22 2018-07-22 20:33:42,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:42,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["NwHYAAw8SGWCTlZUYLSjAQ"], "issued_at": "2018-07-22T20:33:42.000000Z"}} 2018-07-22 20:33:42,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/be2a5738-d006-424e-8f71-565dfb05095b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119cf143915d1fb70e5d1176d772b1b0552f3f69" 2018-07-22 20:33:42,972 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 20:33:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73cba057-dd7e-4a49-b7e2-31b055a6a492 x-compute-request-id: req-73cba057-dd7e-4a49-b7e2-31b055a6a492 Content-Length: 0 Content-Type: application/json 2018-07-22 20:33:42,972 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/be2a5738-d006-424e-8f71-565dfb05095b used request id req-73cba057-dd7e-4a49-b7e2-31b055a6a492 2018-07-22 20:33:42,973 - OpenStackNetwork - INFO - Removing router interface from router abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788 and subnet abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:42,973 - neutron_utils - INFO - Removing router interface from router named abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:42,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:43,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["qSIJJhI0Tm2zU7e9c9mDSw"], "issued_at": "2018-07-22T20:33:43.000000Z"}} 2018-07-22 20:33:43,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/3e5005bc-03e5-412f-8a55-90d95ff8180f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814afc52a95a8b520964942deaaa90aa33ed8b38" -d '{"subnet_id": "6c06df87-d4d4-45d5-a449-230b0731f811"}' 2018-07-22 20:33:44,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0b3ee28e-9288-462a-863c-fa031d14bf6c Date: Sun, 22 Jul 2018 20:33:44 GMT RESP BODY: {"network_id": "7b4460c3-5be2-46d4-85d6-8956666fe34b", "tenant_id": "62ecdbe65a224d76a957b8447080638f", "subnet_id": "6c06df87-d4d4-45d5-a449-230b0731f811", "subnet_ids": ["6c06df87-d4d4-45d5-a449-230b0731f811"], "port_id": "b8fe4bb9-2392-4dab-abd2-4f9909b8811e", "id": "3e5005bc-03e5-412f-8a55-90d95ff8180f"} 2018-07-22 20:33:44,840 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/3e5005bc-03e5-412f-8a55-90d95ff8180f/remove_router_interface used request id req-0b3ee28e-9288-462a-863c-fa031d14bf6c 2018-07-22 20:33:44,841 - OpenStackNetwork - INFO - Removing router abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:44,841 - neutron_utils - INFO - Deleting router with name - abot-router-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:44,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/3e5005bc-03e5-412f-8a55-90d95ff8180f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}814afc52a95a8b520964942deaaa90aa33ed8b38" 2018-07-22 20:33:46,036 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2433272-f188-46c2-ad90-4a91b5b16ce4 Content-Length: 0 Date: Sun, 22 Jul 2018 20:33:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 20:33:46,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/3e5005bc-03e5-412f-8a55-90d95ff8180f used request id req-b2433272-f188-46c2-ad90-4a91b5b16ce4 2018-07-22 20:33:46,037 - neutron_utils - INFO - Deleting subnet with name abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:46,037 - neutron_utils - INFO - Deleting subnet with name abot-subnet-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:46,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:46,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["PXrSdOtqRnSaUgR3P_1mhQ"], "issued_at": "2018-07-22T20:33:46.000000Z"}} 2018-07-22 20:33:46,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6c06df87-d4d4-45d5-a449-230b0731f811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a27b40f504d9f8c4630a29a39cb8368fdf27006b" 2018-07-22 20:33:46,633 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-f022817e-aa3d-4aa1-8165-0ead211434b6 Date: Sun, 22 Jul 2018 20:33:46 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 6c06df87-d4d4-45d5-a449-230b0731f811: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-07-22 20:33:46,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6c06df87-d4d4-45d5-a449-230b0731f811 used request id req-f022817e-aa3d-4aa1-8165-0ead211434b6 2018-07-22 20:33:46,634 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 6c06df87-d4d4-45d5-a449-230b0731f811: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-07-22 20:33:46,634 - functest.core.vnf - ERROR - Unexpected error cleaning - Unable to complete operation on subnet 6c06df87-d4d4-45d5-a449-230b0731f811: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-f022817e-aa3d-4aa1-8165-0ead211434b6'] 2018-07-22 20:33:46,635 - keystone_utils - INFO - Deleting user with name - juju_network_discovery_bug 2018-07-22 20:33:46,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:47,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_62ecdbe65a224d76a957b8447080638f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788", "id": "c24905bdf7af4a1886429cc7e62dd960"}, "audit_ids": ["lo62IECPTgaVErTNp5oHQA"], "issued_at": "2018-07-22T20:33:47.000000Z"}} 2018-07-22 20:33:47,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/97c0e7b271f840c787894f91a3753503 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eabc7948b680dde47b12a4cf5b854f6bc03f41d" 2018-07-22 20:33:47,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 20:33:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2627f0c-4bba-4ed0-a6c0-08a0bac0b3e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 20:33:47,165 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/97c0e7b271f840c787894f91a3753503 used request id req-a2627f0c-4bba-4ed0-a6c0-08a0bac0b3e5 2018-07-22 20:33:47,165 - keystone_utils - INFO - Deleting user with name - juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:47,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:47,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["EUKDiwkiR42eYz2k0Nykpg"], "issued_at": "2018-07-22T20:33:47.000000Z"}} 2018-07-22 20:33:47,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c24905bdf7af4a1886429cc7e62dd960 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a6f4a42dc04d74442d4c90cd83a7669aac480af" 2018-07-22 20:33:47,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 20:33:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6c96e6c-a472-4b13-b2fb-948a0b6343b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 20:33:47,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c24905bdf7af4a1886429cc7e62dd960 used request id req-a6c96e6c-a472-4b13-b2fb-948a0b6343b3 2018-07-22 20:33:47,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000//v3/auth/tokens 2018-07-22 20:33:48,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d70d9356b3514aafaf74dcf89c56992f", "name": "admin"}], "expires_at": "2018-07-22T21:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f65ca044e22540bca7d76e49c8ced1bf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "536d91da5fed406b8fb1bca737622c75"}, {"url": "http://172.30.9.28:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f5105a409db4590850eed0b38f135c3"}, {"url": "http://192.30.9.7:8776/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc2bcab9307248e4bd362040d9cd6381"}], "type": "volume", "id": "0026f334295c43f88ecc771414a3a6b5", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f2ebf66c8a4fdfabd10ff3f00fd6a5"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "62b11313eaee4b3583a4d0ff4b460417"}, {"url": "http://192.30.9.7:8776/v2/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b5dd73cb7ae4b04a80f2c5b36df2bc9"}], "type": "volumev2", "id": "1714f934aa5d47dc9b1f86ea9e0d791a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0433f7e3793a401389766cb182b1a8e8"}, {"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "166011bc1dc74733a1b38f89eb384932"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9728ba9b94a84ff38e05340a08a8e4e5"}], "type": "image", "id": "1b52eba3461243f7b3a5201e8e001d42", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93c102dbda81435dad8500d1d3ac9a3a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac39a84e898542ee86387ad1ec22499a"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5b5884f8f144b1b83cba0d6f64e7c86"}], "type": "identity", "id": "3f96379a30f6492ebec25d0623634774", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53bac962e3ba49f69a727c284e22640f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bde76fd702b04d15aca5984d66f32b12"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7e929d309e941dea06656c81c860175"}], "type": "placement", "id": "63a3603f3e2a4d8e837a90643df389fa", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "090fc08431604589b99f24f6cc775e37"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "276c1e88e9474ce585d5c73df0083d9a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6207e15a4da469f8f043a09b18398c9"}], "type": "cloudformation", "id": "9ba831539d0c4f60a24684a96759c839", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "688ccb831f774d8d98cde748230a9739"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb33efb18e2d4bdaab6d1847c60361a9"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7fc48a78c7e47cca2465436102c20bd"}], "type": "event", "id": "be233f6ee4b7491987283a4b948879f8", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27a2b8fb3efe4b75ad2617fc4ba78180"}, {"url": "http://192.30.9.7:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb47fccb29d64f0cb441d6b7de9ceea8"}, {"url": "http://172.30.9.28:8776/v3/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9970178a1b245bcab7728bb6536a345"}], "type": "volumev3", "id": "d07405a2d4744a5b956eb640a51337a7", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d39da9971174dcc8f2cd0a5d930aff1"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f2c9c85862d4b70a8b37d181efa11c3"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa9d821ec8cc42da9be287bf0e0b5498"}], "type": "network", "id": "d457b045904947349122bd987bbac514", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "de5eabb256814d1c96d76e93595e24a7", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "11eea033759f4b7f8046f9b12eb8a57b"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9dc125e1bf044017b1d0d1d1815c7548"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a444da2e028e4079ab037830d449d07e"}], "type": "compute", "id": "e2103418d916425bba77fb780ac8563e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0bcd7fc50f48c4a5739f3906090382"}, {"url": "http://192.30.9.7:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86c193d67f08404594566df93294c34e"}, {"url": "http://172.30.9.28:8004/v1/f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bdf88a2ae5c4a5f8fb145141208298e"}], "type": "orchestration", "id": "e5abccc207344d60abbf759ba93cb38d", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23d82839a7bb4504a2f7a71aceb6ba97"}, {"url": "http://172.30.9.28:8080/v1/AUTH_f65ca044e22540bca7d76e49c8ced1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5495df63face43a6a58ac897299d157e"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0761c19908e49f8bcbf608c1dd974f6"}], "type": "object-store", "id": "e5cb657002df4ae696858cea0b6eacb2", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "186541a42f8b45c28cb5ab22b795b2a2"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d85854dfad84993afd7273f92a3df6f"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b697d88d76e34a388ae08bee193bc6dd"}], "type": "metric", "id": "f118cf0ea368460181662c3b5984607f", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0645819fbcfa48bb9d10712bec990ae7"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "471b0868aa504c2298f7f44861b9ed40"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebb33a22e1454e3e8ebc791d29c8a335"}], "type": "alarming", "id": "f2e21686cd50476793f24fb1d0b32168", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e4227d46953b40858f903170fa2ab282"}, "audit_ids": ["28TFNSI3TamVocBYDy-cYg"], "issued_at": "2018-07-22T20:33:48.000000Z"}} 2018-07-22 20:33:48,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4dfe36185e85573ad6beaa1a2fbc5b0baa086a" 2018-07-22 20:33:48,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 33483 X-Openstack-Request-Id: req-12852f85-b25b-4341-ad95-6eaedb2af518 Date: Sun, 22 Jul 2018 20:33:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T14:50:40Z", "updated_at": "2018-07-22T14:50:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "44633ae4-857d-4a5d-9a0e-d71f4c6bb302", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "b9a376ab-5e2c-4828-8874-1e519753de0b", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "c182edb9-2e66-4718-9091-3dbe63888086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:40Z", "revision_number": 0, "id": "ed6ce9a4-d7b0-49e8-8397-c34bba6d5a71", "remote_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:40Z", "security_group_id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "03101d55-0d52-43e4-ac11-83b3316d79a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "62ecdbe65a224d76a957b8447080638f", "created_at": "2018-07-22T16:30:19Z", "updated_at": "2018-07-22T16:30:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:30:19Z", "revision_number": 0, "id": "7236864e-f8b7-4880-8787-cc0ce2df6d6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:30:19Z", "security_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "tenant_id": "62ecdbe65a224d76a957b8447080638f", "port_range_min": null, "ethertype": "IPv4", "project_id": "62ecdbe65a224d76a957b8447080638f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:30:19Z", "revision_number": 0, "id": "807b2185-26f9-47e7-9dc1-329f24c527de", "remote_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "remote_ip_prefix": null, "created_at": "2018-07-22T16:30:19Z", "security_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "tenant_id": "62ecdbe65a224d76a957b8447080638f", "port_range_min": null, "ethertype": "IPv4", "project_id": "62ecdbe65a224d76a957b8447080638f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:30:19Z", "revision_number": 0, "id": "8fd35fac-1043-4a04-b1e3-9f02ca7fc5ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:30:19Z", "security_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "tenant_id": "62ecdbe65a224d76a957b8447080638f", "port_range_min": null, "ethertype": "IPv6", "project_id": "62ecdbe65a224d76a957b8447080638f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:30:19Z", "revision_number": 0, "id": "bed55af2-11ac-4815-87c4-26821c0ebf1b", "remote_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "remote_ip_prefix": null, "created_at": "2018-07-22T16:30:19Z", "security_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "tenant_id": "62ecdbe65a224d76a957b8447080638f", "port_range_min": null, "ethertype": "IPv6", "project_id": "62ecdbe65a224d76a957b8447080638f"}], "revision_number": 4, "project_id": "62ecdbe65a224d76a957b8447080638f", "id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "created_at": "2018-07-22T16:29:45Z", "updated_at": "2018-07-22T16:29:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "revision_number": 0, "id": "3e49cd2b-3d14-41c5-b522-6923d36b962b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "revision_number": 0, "id": "4e78cce6-d446-43d4-b486-81ecbaf34a5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "revision_number": 0, "id": "a15f92dd-8ad6-4755-8ba7-87b868e7def3", "remote_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv6", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:29:45Z", "revision_number": 0, "id": "cd8df3c0-3f51-4bdd-a1c7-e99abf5a8c18", "remote_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "remote_ip_prefix": null, "created_at": "2018-07-22T16:29:45Z", "security_group_id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "tenant_id": "93c96acab1364b40a939b29e0e4ebc52", "port_range_min": null, "ethertype": "IPv4", "project_id": "93c96acab1364b40a939b29e0e4ebc52"}], "revision_number": 4, "project_id": "93c96acab1364b40a939b29e0e4ebc52", "id": "3575c7b8-d286-4a91-b433-7dc6ed7f09e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "created_at": "2018-07-22T14:48:14Z", "updated_at": "2018-07-22T14:48:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "2ad2b614-5fa8-407a-b7d9-71298b53ba80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "8b2b657f-fab6-41f1-a760-ba78082f7913", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "90312009-47d7-4a03-ac22-133b678a2e8b", "remote_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:48:14Z", "revision_number": 0, "id": "93bc2bb5-6a31-462f-8e1e-4cc7d9d977c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:48:14Z", "security_group_id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "tenant_id": "4f6b8e23382d43da87cfdf731a8abb23", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f6b8e23382d43da87cfdf731a8abb23"}], "revision_number": 4, "project_id": "4f6b8e23382d43da87cfdf731a8abb23", "id": "66d052bd-d24e-4f5a-a3ea-897e25c7492f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "created_at": "2018-07-22T14:52:55Z", "updated_at": "2018-07-22T14:52:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "3bf77034-8317-43da-be54-725d50fbf9c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "4f9ffb2c-8bbb-4dcb-9571-06e17f325fae", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "7e090144-ae69-49ce-9f32-993caf42f583", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:55Z", "revision_number": 0, "id": "da5987e9-0017-48a9-bf58-7d7d710a3230", "remote_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:55Z", "security_group_id": "679a3269-d136-4585-9d06-bef72fdde783", "tenant_id": "b269bdaf1bbf4213a329d4485c36bec0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b269bdaf1bbf4213a329d4485c36bec0"}], "revision_number": 4, "project_id": "b269bdaf1bbf4213a329d4485c36bec0", "id": "679a3269-d136-4585-9d06-bef72fdde783", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "created_at": "2018-07-22T15:42:16Z", "updated_at": "2018-07-22T15:42:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "170777c9-9262-4737-80cc-2cba972fda10", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "462281b4-146e-455d-84d0-429c746cce8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "4993f48f-ee73-4847-8027-14bcacb07a9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T15:42:16Z", "revision_number": 0, "id": "ced294f8-af0b-46a3-bd1f-c87c83ca7472", "remote_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "remote_ip_prefix": null, "created_at": "2018-07-22T15:42:16Z", "security_group_id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "tenant_id": "b8bc8db048c044b2b059edae4c54eff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8bc8db048c044b2b059edae4c54eff8"}], "revision_number": 4, "project_id": "b8bc8db048c044b2b059edae4c54eff8", "id": "6e296069-daca-44aa-8f7a-ffe1f7af7112", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "created_at": "2018-07-22T14:52:19Z", "updated_at": "2018-07-22T14:52:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "394cf884-86c0-4a32-8c84-35b9672f963b", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74753867-1022-4c95-a73b-4a46a6858869", "remote_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "74db8a58-f81e-4bf5-be4f-5e54182b42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv6", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:52:19Z", "revision_number": 0, "id": "893ab7ea-bc75-4e3b-8610-7394d4a9536b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:52:19Z", "security_group_id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "tenant_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "port_range_min": null, "ethertype": "IPv4", "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7"}], "revision_number": 4, "project_id": "f1dbe2abfdd24e4ba83cedc94046bbc7", "id": "816bad44-073e-4ec6-b957-f3a1e66a5002", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "created_at": "2018-07-22T16:24:40Z", "updated_at": "2018-07-22T16:24:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "0bb5d974-c66e-4862-9ea2-5251538cb3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "4fcdddcc-0987-41c9-adbc-1b38643ed782", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "be722f97-7621-4f45-bb94-308b9cf2ed2b", "remote_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:24:40Z", "revision_number": 0, "id": "fed9070a-83df-4277-a02f-884003aa6319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:24:40Z", "security_group_id": "86345289-2403-4a66-99fb-16fd283e1089", "tenant_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e"}], "revision_number": 4, "project_id": "fca2a445a6f24bd1bcdc9c1c67b96f7e", "id": "86345289-2403-4a66-99fb-16fd283e1089", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "created_at": "2018-07-22T14:56:36Z", "updated_at": "2018-07-22T14:56:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "09a2dd26-9fb1-4838-8ddb-b19e534e1ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "158df235-ad3f-438d-b8d0-73c243f2e134", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:37Z", "revision_number": 0, "id": "f7d0ec08-e8e5-4556-b11d-fa37d3c1e3a0", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:37Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:56:36Z", "revision_number": 0, "id": "fc2fbcda-7907-401b-ba7c-654a98839240", "remote_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "remote_ip_prefix": null, "created_at": "2018-07-22T14:56:36Z", "security_group_id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "tenant_id": "f65ca044e22540bca7d76e49c8ced1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "f65ca044e22540bca7d76e49c8ced1bf"}], "revision_number": 4, "project_id": "f65ca044e22540bca7d76e49c8ced1bf", "id": "b5c1ca5d-8195-456c-bea1-db51d4ca5442", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "created_at": "2018-07-22T14:51:22Z", "updated_at": "2018-07-22T14:51:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "7b4061ab-c0a6-43c8-9193-04721273ba56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "ab37ce15-458a-4048-acec-45c9db4f1db9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "b30d49b4-716c-42cc-a769-353e23ea0baa", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:51:22Z", "revision_number": 0, "id": "f8dc3ba6-6579-4b63-bad3-336aa31f8b03", "remote_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "remote_ip_prefix": null, "created_at": "2018-07-22T14:51:22Z", "security_group_id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "tenant_id": "e02498ae1a0641b1a46e6157ea90e4c0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e02498ae1a0641b1a46e6157ea90e4c0"}], "revision_number": 4, "project_id": "e02498ae1a0641b1a46e6157ea90e4c0", "id": "c8ee62ee-2ed5-49c0-8ffc-f9bf0e0fceb6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "created_at": "2018-07-22T14:54:35Z", "updated_at": "2018-07-22T14:54:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "04afbe99-4210-485a-8167-afa0af2ffc8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:35Z", "revision_number": 0, "id": "c46c4c3f-b93a-4399-bdeb-fa8c818a2a58", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:35Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "d1ff9cb0-4f48-4aef-84da-c6a1a887cf87", "remote_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:54:36Z", "revision_number": 0, "id": "df8ea8e2-f147-4cee-b7a3-7ba7851a0a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:54:36Z", "security_group_id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "tenant_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30"}], "revision_number": 4, "project_id": "fd9c4dedc5cc474b9cac04b7edae1b30", "id": "ea202bdc-a6a3-4058-963a-4c18bd693d56", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d964132bbf349779815820cf8e5a56a", "created_at": "2018-07-22T14:50:51Z", "updated_at": "2018-07-22T14:50:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "53a9820a-89d8-4e57-b2a8-02dcc7e92b8c", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "8ad2efac-a78f-4499-825d-1d4b6459f20e", "remote_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "dbfabc6f-e0f9-478d-a5a2-b77a286fda31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d964132bbf349779815820cf8e5a56a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:50:51Z", "revision_number": 0, "id": "fe591642-4f73-42ce-9985-1dee73cf68d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:50:51Z", "security_group_id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "tenant_id": "3d964132bbf349779815820cf8e5a56a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d964132bbf349779815820cf8e5a56a"}], "revision_number": 4, "project_id": "3d964132bbf349779815820cf8e5a56a", "id": "eec207d2-c1fa-40ad-bd9b-e24d54820669", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "created_at": "2018-07-22T16:26:36Z", "updated_at": "2018-07-22T16:26:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "4f55082b-e4cd-4245-97ef-3d05e4af2698", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "8a2bd0a3-f941-4da7-bb0d-3b167936e935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "916548a8-a17d-4f6e-a91c-30a65fb723d6", "remote_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T16:26:36Z", "revision_number": 0, "id": "b190db45-7fcb-4bdc-8ecd-ce81e1898b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T16:26:36Z", "security_group_id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "tenant_id": "2979ef96ea884d04bd79ae9f9943e6a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "2979ef96ea884d04bd79ae9f9943e6a4"}], "revision_number": 4, "project_id": "2979ef96ea884d04bd79ae9f9943e6a4", "id": "f251fc1f-54dc-4400-bdf4-384cb1c2ad63", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "created_at": "2018-07-22T14:53:55Z", "updated_at": "2018-07-22T14:53:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "04ba31eb-c00d-48bc-b685-13fdfea67330", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "d7769fc7-9baa-4319-9310-17feba6da24b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "df586759-b3f6-4c33-ae07-32d509e5229e", "remote_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T14:53:55Z", "revision_number": 0, "id": "ea1ddfcd-98f6-41dc-a54f-b33e8e074d2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T14:53:55Z", "security_group_id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "tenant_id": "05aaaeb81b2d4226bbd42ae369d455c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "05aaaeb81b2d4226bbd42ae369d455c8"}], "revision_number": 4, "project_id": "05aaaeb81b2d4226bbd42ae369d455c8", "id": "fe8dcf68-42df-4490-a7bf-3d1c2a11cc15", "name": "default"}]} 2018-07-22 20:33:48,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-12852f85-b25b-4341-ad95-6eaedb2af518 2018-07-22 20:33:48,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4dfe36185e85573ad6beaa1a2fbc5b0baa086a" 2018-07-22 20:33:48,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 20:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be6843b-cf0d-4b45-85c2-2f0640ed9417 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "62ecdbe65a224d76a957b8447080638f", "name": "juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788"}} 2018-07-22 20:33:48,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f used request id req-0be6843b-cf0d-4b45-85c2-2f0640ed9417 2018-07-22 20:33:48,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1ebf1b61-3d8b-4d19-98f8-d58838ca6538 2018-07-22 20:33:48,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1ebf1b61-3d8b-4d19-98f8-d58838ca6538 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4dfe36185e85573ad6beaa1a2fbc5b0baa086a" 2018-07-22 20:33:48,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5f88a55d-1379-4883-aa1e-cb60e580397d Date: Sun, 22 Jul 2018 20:33:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:30:19Z", "security_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "port_range_min": null, "revision_number": 0, "tenant_id": "62ecdbe65a224d76a957b8447080638f", "created_at": "2018-07-22T16:30:19Z", "project_id": "62ecdbe65a224d76a957b8447080638f", "id": "7236864e-f8b7-4880-8787-cc0ce2df6d6a"}, {"remote_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:30:19Z", "security_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "port_range_min": null, "revision_number": 0, "tenant_id": "62ecdbe65a224d76a957b8447080638f", "created_at": "2018-07-22T16:30:19Z", "project_id": "62ecdbe65a224d76a957b8447080638f", "id": "807b2185-26f9-47e7-9dc1-329f24c527de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:30:19Z", "security_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "port_range_min": null, "revision_number": 0, "tenant_id": "62ecdbe65a224d76a957b8447080638f", "created_at": "2018-07-22T16:30:19Z", "project_id": "62ecdbe65a224d76a957b8447080638f", "id": "8fd35fac-1043-4a04-b1e3-9f02ca7fc5ac"}, {"remote_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T16:30:19Z", "security_group_id": "1ebf1b61-3d8b-4d19-98f8-d58838ca6538", "port_range_min": null, "revision_number": 0, "tenant_id": "62ecdbe65a224d76a957b8447080638f", "created_at": "2018-07-22T16:30:19Z", "project_id": "62ecdbe65a224d76a957b8447080638f", "id": "bed55af2-11ac-4815-87c4-26821c0ebf1b"}]} 2018-07-22 20:33:48,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1ebf1b61-3d8b-4d19-98f8-d58838ca6538 used request id req-5f88a55d-1379-4883-aa1e-cb60e580397d 2018-07-22 20:33:48,550 - neutron_utils - INFO - Deleting security group with name - default 2018-07-22 20:33:48,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/1ebf1b61-3d8b-4d19-98f8-d58838ca6538 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4dfe36185e85573ad6beaa1a2fbc5b0baa086a" 2018-07-22 20:33:48,615 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-e0c05269-737e-44e4-a5f9-27f7b7994c02 Date: Sun, 22 Jul 2018 20:33:48 GMT RESP BODY: {"NeutronError": {"message": "Security Group 1ebf1b61-3d8b-4d19-98f8-d58838ca6538 in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-07-22 20:33:48,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1ebf1b61-3d8b-4d19-98f8-d58838ca6538 used request id req-e0c05269-737e-44e4-a5f9-27f7b7994c02 2018-07-22 20:33:48,615 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security Group 1ebf1b61-3d8b-4d19-98f8-d58838ca6538 in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-07-22 20:33:48,616 - keystone_utils - INFO - Deleting project with name - juju_epc-e1c62c3c-2255-43ca-98ab-1adb1d95c788 2018-07-22 20:33:48,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4dfe36185e85573ad6beaa1a2fbc5b0baa086a" 2018-07-22 20:33:48,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 20:33:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fafdc7e-ca54-44a7-a296-8a27d09e7bc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 20:33:48,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/62ecdbe65a224d76a957b8447080638f used request id req-0fafdc7e-ca54-44a7-a296-8a27d09e7bc3 2018-07-22 20:33:48,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe4dfe36185e85573ad6beaa1a2fbc5b0baa086a" 2018-07-22 20:33:48,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 20:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97204376-ddc7-4490-9d08-1c9a9471a3e1 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a979a43840ec427a9910bf398b4dda1b", "links": {"self": "http://172.30.9.28:5000/v3/roles/a979a43840ec427a9910bf398b4dda1b"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "c7f8d560bc9b4c988d3808f80e0f7f7e", "links": {"self": "http://172.30.9.28:5000/v3/roles/c7f8d560bc9b4c988d3808f80e0f7f7e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d70d9356b3514aafaf74dcf89c56992f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d70d9356b3514aafaf74dcf89c56992f"}, "name": "admin"}, {"domain_id": null, "id": "f925da4760154a3b904c2f8830a1574f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f925da4760154a3b904c2f8830a1574f"}, "name": "heat_stack_user"}]} 2018-07-22 20:33:48,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-97204376-ddc7-4490-9d08-1c9a9471a3e1 2018-07-22 20:33:48,841 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-07-22 20:33:48,842 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 01:47 | FAIL | | cloudify_ims | functest | vnf | 01:34 | FAIL | | vyos_vrouter | functest | vnf | 01:45 | FAIL | | juju_epc | functest | vnf | 243:26 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-07-22 20:33:48,847 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR